aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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
| * | | | [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-4/+4
| * | | | [ticket/11103] Remove notifications to posts/topics when they are deletedNathan Guse2012-09-091-0/+10
| | |/ / | |/| |
* | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-291-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-291-1/+1
* | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-5/+5
* | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-7/+7
* | | [feature/soft-delete] Correctly manage softdeleting via posting.phpJoas Schilling2012-11-021-1/+1
* | | [feature/soft-delete] Fix unit tests for delete_posts()Joas Schilling2012-10-231-2/+0
* | | [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-13/+36
* | | [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-24/+11
* | | [feature/soft-delete] Fix sync('topic_visibility')Joas Schilling2012-10-091-32/+41
* | | [feature/soft-delete] Fix sync('topic') to match the new logicJoas Schilling2012-10-051-0/+10
* | | [feature/soft-delete] Fix a bug in sync() and set_post_visibility()Joas Schilling2012-10-021-3/+3
* | | [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-1/+1
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-35/+42
|/ /
* | [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-2/+2
* | [ticket/10969] Remove remove_remarks(&$sql) and remove_comments(&$output).Andreas Fischer2012-07-081-15/+0