aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | * | | [ticket/12509] Fix path in adm/index.phpTristan Darricau2014-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | [ticket/12509] Fix typo in adm/index.phpTristan Darricau2014-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | [ticket/12509] Update acp custom_style setterTristan Darricau2014-05-131-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| * | | | Merge pull request #2502 from tmbackoff/ticket/12596Dhruv Goel2014-05-281-0/+2
| |\ \ \ \ | | |_|/ / | |/| | | [ticket/12596] Add template event acp_group_options_before/after
| | * | | [ticket/12596] Add template event acp_group_options_before/afterTabitha Backoff2014-05-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add template events to the group settings page to allow extensions to add additional options for groups. PHPBB3-12596
* | | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-166/+23
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | | | Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-271-166/+23
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12527] Remove translation editor from ACP * nickvergessen/ticket/12527: [ticket/12527] Fix "board’s language" vs "boards language" [ticket/12527] Use a proper language string on confirm screen [ticket/12527] Remove unnecessary language strings [ticket/12527] Check whether the language exists [ticket/12527] Restore missing files and variables check [ticket/12527] Remove editor from template [ticket/12527] Remove language file editor form ACP
| | * | | [ticket/12527] Restore missing files and variables checkJoas Schilling2014-05-111-37/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Remove editor from templateJoas Schilling2014-05-111-131/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
* | | | | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/ / / / | | | | | | | | | | | | PHPBB3-12594
* | | | [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-153-3/+3
| |/ / |/| | | | | | | | | | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* | | [ticket/12534] Do not use errorbox for multi stepsJoas Schilling2014-05-122-2/+2
| | | | | | | | | | | | PHPBB3-12534
* | | [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensionsJoas Schilling2014-05-123-6/+10
|/ / | | | | | | PHPBB3-12534
* | [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-093-3/+3
| | | | | | | | PHPBB3-9388
* | [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.Cesar G2014-05-081-3/+2
| | | | | | | | PHPBB3-9388
* | [ticket/9388] Reopen <fieldset> after auth templates.Cesar G2014-05-081-1/+3
| | | | | | | | PHPBB3-9388
* | [ticket/9388] Use the new toggle function for the avatar type <select>.Cesar G2014-05-083-23/+4
| | | | | | | | PHPBB3-9388
* | [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-2/+2
| | | | | | | | PHPBB3-9388
* | [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-083-46/+52
| | | | | | | | PHPBB3-9388
* | [ticket/12513] Add asset include support to simple header/footer in ACPMatt Friedman2014-05-072-0/+2
| | | | | | | | PHPBB3-12513
* | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-054-21/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names
| * | [ticket/12332] Add missing semicolon to inline stylingMatt Friedman2014-05-011-1/+1
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Adjust size of mark column where too wideMatt Friedman2014-04-262-3/+3
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Adjust column widths for responsive changesMatt Friedman2014-04-262-5/+5
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Add break-word to fixed width table CSSMatt Friedman2014-04-261-0/+1
| | | | | | | | | | | | | | | | | | This ensures long words break and remain within the table cell PHPBB3-12332
| * | [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-262-16/+16
| | | | | | | | | | | | PHPBB3-12332