Commit graph

689 commits

Author SHA1 Message Date
Heiko August
df5b040043 Change: new entry in the array of updateable versions and changed files 2018-06-25 16:17:44 +02:00
Heiko August
3459984d55 Change: new version number in the files index.php and config/VERSION 2018-06-25 16:16:49 +02:00
Heiko August
6ea32379ef Change: add the list of changes in 2.4.11 to the changelog 2018-06-25 16:15:12 +02:00
Heiko August
66cb782782 Fix: correct wrong settings-key for the terms of use URL (#381) 2018-06-25 16:05:19 +02:00
Heiko August
4ce5cec472 Fix: removed errorneous and hyperfuid underscore (#380)
Thanks for the hint goes [to Taurec](https://mylittleforum.net/forum/index.php?id=10841).
2018-06-25 16:04:34 +02:00
Heiko August
a1d21e5c50 Change: added the information about the changed plugin versions 2018-06-13 21:49:36 +02:00
Heiko August
e6e5cadd17 Change: added the changelog for version 2.4.10 2018-06-13 21:43:33 +02:00
Heiko August
4347ec69e3 Change: add the pathes for the pull requests #378 and #379 to the list of changed files 2018-06-13 21:19:40 +02:00
Heiko August
c4094d9579 Change: reset the height of the agreement iframe with CSS (#379) 2018-06-13 21:14:31 +02:00
Heiko August
f08b188244 A small fix and a few cleanups (#378)
* Cleanup: remove a few unnecessary spaces
* Change: put meta elemt for charset in front of the title element. This prevents broken displaying of the title in case of a missing charset header from the webserver.
2018-06-13 21:13:54 +02:00
Heiko August
39d130e5a5 Fix: fix the version number comparision for sublevels, ending with a zero
A version number like 2.4.10 was interpreted as 2.4.1 and was therefore errorneous lower than 2.4.9.
2018-06-13 21:09:30 +02:00
Heiko August
2a9686e1dd Fix: correct the pathes to the subtemplates, missed a directory level 2018-06-13 21:07:56 +02:00
Heiko August
9410559074 Fix: add the agreements columns when creating the default account during the installation 2018-06-13 21:06:17 +02:00
Heiko August
936cc89694 Change: version number 2.4.10 2018-06-11 19:37:38 +02:00
Heiko August
988f698e6b Change: add changed files and queries for update to version 2.4.10 2018-06-11 19:36:50 +02:00
Heiko August
80f9d18557 Fix: add checks for the relevant settings to prevent code execution if the named setting is disabled 2018-06-10 19:25:26 +02:00
Heiko August
f11e4394fc Change: enforce a redirect to the agreement form if a user hasn't accepted the agreement and tries to send a posting 2018-06-10 19:24:08 +02:00
Heiko August
f299a96185 Change: update the userdata if the user has agreed to the data privacy statement or the terms of use 2018-06-10 19:22:19 +02:00
Heiko August
80834f6487 Change: set the default height of the iframe to 400 pixels, will be overwritten with CSS 2018-06-10 19:21:25 +02:00
Heiko August
9a18cae746 Fix: redirect at all 2018-06-10 19:20:35 +02:00
Heiko August
9541c8cb2b Fix: redirect to the data privacy statement when necessary, not to the terms of use 2018-06-10 19:19:48 +02:00
Heiko August
f59b3cdd00 Fix: add dedicated button strings for agreement and disagreement 2018-06-10 19:18:50 +02:00
Heiko August
3e81c092e9 Change: output the agreement page with the data privacy statement or the terms of use 2018-06-10 19:17:47 +02:00
Heiko August
76c882c670 Change: prepare the output of the agreement page, otherwise redirect 2018-06-10 19:15:50 +02:00
Heiko August
cf6dd8167c Change: check for necessary reconfirmation of the data privacy statement or the terms of use 2018-06-10 18:20:15 +02:00
Heiko August
f33295e5be Fix: use the correct key name for the error message 2018-06-10 18:18:32 +02:00
Heiko August
843bd37246 Change: make accepting of the data privacy statement mandatory to save the entry, if enabled 2018-06-10 18:17:39 +02:00
Heiko August
45ff85a7d2 Change: add the checkbox for data privacy statement and the necessary code to the registration form 2018-06-10 18:14:49 +02:00
Heiko August
52d66468be Change: add timestamp fields for terms of use and data privacy statement to the userdata table 2018-06-10 18:11:15 +02:00
Heiko August
d9919d5b5c Change: add default value for setting data_privacy_agreement for empty checkbox 2018-06-10 18:09:47 +02:00
Heiko August
7942b6c783 Change: add settings for an explicit data privacy statement, resolve conflict 2018-06-10 18:07:24 +02:00
Heiko August
e23a043fe8 Change: set minimal MySQL-version to 5.0 because Bad behavior sets it as required
We do not use MySQL with Bad behavior per default, but it could be configured that way.
2018-05-01 22:04:26 +02:00
Heiko August
bb474d30c2 Change: update Smarty from version 3.1.30 to version 3.1.32 2018-05-01 22:03:56 +02:00
Heiko August
05306eca37 Change: update Bad Behavior from 2.2.19 to 2.2.20 2018-05-01 22:03:42 +02:00
Heiko August
4a17ca3e83 Change: update GesHi from 1.0.8.11 to 1.0.9 2018-05-01 22:03:29 +02:00
Michael Loesler
3f0322c113 improve check update (#373)
- replace argument of checkUpdate function
- using last stored version (taken from feed) instead of installed
version
- https://mylittleforum.net/forum/index.php?id=10668
2018-05-01 22:02:59 +02:00
Michael Loesler
43fed913af Check update function (#372)
due to content changes of github atom feed, the checkUpdate returns
wrong uri
2018-05-01 22:01:52 +02:00
Heiko August
d9b6716840 Fix: three cases of forgotten exclamation mark as part of HTML-comment-syntax 2018-04-16 20:04:37 +02:00
Heiko August
8bad83b557 Fix: superfluous and erroneous single quotes 2018-04-16 20:04:05 +02:00
Heiko August
b269237827 Change: added the changelog for version 2.4.9 2018-04-13 17:23:10 +02:00
Heiko August
1fde98adb4 Change: new entry in versions-array and list of changed files for update to 2.4.9 2018-04-13 17:21:10 +02:00
Heiko August
de717507e4 Change: new version number in index.php and config/VERSION 2018-04-13 17:20:30 +02:00
Heiko August
d648d33e46 Fix: added cursor:pointer; for labels also to the minified CSS file 2018-04-13 17:08:33 +02:00
Heiko August
6f51f5ab3b Fix: added the changes for notice about automatic e-mails to all language files 2018-04-13 17:08:00 +02:00
Heiko August
18fd14702c Bugfix, use correct setting name instead name of abandoned setting (#366)
* Fix: used non existing setting for removing read state after X days

The database query for removing the read state from entries after X days was broken.
The query used the setting "read_state_expiration_date" which was itself removed with version 2.4.3.
2018-04-13 13:45:04 +02:00
Heiko August
229753bd93 Change: width and height attributes to img tag of uploaded images (#368)
Add width and height attributes to in entries included images with an upload as source.
2018-04-13 13:32:42 +02:00
Heiko August
39e104f53c Merge remote-tracking branch 'origin/legacy_2.4' into legacy_2.4 2018-03-30 13:25:46 +02:00
Michael Loesler
75d9484ea3 Date format (#363)
- change date format to prevent encoding problems for special characters
(e.g. März)
- https://mylittleforum.net/forum/index.php?id=10623
2018-03-30 13:22:03 +02:00
Michael Loesler
251c19313f Add email note (#362)
- add notification of generated message
- https://github.com/ilosuna/mylittleforum/issues/358
2018-03-30 13:21:11 +02:00
Michael Loesler
4650456544 Parameter for folding (#360)
- fix type conflict for storing folding state
- https://github.com/ilosuna/mylittleforum/issues/293
- https://mylittleforum.net/forum/index.php?id=10561
2018-03-30 13:18:55 +02:00