Heiko August
a524bf2280
Change: replace text-align value "right" with "end" in the block for the user menu and the search
2024-08-27 13:14:45 +00:00
Heiko August
6aa4224c58
Change: set text-align with "start" for support of both horizontal writing directions
...
The value "start" replaces "left" in ltr and "right" in rtl languages.
2024-08-27 13:14:45 +00:00
Heiko August
a33401fef1
Change: add a yellow background colour to the box with selector .notice.caution
2024-08-27 13:14:45 +00:00
Heiko August
bb33c508fe
Change: adjust the gap between the icon and the starting point of the text for .notice
2024-08-27 13:14:45 +00:00
Heiko August
ee38b24a47
Fix: the self defined function should have the same return values as the original function
2024-08-21 19:15:38 +00:00
Heiko August
8b2eec6897
Fix: collect the table names in $db_settings
...
I was assuming them to exist when writing the affected query even the entries in $db_settings in reality wasn't present. Now the script collects the existing entries only for use in the query.
2024-08-21 19:15:38 +00:00
Heiko August
779d44cb35
Change: introduce function str_ends_with to PHP versions prior to version 8.0
...
This is for the specific use case of check $db_settings elements for table names.
2024-08-21 19:15:38 +00:00
Michael Lösler
eb85d2b66f
SQL stm ( #736 )
...
- Quotes in SQL stms fixed
- Exception message added because the current error message looks like "0, " and is not helpful
2024-08-15 17:27:40 +02:00
Heiko August
7b38751024
Fix: add last_reply to the select to be able to order the result by that column
2024-08-07 13:53:53 +00:00
Heiko August
6edc80b0ed
Fix: in german language the time format is 0-24 with no am/pm
2024-08-07 13:51:09 +00:00
Heiko August
7f7b6b71d5
Change: mark the Bad Behavior plugin as removed because the project is abandoned
2024-08-04 11:58:44 +00:00
Heiko August
764de49b2f
Fix: alter all URLs to the old repository to link to the new one
2024-08-04 11:58:44 +00:00
Heiko August
8842bb8bae
Change: clarify the instructions to remove files
...
This affects upgrades from the stable versions of the 2.5-branch because some or all files might be removed previously.
2024-08-04 11:58:44 +00:00
Heiko August
bd660e669a
Change: rename language name "arabian" to "arabic"
2024-08-04 11:58:44 +00:00
Heiko August
df3399c1a8
Fix: add definition of primary key for mlf2_banlists in the installation script
2024-07-31 14:49:41 +00:00
Heiko August
4f2142ace3
Fix: deduplicate banlists before saving the lists in the database
2024-07-29 20:55:24 +00:00
Heiko August
59b05f74fe
Change: add a block to recreate the banlist table with column "name" as PK
2024-07-29 20:18:07 +00:00
Heiko August
cf37feec94
Change: add the new version number and the date of the release to index.php
2024-07-28 20:22:29 +00:00
Heiko August
b941ebdab3
Change: add the new version number to config/VERSION
2024-07-28 20:22:29 +00:00
Heiko August
79ae99278c
Change: add the features, changes and fixes to the changelog
2024-07-28 20:22:29 +00:00
Heiko August
d60a5ebbc8
Change: a few formatting issues and an text enhancement
2024-07-28 20:22:29 +00:00
Heiko August
0b002ef0e0
Change: add new available language Arabian to the list
2024-07-28 20:22:29 +00:00
Heiko August
6127884fb0
Fix: correct spelling error
2024-07-28 20:22:29 +00:00
Heiko August
18e0be2348
Change: add information about formatting capabilities
2024-07-28 20:22:29 +00:00
Heiko August
ff3348076d
Change: add the interim testing version 20240308.1 to the list of updateable versions
2024-07-28 20:22:29 +00:00
Heiko August
5e86e642c1
Change: set dates and timestamps with zero values to NULL in the entries table
...
Affected are the values '0000-00-00' and '0000-00-00 00:00:00'.
2024-07-28 20:22:29 +00:00
Heiko August
f6f19934cd
Change: set dates and timestamps with zero values to NULL in the userdata table
...
Affected are the values '0000-00-00' and '0000-00-00 00:00:00'.
2024-07-28 20:22:29 +00:00
Heiko August
a98630e9c6
Fix: define a few date(time) columns as NULL-able in the entries table
...
This affects only very old installations, made with a version older than version 2.3.5.
2024-07-28 20:22:29 +00:00
Heiko August
e2e1fba7ae
Fix: define a few date(time) columns as NULL-able in the userdata table
...
This affects only very old installations, made with a version older than version 2.3.5.
2024-07-28 20:22:29 +00:00
Heiko August
7dfed8930e
Fix: remove trailing tabs at the end of the line
2024-07-28 20:19:15 +00:00
Heiko August
5ebdeeaa60
Fix: columns, that are used in ORDER BY must be selected before
...
This is at least the case on my DB-server. It might be an issue of the server configuration an may be handled not so strict on other servers.
2024-07-28 20:19:15 +00:00
Heiko August
45cffb033e
Fix: add forgotten section names when using language strings
2024-07-28 20:18:30 +00:00
Heiko August
8e30344e5e
Change: mark the radio button of the (pre)-selected language entry as checked
2024-07-28 20:18:30 +00:00
Heiko August
f20ac777dd
Change: remove the commented and unused code for inserting the password on page reload
2024-07-28 20:18:30 +00:00
Heiko August
c1177a2254
Change: use the already existing info about the writing direction in the HTML-template
2024-07-28 20:18:30 +00:00
Heiko August
e45d04dc18
Fix: add the key error_update_settings to all language files
...
This key was utilised in the installation script but was not available in the language files.
2024-07-28 20:18:30 +00:00
Heiko August
3aa741204a
Fix: correct a small formatting issue
2024-07-28 20:18:30 +00:00
Heiko August
97854ff6bb
Change: add the section names when using language strings
2024-07-28 20:18:30 +00:00
Heiko August
c1137cd61b
Change: read the language file with the function my_parse_ini_file
2024-07-28 20:18:30 +00:00
Heiko August
2d3f50019a
Change: add the function my_parse_ini_file to improve language string reading
...
Function is based on a user note in the PHP manual page for parse_ini_string.
https://www.php.net/manual/de/function.parse-ini-string.php#111845
2024-07-28 20:18:30 +00:00
Heiko August
b26f8a3ddc
Fix: move the entry to remove the flash processing code from $update[items] to $update[delete]
2024-07-21 13:55:30 +00:00
Heiko August
4fb4a24711
Change: add the files to upgrade to the blocks of upgrades from earlier versions
2024-07-21 13:55:30 +00:00
Heiko August
80c1554dc3
Change: add the block of database changes for an upgrade from 20240308.1
2024-07-21 13:55:30 +00:00
Heiko August
9cdeed3bb2
Fix: remove LIKE from the query, was a remnant of a former change
2024-07-21 13:55:30 +00:00
Heiko August
521bb48036
Change: formatting thingamabob
2024-07-18 19:21:23 +00:00
Heiko August
7d7d9bb47e
Change: add selected translations and solve a few formatting issues (turkish)
2024-07-18 19:21:23 +00:00
Heiko August
4825d22d7f
Change: add markings for missing translations and solve formatting issues (tamil)
2024-07-18 19:21:23 +00:00
Heiko August
0a2033a4ec
Change: add selected translations (swedish)
2024-07-18 19:21:23 +00:00
Heiko August
13506a6637
Fix: corrected a typo and a missing masking of a single quote in a string (swedish)
2024-07-18 19:21:23 +00:00
Heiko August
39c19096e2
Fix: solve a few formatting issues and mark one strings for translation (spanish)
2024-07-18 19:21:23 +00:00