aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12099] Correctly fix go back to root before prepending the root pathJoas Schilling2014-05-291-9/+13
| | | | | | This allows moving app.php outside of phpBB and still work as expected PHPBB3-12099
* [ticket/12099] Clean some paths before using themJoas Schilling2014-05-291-2/+2
| | | | PHPBB3-12099
* [ticket/12099] Fix several issues in path_helper testJoas Schilling2014-05-291-3/+4
| | | | PHPBB3-12099
* Merge pull request #2511 from Marshalrusty/ticket/12611Andreas Fischer2014-05-2943-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-2843-0/+0
| | | | | | | | PHPBB3-12611
* | Merge pull request #2432 from Nicofuma/ticket/11226Joas Schilling2014-05-292-0/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11226] filespec::move_file() should error correctly * Nicofuma/ticket/11226: [ticket/11226] Explicity set file_moved to false [ticket/11226] Add tests [ticket/11226] Use $user->lang() [ticket/11226] filespec::move_file() should error correctly
| * | [ticket/11226] Explicity set file_moved to falseTristan Darricau2014-05-282-1/+3
| | | | | | | | | | | | PHPBB3-11226
| * | [ticket/11226] Add testsTristan Darricau2014-05-281-0/+24
| | | | | | | | | | | | PHPBB3-11226
| * | [ticket/11226] Use $user->lang()Tristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | PHPBB3-11226
| * | [ticket/11226] filespec::move_file() should error correctlyTristan Darricau2014-05-101-0/+2
| | | | | | | | | | | | PHPBB3-11226
* | | Merge pull request #2309 from Nicofuma/ticket/11366Joas Schilling2014-05-2810-79/+345
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11366] Extension's version's check * Nicofuma/ticket/11366: (29 commits) [ticket/11366] Fix headings css in list page [ticket/11366] Add config value in schema_data.sql [ticket/11366] Fix HTML [ticket/11366] Exchange links and settings' form [ticket/11366] Remove the extra {S_FORM_TOKEN} [ticket/11366] Move the links to the top of the page [ticket/11366] Hide the version check settings by default [ticket/11366] Versions, options and actions heading should be centered [ticket/11366] Better language string for "recheck all" [ticket/11366] Move "recheck all" link [ticket/11366] Add $config['extension_force_unstable'] [ticket/11366] Use force_cache on the list page [ticket/11366] Add recheck-all link [ticket/11366] Force the use of the cache on the list page [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Fix whitespaces [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Update var names [ticket/11366] Align language strings [ticket/11366] Fix detailed view ...
| * | | [ticket/11366] Fix headings css in list pageTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Add config value in schema_data.sqlTristan Darricau2014-05-281-0/+1
| | | | | | | | | | | | | | | | 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] 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 #2474 from PayBas/ticket/12561Joas Schilling2014-05-289-2/+264
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12561] Add "after" check to schema_generator for columns_add * PayBas/ticket/12561: [ticket/12561] Reworked tests by nickvergessen [ticket/12561] Added tests for "after last", "after missing" and "empty" [ticket/12561] Add check to see if "after" column actually exists [ticket/12561] Added test for "after" [ticket/12561] Add "after" check to schema_generator for columns_add
| * | | [ticket/12561] Reworked tests by nickvergessenPayBas2014-05-278-112/+206
| | | | | | | | | | | | | | | | PHPBB3-12561
| * | | [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-263-9/+111
| | | | | | | | | | | | | | | | | | | | | | | | Also removed tabs PHPBB3-12561
| * | | [ticket/12561] Add check to see if "after" column actually existsPayBas2014-05-261-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | If not, just append to the end PHPBB3-12561
| * | | [ticket/12561] Added test for "after"PayBas2014-05-242-0/+48
| | | | | | | | | | | | | | | | PHPBB3-12561
| * | | [ticket/12561] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
| | | | | | | | | | | | | | | | PHPBB3-12561
* | | | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-05-280-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | * develop-olympus:
| * \ \ \ Merge pull request #2282 from bantu/ticket/12384Joas Schilling2014-05-281-4/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL. * bantu/ticket/12384: [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
* | \ \ \ \ Merge pull request #2292 from bantu/ticket/12384-ascraeusJoas Schilling2014-05-281-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL. * bantu/ticket/12384-ascraeus: [ticket/12384] Use mysqli on hhvm in ascraeus. Keep explicit matrix though. [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
| * | | | | [ticket/12384] Use mysqli on hhvm in ascraeus. Keep explicit matrix though.Andreas Fischer2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12384