summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* 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)
| | * | translation updateJussi Takala2014-12-12
| | |/
| * / translation updateJaroslav Lichtblau2014-12-12
| |/
| * seems we need to do SSL/TLS checks the other way roundAndreas Gohr2014-12-12
| |
| * set correct peer name when connecting through a SSL tunnel proxyAndreas Gohr2014-12-11
| |
| * prefer TLS for SSL Tunnel connections #915Andreas Gohr2014-12-11
| |
| * Merge pull request #923 from splitbrain/addLogEntryAndreas Gohr2014-12-11
| |\ | | | | | | Make addLogEntry independent of global var INFO
| | * Make addLogEntry independent of global var INFOGerrit Uitslag2014-11-06
| | | | | | | | | | | | In stead use the type as provided to the function. Fixes #920
| * | add new behaviour: bounceAndreas Gohr2014-12-11
| | | | | | | | | | | | | | | | | | | | | Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item.
| * | scroll to current page when opening the sitemapAndreas Gohr2014-12-11
| | |
| * | Merge pull request #954 from splitbrain/extendconfigcascadeAndreas Gohr2014-12-11
| |\ \ | | | | | | | | Extendable config cascade for userstyles and userscript
| | * | Extendable config cascade for userstyles and userscriptGerrit Uitslag2014-12-10
| | | | | | | | | | | | | | | | Added user*.less files to config
| * | | translation updateSøren Birk2014-12-11
| | | |
| * | | Merge pull request #946 from dokuwiki-translate/lang_update_60Andreas Gohr2014-12-10
| |\ \ \ | | |/ / | |/| | Translation update (it)
| | * | translation updateTorpedo2014-12-09
| | | |
| * | | Some PHPDocs media and admin pluginGerrit Uitslag2014-12-10
| | | |
| * | | translation updateSøren Birk2014-12-10
| |/ /
| * | Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| | * | translation updateOmid Hezaveh2014-12-08
| | | |