Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed pagetools being inaccessible on screens lacking necessary height, and ↵ | Anika Henke | 2014-02-15 |
| | | | | aligned them to content when on smaller screens | ||
* | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2014-02-02 |
|\ | |||
| * | dokuwiki template: Fix the preview width on small screens FS#2914 | Michael Hamann | 2014-01-12 |
| | | |||
* | | fixed html errors in video and audio rendering | Anika Henke | 2014-02-02 |
| | | |||
* | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2013-11-02 |
|\| | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
| * | 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. | ||
| * | changed style of `<file>` slightly to help tell it apart from `<code>` | Anika Henke | 2013-08-06 |
| | | | | | | | | For Ingo from the LinuxHotel | ||
* | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2013-08-04 |
|\| | |||
| * | 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 |
| | | | |||
| | * | 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 |
| | |/ | |||
* | / | added spacing below video and audio elements | Anika Henke | 2013-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 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 #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 |
| | | |||
* | | 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 |
|/ | |||
* | 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 |
| | |||
* | 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. | ||
* | Fix current mode icons in rtl languages | Michael Hamann | 2013-02-25 |
| | |||
* | Fix search button in rtl languages in Chrome | Michael Hamann | 2013-02-25 |
| | | | | | For some reason without position: relative the search button is hidden in rtl languages. | ||
* | make scrolling possible in media manager on smaller screens (FS#2723) | Anika Henke | 2013-02-24 |
| | |||
* | Fix width of indicator column. | Tom N Harris | 2013-02-16 |
| | |||
* | fixed edit toolbar being cut off (FS#2715) | Anika Henke | 2013-02-16 |
| | |||
* | Merge pull request #172 from splitbrain/newtpl_formsadjustments | Andreas Gohr | 2013-02-03 |
|\ | | | | | Some tidying up of the "auth" forms in the 'dokuwiki' template | ||
| * | adjust spacing to match standard 1.4em grid | Christopher Smith | 2013-02-03 |
| | | |||
| * | unwind the width narrowing commit | Christopher Smith | 2013-01-30 |
| | | |||
| * | put some whitespace between form submit button and fieldset bottom border | Christopher Smith | 2013-01-30 |
| | | |||
| * | reduce the content region width on auth forms (profile, login, register & ↵ | Christopher Smith | 2013-01-30 |
| | | | | | | | | resend password) to match the fieldset | ||
| * | line up remember me checkbox with the text input fields | Christopher Smith | 2013-01-30 |
| | | |||
* | | re-added linear gradients for firefox | Anika Henke | 2013-02-03 |
| | | | | | | | | | | | | | | | | We removed them because of FS#2447 a while ago. But as the original problem was most probably only caused by the gradient for the page background and that's using a PNG now, the gradients for the buttons should be fine. Please test to double check if this change causes performance problems in Firefox. |