Michael Miday
70f1b08c69
[ticket/14139] Add class of IDs to html tags
2015-09-14 16:25:36 +02:00
Marc Alexander
9c310f789f
[ticket/12858] Rename tz_ prefixed block variables to timezone_ prefix
...
PHPBB3-12858
2014-09-17 17:56:09 +02:00
Marc Alexander
9a3aeb8a99
[ticket/12858] Remove hardcoded language entries from timezone selects
...
PHPBB3-12858
2014-09-17 17:56:04 +02:00
Marc Alexander
9ebee7de32
[ticket/12858] Generate timezone selects with template loop
...
PHPBB3-12858
2014-09-17 14:22:08 +02:00
Nathaniel Guse
59d13d0535
[feature/twig] INCLUDEJS behavior now supports local relative paths
...
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
2013-07-02 11:07:12 -05:00
Nathaniel Guse
6c30441ad4
[feature/twig] Changing INCLUDEJS behavior slightly
...
Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP
PHPBB3-11598
2013-07-01 12:26:01 -05:00
Nathan Guse
1a0819bdc4
[feature/twig] Changing INCLUDEJS behavior
...
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
2013-06-24 13:32:31 -05:00
Dhruv
f60540d31f
[ticket/11303] rename attribute to timezone-preselect
...
PHPBB3-11303
2013-02-17 12:53:14 +05:30
Dhruv
8e3aa08845
[ticket/11303] add S_TZ_PRESELECT template var
...
add a new template variable to check if timezone has already been selected
by the user while registeration.
PHPBB3-11303
2013-02-08 16:22:36 +05:30
Nathan Guse
6e7e70a18a
[ticket/10780] Replace colon usage in template output with {L_COLON}
...
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
2012-11-10 00:23:03 +01:00
Joas Schilling
22951e4367
[ticket/11004] Make suggestion button a real button and fix it's value
...
PHPBB3-11004
2012-07-23 17:02:40 +02:00
Joas Schilling
5b7884907c
[feature/new-tz-handling] Fix size of suggestion button in chrome
...
PHPBB3-9558
2012-07-19 16:13:16 +02:00
Joas Schilling
79a0390970
[feature/new-tz-handling] Fix javascript in prosilver
...
Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix
PHPBB3-9558
2012-06-19 15:41:18 +02:00
Joas Schilling
c21275fa95
[feature/new-tz-handling] Use js and data attributes to create the events
...
PHPBB3-9558
2012-06-18 15:10:14 +02:00
Joas Schilling
5441ee1ee4
[feature/new-tz-handling] Use jQuery and INCLUDEJS for javascript
...
PHPBB3-9558
2012-06-18 15:09:55 +02:00
Joas Schilling
4fbee37752
[feature/new-tz-handling] Move timezone option into its own template file
...
This should make it much easier for extensions to change the handling of the timezone selection
PHPBB3-9558
2012-06-18 15:09:12 +02:00