- Apr 22, 2012
-
-
Anika Henke authored
-
- Apr 20, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch). Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead.
-
- Apr 09, 2012
-
-
Anika Henke authored
-
Anika Henke authored
Attention: Template authors need to adjust their CSS! Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet New structure: dl.search_results > dt > a.wikilink1 dd
-
Anika Henke authored
Attention: Template authors need to adjust their CSS! Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
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.
-
- Apr 08, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
can someone with better regex skills please revise this?
-
Anika Henke authored
-
Anika Henke authored
-
- Apr 07, 2012
-
-
Anika Henke authored
The new default template "dokuwiki", a new era has begun Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback.
-
Anika Henke authored
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary
-
Anika Henke authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 05, 2012
-
-
Dominik Eckelmann authored
Make getTitle method in remote interface public
-
Tim Roes authored
-
Andreas Gohr authored
Changed one error code in XML-RPC interface
-
- Apr 04, 2012
-
-
Tim Roes authored
This error hasn't anything to do with the rest of the -32600 errors.
-
- Apr 03, 2012
-
-
Andreas Gohr authored
BG: language update
-
Kiril LastName authored
-
- Mar 26, 2012
-
-
Erial Krale authored
-
- Mar 25, 2012
-
-
Anika Henke authored
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) * removed all occurrences of '-moz-linear-gradient' * added SVG as fallback for Firefox, IE9 and other browsers to page background and buttons
-
- Mar 24, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
- Mar 23, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Taisuke Shimamoto authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
https://github.com/dom-mel/dokuwikiAndreas Gohr authored
* 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php removed require_once for autoloaded fulltext.php updated comment added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported added RPC_CALL_ADD event. replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function changed error code for unauthorized method calls. typo fixes moved plugin and core method calls to seperate function corrected comment added getapi methods to remote plugin removed unused class fixed testcase refactored RemoteAccessDenied to RemoteAccessDeniedException adjusted test cases delegate file and date transformation to remote library treat null as empty array added missing getTime added missing getVersion set login as public method ...
-