aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/12586] Limit depth to 2, we require vendor/extension/ext.phpJoas Schilling2014-05-221-0/+1
| | | | PHPBB3-12586
* [ticket/12586] Use dot filter when trying to find available extensionsJoas Schilling2014-05-221-2/+6
| | | | PHPBB3-12586
* [ticket/12435] Update the commentTristan Darricau2014-05-141-4/+6
| | | | PHPBB3-12435
* [ticket/12435] purge_notifications() fails for unused notificationsTristan Darricau2014-05-141-8/+19
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12435 PHPBB3-12435
* Merge pull request #2438 from marc1706/ticket/12517Joas Schilling2014-05-111-2/+8
|\ | | | | | | | | | | | | [ticket/12517] Correctly call $log->add in prune shadow topics * marc1706/ticket/12517: [ticket/12517] Correctly call $log->add in prune shadow topics
| * [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-2/+8
| | | | | | | | PHPBB3-12517
* | Merge pull request #2441 from Nicofuma/ticket/12529Joas Schilling2014-05-111-5/+13
|\ \ | |/ |/| | | | | | | | | | | [ticket/12529] Use root_path in controller\resolver to check the template dir * Nicofuma/ticket/12529: [ticket/12529] Move $phpbb_root_path to the end of the constructor [ticket/12529] Use root_path in controller\resolver to check the template dir
| * [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-4/+5
| | | | | | | | PHPBB3-12529
| * [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-2/+9
| | | | | | | | PHPBB3-12529
* | Merge pull request #2435 from n-aleha/ticket/12522Joas Schilling2014-05-111-0/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12522] Add function parameter description in guesser interface * n-aleha/ticket/12522: [ticket/12522] Add function parameter description in guesser interface
| * | [ticket/12522] Add function parameter description in guesser interfacen-aleha2014-05-111-0/+1
| |/ | | | | | | | | | | | | Add parameter description for $file_name of the function guess in guesser_interface PHPBB3-12522
* | [ticket/12476] Label the constructor as publicn-aleha2014-05-091-1/+1
| | | | | | | | | | | | Label the the constructor as public. PHPBB3-12476
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-1/+6
|/ | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476
* Merge pull request #2408 from prototech/ticket/12500Joas Schilling2014-05-081-2/+8
|\ | | | | | | | | | | | | [ticket/12500] Set a title attribute in user.img() * prototech/ticket/12500: [ticket/12500] Set a title attribute in user.img()
| * [ticket/12500] Set a title attribute in user.img()Cesar G2014-05-041-2/+8
| | | | | | | | PHPBB3-12500
* | Merge pull request #2418 from Nicofuma/ticket/12402Joas Schilling2014-05-081-0/+33
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12402] CAPTCHA plugin migration fails to detect missing plugins * Nicofuma/ticket/12402: [ticket/12402] CAPTCHA plugin migration fails to detect missing plugins
| * | [ticket/12402] CAPTCHA plugin migration fails to detect missing pluginsTristan Darricau2014-05-061-0/+33
| | | | | | | | | | | | PHPBB3-12402
* | | Merge pull request #2330 from Nicofuma/ticket/12421Joas Schilling2014-05-062-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12421] Don't parse [attachment] tags if user can't view them * Nicofuma/ticket/12421: [ticket/12421] Rebase and enable tests [ticket/12421] Don't parse [attachment] tags if user can't view them
| * | | [ticket/12421] Don't parse [attachment] tags if user can't view themTristan Darricau2014-05-062-0/+8
| |/ / | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12421 PHPBB3-12421
* | | [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+62
|/ / | | | | | | PHPBB3-12507
* | Merge pull request #2373 from Nicofuma/ticket/12459Joas Schilling2014-05-065-16/+29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12459] Unapproved posts/topics are not correctly handled in feeds * Nicofuma/ticket/12459: [ticket/12459] Change language strings [ticket/12459] Enable related tests [ticket/12459] Fix: Differentiating unapproved and deleted posts [ticket/12459] Fix: Soft deleted topics should appear in feeds [ticket/12459] Fix: the posts were always marked as unapproved
| * | [ticket/12459] Fix: Differentiating unapproved and deleted postsTristan Darricau2014-05-041-1/+2
| | | | | | | | | | | | | | | | | | | | | Unapproved and deleted posts should not be displayed with the same message (POST_UNAPPROVED) PHPBB3-12459
| * | [ticket/12459] Fix: Soft deleted topics should appear in feedsTristan Darricau2014-05-044-15/+27
| | | | | | | | | | | | | | | | | | | | | As for the posts, a soft deleted topic should appear (with a corresponding message) in topic's based feeds. PHPBB3-12459
| * | [ticket/12459] Fix: the posts were always marked as unapprovedTristan Darricau2014-05-041-1/+1
| | | | | | | | | | | | | | | | | | the database return a string, so the strict comparison always returned false PHPBB3-12459
* | | Merge pull request #2397 from Nicofuma/ticket/11497Joas Schilling2014-05-063-20/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11497] Remove 'ext.finder' from services' list * Nicofuma/ticket/11497: [ticket/11497] Rename set_ext_finder in find_routing_files [ticket/11497] Change the date in the package declaration [ticket/11497] Fix pagination tests [ticket/11497] Use a mock object to define the root folder for the finder [ticket/11497] Generate the list of the routes in controller_helper [ticket/11497] Fix the path for the finder in controller_provider [ticket/11497] Fix tests [ticket/11497] Update pagination test [ticket/11497] Remove 'ext.finder' from services' list
| * | | [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-052-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11497
| * | | [ticket/11497] Use a mock object to define the root folder for the finderTristan Darricau2014-05-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11497
| * | | [ticket/11497] Generate the list of the routes in controller_helperTristan Darricau2014-05-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11497
| * | | [ticket/11497] Fix the path for the finder in controller_providerNicofuma2014-05-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11497
| * | | [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-033-19/+26
| |/ / | | | | | | | | | PHPBB3-11497
* | | [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
| |/ |/| | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499