aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/timezone.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12982] Refactoring: Cleaned up phpbb.searchCallum Macrae2014-08-131-1/+1
| | | | PHPBB3-12982
* [ticket/12982] Refactoring: made most JS nice.Callum Macrae2014-08-131-8/+7
| | | | PHPBB3-12982
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11314Marc Alexander2013-03-261-1/+1
|\ | | | | | | | | Conflicts: phpBB/styles/prosilver/template/timezone.js
| * [ticket/11303] rename attribute to timezone-preselectDhruv2013-02-171-1/+1
| | | | | | | | PHPBB3-11303
* | [ticket/11314] Fix issues mentioned in jshint reportMarc Alexander2013-03-261-1/+1
| | | | | | | | | | | | | | Additionally, the editor.js files are now the same file in both subsilver2, prosilver, and the acp. PHPBB3-11314
* | [ticket/11314] Add missing "use strict" to timezone.js filesMarc Alexander2013-01-101-0/+2
|/ | | | PHPBB3-11314
* [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-041-4/+4
| | | | | | A few missing semi-colons were also added where needed. PHPBB3-10949
* [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-87/+2
| | | | PHPBB3-9558
* [feature/new-tz-handling] Fix javascript in prosilverJoas Schilling2012-06-191-52/+48
| | | | | | Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix PHPBB3-9558
* [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-181-5/+8
| | | | PHPBB3-9558
* [feature/new-tz-handling] Add doc blocks to js functionsJoas Schilling2012-06-181-5/+14
| | | | PHPBB3-9558
* [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-181-23/+24
| | | | PHPBB3-9558
* [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-10/+51
| | | | PHPBB3-9558
* [feature/new-tz-handling] Preselect a timezone in registration.Oleg Pudeyev2012-03-141-0/+54
Use Javascript to obtain client's timezone offset and select the first timezone in our list with that offset. Changes for prosilver only. The javascript file should be shared between styles. PHPBB3-9558