summaryrefslogtreecommitdiff
path: root/lib/tpl
Commit message (Collapse)AuthorAge
* made sidebar content styles re-usable outside of ID (added class: aside)Anika Henke2014-02-23
|
* made search form styles independent from sitetools IDAnika Henke2014-02-23
|
* fixed pagetools being inaccessible on screens lacking necessary height, and ↵Anika Henke2014-02-15
| | | | aligned them to content when on smaller screens
* Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-02-02
|\
| * dokuwiki template: Fix the preview width on small screens FS#2914Michael Hamann2014-01-12
| |
* | fixed html errors in video and audio renderingAnika Henke2014-02-02
| |
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-01-26
|\|
| * removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available inAnika Henke2013-11-17
| |
| * Improved pagetools event in dokuwiki templateAnika Henke2013-11-16
| | | | | | | | | | | | | | | | | | | | This moves the template name away from the hook name into the event data (as the 'tpl' value). Therefore it moves the previous data items into the 'items' sub array. A 'view' value has also been added to describe in which template file the event was called ('main' or 'detail'). This way it will be much easier for plugins to consider default cases and differentiate between main and other layouts.
| * updated inline documentation about location of local style.iniAnika Henke2013-11-11
| |
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-11-02
|\| | | | | | | | | Conflicts: inc/parser/xhtml.php
| * replace boolean conditional checks on possibly uninitialized vars with ↵Christopher Smith2013-10-16
| | | | | | | | \!empty/empty/isset as appropriate
| * RS#2860 fix configuration option key to 'template'Christopher Smith2013-10-04
| |
| * Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
| * Removed old default templateAnika Henke2013-09-01
| | | | | | | | | | | | | | | | | | | | The old 'default' template was deprecated with the release of the new 'dokuwiki' template (2012-10-13). It is still available in a separate repository here: https://github.com/dokufreaks/template-default But no-one in the core development team intends to maintain this template anymore. So, anyone willing to adopt it is welcome to clone it and make it your own.
| * Merge pull request #308 from flammy/patch-3Michael Hamann2013-09-01
| |\ | | | | | | add pointer curser to mediafile
| | * add pointer curser to mediafileflammy2013-08-14
| | | | | | | | | Added the pointer icon to the media manager pop-up to show users it is clickable.
| * | Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| |/ | | | | | | Fix violations for Zend.Files.ClosingTag.NotAllowed
| * removed unintentionally added sidebar classes from detail.phpAnika Henke2013-08-11
| |
| * changed style of `<file>` slightly to help tell it apart from `<code>`Anika Henke2013-08-06
| | | | | | | | For Ingo from the LinuxHotel
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-08-04
|\|
| * corrected comment in pagetools-item() mixinAnika Henke2013-08-03
| |
| * use only one mixin name for pagetoolsAndreas Gohr2013-08-03
| | | | | | | | less will use the right one based on parameter counts
| * lessified pagetools items, added mixins simplify maintenanceAnika Henke2013-08-03
| |
| * fixed old pagetools sprite loading from cache when hoveringAnika Henke2013-08-03
| |
| * removed a merge conflict I missed on mergeAndreas Gohr2013-08-02
| |
| * Merge branch 'less'Andreas Gohr2013-08-02
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and lessified a few more css fixed broken structure removed debug statement. sorry convert ini replacements to less vars first make sure calculations are correct lessified more files lessyfied another one lessyfied the first of template's CSS files fixed ini replacement to less variables stuff added missing lessc library add LESS support Conflicts: inc/load.php lib/tpl/dokuwiki/css/basic.less
| | * switched to LESS variables in rest of template's css filesAnika Henke2013-07-31
| | |
| | * unlessified and lessified a few more cssAnika Henke2013-07-30
| | |
| | * fixed broken structureAnika Henke2013-07-30
| | |
| | * make sure calculations are correctAndreas Gohr2013-07-30
| | |
| | * lessified more filesAndreas Gohr2013-07-30
| | |
| | * lessyfied another oneAndreas Gohr2013-07-30
| | |
| | * lessyfied the first of template's CSS filesAndreas Gohr2013-07-30
| | |
| | * fixed ini replacement to less variables stuffAndreas Gohr2013-07-30
| | |
| * | Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2013-08-02
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
| | * | FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | |/
* | / added spacing below video and audio elementsAnika Henke2013-08-04
|/ / | | | | | | | | Note: The spacing will now show as too much as long as the paragraph bug is not fixed
* | small fix for pagetools in RTL languagesAnika Henke2013-08-02
| |
* | prevent overlong select boxes (FS#2817)Anika Henke2013-08-01
| |
* | added default icon to pagetoolsAnika Henke2013-08-01
| |
* | 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-07-21
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into loggedin-classAnika Henke2013-06-02
| |\ \ \
| * | | | added loggedIn class to main tpl containerAnika Henke2013-03-04
| | | | |
* | | | | Merge pull request #233 from flammy/patch-2Christopher Smith2013-08-01
|\ \ \ \ \ | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS.
| * | | | | Fixes validation problems with base64 encoded images in CSS.flammy2013-06-24
| | |/ / / | |/| | |
* | | | | Merge pull request #236 from splitbrain/pagetoolseventChristopher Smith2013-08-01
|\ \ \ \ \ | |_|_|_|/ |/| | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template
| * | | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAYAndreas Gohr2013-08-01
| | | | | | | | | | | | | | | | | | | | also made it more secure against copy'n'paste