aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | | | Merge pull request #3733 from javiexin/ticket/13934Tristan Darricau2015-10-082-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/13934] Add enctype clause for profile fields * javiexin/ticket/13934: [ticket/13934] Add enctype clause for profile fields
| * | | | [ticket/13934] Add enctype clause for profile fieldsjaviexin2015-06-302-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
* | | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-2/+2
| |_|/ |/| | | | | | | | PHPBB3-14154
* | | [ticket/14103] Reset text-decoration in abbr elementcyberalien2015-08-151-0/+4
| |/ |/| | | | | PHPBB3-14103
* | Merge pull request #3759 from Zoddo/ticket/14013Marc Alexander2015-08-081-0/+2
|\ \ | | | | | | | | | [ticket/14013] Add acp_forums_custom_settings event
| * | [ticket/14013] Add acp_forums_custom_settings eventZoddo2015-07-151-0/+2
| | | | | | | | | | | | PHPBB3-14013
* | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-221-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| * | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. PHPBB3-13911
* | | | Merge pull request #3620 from VSEphpbb/ticket/13818Joas Schilling2015-06-273-2/+16
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/13818] Add Extension and Style CDB Links into ACP Management pages
| * | | [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-063-2/+16
| | |/ | |/| | | | | | | PHPBB3-13818
* | | [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-041-1/+1
|/ / | | | | | | PHPBB3-13200
* | [ticket/13702] Add initial-scale to viewport in page headercyberalien2015-03-144-3/+4
| | | | | | | | PHPBB3-13702