index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
pages
/
admin_news.php
Age
Commit message (
Expand
)
Author
2018-12-02
Moved permission checks to Authenticator class
Igor Scheller
2018-10-31
Replaced `Auth()` with `auth()`
Igor Scheller
2018-10-31
Changed more functions :tada:
Igor Scheller
2018-10-31
Replaced some global `$user` variables
Igor Scheller
2018-08-29
Replaced gettext translation `_()` with `__()` that uses the Translator class
Bot
2017-12-26
392: Show warning message when editing html news without proper permissions t...
Igor Scheller
2017-08-29
Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
Igor Scheller
2017-08-29
Security: Only allow angels with admin_news_html privilege to use HTML
Igor Scheller
2017-08-29
#336: Integration of symfony/http-foundation request
Igor Scheller
2017-08-28
#337: Added routing
Igor Scheller
2017-07-28
dried code by introducing selectOne for select queries with only one result l...
msquare
2017-07-19
Changed $_GET, $_POST and $_REQUEST to use the Request object
Igor Scheller
2017-01-22
Removed spaces
Bot
2017-01-21
Replaced [0-9] with \d
Bot
2017-01-21
Replaced " with '
Bot
2017-01-21
Changed from mysqli to PDO, some refactorings, faster sql queries
Igor Scheller
2017-01-03
Replaced " with '
Bot
2017-01-03
PPHDoc, formatting, fixes, cleanup
Bot
2017-01-02
Formatting
Bot
2017-01-02
PSR-2 formatting
Bot
2016-10-04
small code style improvements
msquare
2016-10-04
reduce complexity of user angeltypes controller
msquare
2016-10-01
improve code style
msquare
2016-09-29
make short variable names longer
msquare
2016-09-29
prohibit inline control structures on pages
msquare
2014-12-28
harden the sql queries
Philip Häusler
2014-12-26
sort news by date
Philip Häusler
2014-12-06
try to prevent hint duplication
Philip Häusler
2014-09-08
pulled complete menu to the top (go for mobile...)
Philip Häusler
2014-08-22
add basic bootstrap theme
Philip Häusler
2013-09-18
mysql to mysqli and a lot of cleanup and mvc
Philip Häusler
2012-12-30
replaced header with redirect function
Philip Häusler
2012-12-26
#28 begin log
Philip Häusler
2011-12-26
#44 new register form
Philip Häusler
2011-12-21
#44 angeltypes recreated
Philip Häusler
2011-09-14
fixed news table name
Philip Häusler
2011-06-03
admin news
Philip Häusler