aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
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] Better language string for "recheck all"Tristan Darricau2014-05-281-1/+1
| | | | 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-284-2/+81
| | | | PHPBB3-11366
* [ticket/11366] Use force_cache on the list pageTristan Darricau2014-05-281-6/+10
| | | | PHPBB3-11366
* [ticket/11366] Add recheck-all linkTristan Darricau2014-05-283-1/+5
| | | | PHPBB3-11366
* [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-283-38/+53
| | | | PHPBB3-11366
* [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-283-3/+3
| | | | PHPBB3-11366
* [ticket/11366] Fix whitespacesTristan Darricau2014-05-281-3/+3
| | | | PHPBB3-11366
* [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-281-1/+1
| | | | | | This var is always used with a colon. PHPBB3-11366
* [ticket/11366] Update var namesTristan Darricau2014-05-281-16/+13
| | | | PHPBB3-11366
* [ticket/11366] Align language stringsTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Fix detailed viewTristan Darricau2014-05-282-8/+9
| | | | PHPBB3-11366
* [ticket/11366] Remove the double spacesTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Coding styleTristan Darricau2014-05-284-36/+40
| | | | PHPBB3-11366
* [ticket/11366] Correct a sentenceTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Remove unused langage entryTristan Darricau2014-05-281-1/+0
| | | | PHPBB3-11366
* [ticket/11366] Set the size of the 'current version' column to 20%Nicofuma2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/11366] Adding a missing commitNicofuma2014-05-281-4/+4
| | | | PHPBB3-11366
* [ticket/11366] Bug Fix: Extensions removed but still registred in DBNicofuma2014-05-281-8/+8
| | | | | | Fix the bug with the Extensions removed but still registred in DB PHPBB3-11366
* [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-285-311/+72
| | | | | | | | | | | | | | | | | | | | | | | + 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-285-31/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-282-0/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [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-1/+2
| |\ | | | | | | | | | | | | * ticket/12582: [ticket/12582] Fix coding style.
| | * [ticket/12582] Fix coding style.Andreas Fischer2014-05-271-1/+2
| | | | | | | | | | | | PHPBB3-12582
| * | Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-271-1/+0
| |\ \ | | |/ | | | | | | | | | * ticket/12582: [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.
| | * [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.Andreas Fischer2014-05-271-1/+0
| | | | | | | | | | | | PHPBB3-12582
| * | Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-272-0/+26
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/12582] Change strip_icc_profiles.sh to only take a single file.Andreas Fischer2014-05-271-19/+12
| | | | | | | | | | | | PHPBB3-12582
| | * [ticket/12582] Overwrite inplace instead of creating _original files.Andreas Fischer2014-05-271-1/+1
| | | | | | | | | | | | PHPBB3-12582
| | * [ticket/12582] Add script for strippping ICC profiles from images.Andreas Fischer2014-05-271-0/+33
| | | | | | | | | | | | PHPBB3-12582
* | | Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-282-11/+47
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12174] Update topic_attachment flag when a post is soft-deleted * Nicofuma/ticket/12174: [ticket/12174] Add tests [ticket/12174] Coding style [ticket/12174] Remove $update_topic_attachments_flag [ticket/12174] Don't update the flag for a post without attachment [ticket/12174] Update the conditions [ticket/12174] Remove inline assignment [ticket/12174] Update sql query [ticket/12174] Revert the changes on $topic_update_array [ticket/12174] Corrections [ticket/12174] Update topic_attachment flag when a post is soft-deleted
| * | | [ticket/12174] Coding styleTristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Remove $update_topic_attachments_flagTristan Darricau2014-05-091-4/+1
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Don't update the flag for a post without attachmentTristan Darricau2014-05-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Update the conditionsTristan Darricau2014-05-091-10/+7
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Remove inline assignmentTristan Darricau2014-05-091-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Update sql queryTristan Darricau2014-05-091-9/+10
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Revert the changes on $topic_update_arrayTristan Darricau2014-05-081-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] CorrectionsTristan Darricau2014-05-081-21/+10
| | | | | | | | | | | | | | | | PHPBB3-12174
| * | | [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-082-11/+62
| | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12174 PHPBB3-12174
* | | | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-2819-37/+50
| | | | | | | | | | | | | | | | PHPBB3-12594
* | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-289-12/+75
|\ \ \ \
| * \ \ \ Merge pull request #2455 from Nicofuma/ticket/12509Joas Schilling2014-05-286-11/+57
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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