aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| * | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-293-126/+74
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+136
| | | | | | | | | | | | | | | | PHPBB3-10073
* | | | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-1/+0
| |/ / |/| | | | | | | | | | | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* | | [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-311-2/+2
|/ / | | | | | | PHPBB3-12641
* | Merge pull request #2511 from Marshalrusty/ticket/12611Andreas Fischer2014-05-298-0/+0
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12611] Remove phpBB Group copyright notice from .gifs * Marshalrusty/ticket/12611: [ticket/12611] Remove phpBB Group copyright notice from .gifs
| * | [ticket/12611] Remove phpBB Group copyright notice from .gifsYuriy Rusko2014-05-288-0/+0
| | | | | | | | | | | | PHPBB3-12611
* | | [ticket/11366] Fix headings css in list pageTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Fix HTMLTristan Darricau2014-05-281-2/+2
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Exchange links and settings' formTristan Darricau2014-05-281-4/+4
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Remove the extra {S_FORM_TOKEN}Tristan Darricau2014-05-281-1/+0
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Move the links to the top of the pageTristan Darricau2014-05-281-5/+5
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Hide the version check settings by defaultTristan Darricau2014-05-281-2/+2
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Versions, options and actions heading should be centeredTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Move "recheck all" linkTristan Darricau2014-05-281-2/+6
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+21
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-2/+6
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-6/+5
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Coding styleTristan Darricau2014-05-282-2/+6
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Set the size of the 'current version' column to 20%Nicofuma2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-11366
* | | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-282-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
* | | [ticket/11366] Extension's version's checkNicofuma2014-05-282-5/+54
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
* | Merge pull request #2505 from bantu/ticket/12582-ascraeusJoas Schilling2014-05-281-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12582] Strip away copyrighted ICC profile from images * bantu/ticket/12582-ascraeus: [ticket/12582] Use the correct script name. [ticket/12582] Fix coding style. [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images.
| * \ Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-271-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images. Conflicts: .travis.yml
| | * | [ticket/12582] Strip away copyrighted ICC profileDavid Prévot2014-05-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This images embed a non free ICC profile that doesn’t allow modification: http://web.archive.org/web/20020603153925/srgb.com/usingsrgb.html Please use the proposed version stripping away this copyrighted binary profile, probably embedded by an image software at one time: exiftool -icc_profile"-<=" phpBB/adm/images/phpbb_logo.png I’ve checked the resulting image and trust it is identical to the original. Some more background on the issue: https://lists.debian.org/debian-devel/2014/05/msg00339.html PHPBB3-12582
* | | | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+4
| | | | | | | | | | | | | | | | PHPBB3-12594
* | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-282-1/+9
|\ \ \ \
| * \ \ \ Merge pull request #2455 from Nicofuma/ticket/12509Joas Schilling2014-05-281-1/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12509] Add an option to set the path of custom style directory (ie: email templates) for extensions * Nicofuma/ticket/12509: [ticket/12509] Add example in doc block [ticket/12509] Add missing ',' in arrays [ticket/12509] Update calls to set_custom_style in forgotten places [ticket/12509] Fix path in adm/index.php [ticket/12509] Fix typo in adm/index.php [ticket/12509] Fix doc block [ticket/12509] Fix the call to set_custom_file in adm/index and messenger [ticket/12509] Update acp custom_style setter [ticket/12509] Add an option to set the path of custom file for extensions
| | * | | | [ticket/12509] Add missing ',' in arraysTristan Darricau2014-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509