summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/main.php
Commit message (Collapse)AuthorAge
* RS#2860 fix configuration option key to 'template'Christopher Smith2013-10-04
|
* Merge pull request #194 from splitbrain/loggedin-classChristopher Smith2013-08-01
|\ | | | | added loggedIn class to main tpl container
| * added tpl_classes() to return useful layout classesAnika Henke2013-07-21
| |
| * Merge remote-tracking branch 'origin/master' into loggedin-classAnika Henke2013-06-02
| |\
| * | added loggedIn class to main tpl containerAnika Henke2013-03-04
| | |
* | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAYAndreas Gohr2013-08-01
| | | | | | | | | | | | also made it more secure against copy'n'paste
* | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to templateAndreas Gohr2013-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 insteadAnika Henke2013-06-01
|/
* removed stray closing div (FS#2633)Anika Henke2012-10-07
|
* Removed tpl_sidebar() to avoid fatal errors in other templatesAnika Henke2012-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 Henke2012-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 templateAnika Henke2012-09-25
|
* de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623)Anika Henke2012-09-25
|
* added lang string for 'Sidebar'Anika Henke2012-07-08
|
* changed meta charset for polyglot markupAnika Henke2012-07-07
|
* switched new default template to HTML5 and added 'no-js' classAnika Henke2012-07-01
|
* improved preview to have same width as resulting page if it would have a sidebarAnika Henke2012-07-01
|
* Improved sidebar inclusionAndreas Gohr2012-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 togglingAnika Henke2012-04-22
|
* collapse sidebar in mobile view FS#2473Andreas Gohr2012-04-20
|
* made TOC togling script more genericAndreas Gohr2012-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 coreAndreas Gohr2012-04-07
|
* wrapped X-UA-Compatible meta tag with conditional commentsAnika Henke2012-03-24
|
* removed a few comments in new template filesAnika Henke2012-03-23
|
* moved files to template hierarchy for merging with coreAndreas Gohr2012-02-06