Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove IE7 support | Anika Henke | 2015-07-25 |
| | |||
* | improve aria attribute handling. closes #1142 | Andreas Gohr | 2015-07-15 |
| | | | | adds aria handling to makeToggle and allows to supress it in dw_toggle | ||
* | avoid messages pushing down page tools. fixes #1011 | Andreas Gohr | 2015-02-09 |
| | | | | | This moves the message area into content div. The pageid is now aligned by floating instead of absolute positioning. | ||
* | scrutinizer documentations issues | Gerrit Uitslag | 2014-09-29 |
| | |||
* | made sidebar content styles re-usable outside of ID (added class: aside) | Anika Henke | 2014-02-23 |
| | |||
* | removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available in | Anika Henke | 2013-11-17 |
| | |||
* | Improved pagetools event in dokuwiki template | Anika Henke | 2013-11-16 |
| | | | | | | | | | | This moves the template name away from the hook name into the event data (as the 'tpl' value). Therefore it moves the previous data items into the 'items' sub array. A 'view' value has also been added to describe in which template file the event was called ('main' or 'detail'). This way it will be much easier for plugins to consider default cases and differentiate between main and other layouts. | ||
* | RS#2860 fix configuration option key to 'template' | Christopher Smith | 2013-10-04 |
| | |||
* | Merge pull request #194 from splitbrain/loggedin-class | Christopher Smith | 2013-08-01 |
|\ | | | | | added loggedIn class to main tpl container | ||
| * | added tpl_classes() to return useful layout classes | Anika Henke | 2013-07-21 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' into loggedin-class | Anika Henke | 2013-06-02 |
| |\ | |||
| * | | added loggedIn class to main tpl container | Anika Henke | 2013-03-04 |
| | | | |||
* | | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAY | Andreas Gohr | 2013-08-01 |
| | | | | | | | | | | | | also made it more secure against copy'n'paste | ||
* | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template | Andreas Gohr | 2013-07-12 |
| |/ |/| | | | | | | | This adds a custom event to the 'dokuwiki' template that allows plugin authors to easily integrate custom pagetool buttons into the template. | ||
* | | moved X-UA-Compatible from meta tag to be sent by http header instead | Anika Henke | 2013-06-01 |
|/ | |||
* | removed stray closing div (FS#2633) | Anika Henke | 2012-10-07 |
| | |||
* | Removed tpl_sidebar() to avoid fatal errors in other templates | Anika Henke | 2012-10-06 |
| | | | | | Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter. (It's false by default for backwards compatibility reasons. Should it rather be true? That would probably be what most users want.) | ||
* | Revert "removed html dependency from media query detection JS in new template" | Anika Henke | 2012-09-26 |
| | | | | | | ... because it made the solution less transparent, more error prone and even more like a hack than it already was This reverts commit 20391a36885910a616110df30f3ce30f8d23639d. | ||
* | removed html dependency from media query detection JS in new template | Anika Henke | 2012-09-25 |
| | |||
* | de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623) | Anika Henke | 2012-09-25 |
| | |||
* | added lang string for 'Sidebar' | Anika Henke | 2012-07-08 |
| | |||
* | changed meta charset for polyglot markup | Anika Henke | 2012-07-07 |
| | |||
* | switched new default template to HTML5 and added 'no-js' class | Anika Henke | 2012-07-01 |
| | |||
* | improved preview to have same width as resulting page if it would have a sidebar | Anika Henke | 2012-07-01 |
| | |||
* | Improved sidebar inclusion | Andreas Gohr | 2012-07-01 |
| | | | | | Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well | ||
* | improved toc changes and sidebar toggling | Anika Henke | 2012-04-22 |
| | |||
* | collapse sidebar in mobile view FS#2473 | Andreas Gohr | 2012-04-20 |
| | |||
* | made TOC togling script more generic | Andreas Gohr | 2012-04-20 |
| | | | | | | | | | | Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch). Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead. | ||
* | added tpl_includeFile() to core | Andreas Gohr | 2012-04-07 |
| | |||
* | wrapped X-UA-Compatible meta tag with conditional comments | Anika Henke | 2012-03-24 |
| | |||
* | removed a few comments in new template files | Anika Henke | 2012-03-23 |
| | |||
* | moved files to template hierarchy for merging with core | Andreas Gohr | 2012-02-06 |