aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'Fyorl/ticket/10939' into developAndreas Fischer2012-11-101-2/+4
|\
| * [ticket/10939] Modified acp_groups.php to not use $_FILESFyorl2012-08-151-2/+4
* | Merge branch 'develop-olympus' into developNils Adermann2012-11-091-1/+1
|\ \
| * | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]Igor Wiedler2012-11-091-1/+1
* | | Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-0665-4004/+1996
|\ \ \
| * | | [ticket/11099] Mark acp_ban::display_ban_options() as static.Andreas Fischer2012-10-301-2/+2
| * | | [ticket/11157] get_captcha_types is an instance method.Oleg Pudeyev2012-10-291-1/+2
| * | | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-176-12/+11
| * | | Merge PR #993 branch 'bantu/ticket/8713' into developOleg Pudeyev2012-10-102-6/+27
| |\ \ \
| | * | | [ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users.Andreas Fischer2012-09-091-2/+2
| | * | | [ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords.Andreas Fischer2012-09-081-3/+24
| | * | | [ticket/8713] Rename untrimed_variable() to untrimmed_variable().Andreas Fischer2012-09-082-5/+5
| | * | | [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-032-6/+6
| * | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-0/+2
| * | | | [ticket/10631] Fix a spelling typoMichael C.2012-09-011-1/+1
| * | | | [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-6/+6
| * | | | [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-5/+10
| * | | | [ticket/10631] Various front-end fixes (extensions manager)Nathan Guse2012-09-011-0/+9
| * | | | [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-18/+20
| * | | | [ticket/10631] get_extension_metadata_manager -> create_extension_metadata_ma...Nathan Guse2012-09-011-3/+3
| * | | | [ticket/10631] Simplify exceptionsNathan Guse2012-09-011-8/+20
| * | | | [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-28/+83
| * | | | [ticket/10631] Fix some issues as noted in github comments, significantly sim...Nathan Guse2012-09-011-6/+6
| * | | | [ticket/10631] Remove references to delete extensionNathan Guse2012-09-011-15/+0
| * | | | [ticket/10631] Validation for extensionsNathan Guse2012-09-011-18/+35
| * | | | [ticket/10631] Use display name if availableNathan Guse2012-09-011-3/+3
| * | | | [ticket/10631] Stagger the enable/disable/purge for extensionsNathan Guse2012-09-011-3/+18
| * | | | [ticket/10631] Fix list_available_extsNathan Guse2012-09-011-4/+2
| * | | | [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-011-54/+41
| * | | | [ticket/10631] Fix so it installs the module in the correct placeMichael Cullum2012-09-011-1/+1
| * | | | [ticket/10631] Adding docblocksMichael Cullum2012-09-011-0/+21
| * | | | [ticket/10631] Fixing and finishing the extension metadata class.Michael Cullum2012-09-011-33/+19
| * | | | [ticket/10631] A few more extension admin changesMichael Cullum2012-09-011-3/+2
| * | | | [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-011-74/+37
| * | | | [ticket/10631] Fixing some extension admin issues foundMichael Cullum2012-09-011-16/+11
| * | | | [ticket/10631] Fixing some issues spotted in extensions adminMichael Cullum2012-09-011-47/+36
| * | | | [ticket/10631] Adding an extensions adminMichael Cullum2012-09-012-0/+299
| * | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-202-14/+193
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forumJoas Schilling2012-08-181-5/+2
| | * | | [feature/php-events] Fix core.acp_manage_forums_update_data_after varsJoas Schilling2012-08-181-1/+1
| | * | | [feature/php-events] Add event core.acp_manage_forums_move_contentJoas Schilling2012-08-081-1/+24
| | * | | [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_childrenJoas Schilling2012-08-081-4/+21
| | * | | [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_afterJoas Schilling2012-08-081-2/+15
| | * | | [feature/php-events] Add new event core.acp_manage_forums_update_data_beforeJoas Schilling2012-08-081-1/+19
| | * | | [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_dataJoas Schilling2012-08-081-1/+10
| | * | | [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_formJoas Schilling2012-08-081-2/+21
| | * | | [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_dataJoas Schilling2012-08-081-6/+21
| | * | | [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_dataJoas Schilling2012-08-081-1/+9
| | * | | [feature/php-events] Add core.acp_users_overview_run_quicktoolJoas Schilling2012-08-051-0/+13