| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This also reverses the order of crypto protocols tried again. Using TLS
first again. related to #915
|
|
|
|
|
|
|
|
|
| |
The code reading .bz2 compressed files did not correctly check for
possible read errors. In case of a corrupted file this could have led to
an infinite loop.
Thanks to Filippo Cavallarin from www.segment.technology for dicovering
this bug.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add missing tbody to renderer
|
| | |
|
|\ \
| | |
| | | |
Normalization is required to manage multibyte characters.
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| | |
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'
|
| | |
|
|/ |
|
|
|
| |
Added placeholder in search textarea
|
| |
|
|\
| |
| | |
use nav+ul element for "you are here" as recommended by W3C spec
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| | |
| | | |
Send CRLF to Windows UAs for code blocks #863
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Translation update (ru)
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | | |
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".
|
| | |
| | |
| | | |
To improve consistency: it is surrounded by "Update Profile" and "Media Manager".
|
| | |
| | |
| | |
| | | |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We no longer support IE6, so hashes in URLs no longer need to be
protected when redirecting.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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 update (cs)
|
| |/ / / |
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Translation update (pt)
|
| | |/
| |/| |
|
|\| | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
Translation update (cs)
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Translation update (ru)
|
| | |/ / |
|
| |/ / |
|
| | | |
|