| dca6aaca | 14-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". |
| 7f253bcd | 12-Jan-2015 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update css.php
1 little fix |
| 276820f7 | 10-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 |
| 5c7812a8 | 09-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> |
| cc813bdf | 09-Jan-2015 |
Robin H. Johnson <robbat2@gentoo.org> |
Document the nosort parameter.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> |
| c85bb997 | 08-Jan-2015 |
Mijndert <mijndert@mijndertstuij.nl> |
translation update |
| 38c6f603 | 08-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 ...
|
| 48c11be0 | 07-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 |
| 51b257b6 | 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed search'and'replace fuckup in config plugin |
| 326dd43a | 07-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. |
| 79e79377 | 07-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 ...
|
| 3d03c349 | 05-Jan-2015 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6f864f42 | 05-Jan-2015 |
Maciej Helt <geraldziu@gmail.com> |
translation update |
| e8b8a402 | 03-Jan-2015 |
Yurii Korotia <y.korotia@hotmail.com> |
fixes FASTCGI_UNEXPECTED_EXIT (error 0xff) in FastCGI/IIS for PHP5.6.x 64bit |
| a71e810b | 31-Dec-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| ead851a8 | 30-Dec-2014 |
Marian Banica <banica.marian@gmail.com> |
translation update |
| f398f541 | 21-Dec-2014 |
Type-kun <workwork-1@yandex.ru> |
translation update |
| 443fd3ed | 20-Dec-2014 |
Yves Grandvalet <Yves.Grandvalet@laposte.net> |
translation update |
| 2fd1f790 | 18-Dec-2014 |
Guido Salatino <guidorafael23@gmail.com> |
translation update |
| 7268f44f | 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Remove stray comment block |
| 50e07413 | 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Fix file size |
| db42b6f8 | 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Add test for internal video files |
| 3940c519 | 08-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 ...
|
| b13d4fce | 17-Dec-2014 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
translation update |
| 81781cb6 | 17-Dec-2014 |
Andreas Gohr <gohr@cosmocode.de> |
never exit during test runs |