summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | mobile styles for the TOC structure changesAndreas Gohr2012-04-20
| | | | |
| * | | | made TOC togling script more genericAndreas Gohr2012-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | added accidentally removed jquery-ui styles back againAnika Henke2012-04-09
| | | | |
| * | | | improved HTML for search resultsAnika Henke2012-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | rewrote and improved HTML for TOCAnika Henke2012-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | moved contents of rtl.css into other CSS filesAnika Henke2012-04-09
| | | | |
| * | | | minor changes to gradients: quotes around data-uris and commented css solutionAnika Henke2012-04-09
| | | | |
| * | | | moved the mobile part of the rtl styles (including @media) into mobile.cssAnika Henke2012-04-09
| | | | |
| * | | | load only one stylesheet for all modes instead of threeAnika Henke2012-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | added some wanting classesAnika Henke2012-04-08
| | | | |
| * | | | renamed smiley image class to 'icon' (FS#1970)Anika Henke2012-04-08
| | | | |
| * | | | use abbr instead of deprecated acronymAnika Henke2012-04-08
| | | | |
| * | | | removed names from footnotes and removed anchors from headings altogetherAnika Henke2012-04-08
| | | | |
* | | | | removed icons for site tools (only left them for user tools) and changed ↵Anika Henke2012-06-30
| | | | | | | | | | | | | | | | | | | | icon for user profile (FS#2450)
* | | | | move down the message areaAndreas Gohr2012-06-30
| | | | |
* | | | | simplified %GROUP% wildcard supportAndreas Gohr2012-06-29
| | | | |
* | | | | Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76Andreas Gohr2012-06-29
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://github.com/Aorimn/dokuwiki: Change default groupwildcards option to 0 not to change behavior of Added support for the %GROUP% wildcard. Conflicts: inc/auth.php
| * | | | Added support for the %GROUP% wildcard.romain2012-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %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.
* | | | | compressed new template graphics with tinypng.orgAndreas Gohr2012-06-27
| |_|/ / |/| | |
* | | | Dutch language updateDion Nicolaas2012-06-22
| | | |
* | | | Vietnamese language updateNguyen The Hung2012-06-22
| | | |
* | | | Korean language update이명진2012-06-22
| | | |
* | | | Korean language update이명진2012-06-13
| | | |
* | | | Italian language updateMatteo Pasotti2012-06-12
| | | |
* | | | Polish langauge updateAoi Karasu2012-06-12
| | | |
* | | | chinese language update. related to FS#2360lainme2012-06-12
| | | |
* | | | Revert "removed all browser-specific gradients as the recently (in 42ff6730) ↵Anika Henke2012-05-27
| | | | | | | | | | | | | | | | | | | | | | | | introduced svg makes them unnecessary" This reverts commit dbd59867496d5e3c5d37e9c3852db29a6a2370c4.
* | | | added .ico to allowed mime typesAndreas Gohr2012-05-23
| | | | | | | | | | | | | | | | | | | | the new template allows to use a favicon in media/wiki/favicon.ico so we should support uploading it as well.
* | | | Korean language updateErial Krale2012-05-22
| | | |
* | | | Ukrainian language updateRoman Franchuk2012-05-22
| | | |
* | | | changed old link icons to use icons from same icon set as sitetoolsAnika Henke2012-05-07
| | | |
* | | | added icons for user and site tools (FS#2450)Anika Henke2012-05-07
| | | |
* | | | Merge pull request #98 from splitbrain/pagetoolfixAnika Henke2012-05-07
|\ \ \ \ | | | | | | | | | | some tweaks to the pagetool css FS#2481
| * | | | some tweaks to the pagetool css FS#2481Andreas Gohr2012-04-20
| | | | |
* | | | | Merge branch 'master' of https://github.com/splitbrain/dokuwikiTim Roes2012-05-07
|\ \ \ \ \
| * | | | | Correctly handle multiline strings in JS compressorAndreas Gohr2012-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
| * | | | | Merge pull request #96 from dom-mel/phpunitAndreas Gohr2012-05-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Replace SimpleTest with PHPUnit
| | * | | | | some cleanup for the testing pluginAndreas Gohr2012-04-27
| | | | | | |
| | * | | | | Merge branch 'master' into phpunitAndreas Gohr2012-04-23
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: added option to disable reverse DNS lookups
| | * \ \ \ \ \ Merge branch 'master' into phpunitAndreas Gohr2012-04-20
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) some edge case checking in search result highlighting Resolve empty page ID to configured start page Added more detail error code for unauthorized calls in xmlrpc interface. changed internal Mailer members from private to protected made it possible to disable HTML mails in the config removed commented code left from the quoted_printable days add missing table tags for HTML diff mails fixed subscriber mail signatures use real HRs in HTML mails Add various headers to the mails FS#2247. pull request #83 closed removed footer image from HTML mails use inlinestyles for diffs in HTML mails fixed signature stripping fixed mailprefix handling fixed missing replacement for HTML notify mails allow image embeds in HTML mail templates Added HTML wrapper for mails allow non-txt extensions when accessing locales added Mailer class to autoloader Replaced mail_send calls with new Mailer class ...
| | * | | | | | Merge branch 'master' into phpunitTobias Sarnowski2012-04-20
| | |\ \ \ \ \ \
| | * | | | | | | for consistency, also use _test directory for pluginsTobias Sarnowski2012-04-18
| | | | | | | | |
| | * | | | | | | added missing testing plugin with tests to test testsTobias Sarnowski2012-04-18
| | | | | | | | |
| | * | | | | | | extended some config options a bit, to make more clear what they doAndreas Gohr2012-04-16
| | | | | | | | |
| | * | | | | | | rearranged the config optionsAndreas Gohr2012-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had a lot of options lumped together under "Advanced Settings". I introduced two more categories and move a few options to other existing categories. I also reordered the appropriate entries in the source files to make it easier to find stuff when extending the options.
| | * | | | | | | Romanian language updateEmanuel-Emeric Andraşi2012-04-16
| | | | | | | | |
| | * | | | | | | Arabic Language UpdateUsama Akkad2012-04-16
| | | | | | | | |
| | * | | | | | | when there's not enough space for images, make sure they stay proportional ↵Anika Henke2012-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (might be FS#2480)
| | * | | | | | | added minimal RTL print styles (part of FS#2185)Anika Henke2012-04-16
| | | | | | | | |
| | * | | | | | | moved plugins' rtl.css to their style.css counterpart (part of FS#2185)Anika Henke2012-04-16
| | | |_|_|_|/ / | | |/| | | | |