Heiko August
|
2a5cc796ca
|
Fix: regex-syntax changes because of introduction of PCRE2 in PHP 7.3
This makes the check of the e-mail-addresses compatible with PHP 7.3 and newer.
|
2020-04-25 20:25:20 +02:00 |
|
Florian Caspar
|
37ea1ba699
|
refactoring: removal of dead code
|
2020-01-19 13:29:44 +01:00 |
|
Florian Caspar
|
180d4b324f
|
template update for voting management
|
2020-01-19 04:48:03 +01:00 |
|
Florian Caspar
|
1a0dfcfa86
|
style update for voting management
|
2020-01-19 04:45:51 +01:00 |
|
Florian Caspar
|
9353748c0a
|
implementation voting management
|
2020-01-19 04:44:21 +01:00 |
|
Florian Caspar
|
694e260b1b
|
DB settings update for voting management
|
2020-01-19 04:41:56 +01:00 |
|
Florian Caspar
|
dabe72c76b
|
update of language files for voting management
|
2020-01-19 04:39:59 +01:00 |
|
Florian Caspar
|
49065059e7
|
DB scheme update for voting management
|
2020-01-19 04:21:09 +01:00 |
|
Florian Caspar
|
760cc6316b
|
DB scheme update for voting management
|
2020-01-19 04:15:03 +01:00 |
|
Florian Caspar
|
143d2fc2a8
|
SQL install/update corrected
|
2020-01-02 01:42:13 +01:00 |
|
Florian Caspar
|
9d374a2f90
|
updated language files
|
2020-01-02 01:33:58 +01:00 |
|
Florian Caspar
|
8c79ad769b
|
Voting feature added.
|
2020-01-02 01:26:37 +01:00 |
|
Heiko August
|
d5758ff0b1
|
Change: add changes for version 2.4.20 to the changelog
|
2019-05-15 20:33:38 +02:00 |
|
Heiko August
|
3887c33bed
|
Change: add the last version number to the list of updateable versions
|
2019-05-15 20:32:45 +02:00 |
|
Heiko August
|
1227438f62
|
Change: add the new version number to config/VERSION and index.php
|
2019-05-15 20:32:28 +02:00 |
|
Heiko August
|
a77698508b
|
Change: add the list of changed files to the update script
|
2019-05-15 20:30:48 +02:00 |
|
Michael Loesler
|
6c2611a3bb
|
Checking CSRF-token
- checked CSRF on delete posting
|
2019-05-15 20:08:24 +02:00 |
|
Michael Loesler
|
a5e6751722
|
CSRF token in delete links
- added CSRF token in template files at delete links
|
2019-05-15 20:03:05 +02:00 |
|
Michael Loesler
|
a3e4b73fe5
|
Mail encoding (#467)
- removed get_mail_encoding function
- set charset to defined value in i18n file
- reformatted my_mail function
- see https://mylittleforum.net/forum/index.php?id=11715
|
2019-05-15 20:01:14 +02:00 |
|
Michael Loesler
|
03f38af6bf
|
missing function (#466)
- remove missing function call, see https://mylittleforum.net/forum/index.php?id=11612 and https://github.com/ilosuna/mylittleforum/pull/437
|
2019-05-15 19:59:18 +02:00 |
|
Heiko August
|
336d72f6a9
|
Change: new version string 2.4.19.1 for index.php and config/VERSION
|
2019-02-07 22:21:07 +01:00 |
|
Heiko August
|
11f0e4eb85
|
Change: add the version 2.4.19 to the list of updateable versions
|
2019-02-07 22:20:39 +01:00 |
|
Heiko August
|
dd25fb9e90
|
Change: add the list of changed files for version 2.4.19.1
|
2019-02-07 22:19:59 +01:00 |
|
Heiko August
|
548aa4d8f8
|
Change: add changes of version 2.4.19.1 to the changelog
|
2019-02-07 22:19:19 +01:00 |
|
Heiko August
|
eca7cb0ecf
|
Fix: mysqli_fetch_all does not work everywhere, use mysqli_fetch_assoc in a loop instead
|
2019-02-07 20:48:14 +01:00 |
|
Heiko August
|
bdf47939fe
|
Fix: fetching one line of a database request results in a flat array, there is no line 0
|
2019-02-07 20:46:52 +01:00 |
|
Heiko August
|
7385c95571
|
Fix: provide a column list because we want to fill only these two columns
|
2019-02-03 21:16:35 +01:00 |
|
Heiko August
|
a6bca1fa21
|
Fix: let's also use here backticks instead apostrophes for column names
|
2019-02-03 19:48:18 +01:00 |
|
Heiko August
|
43fc778327
|
Fix: setting last_changes was and should be a Unix timestamp
|
2019-02-03 19:28:28 +01:00 |
|
Heiko August
|
86f159034b
|
Fix: fetch_assoc returns only one row, we need all rows, so use fetch_all instead
|
2019-02-03 18:47:20 +01:00 |
|
Heiko August
|
e82fa99c01
|
Fix: insert also the current version to make it updateable at the end of the update process
|
2019-02-03 18:20:56 +01:00 |
|
Heiko August
|
c3c0a0a178
|
Change: insert the real values from the forum for temporary settings
|
2019-02-03 18:08:47 +01:00 |
|
Heiko August
|
8c851aecbe
|
Fix: use backticks for enclosing of column names, not apostrophes
|
2019-02-03 17:59:53 +01:00 |
|
Heiko August
|
6fe47340bf
|
Change: new version number 2.4.19
|
2019-02-03 16:57:40 +01:00 |
|
Heiko August
|
650ced1ac9
|
Change: add the changes of version 2.4.19 to the changelog
|
2019-02-03 16:55:50 +01:00 |
|
Heiko August
|
c7bfce24e8
|
Change: put the database queries into the update.sql for documentation
|
2019-02-03 16:04:12 +01:00 |
|
Heiko August
|
e90dcf0e39
|
Fix: remove spelling error in a comment
|
2019-02-03 15:19:48 +01:00 |
|
Heiko August
|
d734ad82fd
|
Change: version number string resides in temporary settings beginning with version 2.4.19
|
2019-02-03 15:18:45 +01:00 |
|
Heiko August
|
30d83e0560
|
Change: add block for update to version 2.4.19
|
2019-02-03 15:18:01 +01:00 |
|
Heiko August
|
76caa70564
|
Change: removed an outdated update section and items from the array of updateable version
|
2019-02-03 15:16:35 +01:00 |
|
Heiko August
|
f68c2a62af
|
Change: add the list of files to update
|
2019-02-03 14:10:45 +01:00 |
|
Heiko August
|
5113096551
|
Change: add version 2.4.18.1 to the list of updateable versions
|
2019-02-03 14:10:21 +01:00 |
|
Heiko August
|
2ea335d7a6
|
Fix: wrong syntax for UPDATE, used AND instead the correct comma
|
2019-02-03 13:14:48 +01:00 |
|
Heiko August
|
6c6a2ec71a
|
Change: replace use of $settings with new request for data to exclude temporary infos
A few temporary infos are amended to the settings array for the normal service.
|
2019-02-03 13:11:15 +01:00 |
|
Heiko August
|
0a3e109dd2
|
Change: installation queries for moved settings
|
2019-02-03 13:04:15 +01:00 |
|
Heiko August
|
da6746fdbf
|
Change: move setting version to table mlf2_temp_infos
|
2019-02-03 13:03:22 +01:00 |
|
Heiko August
|
b38014e7a8
|
Change: move setting access_permission_checks to table mlf2_temp_infos
|
2019-02-03 13:01:36 +01:00 |
|
Heiko August
|
68f544b876
|
Change: move setting last_changes to the table mlf2_temp_infos
|
2019-02-03 12:58:44 +01:00 |
|
Heiko August
|
bd9e16b1f0
|
Change: move setting next_daily_actions to the table mlf2_temp_infos
|
2019-02-03 12:57:27 +01:00 |
|
Heiko August
|
4462463abf
|
Change: make the link text for hiding spam from the main view more descriptive
|
2019-02-03 12:04:58 +01:00 |
|