Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available in | Anika Henke | 2013-11-17 |
| | |||
* | Improved pagetools event in dokuwiki template | Anika Henke | 2013-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.ini | Anika Henke | 2013-11-11 |
| | |||
* | replace boolean conditional checks on possibly uninitialized vars with ↵ | Christopher Smith | 2013-10-16 |
| | | | | \!empty/empty/isset as appropriate | ||
* | RS#2860 fix configuration option key to 'template' | Christopher Smith | 2013-10-04 |
| | |||
* | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | Merge pull request #308 from flammy/patch-3 | Michael Hamann | 2013-09-01 |
|\ | | | | | add pointer curser to mediafile | ||
| * | add pointer curser to mediafile | flammy | 2013-08-14 |
| | | | | | | Added the pointer icon to the media manager pop-up to show users it is clickable. | ||
* | | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
|/ | | | | Fix violations for Zend.Files.ClosingTag.NotAllowed | ||
* | removed unintentionally added sidebar classes from detail.php | Anika Henke | 2013-08-11 |
| | |||
* | changed style of `<file>` slightly to help tell it apart from `<code>` | Anika Henke | 2013-08-06 |
| | | | | For Ingo from the LinuxHotel | ||
* | corrected comment in pagetools-item() mixin | Anika Henke | 2013-08-03 |
| | |||
* | use only one mixin name for pagetools | Andreas Gohr | 2013-08-03 |
| | | | | less will use the right one based on parameter counts | ||
* | lessified pagetools items, added mixins simplify maintenance | Anika Henke | 2013-08-03 |
| | |||
* | fixed old pagetools sprite loading from cache when hovering | Anika Henke | 2013-08-03 |
| | |||
* | removed a merge conflict I missed on merge | Andreas Gohr | 2013-08-02 |
| | |||
* | Merge branch 'less' | Andreas Gohr | 2013-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 files | Anika Henke | 2013-07-31 |
| | | |||
| * | unlessified and lessified a few more css | Anika Henke | 2013-07-30 |
| | | |||
| * | fixed broken structure | Anika Henke | 2013-07-30 |
| | | |||
| * | make sure calculations are correct | Andreas Gohr | 2013-07-30 |
| | | |||
| * | lessified more files | Andreas Gohr | 2013-07-30 |
| | | |||
| * | lessyfied another one | Andreas Gohr | 2013-07-30 |
| | | |||
| * | lessyfied the first of template's CSS files | Andreas Gohr | 2013-07-30 |
| | | |||
| * | fixed ini replacement to less variables stuff | Andreas Gohr | 2013-07-30 |
| | | |||
* | | Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵ | Andreas Gohr | 2013-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 account | Christopher Smith | 2013-07-31 |
| |/ | |||
* | | small fix for pagetools in RTL languages | Anika Henke | 2013-08-02 |
| | | |||
* | | prevent overlong select boxes (FS#2817) | Anika Henke | 2013-08-01 |
| | | |||
* | | added default icon to pagetools | Anika Henke | 2013-08-01 |
| | | |||
* | | Merge pull request #194 from splitbrain/loggedin-class | Christopher Smith | 2013-08-01 |
|\ \ | | | | | | | added loggedIn class to main tpl container | ||
| * | | added tpl_classes() to return useful layout classes | Anika Henke | 2013-07-21 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/master' into loggedin-class | Anika Henke | 2013-07-21 |
| |\ \ | |||
| * \ \ | Merge remote-tracking branch 'origin/master' into loggedin-class | Anika Henke | 2013-06-02 |
| |\ \ \ | |||
| * | | | | added loggedIn class to main tpl container | Anika Henke | 2013-03-04 |
| | | | | | |||
* | | | | | Merge pull request #233 from flammy/patch-2 | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS. | ||
| * | | | | | Fixes validation problems with base64 encoded images in CSS. | flammy | 2013-06-24 |
| | |/ / / | |/| | | | |||
* | | | | | Merge pull request #236 from splitbrain/pagetoolsevent | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template | ||
| * | | | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAY | Andreas Gohr | 2013-08-01 |
| | | | | | | | | | | | | | | | | | | | | also made it more secure against copy'n'paste | ||
| * | | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template | Andreas Gohr | 2013-07-12 |
| | |_|/ | |/| | | | | | | | | | | | | | | This adds a custom event to the 'dokuwiki' template that allows plugin authors to easily integrate custom pagetool buttons into the template. | ||
* / | | | fixed typo in commented section indenting css | Anika Henke | 2013-07-28 |
|/ / / | |||
* / / | fixed picker buttons not showing in IE8 and below | Anika Henke | 2013-07-12 |
|/ / | |||
* | | moved X-UA-Compatible from meta tag to be sent by http header instead | Anika Henke | 2013-06-01 |
| | | |||
* | | Revert "fixed space of list points beside a floating image" | Dominik Eckelmann | 2013-05-15 |
| | | | | | | | | This reverts commit 37764cbb34237da3c96bab21102e44ffe2715cd9. | ||
* | | fixed space of list points beside a floating image | Dominik Eckelmann | 2013-05-15 |
| | | |||
* | | updated dates in templates' and plugins' info.txt files | Anika Henke | 2013-05-06 |
| | | |||
* | | fixed missing css placeholders for page container | Anika Henke | 2013-05-03 |
| | | |||
* | | fixed info/error messages in RTL languages | Anika Henke | 2013-04-03 |
|/ | |||
* | Use "old" image replacement for pagetools in IE7 | Michael Hamann | 2013-02-25 |
| | | | | | This fixes the image display in IE7 with the disadvantage that now in IE7 with images disabled the text won't be displayed anymore. | ||
* | Fix pagetools display without images FS#2634 | Michael Hamann | 2013-02-25 |
| | | | | | | | This makes the pagetools in non-hover/static/active-mode use another image replacement technique that falls back to the text when images are disabled. Furthermore this fixes the :focused-display in IE7 by using :active, too. |