| 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 ...
|
| 89a539f2 | 30-Sep-2012 |
Nick Reilingh <nick@magnumopusgames.com> |
Changed XHTML validator icon to HTML5 (FS#2619) |
| 86ca1526 | 26-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
Revert "removed html dependency from media query detection JS in new template"
... because it made the solution less transparent, more error prone and even more like a hack than it already was
This
Revert "removed html dependency from media query detection JS in new template"
... because it made the solution less transparent, more error prone and even more like a hack than it already was
This reverts commit 20391a36885910a616110df30f3ce30f8d23639d.
show more ...
|
| 20391a36 | 25-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
removed html dependency from media query detection JS in new template |
| 07834a7c | 25-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623) |
| 19e77bae | 17-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
fixed checkboxes missing border in Opera (FS#2603) |
| d33f2760 | 16-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
moved media manager resize image to core image folder |
| ee8400d6 | 15-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
let tables adjust to default width (FS#2598) |
| 1d93d6bd | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
corrected comment in style.ini |
| 27a8150a | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
deleted empty css files
(How the hell did they get back in?) |
| 0c2e484f | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing info.txt parameters, added plugin plugin's info.txt, adjusted old default template's description |
| 8628c4fa | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
updated (and added missing) info.txt files |
| ad739841 | 08-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
RTL improvements (mainly on media manager, FS#2569) |
| d836931d | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
fixed quicksearch overlay being cut off in IE7 (FS#2581) |
| bf99c56f | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
made tabs RTL-aware |
| c51e9570 | 23-Aug-2012 |
Andreas Gohr <gohr@cosmocode.de> |
allow selects in block forms |
| faa7bcaa | 31-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed objects not showing properly (FS#2572) |
| 00c2d4a9 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) |
| c4a2059c | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added link icons back into RTL styles for old default template (FS#2524) |
| 87f69c19 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed icons in buttons not showing in IE8 and below (FS#2568) |
| ebe6179c | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL issues in mediamanager (FS#2433 and others) |
| ae45007e | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added missing phpdoc header to included template files |
| d6d77e29 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
removed contradicting comment in template files and made when the doctype is inserted consitent |
| 91626c7f | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
made sure all template files are run from within DokuWiki (FS#2567) |
| c8839c22 | 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype |