History log of /dokuwiki/ (Results 3601 – 3625 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dca6aaca14-Jan-2015 Gilles-Philippe Morin <gphmorin@gmail.com>

"Recent changes" becomes "Recent Changes"

To improve consistency: it is surrounded by "Update Profile" and "Media Manager".

7f253bcd12-Jan-2015 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update css.php

1 little fix

276820f710-Jan-2015 Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>

Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

5c7812a809-Jan-2015 Robin H. Johnson <robbat2@gentoo.org>

Clean up RSS sort wording per https://github.com/splitbrain/dokuwiki/pull/999#discussion_r22706527.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

cc813bdf09-Jan-2015 Robin H. Johnson <robbat2@gentoo.org>

Document the nosort parameter.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

c85bb99708-Jan-2015 Mijndert <mijndert@mijndertstuij.nl>

translation update

38c6f60308-Jan-2015 Robin H. Johnson <robbat2@gentoo.org>

Optionally render RSS unsorted.

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 o

Optionally render RSS unsorted.

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>

show more ...

48c11be007-Jan-2015 Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>

Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

51b257b607-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

fixed search'and'replace fuckup in config plugin

326dd43a07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove IE6 workaround for redirects with hashes

We no longer support IE6, so hashes in URLs no longer need to be
protected when redirecting.

79e7937707-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

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 PH

Remove error supression for file_exists()

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.

show more ...

3d03c34905-Jan-2015 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

6f864f4205-Jan-2015 Maciej Helt <geraldziu@gmail.com>

translation update

e8b8a40203-Jan-2015 Yurii Korotia <y.korotia@hotmail.com>

fixes FASTCGI_UNEXPECTED_EXIT (error 0xff) in FastCGI/IIS for PHP5.6.x 64bit

a71e810b31-Dec-2014 Jaroslav Lichtblau <jlichtblau@seznam.cz>

translation update

ead851a830-Dec-2014 Marian Banica <banica.marian@gmail.com>

translation update

f398f54121-Dec-2014 Type-kun <workwork-1@yandex.ru>

translation update

443fd3ed20-Dec-2014 Yves Grandvalet <Yves.Grandvalet@laposte.net>

translation update

2fd1f79018-Dec-2014 Guido Salatino <guidorafael23@gmail.com>

translation update

7268f44f18-Dec-2014 Michael Große <grosse@cosmocode.de>

Remove stray comment block

50e0741318-Dec-2014 Michael Große <grosse@cosmocode.de>

Fix file size

db42b6f818-Dec-2014 Michael Große <grosse@cosmocode.de>

Add test for internal video files

3940c51908-Jan-2014 Mark <mc.prins@gmail.com>

use nav+ul element for "you are here"

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

use nav+ul element for "you are here"

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.

show more ...

b13d4fce17-Dec-2014 Satoshi Sahara <sahara.satoshi@gmail.com>

translation update

81781cb617-Dec-2014 Andreas Gohr <gohr@cosmocode.de>

never exit during test runs

1...<<141142143144145146147148149150>>...423