summaryrefslogtreecommitdiffstats
path: root/modules-available/news/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-27/+20Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-12/+7Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [news] Don't show duplicates in list of locs with overridesSimon Rettberg2023-04-241-1/+1
|
* [news] Fix: Global news could not be savedSimon Rettberg2023-04-241-31/+31
|
* [news] List locations with overrides when editing globalSimon Rettberg2022-05-041-0/+5
|
* [locations/news] Add per-location news/help/loginscreentextSimon Rettberg2022-05-031-12/+27
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [news] Use date/time selection for expiry, not duration in hrsSimon Rettberg2019-05-291-14/+21
|
* [news] Modularize; add 'login-news' categorySimon Rettberg2019-05-281-133/+154
| | | | TODO: Use date/time picker for expire time
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-8/+2Star
| | | | | | be accessible Closes #3340
* [news] Fix formattingSimon Rettberg2018-02-141-220/+222
|
* [news] Use permission helpers; make inputs readonly if no permission to editSimon Rettberg2018-02-141-42/+38Star
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-15/+23
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [news] reworked permission system from "click and you get error" to "button ↵Christian Hofmaier2017-11-231-16/+24
| | | | is disabled due to lack of permission" (this time with double check on permissions)
* [news] reworked permission system from "click and you get error" to "button ↵Christian Hofmaier2017-11-211-35/+19Star
| | | | is disabled due to lack of permission"
* [news] user is now checked if he's logged in before he can access the moduleChristian Hofmaier2017-10-241-0/+4
|
* [news] small design change + implemented new permission systemChristian Hofmaier2017-09-291-22/+43
|
* [news] Switch to new ellipsis hack; fix saving when summernote is in source ↵Simon Rettberg2016-09-071-0/+2
| | | | code view
* fixed bug.Christian Klinger2016-07-051-5/+14
|
* minimal changesChristian Klinger2016-07-051-9/+6Star
|
* added summernote as an optional wysiwyg-editor.Christian Klinger2016-06-241-1/+6
|
* also allow users to edit the help.Christian Klinger2016-06-241-163/+230
| | | | The code is still a little ugly.
* Migrated messages to modulesSimon Rettberg2016-05-101-3/+3
|
* WIPSimon Rettberg2016-05-031-0/+167