| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This was done because T_TEMPLATE_PATH is not always correct for js files
(e.g. the inheriting style does not include these). Now we use the Twig
Loader to find the correct file to link to (most specific file first, then
parent styles). Also allows using @namespace convention
PHPBB3-11598
|
| |
|
|
|
|
|
| |
This had to be done because, like DEFINE, setting variables to $context
only affected the local file and any children, not parent templates.
PHPBB3-11598
|
| |
|
|
|
|
| |
Return $this wherever possible
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
|
|
| |
This should fix at least one bug, noticed we were using:
$this->vars = &$this->tpl_obj->_rootref;
Which hasn't been valid for a long+ time
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By Dhruv
# Via Andreas Fischer (3) and Dhruv (1)
* 'develop' of https://github.com/phpbb/phpbb3:
[ticket/10838] Fix URL for wiki and remove irrelevant line
[ticket/10838] Remove php 5.4 and builtin server references
[ticket/10838] Fix missing data
[ticket/10838] separate database used mentioned in unit tests
[ticket/11585] Make $auth_admin class property
[ticket/10838] Updated RUNNING_TESTS.md
|
| | |\
| | |
| | |
| | |
| | | |
* dhruvgoel92/ticket/11585:
[ticket/11585] Make $auth_admin class property
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
$auth_admin is class property and used via $this reference in all
methods
PHPBB3-11585
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Dhruv (7) and others
# Via Andreas Fischer (7) and others
* 'develop' of https://github.com/phpbb/phpbb3:
[ticket/11593] initialize $is_expr as null before being passed to get_varref
[ticket/9341] Assert that page doesnt contain next or prev page posts
[ticket/9341] Follow the Next/Prev link in tests follow the next/prev link and then assert if the page contains its last post or not
[ticket/9341] remove PREV_PAGE tpl var used for backward compatability
[ticket/11618] Replace glob() with scandir() and string matching
[ticket/9341] Add tests for checking Next and Previous template vars
[ticket/9341] Move create_topic and post into functional test case
[ticket/11615] Fix typo in creation_test
[ticket/11615] Remove magic number in creation_test
[ticket/11615] Rename class in file to match
[ticket/11615] Rename init_test to creation_test for clarity
[ticket/9341] Use U_PREVIOUS and U_NEXT in template files
[ticket/9341] Correctly named template vars
Conflicts:
tests/template/template_test_case.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* dhruvgoel92/ticket/9341:
[ticket/9341] Assert that page doesnt contain next or prev page posts
[ticket/9341] Follow the Next/Prev link in tests follow the next/prev link and then assert if the page contains its last post or not
[ticket/9341] remove PREV_PAGE tpl var used for backward compatability
[ticket/9341] Add tests for checking Next and Previous template vars
[ticket/9341] Move create_topic and post into functional test case
[ticket/9341] Use U_PREVIOUS and U_NEXT in template files
[ticket/9341] Correctly named template vars
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9341
|
| | | |/
| | |
| | |
| | | |
PHPBB3-9341
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* dhruvgoel92/ticket/11593:
[ticket/11593] initialize $is_expr as null before being passed to get_varref
|
| | | |/
| | |
| | |
| | | |
PHPBB3-11593
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | | |
To match previous parser behavior
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | | |
These are not really necessary
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
This filter grabs a subset of a loop for output (according to past
functionality).
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No longer using the begin tokenparser/node as it did not allow proper
handling of <!-- BEGIN !foo, <!-- BEGIN foo(0,2). Now the lexer will
use regular expressions to handle that correctly and replace it with Twig's
for token
Also fixing <!-- IF .foo as I discovered it evaluates to if sizeof(foo)
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | | |
| | |
| | |
| | |
| | |
| | | |
My method was not working correctly, will work on it more later.
PHPBB3-11598
|