| #
                a02e0d0e |  | 18-Feb-2013 | Christopher Smith <chris@jalakai.co.uk> | remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change 
 | 
| #
                7a4d121f |  | 18-Feb-2013 | Christopher Smith <chris@jalakai.co.uk> | change tpl_actiondropdown request method to 'get' 
 | 
| #
                2509b6f1 |  | 03-Feb-2013 | Christopher Smith <chris@jalakai.co.uk> | Merge pull request #164 from splitbrain/diff_recent_prefs
 store choices for recent changes and diff views in cookie
 
 | 
| #
                fca4df27 |  | 03-Feb-2013 | Anika Henke <anika@selfthinker.org> | added 'home' class to first link in hierarchical breadcrumbs 
 | 
| #
                d08527ab |  | 27-Jan-2013 | Anika Henke <anika@selfthinker.org> | open fullscreen media manager in current namespace (FS#2420) 
 | 
| #
                3c94d07b |  | 26-Jan-2013 | Anika Henke <anika@selfthinker.org> | store choices for recent changes and diff views in cookie (FS#2438 andFS#2700)
 
 Note: These changes don't work yet. The cookie is not set and deletes the old
 one.
 
 | 
| #
                c786a1b6 |  | 18-Nov-2012 | Anika Henke <anika@selfthinker.org> | fixed wrong sidebar showing in namespaces when sidebar is disabled 
 | 
| #
                c3d972e6 |  | 26-Oct-2012 | Anika Henke <anika@selfthinker.org> | removed redundant variables in tpl_include_page() (because of 3ff8773b) 
 | 
| #
                835dfcae |  | 06-Oct-2012 | Anika Henke <anika@selfthinker.org> | Removed tpl_sidebar() to avoid fatal errors in other templates
 Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter.
 (It's false by default fo
 Removed tpl_sidebar() to avoid fatal errors in other templates
 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.)
 show more ...  
 | 
| #
                cab75975 |  | 26-Sep-2012 | Anika Henke <anika@selfthinker.org> | fixed wrong apple-touch-icon extension (FS#2627) 
 | 
| #
                ac7a515f |  | 09-Aug-2012 | Andreas Gohr <andi@splitbrain.org> | code cleanup in template.php
 * make use of $INPUT
 * clean up coding style
 * add phpdoc comments
 
 | 
| #
                00c2d4a9 |  | 28-Jul-2012 | Anika Henke <anika@selfthinker.org> | fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) 
 | 
| #
                09f791c4 |  | 28-Jul-2012 | Dominik Eckelmann <deckelmann@gmail.com> | fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT 
 | 
| #
                5f17c394 |  | 15-Jul-2012 | Anika Henke <anika@selfthinker.org> | action dropdown: when label is missing, for accessibility reasons form element should at least have title 
 | 
| #
                c98f205e |  | 13-Jul-2012 | Adrian Lang <mail@adrianlang.de> | Fix HTML injection in mediaFileList (Secunia advisory SA49196) 
 | 
| #
                076f0d72 |  | 05-Jul-2012 | Anika Henke <anika@selfthinker.org> | changed accesskey for top link to 't' ('x' was allocated twice, for index/sitemap as well) 
 | 
| #
                e260f93b |  | 05-Jul-2012 | Anika Henke <anika@selfthinker.org> | xml compatibility fixes (mainly entities to unicode conversions) 
 | 
| #
                e66d3e6d |  | 01-Jul-2012 | Andreas Gohr <andi@splitbrain.org> | Improved sidebar inclusion
 Template authors now can use tpl_sidebar() to include the sidebar.
 Sidebars can be defined in subnamespaces as well
 
 | 
| #
                0c06a181 |  | 29-Jun-2012 | Anika Henke <anika@selfthinker.org> | Merge branch 'master' of github.com:splitbrain/dokuwiki into frontend_improvements
 Conflicts:
 lib/tpl/dokuwiki/css/basic.css
 
 | 
| #
                84148531 |  | 11-May-2012 | Michael Hamann <michael@content-space.de> | tpl_get_action: Return empty params array instead of params string
 This prevents an "Illegal string offset" error in PHP 5.4 in the test
 cases (the integration tests failed here with PHP 5.4).
 
 | 
| #
                6c47a78c |  | 09-Apr-2012 | Anika Henke <anika@selfthinker.org> | load only one stylesheet for all modes instead of three
 Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles
 load only one stylesheet for all modes instead of three
 Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything.
 Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!
 
 Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
 show more ...  
 | 
| #
                b7c3da9b |  | 07-Apr-2012 | Anika Henke <anika@selfthinker.org> | Merge pull request #82 from splitbrain/new-template
 The new default template "dokuwiki", a new era has begun
 
 Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the ha
 Merge pull request #82 from splitbrain/new-template
 The new default template "dokuwiki", a new era has begun
 
 Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback.
 show more ...  
 | 
| #
                f3a1225f |  | 07-Apr-2012 | Anika Henke <anika@selfthinker.org> | removed comments from accidentally commented lines in tpl_includeFile() 
 | 
| #
                e5d4768d |  | 07-Apr-2012 | Andreas Gohr <andi@splitbrain.org> | added tpl_includeFile() to core 
 | 
| #
                63703ba5 |  | 16-Mar-2012 | Andreas Gohr <andi@splitbrain.org> | coding style updates 
 |