aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+1
|\
| * Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympusNils Adermann2012-05-311-1/+5
| |\
| | * [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
* | | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-3/+9
|\ \ \ | |/ /
| * | [ticket/10611] Filter out not existing database tables when making a backup.Andreas Fischer2012-05-301-1/+1
| * | [ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().Andreas Fischer2012-05-301-2/+1
| * | [ticket/10611] Generate db_tools instance in acp_database module.Andreas Fischer2012-05-301-0/+7
* | | Merge remote-tracking branch 'github-dhruv/ticket/10308' into developNils Adermann2012-05-291-0/+8
|\ \ \ | |/ /
| * | [ticket/10308] makes variable booleanDhruv Goel2012-05-101-1/+1
| * | [ticket/10308] fixes sql query, limit it to 1Dhruv Goel2012-05-101-4/+4
| * | [ticket/10308] fix language and user's total postsDhruv Goel2012-05-101-0/+8
| |/
* | Merge PR #721 branch 'rahulr92/ticket/10650' into developOleg Pudeyev2012-05-211-0/+1
|\ \
| * | [ticket/10650] Removed changes from acp_forums.phpRahul R2012-04-081-4/+0
| * | [ticket/10650] Changed acp option from per forum to globalRahul R2012-04-081-0/+1
| * | [ticket/10650] Corrected space before trueRahul2012-04-081-1/+1
| * | [ticket/10650] Displaying last topic on forum listRahul2012-04-081-0/+4
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-011-1/+1
|\ \ \ | | |/ | |/|
| * | [ticket/10846] fixing SQL query bug in acp_main.phpSenky2012-04-301-1/+1
* | | Merge PR #731 branch 'VSEphpbb/ticket/10779' into developOleg Pudeyev2012-04-251-2/+2
|\ \ \
| * | | [ticket/10779] Move jQuery CDN option to Load SettingsMatt Friedman2012-04-101-2/+2
| | |/ | |/|
| * | [ticket/10650] Revert merge of 'rahulr92/ticket/10650' into developOleg Pudeyev2012-04-041-4/+0
| * | [ticket/10650] Corrected space before trueRahul2012-04-051-1/+1
| * | [ticket/10650] Displaying last topic on forum listRahul2012-04-051-0/+4
* | | [ticket/10762] Check for phpbb_version when installing styleVjacheslav Trushkin2012-04-041-1/+1
|/ /
* | [ticket/10752] Fixes for acp_stylesVjacheslav Trushkin2012-04-031-39/+51
* | [ticket/10752] Changing private to protected variables in acp_stylesVjacheslav Trushkin2012-04-031-8/+8
* | [ticket/10752] More fixes for acp_stylesVjacheslav Trushkin2012-04-031-102/+101
* | [ticket/10752] Pass-by-reference fix for acp_stylesVjacheslav Trushkin2012-04-031-12/+12
* | [ticket/10752] Removing globals acp_stylesVjacheslav Trushkin2012-04-031-141/+127
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-313-4/+4
* | [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