| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
| |
functional tests"
This reverts commit 5c39f26cd27d5e4a1debfa24407825906f42d346.
|
| |
|
|
|
|
| |
Extension authors can change it themselves if necessary
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
set_style now accepts an array containing a list of paths, e.g. array(
'ext/foo/bar/styles', 'styles'). Default: array('styles')
Using this option allows us to set the style based on the user's preferred
style (including the full tree), but use one or more base directories to
add the paths from.
The main use for this ability is so that extensions can call set_style,
including their path and the phpBB styles path (or any others) and have
their template files loaded from those directories (in the order given).
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
|
| |
Was originally moved because I thought that a new test file might mean a new
instance and the memory would be cleared, fixing the original problem, but
that isn't true and it was fixed another way.
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
| |
This can be addressed later if we decide we want to have more nicely named
cache files. It does not need to be addressed now
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
|
| |
We output some language vars to the context (e.g. L_TITLE in the ACP). These
do not exist in user->lang, so we must check the context vars first, if not
in context, we output the result of user->lang.
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11598
|
| |
|
|
|
|
|
|
|
| |
As a last resort, now we use the Twig Loader to find the correct file to
include to (most specific file first, then parent styles). Also allows
using @namespace convention. This is ONLY done if the specified path is not
an absolute path AND the file does not exist relative to the phpBB root path.
PHPBB3-11598
|
| |
|
|
|
|
|
|
|
| |
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
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[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/10838] Updated RUNNING_TESTS.md
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* dhruvgoel92/ticket/10838:
[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/10838] Updated RUNNING_TESTS.md
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10838
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10838
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10838
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Separate database used for tests which is deleted each time
tests are run information is added to unit tests.
PHPBB3-10838
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10838
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|