Commit graph

1316 commits

Author SHA1 Message Date
Heiko August
6ac3f668c2 Change: enhance the usability with amended rules for :focus, where they are absent
These rules doubles the rules for :hover. They was absent for *many* elements.
2022-05-29 18:27:49 +02:00
Heiko August
77b860f9ed Change: remove inline style for width of td.c in the spam protection settings 2022-05-29 18:27:49 +02:00
Heiko August
4b28070c3a Change: replace PNG-image based gradient for td.c and enlarge it to a width of 15em 2022-05-29 18:27:49 +02:00
Heiko August
db858986a3 Change: add element thead to tables explicitely, where necessary 2022-05-29 18:27:49 +02:00
Heiko August
8c5f57edd6 Change: add a dotted bottom border to the latest entries list 2022-05-29 18:27:49 +02:00
Heiko August
0da3a34843 Change: replace all remaining occurences of vertical gradients based on PNG-images with CSS-gradients 2022-05-29 18:27:49 +02:00
Heiko August
b4be6085e6 Change: join the rulesets for headings of blocks in #sidebar
… and replace the gradient PNG-image with a CSS linear gradient.
2022-05-29 18:27:49 +02:00
Heiko August
b6ba73297e Change: siplify the rules for .adminmenu 2022-05-29 18:27:49 +02:00
Heiko August
2ebce8cd2f Change: unify rules for child elements of #sidebar and #additiona-admin-info 2022-05-29 18:27:49 +02:00
Heiko August
9d83285644 Change: put #sidebar and #additiona-admin-info to top of the main content on narrow viewports 2022-05-29 18:27:49 +02:00
Heiko August
f53d05a791 Fix: put the icon image into a link element without href to make the Ajax-preview link keeping its position
The Ajax-preview link will be inserted before the first link. If the first link is positioned after the unclassified-icon, the Ajax-preview-link gets sorted in the wrong visual order.
2022-05-28 11:12:23 +02:00
Heiko August
17291852d4 Change: display the new icon if the entry is not yet classified as ham or spam 2022-05-28 11:12:23 +02:00
Heiko August
2fdbda26d0 Change: add the spam check status of an entry to the query and the resulting array
Adding the status to the resulting array under the condition of the requesting user is a moderator or an administrator of the forum.
2022-05-28 11:12:23 +02:00
Heiko August
e7bc8ea3f5 Change: add the query to set the column mlf2_userdata.user_email to charset utf8 (without mb4) 2022-05-17 21:44:24 +02:00
Heiko August
20eee1fe58 Change: document the changes in the changelog 2022-05-17 21:44:24 +02:00
Heiko August
ac29a3df01 Change: add the new version number 2022-05-17 21:44:24 +02:00
Heiko August
a5777451bc Change: add version 20220509.1 to the list of upgradable versions 2022-05-17 21:44:24 +02:00
Heiko August
3ddeb1f5cf Change: add the list of files to be replaced with the new version 2022-05-17 21:44:24 +02:00
Heiko August
d0001160c5 Change: code style (replace tabs with spaces for indentation) 2022-05-17 12:48:13 +02:00
Heiko August
d0b151f97e Change: new rule set for viewport widths >= 48em for the header child elements 2022-05-17 12:48:13 +02:00
Heiko August
5e83b4480c Change: add left padding to all entries in the user menu with exception of the first item 2022-05-17 12:48:13 +02:00
Heiko August
76f8dd42a5 Change: remove "display: inline;" for the search form
The rule had no equivalent in style.css
2022-05-17 12:48:13 +02:00
Heiko August
032b5a11be Change: adjust the bottom margin of the user menu to make the gap to the search box a bit smaller 2022-05-17 12:48:13 +02:00
Heiko August
74303711fe Change: adjust the font size for the main heading (h1) a bit 2022-05-17 12:48:13 +02:00
Heiko August
77cb0c5109 Change: put the main boxes in header directly one below the other 2022-05-17 12:48:13 +02:00
Heiko August
d679c4692f Fix: apply "h1 a" CSS-rules for :hover also to :focus 2022-05-17 12:48:13 +02:00
Heiko August
722d64451a Change: let the header take the necessary height
Let the header take any height and use a css-linear-gradient instead the fix-height-image.
2022-05-17 12:48:13 +02:00
Heiko August
5d0a600e70 Change: adapt the changes for the header search form to CSS 2022-05-17 12:48:13 +02:00
Heiko August
39f03939da Change: rework the search form
- put the hidden field outside the <div>
- display the label for the search field
- change the input-type from text to search
- display the submit button
2022-05-17 12:48:13 +02:00
Heiko August
6de0bfcd14 Fix: define the column user_email with character set utf8 (without mb4)
This prevents the matching index key_user_email to exceed the maximal size of an index on MySQL-server with a version below 5.7.
2022-05-15 21:14:41 +02:00
Heiko August
ab3274b57d Fix: add a forgotten closing bracket to the query
see #601 for the details, thanks to @prbt2016 for the report
2022-05-15 21:14:41 +02:00
Heiko August
3e43de3ba5 Change: stronger limit for the number of inactivity messages
Defines the number of users, that are selected for sending the inactivity messages during one run of the daily actions.
2022-05-15 14:01:59 +02:00
Michael Lösler
07713c11d1
Restrict number of mails (#603)
* Restrict number of mails

- Number of notification mails restricted to 25
- Condition removed that checked the return value of my_mail

* Number of mails

- Number of mails restricted to 20 as suggested by @auge8472
- Condition added
2022-05-12 10:10:46 +02:00
Heiko August
2766a3120f Change: add additional steps to the installation instruction 2022-05-09 22:42:00 +02:00
Heiko August
fbbfd1fdf5 Change: raise the minimal PHP-version from 5.4 to 7.3 2022-05-09 22:41:25 +02:00
Heiko August
001e441b12 Change: add the changelogs for the versions between 2.4.22 and 20220509.1
… ordered by their release dates
2022-05-09 22:30:46 +02:00
Heiko August
596be52ba1 Change: provide the new version number in the copyright notice in index.php 2022-05-09 21:04:26 +02:00
Heiko August
92bd54f9b3 Change: provide the new version number in the file config/VERSION 2022-05-09 21:04:26 +02:00
Heiko August
6e545a07bf Change: add the changelog for the new version 20220509.1 2022-05-09 21:04:26 +02:00
Heiko August
f072b25def Change: add the list of files to replace to the update script 2022-05-09 21:04:26 +02:00
Heiko August
13fd3a6ceb Change: put version 20220508.1 to the list of updatable versions 2022-05-09 21:04:26 +02:00
Heiko August
436dee45e1 Fix: corrected a false friend (German: "aktuell" to wrong English "actual"), correct is "currently" 2022-05-09 20:42:11 +02:00
Heiko August
e718e5903b change: use a flexbox to fix the footer to the bottom of the viewport in every case 2022-05-09 20:24:26 +02:00
Heiko August
c65f5718be Change: use modern, semantic HTML-elements to give the page a base structure
Put the div with the copyright notice into the page footer.
2022-05-09 20:24:26 +02:00
Heiko August
5764cc0788 Change: use 1em as base font size instead the IE6-bug-fixing 100.01% 2022-05-09 20:24:26 +02:00
Heiko August
200bc0ad03 Change: remove CSS fixes for ancient browsers IE 6 and IE7 2022-05-09 20:24:26 +02:00
Prashant Tondale
75e1d87cad Update index.php
Add closing round brace
2022-05-09 14:47:26 +02:00
Heiko August
d049b498ab Change: add the list of changes, updates, fixes and features to the changelog file 2022-05-08 18:07:13 +02:00
Heiko August
7c5d798c19 Change: add the new version number to the introducing comment block in index.php 2022-05-08 18:07:13 +02:00
Heiko August
9e21b01afd Change: add all database changes to the file update/update.sql 2022-05-08 18:07:13 +02:00