aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [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] Fix wrong global variable nameLEZY Thomas2014-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $pathEx changed to $phpEx 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] Fix test fileLEZY Thomas2014-05-291-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug of test_no_task that expected a message where none was supposed to exist. PHPBB3-12597
| * | | | | | | Merge branch 'ticket/12597' of github.com:ptitlazy/phpbb into ticket/12597LEZY Thomas2014-05-290-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typing mistakes Coding style issue Verbose mode messag 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-293-40/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-284-23/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-16/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-283-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-284-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | [ticket/12597] Improvement of test filesLEZY Thomas2014-05-283-19/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12597
| * | | | | | | [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-277-29/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | | | | | | | Merge branch 'prep-release-3.1.0-b4' into develop-ascraeusJoas Schilling2014-05-308-37/+178
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.0-b4: [prep-release-3.1.0-b4] Update phpBB Version for b5 development [prep-release-3.1.0-b4] Add changelog for 3.1.0-b4 [prep-release-3.1.0-b4] Prepare Changelog [prep-release-3.1.0-b4] Add migration for 3.1.0-b4 [prep-release-3.1.0-b4] Update version to 3.1.0-b4
| * | | | | | | | [prep-release-3.1.0-b4] Update phpBB Version for b5 developmentJoas Schilling2014-05-303-5/+5
| | | | | | | | |
| * | | | | | | | [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-306-8/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #2522 from PayBas/ticket/12621Joas Schilling2014-05-301-6/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12621] schema.json is not up to date with migration files * PayBas/ticket/12621: [ticket/12621] schema.json is not up to date with migration files
| * | | | | | | | [ticket/12621] schema.json is not up to date with migration filesPayBas2014-05-301-6/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12621
* | | | | | | | Merge pull request #2520 from nickvergessen/ticket/12594Andreas Fischer2014-05-3011-30/+77
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12594] Fix file headers of new files * nickvergessen/ticket/12594: [ticket/12594] Update file header in non-php files [ticket/12594] Fix file headers of new files
| * | | | | | | [ticket/12594] Update file header in non-php filesJoas Schilling2014-05-303-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12594
| * | | | | | | [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-308-24/+56
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | | | Merge pull request #2513 from prototech/ticket/12614Andreas Fischer2014-05-291-9/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12614] Make the post buttons always visible. * prototech/ticket/12614: [ticket/12614] Make the post buttons always visible.
| * | | | | | [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-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