| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14821
|
| |
|
|
|
|
|
| |
Everything else will still be escaped. This will however add back support for
bold text in exception messages.
PHPBB3-14821
|
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/security-196] Escapes the exception messages before displaying them
|
| | | |
| | |
| | |
| | | |
SECURITY-196
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14802] Empty/blank lines should not be additional poll options
* dsinn/ticket/14802:
[ticket/14802] Add test for empty/blank lines in poll options
[ticket/14802] Empty/blank lines should not be additional poll options
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14802
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14802
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14786] Add mcp_forum_actions_before/after events
* Senky/ticket/14786:
[ticket/14786] Add mcp_forum_actions_before/after events
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14786
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters
* rxu/ticket/14787-2:
[ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14787
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14801] Highlighting utf8 strings in search results
* rxu/ticket/14801:
[ticket/14801] Highlighting utf8 strings in search results
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14801
|
| |\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.1.10:
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
[ticket/14789] Move form key checks to where they actually do something
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14789] Move form key checks to where they actually do something
* marc1706/ticket/14789:
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
[ticket/14789] Move form key checks to where they actually do something
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14789
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14789
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* prep-release-3.1.10:
[ticket/14805] Ignore platform requirements while building packages
|
| | |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14805] Ignore platform requirements while building packages
* marc1706/ticket/14805:
[ticket/14805] Ignore platform requirements while building packages
[ticket/8301] Add log_time index
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14805
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
[ticket/14795] Merge topic views when merging topics
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14795
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
[ticket/8301] Add log_time index
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-8301
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* prep-release-3.1.10:
[ticket/14799] purge_notifications() should not leave open transactions.
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14799] purge_notifications() should not leave open transactions.
* markshawtoronto/ticket/14799:
[ticket/14799] purge_notifications() should not leave open transactions.
[3.1.x] Increase version for 3.1.11 development
|
| | |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When running purge_notifications(), if a notification type does not exist
then a db transaction is started but never completed.
On an error in get_notification_type_id(), end the transaction.
PHPBB3-14799
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
[ticket/14785] Add template event overall_header_headerbar_after/before
|
| | | |
| | |
| | |
| | | |
PHPBB3-14785
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14796] Use log_table class member instead of table constant
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Was still using the old LOG_TABLE constant in the delete method.
PHPBB3-14796
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14484] Add possibility to use extensions in UI tests
* marc1706/ticket/14484:
[ticket/14484] Properly enable extensions in UI tests
[ticket/14484] Move facebook/webdriver back to tests dir composer.json
[ticket/14484] Move facebook webdriver to main composer.json
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14484
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will make sure we don't try to install it to incompatible PHP 5.3.3.
PHPBB3-14484
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also updated ui test case file to have same feature set as
the 3.2.x version.
PHPBB3-14484
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/13709] Add fallback for email templates used by extensions
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also add a fallback to english for the core
like we do it in $user->add_lang()
PHPBB3-13709
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14762] Add core event to session.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14762
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | | |
[ticket/14747] Add post_data to core.modify_posting_auth
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14747
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14784] missing rewrite for lighttpd
|