| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[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
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[icket/14838] Do not query full attachments table in feeds
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14838
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The fetch_attachments() will also now throw a runtime exception if a feed
tries to do this nonetheless.
PHPBB3-14838
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix for PHP 5.3.x compatibility.
PHPBB3-14957
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14957
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | /
| | |_|_|/
| |/| | | |
[ticket/14943] Fix template loop access by index
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning.
PHPBB3-14943
|
| | |/ /
|/| |
| | |
| | | |
PHPBB3-14923
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14918] Simplify access to extension version metadata information
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14918
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14874] Increase size of emotion
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-14874
|
| | | |
| | |
| | |
| | | |
PHPBB3-14770
|
| | | |
| | |
| | |
| | | |
PHPBB3-14770
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14889] Missing method in profile fields type interface
* javiexin/ticket/14889:
[ticket/14889] Missing method in profile fields type interface
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Completes the profile fields type interface by defining a missing
required method for all implementations of a type.
PHPBB3-14889
|
| | |_|/
|/| |
| | |
| | | |
PHPBB3-14893
|
| |/ /
| |
| |
| |
| |
| | |
This bug was introduced by PHPBB3-14272
PHPBB3-14890
|
| |\ \
| | |
| | |
| | | |
[ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
|
| | |/
| |
| |
| | |
PHPBB3-13149
|
| |/
|
|
|
|
|
|
| |
All exception messages are sanitized via type_caster::set_var()
which is called with $multibyte = false.
This commit allows to pass multibyte messages as well.
PHPBB3-14876
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14831] Make sure migrations always start with backslash
* marc1706/ticket/14831:
[ticket/14831] Rename migration and replace preg_replace() with simpler methods
[ticket/14831] Compare depends_on for migrations and remove prefixless names
[ticket/14831] Add migration for deduplicating entries and fix typo
[ticket/14831] Add method for getting valid migration name
[ticket/14831] Fall back to possible migration names instead of adding prefix
[ticket/14831] Make sure migrations always start with backslash
|
| | |
| |
| |
| | |
PHPBB3-14831
|
| | |
| |
| |
| | |
PHPBB3-14831
|
| | |
| |
| |
| | |
PHPBB3-14831
|