aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2844 from marc1706/ticket/12858Joas Schilling2014-09-241-3/+11
|\ | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC
| * [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefixMarc Alexander2014-09-171-10/+10
| | | | | | | | PHPBB3-12858
| * [ticket/12858] Fix timezone display on acp users pageMarc Alexander2014-09-171-3/+11
| | | | | | | | PHPBB3-12858
* | [ticket/13082] Repair fixJakub Senko2014-09-212-3/+8
| | | | | | | | PHPBB3-13082
* | [ticket/13082] Join classesJakub Senko2014-09-211-1/+1
| | | | | | | | PHPBB3-13082
* | [ticket/13082] move style to css fileJakub Senko2014-09-202-1/+5
| | | | | | | | PHPBB3-13082
* | [ticket/13082] Replace float by text-alignJakub Senko2014-09-201-1/+1
| | | | | | | | PHPBB3-13082
* | Merge pull request #2875 from PayBas/ticket/12961Joas Schilling2014-09-181-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12961] Add link in anti-spam ACP page which links directly to captchas in titania * PayBas/ticket/12961: [ticket/12961] Shorten ext-db link text [ticket/12961] Fix missing phpBB.com [ticket/12961] Remove target="_blank" and switch to <strong> [ticket/12961] Add additional link to the KB [ticket/12961] Move link to language file [ticket/12961] Refactor lang entry [ticket/12961] Change url to anti-spam-ext [ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/ [ticket/12961] Add link in anti-spam ACP page to titania
| * [ticket/12961] Refactor lang entryPayBas2014-08-141-1/+1
| | | | | | | | PHPBB3-12961
| * [ticket/12961] Change url to anti-spam-extPayBas2014-08-141-1/+1
| | | | | | | | | | | | As per IRC suggestion PHPBB3-12961
| * [ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/PayBas2014-08-141-1/+1
| | | | | | | | PHPBB3-12961
| * [ticket/12961] Add link in anti-spam ACP page to titaniaPayBas2014-08-131-0/+1
| | | | | | | | PHPBB3-12961
* | [ticket/10472] Remove dd selector and use -moz-padding-endPayBas2014-09-151-10/+6
| | | | | | | | PHPBB3-10472
* | [ticket/10472] Fix weird padding on input type=numberPayBas2014-09-151-0/+5
| | | | | | | | PHPBB3-10472
* | [ticket/10472] More clearing and white-space fixesPayBas2014-09-155-56/+27
| | | | | | | | PHPBB3-10472
* | [ticket/10472] Fix ACP overflow:hidden problem for medium-sized screensPayBas2014-09-151-2/+23
| | | | | | | | PHPBB3-10472
* | Merge pull request #2879 from callumacrae/ticket/12982Marc Alexander2014-09-121-17/+16
|\ \ | |/ |/| | | [ticket/12982] JS refactoring
| * [ticket/12982] Refactoring: made JS in adm niceCallum Macrae2014-08-131-17/+16
| | | | | | | | PHPBB3-12982
* | [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-072-2/+0
|/ | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
* Merge pull request #2720 from PayBas/ticket/12838Joas Schilling2014-08-071-1/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12838] Add ACP events to acp_ranks * PayBas/ticket/12838: [ticket/12838] Simplify normal special rank array creation [ticket/12838] Update RC2 to RC3 [ticket/12838] Update events.md to RC3 [ticket/12838] Allow for extra columns in cache obtain_ranks() [ticket/12838] Add raw row-data to acp_ranks core event [ticket/12838] Simplify special rank template conditional [ticket/12838] Add core events to acp_ranks.php [ticket/12838] Update events.md [ticket/12838] Add _before versions [ticket/12838] Add template events to acp_ranks.html
| * [ticket/12838] Simplify special rank template conditionalPayBas2014-07-101-1/+1
| | | | | | | | PHPBB3-12838
| * [ticket/12838] Add _before versionsPayBas2014-07-101-0/+5
| | | | | | | | PHPBB3-12838
| * [ticket/12838] Add template events to acp_ranks.htmlPayBas2014-07-101-0/+4
| | | | | | | | PHPBB3-12838
* | Merge remote-tracking branch 'VSE/ticket/12864' into develop-ascraeusMarc Alexander2014-07-312-0/+3
|\ \
| * | [ticket/12864] Add template event to header after stylesheetsMatt Friedman2014-07-182-0/+3
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864
* | | [ticket/12891] Replace template loops with 1 loop to reduce generation timeJoas Schilling2014-07-251-14/+21
|/ / | | | | | | PHPBB3-12891
* | [ticket/12814] Replace email type with text typeCarlo2014-07-151-1/+1
|/ | | | PHPBB3-12814
* [ticket/12810] Use correct template vars for shadow pruning settingsMarc Alexander2014-07-061-2/+2
| | | | PHPBB3-12810
* [ticket/12807] New variables for _EXPLAINCrizzo2014-07-061-2/+2
| | | | PHPBB3-12807
* [ticket/12807] Changes PRUNE_FREQ to PRUNE_SHADOW_FREQ/_DAYSCrizzo2014-07-051-2/+2
| | | | PHPBB3-12807
* [ticket/12779] Change order of file lists on automatic updateJoas Schilling2014-06-291-102/+108
| | | | | | | Also allow collapsing all the groups and collapse categories without user interaction per default PHPBB3-12779
* Merge pull request #2493 from Nicofuma/ticket/12325Joas Schilling2014-06-271-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | [ticket/12325] Automatic update should notify about outdated files * Nicofuma/ticket/12325: [ticket/12325] Fix the language var name [ticket/12325] Update coding style in template [ticket/12325] Fix: add a missing colon [ticket/12325] Don't use L_COLON [ticket/12325] Fix: it's not stuck in an inifinite loop anymore [ticket/12325] Automatic update should notify about outdated files
| * [ticket/12325] Update coding style in templateTristan Darricau2014-05-261-2/+1
| | | | | | | | PHPBB3-12325
| * [ticket/12325] Fix: add a missing colonTristan Darricau2014-05-241-1/+1
| | | | | | | | PHPBB3-12325
| * [ticket/12325] Don't use L_COLONTristan Darricau2014-05-241-1/+1
| | | | | | | | PHPBB3-12325
| * [ticket/12325] Automatic update should notify about outdated filesTristan Darricau2014-05-231-0/+19
| | | | | | | | PHPBB3-12325
* | [ticket/12462] Do not use string "None" for different optionsJoas Schilling2014-06-252-2/+2
| | | | | | | | | | | | ... it limits translations. PHPBB3-12462
* | [ticket/12750] Center installation page copyright text.Cesar G2014-06-241-1/+3
| | | | | | | | PHPBB3-12750
* | [ticket/12648] RTL fix & ACP border fixPayBas2014-06-241-2/+2
| | | | | | | | PHPBB3-12648
* | [ticket/12648] Slightly clear ACP active tab borderPayBas2014-06-241-1/+2
| | | | | | | | PHPBB3-12648
* | [ticket/12648] Fix and modernize ACP header tabsPayBas2014-06-246-97/+76
| | | | | | | | PHPBB3-12648
* | Merge pull request #2597 from Skouat/ticket/12714Joas Schilling2014-06-221-2/+2
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12714] Switching the description of radio buttons to align the correct description above the listbox * Skouat/ticket/12714: [ticket/12714] Move "allow all forums" in its own dd-element
| * | [ticket/12714] Move "allow all forums" in its own dd-elementMario Skouat2014-06-221-2/+2
| | | | | | | | | | | | PHPBB3-12714
* | | Merge pull request #2514 from prototech/ticket/12553Joas Schilling2014-06-202-9/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12553] Right-to-left fixes. * prototech/ticket/12553: [ticket/12553] Fix responsive user profile. [ticket/12553] Fix responsive post profile. [ticket/12553] Remove dropdown-trigger class from member search input. [ticket/12553] Fix the merge topic list. [ticket/12553] Fix dropdown position of live search [ticket/12553] Fix the responsive topic/forum lists. [ticket/12553] Align the text in responsive tables to the right. [ticket/12553] Center the responsive CP menus instead of floating right. [ticket/12553] Open the notification dropdown to the left. [ticket/12553] Fix alignment of contact icon. [ticket/12553] Fix incorrect alignment in ACP responsive tables. [ticket/12553] Align alert text to the right. [ticket/12553] Remove incorrect size for site logo. [ticket/12553] Fix links in the last post column that are not clickable. [ticket/12553] Align contact icons to the right. [ticket/12553] Move Place inline and Delete buttons left of the file name.
| * | [ticket/12553] Fix incorrect alignment in ACP responsive tables.Cesar G2014-06-141-0/+8
| | | | | | | | | | | | PHPBB3-12553
| * | [ticket/12553] Align alert text to the right.Cesar G2014-06-142-9/+13
| | | | | | | | | | | | PHPBB3-12553
* | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-093-63/+147
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10073