| #
8accc6f3 |
| 20-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
remove language strings for htmlok and phpok options
These options have been removed in bbe6b3a78bfaae7c3435ed2f909108be642b4684
|
| #
8108306b |
| 16-Mar-2022 |
Alinur <alinur@danwin1210.de> |
translation update
|
| #
f6095b17 |
| 24-Aug-2018 |
Salif Mehmed <salif13mehmed@gmail.com> |
translation update
|
| #
fe227084 |
| 07-Jun-2018 |
Andreas Gohr <gohr@cosmocode.de> |
removed safemode hack
Safemode has been removed in PHP 5.4.0. We finally no longer need to deal with this insanity.
|
| #
59752844 |
| 14-Jun-2016 |
Anders Sandblad <runeson@gmail.com> |
Fixed broken links to php.net and redirecting pages to php.net
|
| #
dbfd2a2c |
| 29-Jul-2015 |
Kiril <neohidra@gmail.com> |
translation update
|
| #
f4664c4a |
| 06-Apr-2014 |
NEOhidra <neohidra@gmail.com> |
Bulgarian language update
|
| #
cd3ed83c |
| 02-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal/en: Removed redundant suffixes in TOC of configuration manager / Synchronize terms in de and de-informal
|
| #
0320882f |
| 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the medi
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
show more ...
|
| #
a0e07c15 |
| 04-Jul-2012 |
Kiril LastName <neohidra@gmail.com> |
updated: Bulgarian translation
|
| #
51b120f6 |
| 03-Apr-2012 |
Kiril LastName <neohidra@gmail.com> |
BG: language update
|
| #
3a6d7607 |
| 14-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Conflicts: lib/exe/xmlrpc.php
|
| #
eb20307a |
| 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed xmlrpc and xmlrpcuser - added remote and remoteuser config option
|
| #
1fef63e6 |
| 22-Dec-2011 |
NEOhidra <neohidra@gmail.com> |
BG: language update (added "mediarevisions")
|
| #
d9edf351 |
| 27-Oct-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update
|
| #
388f4f75 |
| 16-Jun-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update
|
| #
84ddc6de |
| 28-Apr-2011 |
Matthias Schulte <post@lupo49.de> |
language updates: update.dokuwiki.org is currently used for update/msg-checks
|
| #
23ae1b94 |
| 17-Apr-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update
|
| #
84a355b6 |
| 21-Feb-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update
|
| #
1d2abd96 |
| 01-Feb-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update
|
| #
f3718805 |
| 27-Jan-2010 |
Adrian Lang <lang@cosmocode.de> |
Update translations for subscription
|
| #
1961964f |
| 15-Dec-2009 |
Viktor Usunov <usun0v@mail.bg> |
Bulgarian language update
Ignore-this: 1d24101882df10ca5aa608ce5ba111ce
darcs-hash:20091215214336-0f497-c463ff635e16afb4bb6ff929a6a9954f32469e55.gz
|
| #
7ed1051c |
| 07-Dec-2009 |
Viktor Usunov <usunov@mail.bg> |
Bulgarian language update
Ignore-this: f5506206b86cbabaa04f480d6b830391
darcs-hash:20091207183443-57252-a3e394e874b9c8ea8fcced7256f50c9c33cf2f1c.gz
|
| #
90da0b55 |
| 01-Dec-2009 |
Nikolay Vladimirov <nikolay@vladimiroff.com> |
Bulgarian language update
Ignore-this: 66ea7320c4a4196b734605f05e97a09e
darcs-hash:20091201182147-5dabd-b7c3d3746c73942f2f3c341fda0ae18d0ffdcf1c.gz
|
| #
e656dcd4 |
| 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
use strftime() instead of date() FS#1335 :!:
This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for
use strftime() instead of date() FS#1335 :!:
This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names.
Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters).
Plugins or templates using the $conf['dformat'] need to be updated.
darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
show more ...
|