aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4743 from rubencm/ticket/14820Marc Alexander2017-03-191-0/+4
|\ | | | | | | [ticket/14820] Add style version in ACP
| * [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+4
| | | | | | | | PHPBB3-14820
* | Merge pull request #4636 from javiexin/ticket/14995Marc Alexander2017-02-211-2/+2
|\ \ | |/ |/| | | [ticket/14995] Add ACP template events acp_ext_list_*_name_after
| * [ticket/14995] Add ACP template events acp_ext_list_*_name_afterjaviexin2017-01-121-2/+2
| | | | | | | | PHPBB3-14995
* | Merge pull request #4662 from marc1706/ticket/14968Tristan Darricau2017-01-222-0/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14968] Distinguish between update/upgrade & show upgrade info in ACP index * marc1706/ticket/14968: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| * | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-222-0/+10
| | | | | | | | | | | | PHPBB3-14968
* | | [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
|/ / | | | | | | PHPBB3-15006
* | [ticket/15003] Do not check disabled checkboxes with marklist functionMatt Friedman2017-01-132-2/+2
| | | | | | | | PHPBB3-15003
* | Merge pull request #4593 from javiexin/ticket/14940Tristan Darricau2016-12-301-0/+1
|\ \ | | | | | | | | | [ticket/14940] Add ACP template event acp_ext_details_end
| * | [ticket/14940] Add ACP template event acp_ext_details_endjaviexin2016-12-271-0/+1
| |/ | | | | | | PHPBB3-14940
* | [ticket/14922] Make sure to pass hidden input on ajax form submissionsMarc Alexander2016-12-181-1/+2
| | | | | | | | PHPBB3-14922
* | [ticket/14887] ACP profile step one lang specific eventjaviexin2016-12-081-0/+1
|/ | | | PHPBB3-14887
* [ticket/9590] Correctly update submit size and replace all forum_id[]Marc Alexander2016-11-271-3/+5
| | | | PHPBB3-9590
* [ticket/9590] Further deduplicate code for form dataMarc Alexander2016-11-261-10/+10
| | | | PHPBB3-9590
* [ticket/9590] Preserve selected forums after previous page redirectMarc Alexander2016-11-261-19/+28
| | | | | | | Also improved the way the forum ID list is generated when clicking on "Apply all permissions". PHPBB3-9590
* [ticket/9590] Support ajax submit of permissions for specific forumsMarc Alexander2016-11-261-9/+24
| | | | PHPBB3-9590
* [ticket/9590] Correctly set roles and refresh page using POSTMarc Alexander2016-11-261-3/+29
| | | | PHPBB3-9590
* [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-0/+78
| | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590
* [ticket/14848] Add acp_ext_list_disabled/enabled_title_afterJakub Senko2016-11-021-2/+2
| | | | PHPBB3-14848
* [ticket/14783] Add template event before custom BBCodes in ACPMatt Friedman2016-09-141-0/+1
| | | | PHPBB3-14783
* Merge pull request #4281 from rmcgirr83/ticket_13716Marc Alexander2016-06-192-2/+27
|\ | | | | | | [ticket/13716] Check phpBB version against config version
| * [ticket/13716] Remove extra br tag and correct missing closing a html tagRichard McGirr2016-05-161-1/+1
| | | | | | | | PHPBB3-13716
| * [ticket/13716] Check phpBB version against config versionRichard McGirr2016-04-052-2/+27
| | | | | | | | | | | | | | | | Display a warning in the ACP if the version constant (files) does not match the phpbb_config version (often indicating that the database updates hasn't been run) PHPBB3-13716
* | [ticket/14643] Offer latest backup to restore by defaultJakub Senko2016-05-291-1/+1
|/ | | | PHPBB3-14643
* Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-2711-29/+29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements
| * [ticket/14272] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
| | | | | | | | | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272
| * [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-012-4/+4
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-0611-29/+29
| | | | | | | | PHPBB3-14272
* | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-244-0/+4
| | | | | | | | | | | | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* | [ticket/14374] Update dynamic fallback jquery CDN script tagMatt Friedman2015-12-223-3/+3
| | | | | | | | PHPBB3-14374
* | [ticket/14346] Do not turn version red if update status is unknownMarc Alexander2015-12-071-1/+1
| | | | | | | | PHPBB3-14346
* | Merge pull request #3930 from rxu/ticket/14201Marc Alexander2015-11-1011-14/+26
|\ \ | | | | | | | | | [ticket/14201] Add multiple ACP template events
| * | [ticket/14201] Add events.md descriptions, fix accidentally swapped eventsrxu2015-10-129-16/+16
| | | | | | | | | | | | PHPBB3-14201
| * | [ticket/14201] Add more template events to ACPrxu2015-09-268-7/+15
| | | | | | | | | | | | PHPBB3-14201
| * | [ticket/14201] Add events to acp_users.html, permission_forum_copy.htmlrxu2015-09-262-2/+4
| | | | | | | | | | | | PHPBB3-14201
| * | [ticket/14201] Add template events to acp_permissions.htmlrxu2015-09-261-5/+7
| | | | | | | | | | | | PHPBB3-14201
* | | Merge pull request #3975 from prototech/ticket/11971Oliver Schramm2015-11-061-0/+7
|\ \ \ | |_|/ |/| | | | | [ticket/11971] Validate "Spambot countermeasures" settings before saving
| * | [ticket/11971] Validate "Spambot countermeasures" settings before saving.Cesar G2015-10-141-0/+7
| | | | | | | | | | | | PHPBB3-11971
* | | Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13799] Do not rawurlencode category in gallery avatar * marc1706/ticket/13799: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| * | | [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13799
* | | | Merge pull request #3900 from Zoddo/ticket/14159Tristan Darricau2015-10-141-1/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | [ticket/14159] Hide version info on ACP if we don't have the permission * Zoddo/ticket/14159: [ticket/14159] Hide version info on ACP if we don't have the permission
| * | | [ticket/14159] Hide version info on ACP if we don't have the permissionZoddo2015-09-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also hide a link to an unreachable module (Check phpBB version). We could have simply remove the link to the module, but if the user hasn't the permission to access to the phpBB version check module, I think that he shouldn't view any version information about phpBB. PHPBB3-14159
* | | | Merge pull request #3921 from Senky/ticket/14187Tristan Darricau2015-10-121-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14187] Add acp_styles_list_before event * Senky/ticket/14187: [ticket/14187] Add acp_styles_list_before event
| * | | | [ticket/14187] Add acp_styles_list_before eventJakub Senko2015-09-231-0/+1
| | |_|/ | |/| | | | | | | | | | PHPBB3-14187
* | | | Merge pull request #3893 from VSEphpbb/ticket/14155Marc Alexander2015-10-093-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14155] Row highlighting for extension/styles management Conflicts: phpBB/adm/style/acp_ext_list.html
| * | | | [ticket/14155] Row highlighting for extension/styles managementMatt Friedman2015-09-113-3/+5
| | |/ / | |/| | | | | | | | | | PHPBB3-14155
* | | | Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-081-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14219] Add email to inactive user listing * RMcGirr83/ticket_14219: [ticket/14219] Add email to inactive user listing
| * | | | [ticket/14219] Add email to inactive user listingRichard McGirr2015-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219