aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-12-061-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | [ticket/10411] Use new ajax callback name row_up/row_downJoas Schilling2012-11-151-8/+8
| | * | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2012-11-152-35/+57
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | [ticket/10411] Use AJAX to move items up/down and delete themJoas Schilling2012-11-141-20/+28
| | * | | | | | | | | | | | [ticket/10411] Use new teampage and legend class in ACP and memberlistJoas Schilling2012-11-141-2/+22
| | * | | | | | | | | | | | [ticket/10411] Remove duplicated ids from the templateJoas Schilling2012-11-131-7/+7
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | [ticket/11166] Add ajaxify support to normal ACP confirm_box()Joas Schilling2013-03-033-7/+32
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | [ticket/11314] Modify files to comply with coding standardsMarc Alexander2013-03-263-308/+149
* | | | | | | | | | | | [ticket/11314] Fix JSHint issues in adm editor.jsMarc Alexander2013-03-261-36/+33
* | | | | | | | | | | | [ticket/11314] Fix issues mentioned in jshint reportMarc Alexander2013-03-262-31/+31
* | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11314Marc Alexander2013-02-272-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | [feature/migrations] Catch and display errors from the migratorNathaniel Guse2013-02-092-2/+14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-0/+4
| * | | | | | | | | | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-111-4/+0
* | | | | | | | | | | [ticket/11314] Add missing radix parametersMarc Alexander2013-01-131-1/+1
* | | | | | | | | | | [ticket/11314] Add missing "use strict" to timezone.js filesMarc Alexander2013-01-101-0/+2
* | | | | | | | | | | [ticket/11314] Add missing semi-colonsMarc Alexander2013-01-101-2/+2
|/ / / / / / / / / /
* | | | | | | | | | [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-042-46/+38
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-292-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-092-4/+4
| |/ / / / / / /
* | | | | | | | [feature/events] Remove extraneous spaceDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Append "_append" to acp_simple_header_headDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] acp_simple_footer_end -> acp_simple_footer_afterDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Append "_append" to acp_overall_header_headDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Change _end suffix to _after in acp_overall_footer_endDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Append "_append" to acp_users_overview_optionsDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Fix names of events in adm/style/acp_main.htmlDavid King2012-12-171-2/+2
* | | | | | | | [feature/events] Append "_append" to acp_forums_normal_settingsDavid King2012-12-171-1/+1
* | | | | | | | [feature/events] Rename event_main_actions to acp_main_actionsJoas Schilling2012-12-171-1/+1
* | | | | | | | [feature/events] Adding acp prefix to acp event namesMichael Cullum2012-12-177-8/+8
* | | | | | | | [feature/events] Adding forums_normal_settings acp template ledgeMichael Cullum2012-12-171-0/+1
* | | | | | | | [feature/events] Adding simple_footer_end acp template eventMichael Cullum2012-12-171-0/+1
* | | | | | | | [feature/events] Adding simple_header_head acp template eventMichael Cullum2012-12-171-0/+1
* | | | | | | | [feature/events] Add users_overview_options acp template eventMichael Cullum2012-12-171-0/+1
* | | | | | | | [feature/events] Add overall_footer_end acp template eventMichael Cullum2012-12-171-0/+2
* | | | | | | | [feature/events] Adding overall_header_head acp template eventMichael Cullum2012-12-171-0/+1
* | | | | | | | [feature/events] Add main_actions acp template eventMichael Cullum2012-12-171-0/+2
* | | | | | | | [feature/events] Add main_notice ACP template eventMichael Cullum2012-12-171-0/+2
|/ / / / / / /
* | | | | | | [ticket/11209] Clone disable moving images to allow multiple per pageJoas Schilling2012-11-161-4/+4
| |/ / / / / |/| | | | |
* | | | | | [ticket/11198] Remove additional asterix as /** is doc-block onlyJoas Schilling2012-11-151-4/+4
* | | | | | [ticket/11198] Store the swapping partners in vars and simplify the logicJoas Schilling2012-11-141-39/+47
* | | | | | [ticket/11198] Correctly set links after an item is moved up/down with AJAXJoas Schilling2012-11-142-15/+29
|/ / / / /
* | | | | [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html.Andreas Fischer2012-11-101-13/+13
* | | | | [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-1052-368/+368
* | | | | Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-0660-727/+965
|\ \ \ \ \
| * | | | | [ticket/11018] Fix several paginations in ACPJoas Schilling2012-10-173-15/+19
| * | | | | [ticket/11067] Copy prosilver CSS to adm, so the pagination looks the sameJoas Schilling2012-10-171-28/+52
| * | | | | Merge PR #890 branch 'nickvergessen/ticket/10982' into developOleg Pudeyev2012-10-161-4/+4
| |\ \ \ \ \
| | * | | | | [ticket/10982] Remove overlay on first up/down move of forums in ACPJoas Schilling2012-07-111-4/+4
| * | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-161-1/+2
| |\ \ \ \ \ \