| 81aca18e | 01-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed some more occurances of DOKU_TPL* |
| a39be6a2 | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
toned down active colour of pagetools a bit (#22) |
| 8374df7d | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
changed link colours (#22) |
| 34a6fefb | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed outline from links (focus and active states are set differently anyway) |
| 6d71d404 | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added license for pagetool icons |
| cb4747e8 | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
remove bold from link to current page inside the main content (closes #31) |
| c4dda6af | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
fixed .curid to always highlight the current ID of the main/viewed page |
| ab232d68 | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed needless relative position on content (fixes #35) |
| 7600eac1 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
initialize variable
otherwise it won't be filled |
| 75b14482 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing global statements
tss.. |
| c4766956 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
Thi
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event.
show more ...
|
| 8f50749b | 30-Jan-2012 |
Aorimn <aorimn@gmail.com> |
Change default groupwildcards option to 0 not to change behavior of already installed wikis |
| b78bf706 | 30-Jan-2012 |
romain <romain.coltel@gmail.com> |
Added support for the %GROUP% wildcard.
%GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line. |
| cfb7e4b9 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to fix media queries on modern smartphones
(with large resolutions) |
| 8218bc68 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed logo size setting. closes #36 |
| 378325f9 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
made the tpl_getMediaFile() function more flexible |
| 5739c373 | 30-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added @todo to tpl_function to clear it later |
| f0b035a1 | 30-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
updated template.info.txt |
| f52cb5c7 | 30-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
unified Clarence's email address in file headers |
| 0cb9a4aa | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
changed logo to use new tpl_getMediaFile() and exchanged fixed image dimensions with calculated ones (fixes #25) |
| 27833958 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing near
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though.
show more ...
|
| 3917d354 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed now obsolete conf and lang folders
|
| b9577664 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
changed tpl conf options (for sidebar and tagline) to new core conf and removed hideTools option |
| f97b05c8 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
changed tpl lang to new core lang strings |
| 4cae4c31 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
improved some form elements in mobile styles |