| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |\ \ \ \
| | | |/ / /
| | |/| | | |
[ticket/11998] Introduction of the phpBB Console
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* EXreaction/ticket/11943:
[ticket/11943] New line at EOF for define_error.html
[ticket/11943] Forgot template file for test
[ticket/11943] Throw an exception if DEFINE is setup improperly
[ticket/11943] Split fix_inline_variable_tokens into 3 steps
[ticket/11943] Require stricter DEFINE statements for templates
[ticket/11943] Do not quote the value when it is exactly true, false, or null
[ticket/11943] Add test for DEFINE $VAR = false
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11943
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
DEFINE shouldn't add/remove surrounding quotes, but must have the inline
variable tokens fixed
PHPBB3-11943
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11943
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Quoting these can change the meaning of the value (e.g. 'false' == true)
PHPBB3-11943
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The container seems to prepend the leading \ itself, so we get an
InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is
not a valid class name for the "cache.driver" service.'
PHPBB3-11949
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PostgreSQL does not map null/false to 0 and thus this variable causes
an error.
PHPBB3-12007
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
On MSSQL columns that have an index can not be dropped.
PHPBB3-11922
|
| | |\ \ \ \
| | | |/ / /
| | |/| | | |
[ticket/11534] Check remote avatar content type if possible
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This should make sure that error pages like 404 or 503 pages are not treated
as remote avatar images.
PHPBB3-11534
|
| | | |/
| | |/|
| | | |
| | | | |
PHPBB3-11746
|
| | |\ \
| | | | |
| | | | | |
[ticket/11746] Add "admin activation required" notification.
|
| | | |/
| | | |
| | | |
| | | | |
PHPBB3-11746
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11995
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11980
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11980
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11980
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11980
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11981
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The service collection that was already passed to the avatar manager should
be used in the avatar manager method get_driver() instead of the container
itself.
PHPBB3-11857
|
| | |
| | |
| | |
| | | |
PHPBB3-11842
|
| |/
| |
| |
| | |
PHPBB3-11842
|
| |\
| | |
| | | |
Ticket/11948 Extensions should be allowed to have more then 1 routing file
|
| | |
| | |
| | |
| | | |
PHPBB3-11948
|
| | |
| | |
| | |
| | | |
PHPBB3-11948
|
| | |
| | |
| | |
| | | |
PHPBB3-11948
|
| | |
| | |
| | |
| | | |
PHPBB3-11930
|
| | |
| | |
| | |
| | | |
PHPBB3-11930
|
| | |
| | |
| | |
| | |
| | |
| | | |
Optional method arguments should be after any mandatory ones.
PHPBB3-11930
|
| |/
| |
| |
| |
| |
| |
| | |
This will ensure that avatars still properly display on extension pages
supplied via app.php.
PHPBB3-11930
|
| |
| |
| |
| | |
PHPBB3-11926
|
| |\
| | |
| | |
| | |
| | | |
* noxwizard/ticket/11919:
[ticket/11919] Remove extra argument to notification manager's sql_fetchfield()
|
| | |
| | |
| | |
| | | |
PHPBB3-11919
|
| |/
| |
| |
| | |
PHPBB3-11918
|
| |\
| | |
| | | |
[ticket/10929] Integration of Plupload
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
|
| |\ \
| | | |
| | | | |
[ticket/10929] Cron Job for Plupload Upload Directory Cleaning
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10929
|
| | |/
| | |
| | |
| | | |
PHPBB3-10929
|
| |\ \
| | | |
| | | | |
[ticket/11621] Improve MySQL fulltext search indexes
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11621
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11621
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11621
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* phpbb/develop:
[ticket/11867] Schema files are not created by create_schema_files.php
[ticket/11905] 3.1.0-a1 Migration
[ticket/11903] Speed up paging test
[ticket/11703] Extend the correct migration class.
[ticket/11874] Correct when $phpbb_root_path is appended to build_url()
[ticket/11703] Also use empty() for T_JQUERY_LINK.
[ticket/11703] Add effectively_installed().
[ticket/11703] Make jQuery CDN switch more generic.
[ticket/11874] Fix tests
[ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
[ticket/11345] Don't include scheme, so HTTPS is used where necessary.
[ticket/11345] Wrap remote webfonts in S_ALLOW_CDN.
[ticket/11345] Move css import to template
[ticket/11345] Add Droid Sans as fallback font
[ticket/11345] Change font for buttons
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11621
|