| #
e63eccff |
| 03-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use correct endpoint in tpl_actiondropdown FS#2760
|
| #
68b76ca3 |
| 24-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #185 from splitbrain/FS#2724
FS#2724. fix 'are you sure' when using refresh after using tpl_actiondropdown
|
| #
64276bbc |
| 20-Feb-2013 |
arbrk1 <arbrk1@gmail.com> |
Update inc/template.php
changed nonexistant actionOk to actionOK
|
| #
61efcda1 |
| 19-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add security token back, but not for anonymous users
|
| #
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 and FS#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 ...
|