aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| | | | PHPBB3-12655
* [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
| | | | PHPBB3-12655
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-33/+48
|\ | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path
| * [ticket/12589] Fix testsTristan Darricau2014-05-241-43/+45
| | | | | | | | PHPBB3-12589
| * [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14
| | | | | | | | PHPBB3-12589
* | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-303-5/+118
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10899] Using Delete All in log viewer with keyword search * Nicofuma/ticket/10899: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| * | [ticket/10899] Update doc blockTristan Darricau2014-05-291-1/+1
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Use isset($field_value['IN'])Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Add event core.delete_logTristan Darricau2014-05-282-5/+28
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Remove trailing ;Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Add unit testsTristan Darricau2014-05-281-14/+35
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Remove extra ';'Tristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] TypoTristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-103-4/+72
| | | | | | | | | | | | PHPBB3-10899
| * | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-4/+5
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-302-20/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11467] Add language variables for extension exception messages * n-aleha/ticket/11467: [ticket/11467] Add user object to extension manager for tests [ticket/11467] Add language variables to tests [ticket/11467] Add language variables for extension exception messages
| * | | [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-292-8/+8
| | | | | | | | | | | | | | | | PHPBB3-11467
| * | | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-292-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | | | Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * bantu/ticket/12597: [ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose. [ticket/12597] Improve language for cron:run command. [ticket/12597] Do not output anything besides the gif image.
| * | | | [ticket/12597] Improve language for cron:run command.Andreas Fischer2014-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
* | | | | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+176
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * ptitlazy/ticket/12597: (27 commits) [ticket/12597] Reformating an acp message [ticket/12597] Modifiying acp message [ticket/12597] Fix wrong global variable name [ticket/12597] Typo correction [ticket/12597] Typo corrections [ticket/12597] Changing place of lock release in execute() method [ticket/12597] Fix test file [ticket/12597] Typing corrections and improvement of code consistency [ticket/12597] Fix various mistakes [ticket/12597] Fix various mistakes [ticket/12597] Fix visibilty of two functions in run.php [ticket/12597] Refactoring and test improving [ticket/12597] Fix language key name [ticket/12597] Fix coding style and typing mistakes [ticket/12597] Changes name of command cron:run-all to cron:run. [ticket/12597] Fix various problems [ticket/12597] Fix constructor bug and servral doc blocs [ticket/12597] Modification of return statuses and of test files [ticket/12597] Fix misplaced release of db lock [ticket/12597] Change EXECUTE to RUN in language ...
| * | | | [ticket/12597] Typo correctionLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | [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