aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12509] Add missing ',' in arraysTristan Darricau2014-05-261-1/+1
| | | | PHPBB3-12509
* [ticket/12509] Fix path in adm/index.phpTristan Darricau2014-05-141-1/+1
| | | | PHPBB3-12509
* [ticket/12509] Fix typo in adm/index.phpTristan Darricau2014-05-141-1/+1
| | | | PHPBB3-12509
* [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-2/+4
| | | | PHPBB3-12509
* [ticket/12509] Update acp custom_style setterTristan Darricau2014-05-131-1/+5
| | | | PHPBB3-12509
* [ticket/12534] Do not use errorbox for multi stepsJoas Schilling2014-05-122-2/+2
| | | | PHPBB3-12534
* [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensionsJoas Schilling2014-05-123-6/+10
| | | | PHPBB3-12534
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-093-3/+3
| | | | PHPBB3-9388
* [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.Cesar G2014-05-081-3/+2
| | | | PHPBB3-9388
* [ticket/9388] Reopen <fieldset> after auth templates.Cesar G2014-05-081-1/+3
| | | | PHPBB3-9388
* [ticket/9388] Use the new toggle function for the avatar type <select>.Cesar G2014-05-083-23/+4
| | | | PHPBB3-9388
* [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-2/+2
| | | | PHPBB3-9388
* [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-083-46/+52
| | | | PHPBB3-9388
* [ticket/12513] Add asset include support to simple header/footer in ACPMatt Friedman2014-05-072-0/+2
| | | | PHPBB3-12513
* Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-054-21/+26
|\ | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names
| * [ticket/12332] Add missing semicolon to inline stylingMatt Friedman2014-05-011-1/+1
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Adjust size of mark column where too wideMatt Friedman2014-04-262-3/+3
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Adjust column widths for responsive changesMatt Friedman2014-04-262-5/+5
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Add break-word to fixed width table CSSMatt Friedman2014-04-261-0/+1
| | | | | | | | | | | | This ensures long words break and remain within the table cell PHPBB3-12332
| * [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-262-16/+16
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Remove width sizing, as it is already setMatt Friedman2014-04-261-1/+0
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Fix displaying attachments with long file namesMatt Friedman2014-04-252-5/+10
| | | | | | | | PHPBB3-12332
* | Merge remote-tracking branch 'github-rxu/ticket/12403' into develop-ascraeusNils Adermann2014-05-021-2/+8
|\ \ | |/ |/| | | | | * github-rxu/ticket/12403: [ticket/12403] Add template events to acp_users_prefs.html
| * [ticket/12403] Add template events to acp_users_prefs.htmlrxu2014-04-251-2/+8
| | | | | | | | | | | | | | | | | | Since it is possible for extensions to add new user preferences to UCP, it should be also possible to control it via ACP too just like for build-in user preferences. Thus, some prepend/append template events are added. PHPBB3-12403
* | [ticket/12201] Decreased pagination font size.Cesar G2014-04-151-0/+1
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Update select element to follow same design as prosilver.Cesar G2014-04-151-0/+3
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Increase sort font size just slightly.Cesar G2014-04-151-1/+1
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Display error and sorting options when there are no attachmentsCesar G2014-04-151-1/+7
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Only the top pagination should be floated to the right.Cesar G2014-04-151-1/+1
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Rearrange pagination, sorting, and submit elements.Cesar G2014-04-151-15/+16
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Center the file size and mark columns.Cesar G2014-04-152-4/+8
| | | | | | | | PHPBB3-12201
* | [ticket/12201] Separate pagination from table.Cesar G2014-04-153-2/+6
| | | | | | | | PHPBB3-12201
* | Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-1413-111/+46
|\ \ | |/ |/| | | | | | | | | | | | | | | * marc/ticket/12372: [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay [ticket/12372] Use admin.js $(document).ready for hiding questionnaire details [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() [ticket/12372] Move dE() function core.js [ticket/12372] Unify definition of function dE() across all files [ticket/12372] Use jQuery in javascript dE() function
| * [ticket/12372] Use admin.js $(document).ready for hiding questionnaire detailsMarc Alexander2014-04-112-7/+4
| | | | | | | | PHPBB3-12372
| * [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-078-42/+42
| | | | | | | | PHPBB3-12372
| * [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-074-70/+2
| | | | | | | | PHPBB3-12372
| * [ticket/12372] Unify definition of function dE() across all filesMarc Alexander2014-04-073-30/+36
| | | | | | | | PHPBB3-12372
* | [ticket/12351] Add loading indicator to links that are missing it.Varun Agrawal2014-04-122-6/+6
| | | | | | | | | | | | | | | | When you click on the link, the turning circle is missing, so you don't know whether it is actually doing something or not, until the response is served. PHPBB3-12351
* | Merge remote-tracking branch 'nickvergessen/ticket/8700' into develop-ascraeusCesar G2014-04-091-3/+3
|\ \ | | | | | | | | | | | | | | | * nickvergessen/ticket/8700: [ticket/8700] Use L_COLON instead of adding ":" manually [ticket/8700] Remove unused language strings
| * | [ticket/8700] Use L_COLON instead of adding ":" manuallyJoas Schilling2014-04-021-3/+3
| | | | | | | | | | | | PHPBB3-8700
* | | [ticket/12369] Added ACP varsPayBas2014-04-072-2/+2
| |/ |/| | | | | PHPBB3-12369
* | [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-7/+7
| | | | | | | | | | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
* | [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-2/+2
| | | | | | | | PHPBB3-12150
* | [ticket/12150] Add options to acpMarc Alexander2014-03-291-0/+13
|/ | | | PHPBB3-12150
* Merge remote-tracking branch 'prosk8er/ticket/12301' into develop-ascraeusJoas Schilling2014-03-292-0/+4
|\ | | | | | | | | * prosk8er/ticket/12301: [ticket/12301] Template Event overall_header_body_before
| * [ticket/12301] Template Event overall_header_body_beforeProsk8er2014-03-292-0/+4
| | | | | | | | | | | | add template event overall_header_body_before PHPBB3-12301
* | [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
|/ | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* Merge remote-tracking branch 'VSEphpbb/ticket/12292' into develop-ascraeusCesar G2014-03-221-1/+1
|\ | | | | | | | | * VSEphpbb/ticket/12292: [ticket/12292] Fix syntax error in admin.css
| * [ticket/12292] Fix syntax error in admin.cssMatt Friedman2014-03-221-1/+1
| | | | | | | | PHPBB3-12292
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-221-1/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12035] Correcting the condition [ticket/12035] Adding necessary conditions [ticket/12035] Adding link to user posts to ACP page Conflicts: phpBB/adm/style/acp_users_overview.html