aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* [feature/merging-style-components] Fix back link on install pageIgor Wiedler2012-03-311-1/+1
* [feature/merging-style-components] Renaming "delete" to "uninstall" for stylesVjacheslav Trushkin2012-03-311-32/+32
* [feature/merging-style-components] Fixing few errors in acp_stylesVjacheslav Trushkin2012-03-311-6/+1
* [feature/merging-style-components] Fix notices in acp_stylesIgor Wiedler2012-03-311-2/+3
* Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-318-12/+118
|\
| * [feature/ajax] Add entirely unrelated but nice newlinesIgor Wiedler2012-03-311-0/+1
| * [feature/ajax] Unify phpbb_json_response instantiationIgor Wiedler2012-03-311-1/+1
| * [feature/ajax] Send correct activate/deactivate JSON response in acp_profileIgor Wiedler2012-03-311-0/+18
| * [feature/ajax] Replace static call to phpbb_request with OOIgor Wiedler2012-03-311-1/+2
| * [feature/ajax] Handle acp_modules error cases with JSON responseIgor Wiedler2012-03-311-1/+9
| * [ticket/10272] AJAXified the bots page in the ACP.Callum Macrae2012-03-311-1/+9
| * [ticket/10271] AJAXified buttons on acp_main.Callum Macrae2012-03-311-2/+36
| * [ticket/10271] AJAXified the styles tab in the ACP.Callum Macrae2012-03-311-2/+15
| * [ticket/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-313-2/+38
| * [ticket/10328] Renamed the JSON class, also now using autoloading.Callum Macrae2012-03-311-1/+2
| * [ticket/10328] Added a JSON class.Callum Macrae2012-03-311-2/+1
| * [ticket/10271] Changed AJAX functions to $request->is_ajax().Callum Macrae2012-03-311-2/+2
| * [ticket/10281] AJAXified reordering forums in the ACP.Callum Macrae2012-03-311-0/+6
| * Merge remote-tracking branch 'cyberalien/feature/purge-cache' into developDavid King2012-03-301-5/+0
| |\
| | * [feature/purge-cache] Allow all admins to purge cacheVjacheslav Trushkin2012-02-181-5/+0
* | | Merge remote-tracking branch 'upstream/develop' into feature/merging-style-co...Vjacheslav Trushkin2012-03-292-3/+3
|\ \ \ | |/ /
| * | Merge branch 'develop-olympus' into developAndreas Fischer2012-03-261-2/+2
| |\ \
| | * | [ticket/10694] Adjusting details link to 5.3 announcementMichael Cullum2012-03-101-1/+1
| | * | [ticket/10694] Update PHP warning to 5.3.2Michael Cullum2012-03-091-1/+1
| * | | [task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era.Oleg Pudeyev2012-03-161-1/+1
* | | | [feature/merging-style-components] New acp_stylesVjacheslav Trushkin2012-03-142-2246/+949
|/ / /
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-091-4/+31
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympusOleg Pudeyev2012-03-091-4/+31
| |\ \
| | * | [ticket/9831] Fix saving unchecked checkbox field valuerxu2012-02-051-0/+8
| | * | [ticket/9831] Correctly store checkbox default value for boolean CPF.rxu2012-01-181-4/+23
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-281-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/10639] Do not allow negative post count as rank's minimum postsJoas Schilling2012-02-201-1/+1
* | | Merge branch 'develop-olympus' into developIgor Wiedler2012-02-071-9/+8
|\ \ \ | |/ /
| * | [ticket/10616] Add template inheritance to exported templateVjacheslav Trushkin2012-02-031-9/+8
| |/
* | Merge remote-tracking branch 'imkingdavid/ticket/10535' into developOleg Pudeyev2012-02-031-7/+0
|\ \
| * | [ticket/10535] Removed email confirm field from acp_users moduleDavid King2011-12-231-7/+0
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-01-061-0/+3
|\ \ \ | | |/ | |/|
| * | [ticket/10563] Show deactivated styles below active styles in acpVjacheslav Trushkin2012-01-021-0/+3
* | | [ticket/9916] Updating header license and removing Version $Id$Unknown2012-01-021-1/+1
* | | Merge remote-tracking branch 'unknownbliss/ticket/9916' into developAndreas Fischer2012-01-0263-128/+64
|\ \ \
| * | | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-3163-128/+64
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-251-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'p/ticket/9681' into develop-olympusAndreas Fischer2011-12-251-0/+2
| |\ \ \
| | * | | [ticket/9681] Add password length to security settingsIgor Wiedler2011-12-231-0/+2
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-251-21/+36
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'p/ticket/10428' into develop-olympusAndreas Fischer2011-12-251-21/+36
| |\ \ \ \
| | * | | | [ticket/10428] Documentation for optionget/optionset functions.Oleg Pudeyev2011-12-251-2/+21
| | * | | | [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.Oleg Pudeyev2011-12-251-16/+12
| | * | | | [ticket/10428] Compare $data to false strictly.Oleg Pudeyev2011-12-251-4/+4
| | |/ / /
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-241-1/+6
|\ \ \ \ \ | |/ / / /