Commit graph

258 commits

Author SHA1 Message Date
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
3c48f05982 Fix: add forgotten closing tag for paragraph in the spam-prevention settings form
This splits the grouped list of options for B8 filter from the threshold input.
2024-07-12 00:06:59 +02:00
Heiko August
6664187766 Fix: remove unnecessary spaces and semicolons in style.min.css 2024-06-29 12:35:47 +02:00
Heiko August
71c4b2c384 Change: add a notice about the fact, that the forum is deactivated
The forum gets deactivated at the beginning of the upgrade and remains deacivated after the upgrade until one activates it again in the settings page.
2024-03-18 20:22:23 +01:00
Heiko August
02b36249db Change: basic formatting for the HTML-elements <ins>, <del> and <s> 2024-03-17 17:56:40 +01:00
Michael Lösler
43471266b3
Bad Behavior (#672)
- remove outdated module "Bad Behavior"
- https://mylittleforum.net/forum/index.php?id=10734
2023-03-18 16:35:04 +01:00
vihuna
0c2ab4fc6b
fix: amends email recipient in contact links (#671)
`$recipient_email` must be taken from `recipient_user_id` GET parameter
when there is no post `id` (in `user` and `user_profile` templates).
2023-03-13 17:53:18 +01:00
vihuna
1a99f5dfb3
fix: change date-time format in user administration (#659) 2023-01-03 16:55:21 +01:00
Heiko August
d137c1a406
Fix: wrong date formatting code in the users entries list, follow up of #647 (#657) 2022-12-27 11:04:10 +01:00
Heiko August
dcc8df0543 Change: add class .notice to system messages (error, caution and execution messages) 2022-12-26 22:11:47 +01:00
Heiko August
9b01dca510 Change: enlarge the contrast with a brighter beckground and a darker text colour 2022-12-26 22:11:47 +01:00
Heiko August
691c2b9dc7 Fix: make the selector more specific to apply the definition for margin-left to the first link item 2022-12-26 19:04:14 +01:00
Heiko August
3cb62a3304 Change: little adjustment for the user search bar (padding-bottom) 2022-12-26 19:04:14 +01:00
Heiko August
5d147bed29 Change: remove multiplied declaration of font size and make the selector more specific to make the font size declaration applying 2022-12-26 19:04:14 +01:00
Heiko August
93c346bc5f Change: remove classes pagination-index and pagination-index-table 2022-12-26 19:04:14 +01:00
Heiko August
8017b725cb Change: replace <input> of type submit with <button>, remove unnecessary <br /> 2022-12-26 19:04:14 +01:00
Heiko August
c46cd71c4a Cleanup: a little optimisation of the file size, remove the leading 0 for values < 1 2022-12-26 19:04:14 +01:00
Heiko August
3ebdd9d81c Change: adjustments for elements of class .normalform 2022-12-26 19:04:14 +01:00
Heiko August
e10260dc27 Change: a few adjustments for the pagination list 2022-12-26 19:04:14 +01:00
Heiko August
e937401f69 Change: reformat form and navigation elements in the admin area
- remove the fixed heights from a few elements
- remove floating because the affected elements follow the box content
2022-12-26 19:04:14 +01:00
Heiko August
03aeedda70 Change: exclude the pagination below the users list from the form 2022-12-26 19:04:14 +01:00
Heiko August
49bc9a6224 Change: display the label for the input field in user search form for a better accessibility 2022-12-26 19:04:14 +01:00
Heiko August
d47bb484bc Change: reconstruct the user search form
- put the label for the input field into the form beside the input field
- replace the input for the submit button with a real button
- exclude the hidden fields from the div in the form
- remove the float, that was intended for the form box inside #usernav
2022-12-26 19:04:14 +01:00
Heiko August
561069aef7 Change: clear boxes of id #userpagination, unnecessary after clearing #usernav 2022-12-26 19:04:14 +01:00
Heiko August
ea5e4186e6 Change: clear the box #usernav in all occurences 2022-12-26 19:04:14 +01:00
Heiko August
5531729308 Change: provide a heading for the user lists 2022-12-26 19:04:14 +01:00
Heiko August
cb52600946 Change: display an additional pagination link list at bottom of the uploaded images list 2022-12-26 19:04:14 +01:00
Heiko August
5b0299c308 Change: display an additional pagination link list on top of the users entries list 2022-12-26 19:04:14 +01:00
Michael Lösler
425b165d31
Formated date (#654)
- formated date corrected in user profile
2022-12-13 20:08:12 +01:00
Michael Lösler
304c5cd9cb
Date format (#653)
- Date format corrected in template for reporting SPAM/HAM
2022-11-24 13:18:52 +01:00
Heiko August
91d9ae85be Fix: prevent passwords from spell checking for the case of displaying them with type="text"
This is necessary in browsers which sends content if input with type text to external spell checking services, as Chrome does with sending the content to a Google service.
2022-10-10 01:29:30 +02:00
Heiko August
498a28644f Fix: don't repeat yourself! corsor: pointer; already exists for label
I added cursor:pointer; for the HTML-element label long time ago. I now added the additional selectors to the existing rule.
2022-09-09 16:24:25 +02:00
Heiko August
dd030cc827 Change: change cursor to pointer when hovering buttons 2022-09-09 16:24:25 +02:00
Michael Lösler
069562f5b2
Mathjax (#637)
* Update MathJax

- MathJax updated to version 3
- Loading of mathjax resources prevented, if unnecessary (e.g. at main page)

* CDN

- CDN to recommended one changed, cf. https://docs.mathjax.org/en/latest/web/start.html
2022-08-09 17:48:33 +02:00
Heiko August
bb8d540135 Fix: put the flex items to the end of the flexbox 2022-08-02 21:58:53 +02:00
Heiko August
52d73af150 Change: make the button list a flexbox 2022-06-17 18:06:40 +02:00
Heiko August
bbb9b00cc2 Change: replace input type submit with button elements and put only them into the div 2022-06-17 18:06:40 +02:00
Heiko August
7205d2c58d Change: also here is no need for clearing a float anymore 2022-06-12 21:09:15 +02:00
Heiko August
707fab47f8 Change: remove font colour definitions, where it only repeats the definition for the document 2022-06-12 21:09:15 +02:00
Heiko August
d0f70549b4 Change: because of the flexbox that makes the page using the whole viewport height we don't need a min-height for the content box 2022-06-12 21:09:15 +02:00
Heiko August
8a16d51dca Change: put margin and padding definitions for direct children of body into one definition 2022-06-12 21:09:15 +02:00
Heiko August
ccc34fbe01 Change: replace the div.header with the HTML-element header in all entry views 2022-06-07 23:01:45 +02:00
Heiko August
9f4f6d9baa Fix: images should stay inside the entry container
Images overflowed the container and was cut eat the edge because of the use of overflow:hidden; for the posting-content-container.
2022-06-07 23:01:45 +02:00
Heiko August
c0b302ae9f Change: reformat the entry-options-menu in all entry-views 2022-06-07 23:01:45 +02:00
Heiko August
47df7fbb14 Change: make the usermenu being a flexbox, it simplifies things 2022-06-07 23:01:45 +02:00
Heiko August
7367c74562 Fix: closing tag for the options list in the single entry view, was accidently removed a while ago 2022-06-07 23:01:45 +02:00
Heiko August
8b965a6ae8 Change: put the view count into a div instead a span 2022-06-07 23:01:45 +02:00
Heiko August
009be84331 Change: remove the div.info because it is superfluous 2022-06-07 23:01:45 +02:00
Heiko August
eb6159f933 Change: separate the entry footer from the block, that contains the entry content 2022-06-07 23:01:45 +02:00
Heiko August
80e1f06141 Change: make the whole block of an entry a HTML-element article 2022-06-07 23:01:45 +02:00