| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
|
|
|
|
| |
Typing mistakes
Coding style issue
Verbose mode messag
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
|
|
|
|
| |
Adding tests of return status
Refactoring code
Adding consistency in verbose mode
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
|
|
|
| |
Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.
PHPBB3-12597
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
|
|
| |
Fix previous commit : change execute to run in language keys
PHPBB3-12597
|
| |
|
|
|
|
|
|
| |
Removes a useless comment.
Switchs command name from cron:execute-all to cron:run-all.
Replaces assertEquals by assertSame
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12597
|
| |
|
|
|
|
|
| |
Command cron:execute-all executes all available cron tasks.
Test files in tests/console/cron folder
PHPBB3-12597
|
| |
|
|
| |
PHPBB3-12586
|
| |
|
|
| |
PHPBB3-12586
|
| |
|
|
| |
PHPBB3-12435
|
| |
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-12435
PHPBB3-12435
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/12517] Correctly call $log->add in prune shadow topics
* marc1706/ticket/12517:
[ticket/12517] Correctly call $log->add in prune shadow topics
|
| | |
| |
| |
| | |
PHPBB3-12517
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| | |
[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
|
| | |
| |
| |
| | |
PHPBB3-12529
|
| | |
| |
| |
| | |
PHPBB3-12529
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12522] Add function parameter description in guesser interface
* n-aleha/ticket/12522:
[ticket/12522] Add function parameter description in guesser interface
|
| | |/
| |
| |
| |
| |
| |
| | |
Add parameter description for $file_name of the function guess in
guesser_interface
PHPBB3-12522
|
| | |
| |
| |
| |
| |
| | |
Label the the constructor as public.
PHPBB3-12476
|
| |/
|
|
|
|
| |
Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli
PHPBB3-12476
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/12500] Set a title attribute in user.img()
* prototech/ticket/12500:
[ticket/12500] Set a title attribute in user.img()
|
| | |
| |
| |
| | |
PHPBB3-12500
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12402] CAPTCHA plugin migration fails to detect missing plugins
* Nicofuma/ticket/12402:
[ticket/12402] CAPTCHA plugin migration fails to detect missing plugins
|
| | | |
| | |
| | |
| | | |
PHPBB3-12402
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
https://tracker.phpbb.com/browse/PHPBB3-12421
PHPBB3-12421
|
| |/ /
| |
| |
| | |
PHPBB3-12507
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Unapproved and deleted posts should not be displayed with the same message
(POST_UNAPPROVED)
PHPBB3-12459
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
As for the posts, a soft deleted topic should appear (with a corresponding
message) in topic's based feeds.
PHPBB3-12459
|
| | | |
| | |
| | |
| | |
| | |
| | | |
the database return a string, so the strict comparison always returned false
PHPBB3-12459
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11497
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11497
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11497
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11497
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-11497
|
| | |/
|/|
| |
| |
| |
| | |
https://tracker.phpbb.com/browse/PHPBB3-12499
PHPBB3-12499
|