Commit graph

689 commits

Author SHA1 Message Date
Heiko August
4b5a1a504d Fix: set image height to auto because images was elongated in Ajax preview 2019-02-03 12:01:25 +01:00
Heiko August
04ddac272f Change: new version number 2.4.18.1 2019-01-14 09:58:52 +01:00
Heiko August
21ce758695 Change: add changes of version 2.4.18.1 to the changelog 2019-01-14 09:16:44 +01:00
Heiko August
9befe111c0 Fix: backticks around table name made prefix replacement during installation impossible 2019-01-14 09:10:33 +01:00
Heiko August
8e4e0dc69a Fix: database queries for de- and reactivation of the forum during the update failed because of wrong formulation 2019-01-13 19:27:07 +01:00
Heiko August
57fc074511 Change: concretisation of the description of the forum deactivation during database operations of the update 2019-01-13 19:25:39 +01:00
Heiko August
94377203a6 Change: documentation of the queries, that runs during the update from 2.4.17 to 2.4.18 2019-01-13 19:06:19 +01:00
Heiko August
3644cc0e84 Change: new version number for index.php and config/VERSION, add 2.4.17 to the list of updateable versions 2019-01-13 19:03:04 +01:00
Heiko August
0c1bc23a37 Change: add the changes of version 2.4.18 to the changelog 2019-01-13 19:01:48 +01:00
Heiko August
a43f1162d3 Change: disable the forum during update, reenable it afterwards 2019-01-13 18:41:04 +01:00
Heiko August
b96244bfaa Change: add queries for subscription handling for installation and update to 2.4.18 2019-01-13 18:23:03 +01:00
Heiko August
b1299e2eb5 Change: add the directory "js" to the list of updateable files and folders 2019-01-13 17:41:47 +01:00
Heiko August
baebfceae9 Change: correct the URL of the project website, uses HTTPS only nowadays 2019-01-13 17:40:49 +01:00
Heiko August
5ed311fd23 Change: set https:// instead http:// as the default protocol in JS prompts, adapts PR #411, author: @loesler 2019-01-13 17:39:11 +01:00
Heiko August
1c7362a670 Change: add list of changed files for the update to 2.4.18 2019-01-13 16:15:35 +01:00
Heiko August
f6d7e2c53e Fix: add forgotten template, introduced with 2.4.14, may be missed in some installations 2019-01-13 16:07:25 +01:00
Heiko August
48d162a249 Fix: remove forgotten marking of a solved commit conflict 2019-01-13 15:56:31 +01:00
Heiko August
2c1e9750da Fix: deleting a posting could leave orphaned subscriptions, delete them too (#446) 2019-01-13 15:55:07 +01:00
Heiko August
d11b75fea5 Change: make the link text more descriptiv (#445)
"show spam" was to near to "list spam". The first toggles the visibility in the main view, the latter shows a list of only spam entries. With "display spam in thread list" the purpose of the link function gets more clear.
2019-01-13 15:47:42 +01:00
Michael Loesler
6d27aa07a2 Timestamp (#443)
- added `setReceiptTimestamp()` call to estimate the time span, see https://mylittleforum.net/forum/index.php?id=11230
2019-01-13 15:45:27 +01:00
Heiko August
4a32a1c4aa Fix: thumbnails was elongated to the complete height of the entry (#442) 2019-01-13 15:43:49 +01:00
Michael Loesler
0fe94c70c0 Regexp (#441)
* Improve regexp for passwort check

Improved regexp by lookahead (?=) technique to force the number of (required) letters (but not one after another!), e.g. a password should contain two uppercase letters `MyPassword` is valid but the former expression returns false

* Parenthesis

- added missing parenthesis
2019-01-13 15:42:49 +01:00
Heiko August
35c8112179 Change: added PR-number 439 to the affected list entries 2019-01-06 18:49:44 +01:00
Heiko August
f600bd5d27 Fix: add the forgotten files and the query part for password-strength-feature to the updatescript 2019-01-06 14:16:20 +01:00
Heiko August
45c146c6de Change: add the list of fixes, features and changes to the changelog 2019-01-06 14:08:12 +01:00
Heiko August
755b9caaf0 Change: add version 2.4.16 to the list of updateable versions 2019-01-06 13:32:11 +01:00
Heiko August
a066ed5563 Change: new version number string (2.4.17) in index.php and config/VERSION 2019-01-06 13:31:32 +01:00
Heiko August
739718450e Change: add list of changed files and the new-settings-query for version 2.4.17 2019-01-06 13:29:11 +01:00
Heiko August
1f99fe7a05 Fix: Flash setting checkbox got removed by accident, will get removed with 2.5 not 2.4.x 2019-01-06 00:18:36 +01:00
Heiko August
a6ded1dc9e Change: add code to enforce minimal count of chars from character classes in a password (PR: #438, #439, author: @loesler) 2019-01-02 22:42:17 +01:00
Heiko August
db229a594a Fix: correct URL to the Github account of Michael Loesler (@loesler) 2019-01-02 22:07:45 +01:00
Heiko August
e924ec1631 Change: enforce a new acceptance of the terms of use or privacy agreement for registered users 2019-01-02 21:58:08 +01:00
Heiko August
e53bb1d911 Change: rearrange the german strings for the reset of the terms of use and privacy agreements 2019-01-02 21:53:32 +01:00
Heiko August
2e236d20be Change: use edit.png as icon for the reset of terms of use and/or privacy agreements 2019-01-02 21:52:41 +01:00
Heiko August
1ee1361cbd Change: add new links for resetting the acceptance of agreements after changes 2019-01-02 21:51:07 +01:00
Heiko August
083b7d126e Change: new link texts for the reset of the agreements 2019-01-02 21:50:22 +01:00
Heiko August
f2c3760033 Change: remove setting of classes and ids for "disabled" form fields 2019-01-02 21:45:50 +01:00
Heiko August
25cfd84faa Change: remove function to gray out unselected radio buttons and checkboxes via CSS-classes 2019-01-02 21:40:44 +01:00
Michael Loesler
f470f50482 Change user password (#435)
- removed field to confirm changed password in user area
- see: https://github.com/ilosuna/mylittleforum/pull/412, https://github.com/ilosuna/mylittleforum/pull/403
2019-01-02 21:39:25 +01:00
Michael Loesler
177e5d7308 Remove account (#434)
* Remove user account

- added option _remove user account_ to user area

* Validate password

- requesting password to remove user account

* Remove button/clean code

- removed button as suggested by @auge8472 (https://mylittleforum.net/forum/index.php?id=11181)
- cleaned lang-files and template
2019-01-02 21:37:15 +01:00
Heiko August
dd128a4920 Change: remove bb-code msg (#432) 2019-01-02 21:31:05 +01:00
Michael Loesler
c94ae9627a LC_NUMERIC (#429)
- added `setlocale(LC_NUMERIC, "C");` to handle the decimal separator (in case of content switching)
- https://github.com/ilosuna/mylittleforum/issues/428
2019-01-02 21:05:18 +01:00
Michael Loesler
b7239b5b88 max receipt time (#423)
- correcting condition for checking max. receipt_time
- https://github.com/ilosuna/mylittleforum/pull/413
2019-01-02 21:03:54 +01:00
Heiko August
1e64282ca0 Change: Timespan for form completion (#413) 2019-01-02 21:01:29 +01:00
Heiko August
4ca11f7ee7 Change: added the previous version 2.4.15 and the list of changed files to the update script 2018-12-07 14:05:59 +01:00
Heiko August
dff60cc05f Change: log the changes of the new version 2.4.16 2018-12-07 14:05:18 +01:00
Heiko August
03899f676b Change: new version number 2.4.16 2018-12-07 14:04:51 +01:00
Heiko August
ee208f3257 Fix: hardcoded table names will fail in environments with different table name prefixes 2018-12-07 13:52:42 +01:00
Michael Loesler
5720b2ea98 Check NULL value (#419)
- check sql result for NULL value
2018-12-07 13:51:55 +01:00
Heiko August
26da1b5ea7 Change: list of changed files for version 2.4.15 2018-11-30 12:00:26 +01:00