aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [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
| * | | | | | | [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