Commit graph

689 commits

Author SHA1 Message Date
Heiko August
5de70f4f42 Change: add version 2.4.14 to the array of updateable versions 2018-11-30 11:59:32 +01:00
Heiko August
3d967c691c Change: new version number in index.php and config/VERSION 2018-11-30 11:58:57 +01:00
Heiko August
729c6bb3dd Change: documentation of the changes of version 2.4.15 2018-11-30 11:58:18 +01:00
Heiko August
3a06f43162 Change: reformatting a few lines and functions 2018-11-30 11:43:50 +01:00
Heiko August
4ef7a8eeb5 Fix: a changed subscription status wasn't stored/deleted after a posting edit 2018-11-30 11:13:14 +01:00
Heiko August
13aa34bd53 Fix: one was unable to edit an entry because of forgotten occurences of old subscription field name in queries 2018-11-29 23:39:00 +01:00
Heiko August
b7dfe0d74e Change: add changelog for version 2.4.14 2018-11-26 22:58:37 +01:00
Heiko August
fe95fde61b Change: new version number 2.4.14 2018-11-26 22:55:24 +01:00
Heiko August
ad75b62aff Change: search only for the thread subscription in case of parent posting = thread opener 2018-11-26 22:47:55 +01:00
Heiko August
7a861330fa Fix: script ran into parsing error because it lacked a semicolon 2018-11-26 22:17:37 +01:00
Heiko August
6d90728883 Change: add database queries to the file update.sql 2018-11-26 22:09:09 +01:00
Heiko August
e7d12e1c6b Fix: remove backticks from table name, script is not able to replace the table prefix with them 2018-11-26 22:08:06 +01:00
Heiko August
8ab31523b2 Fix: remove hyperfluid semicolon, caused parsing error 2018-11-26 22:07:13 +01:00
Heiko August
ae73356aba Fix: forgot to add uload_image.inc.php to the list of files to update 2018-11-25 21:48:25 +01:00
Heiko August
c6cef9bc43 Change: increase the number of images to show in the upload popup 2018-11-25 21:44:40 +01:00
Heiko August
8d5b5ec80d Change: add the code to generate and enlive the subscriptions table 2018-11-25 21:14:14 +01:00
Heiko August
f48c2e8b96 Change: create the list of files to replace during the update to 2.4.14 2018-11-25 21:11:32 +01:00
Heiko August
81d101a1fa Change: add new entry 2.4.13 to the list of updateable versions 2018-11-25 21:11:14 +01:00
Heiko August
336bfd389a Changhe: update of the danish translation, author: Tommy Nilsson 2018-11-22 23:07:36 +01:00
Heiko August
827f492a58 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 22:53:13 +01:00
Heiko August
a374791642 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-22 22:50:32 +01:00
flatnick
b1dce240ae Change: Update norwegian.lang (#400), author: Github user @flatnick
Added new strings, that was introduced meanwhile (@auge8472).
2018-11-22 22:48:42 +01:00
Michael Loesler
ddd1891d87 Typo (#404)
- replaced hidde by hide
2018-11-22 22:42:08 +01:00
Michael Loesler
80174a1bc8 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-11-22 22:38:53 +01:00
Michael Loesler
fb025551e7 underline character (#401)
- underline character in data_privacy_statement removed in lang-files
2018-11-22 22:32:56 +01:00
Michael Loesler
df0282dfb6 Change: allow SVG graphics as smilies (see pull request #397)
- add svg extension in regexp for imgage files
2018-11-22 22:29:44 +01:00
Michael Loesler
9a12ab222e CSRF token (#396)
- add token to admin function to avoid cross site request forgery (CSRF)
- see http://owendarlene.com/csrf-my-little-forum/
2018-11-22 22:10:18 +01:00
Heiko August
d78e09162c Change: add list of changes files to the update script and 2.4.12 to the array of updateable versions 2018-08-12 17:55:39 +02:00
Heiko August
261a560a32 Change: add the new version number 2.4.13 to the index.php and config/VERSION 2018-08-12 17:54:54 +02:00
Heiko August
0858520742 Change: add list of fixes to the changelog file 2018-08-12 17:39:08 +02:00
Heiko August
e52f132c61 Fix: add the code for opening the data privacy statement in a popup to the minimised JS-file 2018-08-12 16:59:21 +02:00
Heiko August
c4622d4fa2 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-08-12 16:58:24 +02:00
Heiko August
c17d77df6e Fix: add forgotten minified main.min.js, includes the changes of #392 2018-08-12 16:57:48 +02:00
Heiko August
8c3da39fcf Fix: another occurence of single quotes in a string, has to be masked 2018-08-12 16:56:54 +02:00
Heiko August
9877661bc3 Cleanup: remove some unnecessary tabs and linebreaks 2018-08-12 16:56:13 +02:00
Heiko August
8c47fc98cc Fix: open the page of the privacy statement per default as popup 2018-08-12 16:55:23 +02:00
Heiko August
0c652b3d1d Fix: remove no longer existing column 'mlf2_entries.tags' from backup script 2018-08-12 16:53:36 +02:00
Heiko August
2dc67d472c Fix: values of the birthday column have to be surrounded by quotes 2018-08-12 16:52:33 +02:00
Heiko August
71f15aa283 Fix: add the forgotten new columns, introduced in version 2.4.10, to the backup script 2018-08-12 16:51:36 +02:00
Heiko August
836b984400 Fix: applied non-existing variable for the privacy checkbox to the posting template (#388) 2018-08-12 16:49:15 +02:00
Heiko August
cc69218e75 Change: several fields in the posting-form get randomised names 2018-08-12 16:47:51 +02:00
Heiko August
540cd4cfca Change: reorder the input fields of the registration form to prevent unintended prefilled fields in firefox 2018-08-12 16:45:30 +02:00
Heiko August
6df781a71c Change: several fields in the registration-form get randomised names 2018-08-12 16:44:04 +02:00
Michael Loesler
64381b6e7b 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-08-12 16:40:32 +02:00
Heiko August
dc78841a64 Change: add the new version number to the index.php and to config/VERSION 2018-06-29 13:22:40 +02:00
Heiko August
4c8c1fdc65 Change: add the description of the fix to the changelog 2018-06-29 13:21:34 +02:00
Heiko August
0da2dd4ff1 Change: add the version 2.4.11 to the list of updateable versions 2018-06-29 13:21:07 +02:00
Heiko August
4b32e10054 Change: add a block for correcting a failed update from 2.3.x to 2.4.10 2018-06-29 13:19:48 +02:00
Heiko August
83cd84adc0 Fix: correct spelling error in variable name 2018-06-29 13:18:47 +02:00
Heiko August
c1e90bce18 Fix: add missed elements of the array in the if-clause
The bug caused older versions as 2.3.99.1 not to alter the database structure.
2018-06-29 12:45:20 +02:00