aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Limit accepted formats for avatar uploadRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* Merge pull request #5501 from marc1706/ticket/15928Marc Alexander2019-04-071-2/+0
|\ | | | | | | [ticket/15928] Remove support for downloading backups
| * [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-2/+0
| | | | | | | | PHPBB3-15928
* | [ticket/15957] Remove extra whitespace characterMarc Alexander2019-03-301-1/+1
| | | | | | | | PHPBB3-15957
* | [ticket/15957] Disable both choicedhruveshk2019-03-301-1/+1
| | | | | | | | | | | | Disable both choice when jabber is disabled in general settings PHPBB3-15957
* | [ticket/15957] Disabling both choicedhruveshk2019-03-301-1/+1
|/ | | | | | Disable both choice input when jabber is disabled in general settings PHPBB3-15957
* [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-6/+0
| | | | SECURITY-227
* [ticket/11500] Remove unnamed inputJakub Senko2018-07-261-1/+1
| | | | PHPBB3-11500
* [ticket/15638] Add word-break for overflowing.Ioannis Batas2018-04-231-0/+1
| | | | PHPBB3-15638
* Merge pull request #5081 from hubaishan/ticket/15492Marc Alexander2018-02-143-5/+23
|\ | | | | | | [ticket/15492] Fix permission role combobox in RTL
| * [ticket/15492] Fix permission role combobox in RTLhubaishan2018-01-113-5/+23
| | | | | | | | | | | | | | Varius fixes to css and js for correct displaying permission role combbox in RTL mode PHPBB3-15492
* | [ticket/15534] Update also language packs database link in ACP for phpBB 3.2rxu2018-01-271-1/+1
| | | | | | | | PHPBB3-15534
* | [ticket/15534] Update also styles database link in ACP for phpBB 3.2rxu2018-01-262-2/+2
| | | | | | | | PHPBB3-15534
* | [ticket/15534] Update extensions database link in ACP for phpBB 3.2rxu2018-01-251-1/+1
| | | | | | | | PHPBB3-15534
* | Merge pull request #5100 from senky/ticket/15528Marc Alexander2018-01-241-0/+2
|\ \ | | | | | | | | | [ticket/15528] Display style phpBB version
| * | [ticket/15528] Display style phpBB versionJakub Senko2018-01-211-0/+2
| | | | | | | | | | | | PHPBB3-15528
* | | [ticket/15529] Color groups in ACPJakub Senko2018-01-211-1/+1
|/ / | | | | | | PHPBB3-15529
* | [ticket/15510] Link Orphan attachments in ACP General to its pagehubaishan2018-01-191-1/+1
| | | | | | | | | | | | change `IF TOTAL_ORPHAN` to `IF TOTAL_ORPHAN > 0` PHPBB3-15510
* | [ticket/15510] Link Orphan attachments in ACP General to its pagehubaishan2018-01-121-2/+8
|/ | | | | | | Link Orphan attachments in ACP General to Orphaned attachments page if Orphan attachments>0 PHPBB3-15510
* [ticket/15471] Add core events to ACP when pruning a forumDaniel Sinn2017-11-301-1/+3
| | | | PHPBB3-15471
* Merge pull request #4991 from Sophist-UK/ticket/15390Marc Alexander2017-11-262-3/+1
|\ | | | | | | [ticket/15390] Fix vertical bar permission tooltip
| * [ticket/15390] Prevent dropdown from being incorrectly offsetMarc Alexander2017-11-261-1/+1
| | | | | | | | PHPBB3-15390
| * [ticket/15390] Fix vertical bar permission tooltipSophist2017-10-051-2/+0
| | | | | | | | | | | | | | | | Fix a vertical bar and menu text running through the Admin Permission Role Tooltip pop-up caused by z-index on menu div (and opacity of the popup of .95 rather than 1). PHPBB3-15390
* | Merge pull request #4949 from marc1706/ticket/15353Máté Bartus2017-11-151-3/+4
|\ \ | | | | | | | | | [ticket/15353] Make sure users can continue update after merging file diff
| * | [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-101-3/+4
| | | | | | | | | | | | PHPBB3-15353
* | | [ticket/15041] Show error if there are not attachmentsRubén Calvo2017-10-171-31/+40
| | | | | | | | | | | | PHPBB3-15041
* | | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-2/+22
| | | | | | | | | | | | PHPBB3-15041
* | | Merge pull request #4944 from Elsensee/ticket/14677Marc Alexander2017-10-152-2/+12
|\ \ \ | |_|/ |/| | | | | [ticket/14677] Add exclamation mark to outdated extensions
| * | [ticket/14677] Use classes for colors in ext listOliver Schramm2017-09-202-5/+9
| | | | | | | | | | | | PHPBB3-14677
| * | [ticket/14677] Make the exclamation mark redOliver Schramm2017-09-102-2/+6
| | | | | | | | | | | | PHPBB3-14677
| * | [ticket/14677] Add exclamation mark to outdated extensionsOliver Schramm2017-09-091-0/+2
| |/ | | | | | | PHPBB3-14677
* | Merge pull request #4889 from javiexin/ticket/15307Oliver Schramm2017-09-101-0/+4
|\ \ | | | | | | | | | [ticket/15307] Extensions may add modes to acp_users
| * | [ticket/15307] Extensions may add modes to acp_usersjaviexin2017-08-061-0/+4
| | | | | | | | | | | | | | | | | | Includes both PHP and Template events. PHPBB3-15307
* | | [ticket/15353] Fix html in acp_board.htmlOliver Schramm2017-09-091-1/+1
| |/ |/| | | | | PHPBB3-15353
* | [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-232-4/+5
|/ | | | PHPBB3-15293
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-161-0/+1
|\
| * Merge pull request #4845 from javiexin/ticket/15241Marc Alexander2017-06-161-0/+1
| |\ | | | | | | | | | [ticket/15241] Add ACP template event acp_profile_contact_last
| | * [ticket/15241] Add ACP template event acp_profile_contact_lastjaviexin2017-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | | Event to place code in Profile Field configuration screen, as additional information for Contact Profile Fields. PHPBB-15241
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-0/+15
|\ \ \ | |/ /
| * | Merge pull request #4784 from rubencm/ticket/15150Marc Alexander2017-06-051-0/+15
| |\ \ | | |/ | |/| | | | [ticket/15150] Add Jabber SSL context configuration options
| | * [ticket/15150] Fix template label tagRubén Calvo2017-03-301-3/+3
| | | | | | | | | | | | PHPBB3-15150
| | * [ticket/15150] Add Jabber SSL context configuration optionsRubén Calvo2017-03-301-0/+15
| | | | | | | | | | | | PHPBB3-15150
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-301-0/+1
|\ \ \ | |/ /
| * | Merge pull request #4690 from javiexin/ticket/15081Marc Alexander2017-05-301-0/+1
| |\ \ | | |/ | |/| | | | [ticket/15081] Add acp_ext_details_notice template event
| | * Merge branch '3.1.x' into ticket/15081javiexin2017-03-051-2/+2
| | |\
| | * \ Merge branch '3.1.x' into ticket/15081javiexin2017-02-107-4/+18
| | |\ \
| | * | | [ticket/15081] Add acp_ext_details_notice template eventjaviexin2017-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15081
* | | | | [ticket/15198] Add PHP version to board stats in the ACPMatt Friedman2017-04-261-34/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-15198