aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | [ticket/12035] Adding necessary conditionsgeetakshi2014-03-201-1/+1
| | | | | | | | | | | | PHPBB3-12035
| * | [ticket/12035] Adding link to user posts to ACP pagegeetakshi2014-03-171-1/+1
| | | | | | | | | | | | | | | | | | Adding link of posts behind displayed number of posts of the user PHPBB3-12035
| * | [ticket/12093] Check that document.selection is supported.Cesar G2014-01-251-1/+1
| | | | | | | | | | | | PHPBB3-12093
* | | Merge remote-tracking branch 'geetakshi/ticket/11357' into develop-ascraeusJoas Schilling2014-03-222-2/+2
|\ \ \ | |_|/ |/| | | | | | | | * geetakshi/ticket/11357: [ticket/11357] Correcting invalid markup
| * | [ticket/11357] Correcting invalid markupgeetakshi2014-03-192-2/+2
| | | | | | | | | | | | PHPBB3-11357
* | | [ticket/12292] Improve style details pageMatt Friedman2014-03-202-12/+8
|/ / | | | | | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12292 Gave style details page a proper heading and back button. Also removed a few obsolete code leftovers in the style and CSS. PHPBB3-12292
* | [ticket/12284] Improve readability of extension manager detailsMatt Friedman2014-03-171-6/+6
| | | | | | | | | | | | | | | | Use span tags like the rest of the ACP does, instead of P tags. There is no semantic need to use P tags here. These are not paragraphs. PHPBB3-12284
* | [ticket/12274] Add core.js to the install footerMatt Friedman2014-03-161-0/+1
| | | | | | | | | | | | Required so phpbb var is defined, as it is used in admin.js. PHPBB3-12274
* | Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-142-37/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/9871-2: [ticket/9871] Can set current version to use instead of the phpBB version [ticket/9871] Fix indentation on comment [ticket/9871] Fix test name [ticket/9871] Split fast and slow version tests [ticket/9871] Option to force the stability when checking for updates [ticket/9871] Allow setting the host/file to load for the version class [ticket/9871] Restore get_remote_file_test [ticket/9871] Fix tests [ticket/9871] Typehint and comment on var types [ticket/9871] Mark test as slow [ticket/9871] Restore phpbb_version_compare [ticket/9871] Restore get_remote_file [ticket/9871] Use $request->variable instead of request_var [ticket/9871] Update version check file to use json format
| * | [ticket/9871] Update version check file to use json formatNathan Guse2014-02-192-37/+32
| | | | | | | | | | | | PHPBB3-9871
* | | Merge remote-tracking branch 'vsephpbb/ticket/12029' into developJoas Schilling2014-03-131-6/+0
|\ \ \ | | | | | | | | | | | | | | | | * vsephpbb/ticket/12029: [ticket/12029] Remove ellipsis and wrap long sidebar items in ACP
| * | | [ticket/12029] Remove ellipsis and wrap long sidebar items in ACPMatt Friedman2014-03-131-6/+0
| | | | | | | | | | | | | | | | PHPBB3-12029
* | | | [ticket/12073] Increase size of samp and code tags in ACPMatt Friedman2014-03-131-0/+4
|/ / / | | | | | | | | | PHPBB3-12073
* | | Merge remote-tracking branch 'VSEphpbb/ticket/12248' into developAndreas Fischer2014-03-061-9/+9
|\ \ \ | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12248: [ticket/12248] Restore id attributes to extension details (used by tests)
| * | | [ticket/12248] Restore id attributes to extension details (used by tests)Matt Friedman2014-03-061-9/+9
| | | | | | | | | | | | | | | | PHPBB3-12248
* | | | Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-051-8/+0
|\ \ \ \ | | | | | | | | | | Ticket/12236 Convert AOL and Yahoo to custom profile fields
| * | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12237
* | | | | Merge pull request #2080 from nickvergessen/ticket/12243Nathan Guse2014-03-051-32/+0
|\ \ \ \ \ | | | | | | | | | | | | [Ticket/12243] subsilver2 is missing profile field files
| * | | | | [ticket/12243] Remove outdated adm/style/custom_profile_fields.htmlJoas Schilling2014-03-031-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12243
* | | | | | Merge pull request #2086 from VSEphpbb/ticket/12248Nathan Guse2014-03-055-31/+31
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | [ticket/12248] Make extension details homepage a clickable link
| * | | | [ticket/12248] Remove unused label for attributes and related id tagsMatt Friedman2014-03-051-26/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-12248
| * | | | [ticket/12248] Use id instead of name attribute in a tagsMatt Friedman2014-03-055-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12248
| * | | | [ticket/12248] Fix meta_author tags (IDs must be unique)Matt Friedman2014-03-051-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12248