| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
[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
|
| | |
|
| |
| |
| |
| |
| |
| | |
Come on travis, play nice this time
PHPBB3-12335
|
| |
| |
| |
| | |
PHPBB3-12335
|
| |
| |
| |
| | |
PHPBB3-12335
|
| |
| |
| |
| | |
PHPBB3-12335
|
| |
| |
| |
| | |
PHPBB3-12335
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/10737] Add live member search.
* prototech/ticket/10737:
[ticket/10737] Remove loading indicator.
[ticket/10737] Enforce allow_live_searches setting in memberlist.php.
[ticket/10737] Add config setting to disable live searches.
[ticket/10737] Add loading indicator and alert box code to simple_footer.html.
[ticket/10737] Load core.js and ajax.js in simple_footer.html.
[ticket/10737] Set the username as the input value instead of redirecting.
[ticket/10737] Drop subsilver2 changes.
[ticket/10737] Add a more generic live search implementation.
[ticket/10737] Clean up memberlist.php.
[ticket/10737] Use dropdown for search results container.
[ticket/10737] Adding delayed keyup and removing target_blank.
[ticket/10737] Using UTF-8 aware alternatives in PHP code.
[ticket/10737] Removing obsolete code.
[ticket/10737] Avoid hard-coding table row and use case-insensitive search.
[ticket/10737] Removing unnecessary/obsolete code.
[ticket/10737] Using JQuery events and JSON response.
[ticket/10737] Code fixes in AJAX search feature
[ticket/10737] Improvements over last commit
[ticket/10737] Adding username suggestions in "Find a member" using AJAX
|
| |
| |
| |
| | |
PHPBB3-10737
|
|\ \
| | |
| | |
| | |
| | | |
* github-vse/ticket/10521:
[ticket/10521] Update docblock of set_cookie for new HttpOnly param
|
| | |
| | |
| | |
| | | |
PHPBB3-10521
|
|\ \ \
| | | |
| | | | |
[ticket/12382] Allow nested loops in included files.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
They have to reference the fully qualified loop name in BEGIN and END.
PHPBB3-12382
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* github-vse/ticket/10521:
[ticket/10521] Allow language switching by URL parameter
|
| | |
| | |
| | |
| | | |
PHPBB3-10521
|
|/ /
| |
| |
| | |
PHPBB3-12480
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-vse/ticket/12254:
[ticket/12254] Add subsilver2 support for cookie storage instead of SID
[ticket/12254] Use a cookie instead of SID to store language selection
[ticket/12254] No longer need to add change_lang to the URL params
[ticket/12254] Use 'language' instead of 'set_lang' as the variable name
[ticket/12254] Persist set_lang after reg only if changed from default
[ticket/12254] Add set_lang var changes to subsilver2 files
[ticket/12254] Use new set_lang var to avoid conflict with change_lang
[ticket/12254] Stop using deprecated request_var in user class
[ticket/12254] Better language switching on registration page
|
| | |
| | |
| | |
| | | |
PHPBB3-12254
|
| | |
| | |
| | |
| | | |
PHPBB3-12254
|
| | |
| | |
| | |
| | | |
PHPBB3-12254
|
| | |
| | |
| | |
| | | |
PHPBB3-12254
|
| | |
| | |
| | |
| | | |
PHPBB3-12254
|
| | |
| | |
| | |
| | | |
PHPBB3-12475
|
| | |
| | |
| | |
| | | |
PHPBB3-12475
|