aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-305-45/+207
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Reformating an acp messageLEZY Thomas2014-05-301-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Modifiying acp messageLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | Modifying an acp message in order to include the use of the command PHPBB3-12597
| * [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-292-32/+78
| | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * [ticket/12597] Fix language key nameLEZY Thomas2014-05-282-4/+5
| | | | | | | | 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-283-19/+43
| | | | | | | | | | | | | | 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] Fix misplaced release of db lockLEZY Thomas2014-05-281-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-282-2/+2
| | | | | | | | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-283-5/+4
| | | | | | | | | | | | | | | | 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-282-18/+4
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Correcting bug in cron.phpLEZY 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-274-29/+92
| | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | [prep-release-3.1.0-b4] Update phpBB Version for b5 developmentJoas Schilling2014-05-302-2/+2
| |
* | [prep-release-3.1.0-b4] Add changelog for 3.1.0-b4Joas Schilling2014-05-301-0/+105
| |
* | [prep-release-3.1.0-b4] Prepare ChangelogJoas Schilling2014-05-301-27/+30
| |
* | [prep-release-3.1.0-b4] Add migration for 3.1.0-b4Joas Schilling2014-05-301-0/+33
| |
* | [prep-release-3.1.0-b4] Update version to 3.1.0-b4Joas Schilling2014-05-305-7/+7
| |
* | [ticket/12621] schema.json is not up to date with migration filesPayBas2014-05-301-6/+5
| | | | | | | | PHPBB3-12621
* | [ticket/12594] Update file header in non-php filesJoas Schilling2014-05-301-2/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-301-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12614] Make the post buttons always visible.Cesar G2014-05-291-9/+0
| | | | | | | | PHPBB3-12614
* | Merge pull request #2506 from brunoais/ticket/12604Andreas Fischer2014-05-292-1/+5
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12604] Fix wrong padding when no notifications * brunoais/ticket/12604: [ticket/12604] Fix wrong padding when no notifications
| * | [ticket/12604] Fix wrong padding when no notificationsbrunoais2014-05-282-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added a class to the <li> when the <li> represents that there's no notifications (no_notifications) and Added a CSS rule that matches the change to the HTML source for when there's no notifications. PHPBB3-12604
* | | 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-291-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-281-0/+1
| | | | | | | | | | | | | | | | | | | | 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