Commit Graph

16 Commits (2.4)

Author SHA1 Message Date
Jakub Onderka 098adf9f4f new: [news] Show the latest news in nicer view 2022-10-10 17:18:11 +02:00
Luciano Righetti f73a1e710e chg: migrate news views to factory. 2021-08-09 16:36:07 +02:00
Jakub Onderka 7f0d06ae4d chg: [internal] Move user checks to one place 2020-12-17 13:49:32 +01:00
4ekin e7a66859e8 fix: News View add, index and Controller (flash messages i18n bug 2019-03-12 17:26:44 +03:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
iglocska c74953a2fc fix: [Auth] Correctly handle users accounts getting deleted whilst the users are logged in
- deauthed users would end up in a forced loop having to read the news creating a new blank user with each page refresh
2018-10-09 10:33:15 +02:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska 68b8266584 new: New flash message system, fixes #3252
- 3 types of flash messages (success, error, warning)
- uses bootstrap's own classes/structure
2018-05-16 19:32:38 +02:00
iglocska a599ec24f7 Merge branch '2.4' into 1501 2016-09-18 11:07:10 +02:00
iglocska 081335b188 Merge branch '2.4' into 1503 2016-09-18 11:01:32 +02:00
Andreas Ziegler 11537b8a73 chg: remove redundant call to beforeFilter, just calling its parent 2016-09-16 03:40:52 +02:00
Andreas Ziegler 25e52a6786 chg: remove some references to variables 2016-09-15 17:08:58 +02:00
Andreas Ziegler b4b9a35de3 chg: remove redundant className attributes 2016-09-15 17:07:35 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska d02adf2085 new: Added the news functionality back
- admins can add/edit/delete news items
- users get redirected if there is a newsitem that they haven't seen yet
2016-05-20 01:17:26 +02:00