| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
When enabling an extension its paths aren't added immediately to
the template which results in ACP events not being registered in
the compiled template files.
PHPBB3-15187
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/15146] Date profile field validation incorrect
* github.com:phpbb/phpbb:
[ticket/15146] Date profile field validation incorrect
|
| |
| |
| |
| |
| |
| | |
Fix by changing select input field options to match validation range
PHPBB3-15146
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/15108] Remove duplicate code in request->overwrite
* github.com:phpbb/phpbb:
[ticket/15108] Remove duplicate code in request->context
|
| |/
| |
| |
| | |
PHPBB3-15108
|
|\ \
| | |
| | |
| | | |
[ticket/15080] Save unneeded file loads for extension metadata
|
| |/
| |
| |
| | |
PHPBB3-15080
|
|\ \
| | |
| | |
| | | |
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
PHPBB3-14938
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
PHPBB3-14938
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
PHPBB3-14938
|
| |/
| |
| |
| |
| |
| | |
Made is_available much more strict, in line with the checks in all_available
PHPBB3-14938
|
|\ \
| | |
| | |
| | | |
[ticket/15142] Check extension updates on current branch
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
|/ /
| |
| |
| | |
PHPBB3-15143
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/15122] Add cache driver for memcached
* marc1706/ticket/15122:
[ticket/15122] Add cache driver for memcached
|
| | |
| | |
| | |
| | | |
PHPBB3-15122
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13558] Add smtp SSL context configuration options
* rxu/ticket/13558:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13558
|
| |/ /
| | |
| | |
| | | |
PHPBB3-13558
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/15011] All errors on metadata throw exceptions
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14943] Fix template loop access by index
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
If block was empty, the insertion process should create it.
Checking for out of bounds indexes.
PHPBB3-14943
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
PHPBB3-14943
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
[ticket/14944] Add search for template loop indexes by key
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
Remove default parameter value.
PHPBB3-14944
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
PHPBB3-14944
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
PHPBB3-14944
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code.
PHPBB3-14944
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13429] Replace @change with @changed in event docblocks
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13429
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13429
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13250] Replace slashes in cache file names
* marc1706/ticket/13250:
[ticket/13250] Use faster str_replace() instead of preg_replace()
[ticket/13250] Replace slashes in cache file names
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13250
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13250
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13601] Add core.acl_clear_prefetch_after event
* senky/ticket/13601:
[ticket/13601] Add core.acl_clear_prefetch_after event
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13601
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14968
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
PHPBB3-14968
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15011
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/15011] Error not checked on metadata load failure
* javiexin/ticket/15011:
[ticket/15011] Error not checked on metadata load failure
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15011
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14958] Optimize Twig extension lang() function
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14958
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/14941] Apply changes individually for MySQL fulltext search
|