Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of https://github.com/yurii-github/dokuwiki into ↵ | Andreas Gohr | 2015-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 64bit | Yurii Korotia | 2015-01-03 |
| | | |||
* | | Optionally render RSS unsorted. | Robin H. Johnson | 2015-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 hashes | Andreas Gohr | 2015-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 Gohr | 2015-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 update | Schplurtz le Déboulonné | 2015-01-05 |
| | | |||
* | | Merge pull request #989 from dokuwiki-translate/lang_update_136 | Andreas Gohr | 2015-01-05 |
|\ \ | | | | | | | Translation update (cs) | ||
| * | | translation update | Jaroslav Lichtblau | 2014-12-31 |
| |/ | |||
* / | translation update | Maciej Helt | 2015-01-05 |
|/ | |||
* | translation update | Marian Banica | 2014-12-30 |
| | |||
* | Merge pull request #975 from dokuwiki-translate/lang_update_122 | Andreas Gohr | 2014-12-27 |
|\ | | | | | Translation update (pt) | ||
| * | translation update | Guido Salatino | 2014-12-18 |
| | | |||
* | | Merge remote-tracking branch 'splitbrain/master' | Gerry Weißbach | 2014-12-22 |
|\| | |||
| * | never exit during test runs | Andreas Gohr | 2014-12-17 |
| | | |||
| * | translation update | Vitaly Filatenko | 2014-12-15 |
| | | |||
| * | Merge pull request #964 from dokuwiki-translate/lang_update_94 | Andreas Gohr | 2014-12-15 |
| |\ | | | | | | | Translation update (cs) | ||
| | * | translation update | Jaroslav Lichtblau | 2014-12-13 |
| | | | |||
| * | | Merge pull request #965 from dokuwiki-translate/lang_update_98 | Andreas Gohr | 2014-12-15 |
| |\ \ | | | | | | | | | Translation update (ru) | ||
| | * | | translation update | Type-kun | 2014-12-13 |
| | |/ | |||
| * / | translation update | Myeongjin | 2014-12-14 |
| |/ | |||
| * | translation update | Type-kun | 2014-12-12 |
| | | |||
| * | Merge pull request #957 from dokuwiki-translate/lang_update_83 | Andreas Gohr | 2014-12-12 |
| |\ | | | | | | | Translation update (ja) | ||
| | * | translation update | Satoshi Sahara | 2014-12-12 |
| | | | |||
| * | | Merge pull request #960 from dokuwiki-translate/lang_update_88 | Andreas Gohr | 2014-12-12 |
| |\ \ | | | | | | | | | Translation update (fi) | ||
| | * | | translation update | Jussi Takala | 2014-12-12 |
| | |/ | |||
| * | | Merge pull request #959 from dokuwiki-translate/lang_update_87 | Andreas Gohr | 2014-12-12 |
| |\ \ | | | | | | | | | Translation update (fi) | ||
| | * | | translation update | Jussi Takala | 2014-12-12 |
| | |/ | |||
| * / | translation update | Jaroslav Lichtblau | 2014-12-12 |
| |/ | |||
| * | seems we need to do SSL/TLS checks the other way round | Andreas Gohr | 2014-12-12 |
| | | |||
| * | set correct peer name when connecting through a SSL tunnel proxy | Andreas Gohr | 2014-12-11 |
| | | |||
| * | prefer TLS for SSL Tunnel connections #915 | Andreas Gohr | 2014-12-11 |
| | | |||
| * | Merge pull request #923 from splitbrain/addLogEntry | Andreas Gohr | 2014-12-11 |
| |\ | | | | | | | Make addLogEntry independent of global var INFO | ||
| | * | Make addLogEntry independent of global var INFO | Gerrit Uitslag | 2014-11-06 |
| | | | | | | | | | | | | In stead use the type as provided to the function. Fixes #920 | ||
| * | | add new behaviour: bounce | Andreas Gohr | 2014-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 sitemap | Andreas Gohr | 2014-12-11 |
| | | | |||
| * | | Merge pull request #954 from splitbrain/extendconfigcascade | Andreas Gohr | 2014-12-11 |
| |\ \ | | | | | | | | | Extendable config cascade for userstyles and userscript | ||
| | * | | Extendable config cascade for userstyles and userscript | Gerrit Uitslag | 2014-12-10 |
| | | | | | | | | | | | | | | | | Added user*.less files to config | ||
| * | | | translation update | Søren Birk | 2014-12-11 |
| | | | | |||
| * | | | Merge pull request #946 from dokuwiki-translate/lang_update_60 | Andreas Gohr | 2014-12-10 |
| |\ \ \ | | |/ / | |/| | | Translation update (it) | ||
| | * | | translation update | Torpedo | 2014-12-09 |
| | | | | |||
| * | | | Some PHPDocs media and admin plugin | Gerrit Uitslag | 2014-12-10 |
| | | | | |||
| * | | | translation update | Søren Birk | 2014-12-10 |
| |/ / | |||
| * | | Merge remote-tracking branch 'origin/master' into scrutinizerissues | Gerrit Uitslag | 2014-12-09 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php | ||
| | * | | translation update | Omid Hezaveh | 2014-12-08 |
| | | | | |||
| | * | | Merge remote-tracking branch 'origin/master' | Gerrit Uitslag | 2014-12-03 |
| | |\ \ | |||
| | | * | | Update inbuilt renderers for node/leaf state in listitem_open | Christopher Smith | 2014-12-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - includes, xhtml renderer adding 'node' class to <li> when it contains child list(s) | ||
| | | * | | provide node/leaf state data in listitem_open instruction parameter | Christopher Smith | 2014-12-01 |
| | | | | | |||
| | | * | | translation update | Mohammad Sadegh | 2014-11-27 |
| | | | | | |||
| | | * | | Merge pull request #932 from dokuwiki-translate/lang_update_30 | Andreas Gohr | 2014-11-24 |
| | | |\ \ | | | | | | | | | | | | | Translation update (fr) | ||
| | | | * | | translation update | james | 2014-11-19 |
| | | | | | |