summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* translation updateSchplurtz le Déboulonné2015-02-24
|
* 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'
* | passing rev and date_at to the eventghi2015-02-18
| |
* | event HTML_SHOWREV_OUTPUTghi2015-02-17
|/
* Update template.phpRainbow Spike2015-02-16
| | | Added placeholder in search textarea
* 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.
* | 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
| | |
* | | 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 farm config cascade for extendable user style and scripts #954Michael Hamann2015-02-01
| | | |
* | | | translation updateDavor Turkalj2015-01-28
|/ / /
* | | "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".
* | | "Recent changes" becomes "Recent Changes"Gilles-Philippe Morin2015-01-13
| | | | | | | | | To improve consistency: it is surrounded by "Update Profile" and "Media Manager".
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-10
| | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | translation updateMijndert2015-01-08
| | |
* | | Merge branch 'master' of https://github.com/yurii-github/dokuwiki into ↵Andreas Gohr2015-01-08
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yurii-github-master * 'master' of https://github.com/yurii-github/dokuwiki: fixes FASTCGI_UNEXPECTED_EXIT (error 0xff) in FastCGI/IIS for PHP5.6.x 64bit Conflicts: inc/plugincontroller.class.php
| * | | fixes FASTCGI_UNEXPECTED_EXIT (error 0xff) in FastCGI/IIS for PHP5.6.x 64bitYurii Korotia2015-01-03
| | | |
* | | | Optionally render RSS unsorted.Robin H. Johnson2015-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, SimplePie sorts RSS entries by the the date on each entry. If some cases, mostly where RSS is used as a input format for another service, rendering the order as-is is better than having it sorted. This patch adds a new parameter for the rss keyword, 'nosort', which can be used to disable SimplePie's sorting. This makes it possible to correctly display RSS feeds from "Remember The Milk", which have a complex order from the system. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* | | | Remove IE6 workaround for redirects with hashesAndreas Gohr2015-01-07
| | | | | | | | | | | | | | | | | | | | We no longer support IE6, so hashes in URLs no longer need to be protected when redirecting.
* | | | Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* | | | translation updateSchplurtz le Déboulonné2015-01-05
| | | |
* | | | Merge pull request #989 from dokuwiki-translate/lang_update_136Andreas Gohr2015-01-05
|\ \ \ \ | | | | | | | | | | Translation update (cs)
| * | | | translation updateJaroslav Lichtblau2014-12-31
| |/ / /
* / / / translation updateMaciej Helt2015-01-05
|/ / /
* | | translation updateMarian Banica2014-12-30
| | |
* | | Merge pull request #975 from dokuwiki-translate/lang_update_122Andreas Gohr2014-12-27
|\ \ \ | | | | | | | | Translation update (pt)
| * | | translation updateGuido Salatino2014-12-18
| | |/ | |/|
* | | Merge remote-tracking branch 'splitbrain/master'Gerry Weißbach2014-12-22
|\| |
| * | never exit during test runsAndreas Gohr2014-12-17
| | |
| * | translation updateVitaly Filatenko2014-12-15
| | |
| * | Merge pull request #964 from dokuwiki-translate/lang_update_94Andreas Gohr2014-12-15
| |\ \ | | | | | | | | Translation update (cs)
| | * | translation updateJaroslav Lichtblau2014-12-13
| | | |
| * | | Merge pull request #965 from dokuwiki-translate/lang_update_98Andreas Gohr2014-12-15
| |\ \ \ | | | | | | | | | | Translation update (ru)
| | * | | translation updateType-kun2014-12-13
| | |/ /
| * / / translation updateMyeongjin2014-12-14
| |/ /
| * | translation updateType-kun2014-12-12
| | |
| * | Merge pull request #957 from dokuwiki-translate/lang_update_83Andreas Gohr2014-12-12
| |\ \ | | | | | | | | Translation update (ja)
| | * | translation updateSatoshi Sahara2014-12-12
| | | |
| * | | Merge pull request #960 from dokuwiki-translate/lang_update_88Andreas Gohr2014-12-12
| |\ \ \ | | | | | | | | | | Translation update (fi)
| | * | | translation updateJussi Takala2014-12-12
| | |/ /
| * | | Merge pull request #959 from dokuwiki-translate/lang_update_87Andreas Gohr2014-12-12
| |\ \ \ | | | | | | | | | | Translation update (fi)