summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1048 from splitbrain/add-tbodyAndreas Gohr2015-02-23
|\ | | | | Add missing tbody to renderer
| * add missing tabletbody_open|close() to rendererAnika Henke2015-02-19
| |
* | Merge pull request #1047 from dryoo/patch-1Andreas Gohr2015-02-23
|\ \ | | | | | | Normalization is required to manage multibyte characters.
| * | Added class-exitstsSC Yoo2015-02-20
| | |
| * | Normalization is required to manage multibyte characters.SC Yoo2015-02-17
| |/ | | | | | | | | | | | | The OSX uses Unicode-NFD so normalization is required to manage multibyte characters. ( http://unicode.org/reports/tr15/ ) If don't do that, DokuWiki can't find the file uploaded from OS X with multibyte filename like '도쿠위키.jpg'
* | Merge pull request #1046 from hafron/html_showrev_outputAndreas Gohr2015-02-19
|\ \ | |/ |/| New event: HTML_SHOWREV_OUTPUT
| * passing rev and date_at to the eventghi2015-02-18
| |
| * event HTML_SHOWREV_OUTPUTghi2015-02-17
| |
| * Merge https://github.com/splitbrain/dokuwiki into html_showrev_outputghi2015-02-17
| |\ | |/ |/|
* | Merge pull request #1043 from Dr-Yukon/patch-1Andreas Gohr2015-02-16
|\ \ | | | | | | Update template.php
| * | Update template.phpRainbow Spike2015-02-16
|/ / | | | | Added placeholder in search textarea
* | Merge pull request #1032 from chang-zhao/patch-1Andreas Gohr2015-02-16
|\ \ | | | | | | Update wordblock.conf
| * | Update wordblock.confchang-zhao2015-02-13
| | | | | | | | | moved those keywords to http & added penis
| * | Update wordblock.confchang-zhao2015-02-12
| | |
| * | Update wordblock.confchang-zhao2015-02-12
| | | | | | | | | wordblock.conf too restrictive #1021 - removed fetish, bi...sex & gay...sex
* | | Merge pull request #1035 from dokuwiki-translate/lang_update_2Andreas Gohr2015-02-13
|\ \ \ | | | | | | | | Translation update (es)
| * | | translation updateÁlvaro Iradier2015-02-13
|/ / /
* | | Merge pull request #497 from mprins/semantic_you_are_hereAndreas Gohr2015-02-12
|\ \ \ | | | | | | | | use nav+ul element for "you are here" as recommended by W3C spec
| * | | use nav+ul element for "you are here"Mark2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility. see: * http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up * http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6 * https://dl.dropboxusercontent.com/u/377471/breadcrumb.html for discussion and background.
* | | | Merge pull request #1033 from Tim222/patch-1Andreas Gohr2015-02-12
|\ \ \ \ | |_|/ / |/| | | Update interwiki.conf
| * | | Added icon for interwiki.confTim2222015-02-12
| | | | | | | | | | | | | | | | Support for the URI scheme tel: #643
| * | | Update interwiki.confTim2222015-02-12
|/ / / | | | | | | Support for the URI scheme tel: #643
* | | Merge pull request #1031 from dokuwiki-translate/lang_update_1Andreas Gohr2015-02-12
|\ \ \ | | | | | | | | Translation update (zh)
| * | | translation updatelainme2015-02-12
|/ / /
* | | Merge pull request #872 from splitbrain/bug863Andreas Gohr2015-02-11
|\ \ \ | | | | | | | | Send CRLF to Windows UAs for code blocks #863
| * | | Send CRLF to Windows UAs for code blocks #863Andreas Gohr2014-09-27
| | | |
* | | | Merge pull request #1028 from glensc/exit-1Andreas Gohr2015-02-11
|\ \ \ \ | | | | | | | | | | consistency: failure exit with status code 1
| * | | | consistency: failure exit with status code 1Elan Ruusamäe2015-02-10
|/ / / /
* | | | Merge pull request #1013 from dokuwiki-translate/lang_update_168Andreas Gohr2015-02-09
|\ \ \ \ | | | | | | | | | | Translation update (ru)
| * | | | translation updateAleksandr Selivanov2015-01-25
| | | | |
* | | | | fix username handling in dwpage CLI tool. closes #1019Andreas Gohr2015-02-09
| | | | |
* | | | | fix referral settings in AuthLDAP. closes #1023Andreas Gohr2015-02-09
| | | | |
* | | | | fixed method signature #1024Andreas Gohr2015-02-09
| | | | |
* | | | | Fix farm config cascade for extendable user style and scripts #954Michael Hamann2015-02-01
| | | | |
* | | | | Merge pull request #1015 from dokuwiki-translate/lang_update_176Andreas Gohr2015-01-28
|\ \ \ \ \ | |/ / / / |/| | | | Translation update (hr)
| * | | | translation updateDavor Turkalj2015-01-28
|/ / / /
* | | | Merge pull request #1010 from maliktunga/masterAndreas Gohr2015-01-19
|\ \ \ \ | | | | | | | | | | "Login" and "Logout" become "Log In" and "Log Out"
| * | | | "Login" and "Logout" become "Log In" and "Log Out"Gilles-Philippe Morin2015-01-18
|/ / / / | | | | | | | | This change improves consistency with neighboring links such as "Update Profile" and "Register", which are two action verbs. "Login" and "Logout" were nouns and not verbs. Title case capitalization is applied because of "Update Profile".
* | | | Merge pull request #1005 from maliktunga/masterAndreas Gohr2015-01-15
|\ \ \ \ | | | | | | | | | | "Recent changes" becomes "Recent Changes"
| * | | | "Recent changes" becomes "Recent Changes"Gilles-Philippe Morin2015-01-13
| | | | | | | | | | | | | | | To improve consistency: it is surrounded by "Update Profile" and "Media Manager".
* | | | | fixed wrong config check in extension manager #1006Andreas Gohr2015-01-15
| | | | |
* | | | | Merge pull request #1007 from KeenRivals/masterAndreas Gohr2015-01-14
|\ \ \ \ \ | |/ / / / |/| | | | Losslessly reduced PNG images with optipng & advdef
| * | | | Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵KeenRivals2015-01-14
|/ / / / | | | | | | | | | | | | and advpng -z4 -i60.
* | | | Merge pull request #1001 from Dr-Yukon/patch-1Andreas Gohr2015-01-12
|\ \ \ \ | | | | | | | | | | Update css.php
| * | | | Update css.phpRainbow Spike2015-01-12
|/ / / / | | | | | | | | 1 little fix
* | | | Merge pull request #1000 from splitbrain/scrutinizer-patch-1Andreas Gohr2015-01-10
|\ \ \ \ | | | | | | | | | | Scrutinizer Auto-Fixes
| * | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-10
|/ / / / | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | | Merge pull request #999 from BCLibCoop/masterAndreas Gohr2015-01-10
|\ \ \ \ | | | | | | | | | | Document the nosort parameter.
| * | | | Clean up RSS sort wording per ↵Robin H. Johnson2015-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/splitbrain/dokuwiki/pull/999#discussion_r22706527. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | | | Document the nosort parameter.Robin H. Johnson2015-01-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>