aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12371] Do not delete post related notifications when a post is deletedJoas Schilling2014-04-251-2/+0
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-101-2/+2
|\
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
* | [ticket/12150] Add missing space to query for shadow topicsMarc Alexander2014-03-291-1/+1
* | [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+5
|/
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-0/+16
|\
| * [ticket/9725] Fetch Azure db stats from proper tablePatrick Webster2014-03-281-0/+16
* | Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-141-40/+1
|\ \
| * | [ticket/9871] Fix indentation on commentNathan Guse2014-03-141-2/+2
| * | [ticket/9871] Restore get_remote_fileNathan Guse2014-03-051-0/+66
| * | [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-105/+0
* | | [ticket/12260] Add core events to delete_posts() function.rxu2014-03-111-8/+59
|/ /
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-5/+5
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-111-27/+18
|\ \
| * \ Merge branch 'develop-olympus' into developNathan Guse2013-07-051-1/+1
| |\ \ | | |/
| | * [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling.Andreas Fischer2013-07-031-1/+1
| * | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-05-201-1/+1
| |\ \ | | |/
| | * [ticket/11551] Fix error in system tab if get_remote_file returns empty stringDavid King2013-05-201-1/+1
| * | [ticket/11458] Use finder to get all permission language filesOpenShift guest2013-05-101-35/+12
| * | [ticket/11458] We still auto add language files from the mods and acpOpenShift guest2013-04-131-4/+31
| * | [ticket/11458] Search for permission language files in extensionsOpenShift guest2013-03-251-24/+11
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-051-261/+20
|\ \ \ | |/ /
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-03-041-2/+20
| |\ \
| * | | [ticket/10714] Fix several doc blocks and commentsJoas Schilling2013-01-221-2/+2
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-161-9/+45
| |\ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-071-1/+1
| |\ \ \ \
| * | | | | [ticket/10714] Rely on global instead of creating an instanceJoas Schilling2012-12-071-6/+0
| * | | | | [ticket/10714] Remove dependency injection and use global insteadJoas Schilling2012-08-211-20/+6
| * | | | | [ticket/10714] Use phpbb_log class in view_log()Joas Schilling2012-08-211-257/+16
| * | | | | [ticket/10714] Add doc block for view_log functionJoas Schilling2012-08-211-1/+15
| * | | | | [ticket/10714] Add incorrect offset calculation in view_log functionJoas Schilling2012-08-211-2/+6
| * | | | | [ticket/10714] Add casts to integer values.Joas Schilling2012-08-211-6/+8
* | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-031-11/+65
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-151-9/+45
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | [ticket/10758] Add return to the other compat function.Oleg Pudeyev2012-12-241-1/+1
| | * | | | [ticket/10758] Add periods.Oleg Pudeyev2012-12-221-2/+2
| | * | | | [ticket/10758] Yes, only one empty line.Oleg Pudeyev2012-12-221-1/+0
| | * | | | [ticket/10758] Add deprecated tags.Oleg Pudeyev2012-12-201-0/+2
| | * | | | [ticket/10758] Add compat functions.Oleg Pudeyev2012-12-201-0/+27
| | * | | | [ticket/10758] Dependency inject parameters into update_foes.Oleg Pudeyev2012-12-151-4/+8
| | * | | | [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-5/+9
| | | |/ / | | |/| |
| * | | | [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-4/+6
| * | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-1/+1
| |\ \ \ \ | | |/ / /
| * | | | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-8/+8
| * | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-2/+12
| * | | | [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-2/+0
| * | | | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-4/+2
| * | | | [ticket/11103] Bug fixNathan Guse2012-09-161-1/+1
| * | | | [ticket/11103] Delete some notifications when deleting posts/topicsNathan Guse2012-09-151-2/+2