Heiko August
00e8a9eea4
Change: removed the workaround of using US-locales for a PHP-bug that was solved ages ago with PHP 5.2 ( #405 )
...
fixes #361
2018-11-22 21:52:46 +01:00
Heiko August
29cd188b8b
add unsubscribing function for messages about replies ( #399 )
...
* Change: add a link to unsubscribe from the e-mails informing about replies to a specific own entry
* Change: processing subscription quitting, code, text and subtemplate
* Change: add a new table for the handling of subscriptions
* Change: remove subscription flag from antres table, set it in subscriptions table instead
* Change: rename the entry-id and the UUID-column, add a timestamp
* Change: remove the GET-parameter checker, is unnecessary
* Change: add query to delete the row of the subscription from the database table
* Change: rebuild the function emailNotification2ParentAuthor
2018-11-17 12:48:48 +01:00
flatnick
a07301c774
Update norwegian.lang ( #400 )
...
Added new strings, that was introduced meanwhile (@auge8472).
2018-11-17 12:41:06 +01:00
Michael Loesler
b053582193
Typo ( #404 )
...
- replaced hidde by hide
2018-10-24 21:08:23 +02:00
Michael Loesler
f17271221b
Password visibility ( #403 )
...
- add a check box behind the passwords field
- add two lang. phrases to display a helpful tooltip
- if the check box is checked, the password is shown in plain text otherwise the text field function for passwords is used (e.g. showing *****)
- see https://github.com/ilosuna/mylittleforum/pull/402
- remove uri to YUI compressor
- password confirmation field removed
- `error_pw_conf_wrong` key removed
2018-10-24 16:20:51 +02:00
Michael Loesler
5c0c4ed3f6
underline character ( #401 )
...
- underline character in data_privacy_statement removed in lang-files
2018-10-23 09:43:32 +02:00
Michael Loesler
c179c4021a
SVG ( #397 )
...
- add svg extension in regexp for imgage files
2018-09-03 19:15:50 +02:00
Michael Loesler
98140cac40
CSRF token ( #396 )
...
- add token to admin function to avoid cross site request forgery (CSRF)
- see http://owendarlene.com/csrf-my-little-forum/
2018-08-30 22:13:52 +02:00
Heiko August
94ac9bc5bd
Fix: add the code for opening the data privacy statement in a popup to the minimised JS-file
2018-08-05 19:51:15 +02:00
Heiko August
7ac6eefe31
Fix: always set the forum address as sender of an e-mail
...
Put the e-mail-address a user can provide to the Reply-to header.
2018-07-19 21:43:20 +02:00
Heiko August
61ceeea1c4
Fix: add forgotten minified main.min.js, includes the changes of #392
2018-07-19 21:23:44 +02:00
Heiko August
d2cced0369
Fix: another occurence of single quotes in a string, has to be masked
2018-07-19 21:23:44 +02:00
Heiko August
c078352ffb
Cleanup: remove some unnecessary tabs and linebreaks
2018-07-19 21:23:44 +02:00
Heiko August
1526ad48f6
Fix: open the page of the privacy statement per default as popup
2018-07-19 21:08:37 +02:00
Heiko August
262890fad7
Fix: remove no longer existing column 'mlf2_entries.tags' from backup script
2018-07-17 21:05:17 +02:00
Michael Loesler
1615ee4a0a
Flash button ( #390 )
...
* Removing flash
- removing the option "FLASH" button
- https://github.com/ilosuna/mylittleforum/issues/376
* Change update script
- add changes to update script
- VERSION array is not correct!!!
* Correction id
- correcting id to #390
2018-07-16 23:15:56 +02:00
Heiko August
adb1ee4434
Fix: values of the birthday column have to be surrounded by quotes
2018-07-16 21:22:53 +02:00
Heiko August
f1cfba4eb5
Fix: add the forgotten new columns, introduced in version 2.4.10, to the backup script
2018-07-16 21:22:53 +02:00
Heiko August
1118bd9372
Fix: applied non-existing variable for the privacy checkbox to the posting template ( #388 )
2018-07-16 20:56:19 +02:00
Heiko August
1127bd626a
Change: several fields in the posting-form get randomised names
2018-07-16 20:31:13 +02:00
Heiko August
4151ae71a0
Change: reorder the input fields of the registration form to prevent unintended prefilled fields in firefox
2018-07-16 20:31:13 +02:00
Heiko August
d24e232329
Change: several fields in the registration-form get randomised names
2018-07-16 20:31:13 +02:00
Michael Loesler
0e19a2fa1d
add missing css class thread-locked ( #384 )
...
- adding missing css class `thread-locked` to enable ballon icon for ajax preview
- see https://mylittleforum.net/forum/index.php?id=10873
2018-07-02 21:16:29 +02:00
Heiko August
3f9a8aacd2
Fix: correct wrong settings-key for the terms of use URL ( #381 )
2018-06-25 15:56:52 +02:00
Heiko August
46b1175028
Fix: removed errorneous and hyperfuid underscore ( #380 )
...
Thanks for the hint goes [to Taurec](https://mylittleforum.net/forum/index.php?id=10841 ).
2018-06-24 21:04:53 +02:00
Heiko August
c75c0afb37
Change: reset the height of the agreement iframe with CSS ( #379 )
2018-06-13 21:03:35 +02:00
Heiko August
4e3fa11f46
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 20:49:53 +02:00
Heiko August
f79d752c9d
Merge pull request #375 from auge8472/gdpr
...
Change: add settings for an explicit data privacy statement
2018-06-07 18:45:21 +02:00
Heiko August
0cf2ac96ab
Merge branch 'master' into gdpr
2018-06-07 18:44:28 +02:00
Heiko August
ac7060f333
Fix: add checks for the relevant settings to prevent code execution if the named setting is disabled
2018-06-05 22:57:40 +02:00
Heiko August
fa4dbaed00
Change: enforce a redirect to the agreement form if a user hasn't accepted the agreement and tries to send a posting
2018-06-05 22:56:16 +02:00
Heiko August
ca3d59d3ab
Change: update the userdata if the user has agreed to the data privacy statement or the terms of use
2018-06-05 22:30:23 +02:00
Heiko August
0e7a528697
Change: set the default height of the iframe to 400 pixels, will be overwritten with CSS
2018-06-05 22:24:09 +02:00
Heiko August
f987fdbd86
Fix: redirect at all
2018-06-05 22:23:12 +02:00
Heiko August
ff1d7ad741
Fix: redirect to the data privacy statement when necessary, not to the terms of use
2018-06-05 22:22:01 +02:00
Heiko August
552b90bd41
Fix: resolve merge conflict because of new LaTeX-formula-rendering (see aeb9afda34
)
2018-06-04 22:27:34 +02:00
Heiko August
6587c5927f
Fix: add dedicated button strings for agreement and disagreement
2018-06-04 22:22:07 +02:00
Heiko August
d649c3ce7b
Change: output the agreement page with the data privacy statement or the terms of use
2018-06-04 22:14:14 +02:00
Heiko August
070d64fe8d
Change: prepare the output of the agreement page, otherwise redirect
2018-06-04 22:12:12 +02:00
Heiko August
b9fc3c5764
Change: check for necessary reconfirmation of the data privacy statement or the terms of use
2018-06-04 22:09:51 +02:00
Michael Loesler
2ef12d742a
Tex ( #377 )
...
- removed external chart service support for tex
- added MathJax javascript support
- see https://mylittleforum.net/forum/index.php?id=10721
2018-05-18 19:20:17 +02:00
Heiko August
e8ac85968c
Fix: use the correct key name for the error message
2018-05-18 12:57:10 +02:00
Heiko August
5430711e59
Change: make accepting of the data privacy statement mandatory to save the entry, if enabled
2018-05-18 12:45:58 +02:00
Heiko August
eec578621a
Change: add the checkbox for data privacy statement and the necessary code to the registration form
2018-05-08 19:24:36 +02:00
Heiko August
35be9dfbd7
Change: add timestamp fields for terms of use and data privacy statement to the userdata table
2018-05-08 19:22:03 +02:00
Heiko August
a21bc77a82
Change: add default value for setting data_privacy_agreement for empty checkbox
2018-05-02 21:18:00 +02:00
Heiko August
7add15bf26
Change: add settings for an explicit data privacy statement
2018-05-01 22:48:10 +02:00
Heiko August
8b32031edc
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 19:41:24 +02:00
Heiko August
9439d1037b
Change: update Smarty from version 3.1.30 to version 3.1.32
2018-05-01 19:41:24 +02:00
Heiko August
6cc30d4c1c
Change: update Bad Behavior from 2.2.19 to 2.2.20
2018-05-01 19:41:24 +02:00