aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/12597] Changing place of lock release in execute() methodLEZY Thomas2014-05-291-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Typing corrections and improvement of code consistencyLEZY Thomas2014-05-291-8/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typing mistakes Coding style issue Verbose mode messag PHPBB3-12597
| * | | | [ticket/12597] Fix visibilty of two functions in run.phpLEZY Thomas2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-29/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * | | | [ticket/12597] Fix language key nameLEZY Thomas2014-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Fix coding style and typing mistakesLEZY Thomas2014-05-281-7/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
| * | | | [ticket/12597] Fix various problemsLEZY Thomas2014-05-281-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597
| * | | | [ticket/12597] Fix constructor bug and servral doc blocsLEZY Thomas2014-05-281-5/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597
| * | | | [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
| * | | | [ticket/12597] Fix various refactoring mistakesLEZY Thomas2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Add doc blocs in execute_all.phpLEZY Thomas2014-05-281-0/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-281-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+65
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | | | [prep-release-3.1.0-b4] Add migration for 3.1.0-b4Joas Schilling2014-05-301-0/+33
| | | |
* | | | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-301-3/+7
| |/ / |/| | | | | | | | PHPBB3-12594
* | | Merge pull request #2309 from Nicofuma/ticket/11366Joas Schilling2014-05-282-32/+65
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+25
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-32/+40
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-257/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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-281-0/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-281-1/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Added tests for "after last", "after missing" and "empty"PayBas2014-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
| | | | | | | | | | | | | | | | PHPBB3-12561
* | | | Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-281-8/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-081-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12174 PHPBB3-12174
* | | | | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-282-7/+30
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2455 from Nicofuma/ticket/12509Joas Schilling2014-05-281-6/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 example in doc blockTristan Darricau2014-05-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Fix doc blockTristan Darricau2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Add an option to set the path of custom file for extensionsTristan Darricau2014-05-131-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12509 PHPBB3-12509
| * | | | | | Merge pull request #2453 from Nicofuma/ticket/12536Joas Schilling2014-05-281-1/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12536] Get Versions Should Not Require Both Stable and Unstable * Nicofuma/ticket/12536: [ticket/12536] Restore missing @throws [ticket/12536] Add test cases with empty versions list [ticket/12536] Use stable values when unstable are unavailable [ticket/12536] Update doc block [ticket/12536] Return empty array if stability unavailable [ticket/12536] Get Versions Should Not Require Both Stable and Unstable
| | * | | | | | [ticket/12536] Restore missing @throwsTristan Darricau2014-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Use stable values when unstable are unavailableTristan Darricau2014-05-151-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Update doc blockTristan Darricau2014-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Return empty array if stability unavailableTristan Darricau2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536