| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
PHPBB3-12858
|
| |
|
|
| |
PHPBB3-12858
|
| |
|
|
| |
PHPBB3-12858
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP
PHPBB3-11598
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Was:
<!-- INCLUDEJS template/foo.js -->
Now:
<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' -->
Reasons for this:
1. INCLUDEJS is 3.1-dev only
2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path
to styles/name/ directory)
3. INCLUDEJS could not include files from outside directories or anywhere
else
4. It was easier to change INCLUDEJS behavior to something more flexible
and useful than hack around it to make it work as it was with Twig.
PHPBB3-11598
|
| |
|
|
| |
PHPBB3-11303
|
| |
|
|
|
|
|
| |
add a new template variable to check if timezone has already been selected
by the user while registeration.
PHPBB3-11303
|
| |
|
|
|
|
|
| |
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.
PHPBB3-10780
|
| |
|
|
| |
PHPBB3-11004
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
|
|
| |
Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
|
|
This should make it much easier for extensions to change the handling of the timezone selection
PHPBB3-9558
|