aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-18/+19
| | | | PHPBB3-11201
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-171-44/+7
| | | | PHPBB3-11201
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-171-43/+5
| | | | PHPBB3-11201
* [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-171-99/+6
| | | | PHPBB3-11201
* [ticket/11201] Move type specific error messages to type classJoas Schilling2014-01-171-9/+1
| | | | PHPBB3-11201
* [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-171-27/+8
| | | | PHPBB3-11201
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-20/+5
| | | | PHPBB3-11201
* [ticket/11201] Move language option determination into type classJoas Schilling2014-01-151-26/+4
| | | | PHPBB3-11201
* [ticket/11201] Use database type from the type classJoas Schilling2014-01-151-190/+16
| | | | PHPBB3-11201
* [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-16/+7
| | | | PHPBB3-11201
* [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-102-5/+3
| | | | PHPBB3-11201
* Merge pull request #1920 from prototech/ticket/12038Nathan Guse2013-12-305-49/+98
|\ | | | | [ticket/12038] AJAXify move up/down buttons for various ACP pages.
| * [ticket/12038] Free query results.Cesar G2013-12-302-0/+2
| | | | | | | | PHPBB3-12038
| * [ticket/12038] Do not rely on stale order value to move items.Cesar G2013-12-063-48/+53
| | | | | | | | | | | | This makes it possible to move the items more than once with AJAX. PHPBB3-12038
| * [ticket/12038] Use $move_executed in place of $db->sql_affectedrows().Cesar G2013-12-061-1/+1
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in report/denial reasons page.Cesar G2013-12-051-0/+8
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in custom profile fields page.Cesar G2013-12-051-0/+8
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in the permission roles page.Cesar G2013-12-051-0/+9
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in the module management pages.Cesar G2013-12-051-0/+8
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in the smilies/topic icons page.Cesar G2013-12-051-0/+9
| | | | | | | | PHPBB3-12038
* | Merge remote-tracking branch 'nickvergessen/ticket/11911' into developDhruv2013-12-271-0/+16
|\ \ | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11911: [ticket/11911] Warn admins when there is no search index for the selected engine
| * | [ticket/11911] Warn admins when there is no search index for the selected engineJoas Schilling2013-12-271-0/+16
| | | | | | | | | | | | PHPBB3-11911
* | | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into ↵Dhruv2013-12-256-28/+28
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop # By Joas Schilling # Via Joas Schilling * nickvergessen/feature/pagination-class: [ticket/11849] Fix more function calls [ticket/11849] Update more MCP calls to pagination class [ticket/11849] Update some ACP modules with new pagination [ticket/11849] Update rest of the UCP modules [ticket/11849] Update UCP notifications and pm folder [ticket/11849] Update search and memberlist [ticket/11849] Update pagination in viewonline.php [ticket/11849] Remove old pagination test [ticket/11849] Update pagination code in viewtopic.php [ticket/11849] Replace pagination in viewforum.php with class [ticket/11849] Add service definition [ticket/11849] Remove pagination functions [ticket/11849] Test validate_start and on_page [ticket/11849] Move pagination code to class
| * | [ticket/11849] Fix more function callsJoas Schilling2013-12-183-8/+12
| | | | | | | | | | | | PHPBB3-11849
| * | [ticket/11849] Update some ACP modules with new paginationJoas Schilling2013-12-183-20/+16
| | | | | | | | | | | | PHPBB3-11849
* | | Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-201-16/+89
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12060: (37 commits) [ticket/12060] A little less verbose cleanup of event docblocks [ticket/12060] Further clarifying new event docblocks as much as possible [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event [ticket/12060] Remove whitespaces [ticket/12060] Fix docblock for acp_bbcodes_modify_create event [ticket/12060] Rename event in message parser to modify_format_display_text_after [ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sql [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block [ticket/12060] Use separate template event for acp user signature posting buttons [ticket/12060] Rename event from append to after in acp_bbcodes.html [ticket/12060] Correctly label alpha versions in event docblocks [ticket/12060] Fix u_action comments in docblocks [ticket/12060] Change @since in event docblocks [ticket/12060] Update the docblock comments in acp core events [ticket/12060] Refactor u_action in the events that use it [ticket/12060] Use $sql_ary instead of $sql [ticket/12060] Update docblock for core event due to addition of another var [ticket/12060] Remove re-tabbing of html from subsilver2 files [ticket/12060] Add $update_this_message var to the core event [ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis ...
| * | | [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-7/+9
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Fix docblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event ↵Matt Friedman2013-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | doc block PHPBB3-12060
| * | | [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Fix u_action comments in docblocksMatt Friedman2013-12-121-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Update the docblock comments in acp core eventsMatt Friedman2013-12-121-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Refactor u_action in the events that use itMatt Friedman2013-12-121-9/+7
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Use $sql_ary instead of $sqlMatt Friedman2013-12-121-7/+9
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Adjust last item in array to use a comma instead of closing ↵Matt Friedman2013-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | parenthesis PHPBB3-12060
| * | | [ticket/12060] Copy this_u_action back to original this->u_action varMatt Friedman2013-12-121-0/+2
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc blockMatt Friedman2013-12-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_addMatt Friedman2013-12-051-5/+7
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for eventsMatt Friedman2013-12-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodesMatt Friedman2013-12-041-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | Modify display of bbcodes in the form PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_display_formMatt Friedman2013-12-041-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | Modify bbcode template data before we display the form PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_modify_createMatt Friedman2013-12-041-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | Modify bbcode data before modify/create PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_edit_addMatt Friedman2013-12-041-2/+16
| | |/ | |/| | | | | | | | | | | | | Modify bbcode template before we display the add/edit form PHPBB3-12060
* | | [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-0/+10
|/ / | | | | | | PHPBB3-12009
* | Merge remote-tracking branch 'Marc/ticket/11842' into developJoas Schilling2013-12-042-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11842: [ticket/11842] Add functional test for creating group [ticket/11842] Use avatar_data for obtaining driver that should be deleted [ticket/11842] Use type map for updating avatar types in database [ticket/11842] Add missing prefix for group id in avatar data [ticket/11842] Use only new avatar type in user_delete function [ticket/11842] Add migration file for updating avatar type in database [ticket/11842] Replace outdated occurences of user and group avatar_type [ticket/11842] Use group_id 0 and correct avatar name after creating group
| * | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-042-2/+2
| | | | | | | | | | | | PHPBB3-11842