| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Translation update (hr)
|
|/ |
|
|\
| |
| | |
"Login" and "Logout" become "Log In" and "Log Out"
|
|/
|
| |
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"
|
| |
| |
| | |
To improve consistency: it is surrounded by "Update Profile" and "Media Manager".
|
| | |
|
|\ \
| |/
|/| |
Losslessly reduced PNG images with optipng & advdef
|
|/
|
|
| |
and advpng -z4 -i60.
|
|\
| |
| | |
Update css.php
|
|/
|
| |
1 little fix
|
|\
| |
| | |
Scrutinizer Auto-Fixes
|
|/
|
|
| |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
|\
| |
| | |
Document the nosort parameter.
|
| |
| |
| |
| |
| |
| | |
https://github.com/splitbrain/dokuwiki/pull/999#discussion_r22706527.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|\ \
| | |
| | | |
Translation update (nl)
|
|/ / |
|
|\ \
| | |
| | | |
Handles CTRL-Enter event to save in the editor
|
| | | |
|
|\ \ \
| | | |
| | | | |
Allow arbitrary mediatype names for CSS
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They are generated from the default ones and any additional one given
by the template. This allows to e.g. split admin styles from end user
styles in a closed wiki. You can then deliver only the user styles
using the metaheaders plugin.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
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>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Scrutinizer Auto-Fixes
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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 (fr)
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (cs)
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Translation update (pl)
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (ro)
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (pt)
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (fr)
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (ru)
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
rfc2231 compatible encoding for header()
|
| |\ \ \
| |/ / /
|/| / /
| |/ / |
|
|\ \ \
| | | |
| | | | |
Add tests for video syntax
|