| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-15905
|
|
|
|
| |
PHPBB3-14948
|
|
|
|
| |
PHPBB3-14948
|
|
|
|
| |
PHPBB3-14948
|
|
|
|
| |
PHPBB3-15508
|
|
|
|
| |
PHPBB3-15508
|
|
|
|
| |
PHPBB3-15508
|
|
|
|
|
|
| |
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
|
|
|
|
| |
PHPBB3-15377
|
|
|
|
| |
PHPBB3-15330
|
|
|
|
| |
PHPBB3-15330
|
|
|
|
| |
PHPBB3-15904
|
|
|
|
| |
PHPBB3-15542
|
|
|
|
| |
PHPBB3-15542
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/15659] Fix retrieve_block_vars()
* github.com:/phpbb/phpbb:
[ticket/15659] Fix retrieve_block_vars()
|
| |
| |
| |
| | |
PHPBB3-15659
|
|/
|
|
| |
PHPBB3-15666
|
|
|
|
| |
PHPBB3-15099
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
|
|
|
|
|
|
| |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
|
|
|
|
|
|
|
|
|
|
| |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
|
|
|
|
|
|
|
|
|
| |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
PHPBB3-14994
|
|\ |
|
|\ \ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add possibility to retrieve full block of vars
PHPBB3-15068
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15068
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14990
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14990
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14990
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/14950] Add possibility to delete a template block
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables. The selection method is the
same as for the other modes for alter_block_array. The passed in
vararray is ignored, and an out of bounds index is considered an error.
Added tests for the new function, fixed.
PHPBB3-14950
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables. The selection method is the
same as for the other modes for alter_block_array. The passed in
vararray is ignored, and an out of bounds index is considered an error.
PHPBB3-14944
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | | |
[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
|
|\ \ \ \
| |/ / / |
|