History log of /dokuwiki/lib/ (Results 2326 – 2350 of 4594)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fec2accc26-Jan-2013 Klap-in <klapinklapin@gmail.com>

Added loadHelper() to DokuWiki_Syntax_Plugin.

529b041626-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added mediawiki password method FS#2559

This should make migrating from MediaWiki a bit easier.

a6c670e526-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added minified version of jquery-migrate

c499bfe126-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added jquery-migrate as a copatibility layer

this will be removed soon again. plugins using jQuery should make sure
they are compatible to jQuery 1.9

d743dbac26-Jan-2013 Andreas Gohr <andi@splitbrain.org>

fixed closing of link wizard

2f3b5aca26-Jan-2013 Andreas Gohr <andi@splitbrain.org>

fixed permission messup

e287e14224-Jan-2013 Anika Henke <anika@selfthinker.org>

fixed files being unselectable after upload (FS#2591)

7afccd0a23-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

Revert "handle bzip1 as well"

This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe.

Turns out I was too fast merging this. I can't get PHP's bzip handler to
handle a bzip1 compressed file.

f2cb3ec723-Jan-2013 Elan Ruusamäe <glen@delfi.ee>

handle bzip1 as well

in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used
commonly.

e38f306622-Jan-2013 Kazutaka Miyasaka <kazmiya@gmail.com>

fixed sample handling in toolbar FS#2691

930913b320-Jan-2013 Stefan Grönke <stefan@gronke.net>

update.js applied

20996c3c19-Jan-2013 Stefan Grönke <stefan@gronke.net>

update.sh must overwrite stylesheet

298dbae219-Jan-2013 Stefan Grönke <stefan@gronke.net>

jQuery update.sh

* OSX compatible

9fd5ca2e19-Jan-2013 Stefan Grönke <stefan@gronke.net>

jQuery latest

* jQuery 1.9.0
* jQuery-UI v1.9.2
* jQuery.fn.live > jQuery.fn.on
* jQuery.fn.browser replacement (jquery.mb.browser.js)

e6c4a82218-Jan-2013 Erdem <farukerdemoncel@gmail.com>

Turkish language update

187b13eb18-Jan-2013 Daniel López Prat <daniel@6temes.cat>

Catalan language update

d12150d816-Jan-2013 Andreas Gohr <andi@splitbrain.org>

fixed problems with spaced arrays

741c527516-Jan-2013 Andreas Gohr <andi@splitbrain.org>

parse arrays from config file

d0ad4a7d13-Jan-2013 Andreas Gohr <andi@splitbrain.org>

grayscaled some interwiki icons

7eaa770309-Jan-2013 日向小郎 <syaoranhinata@gmail.com>

Traditional Chinese language update


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/phpunit.xml
/dokuwiki/_test/tests/inc/indexer_pid.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/lang/zh-tw/adminplugins.txt
/dokuwiki/inc/lang/zh-tw/backlinks.txt
/dokuwiki/inc/lang/zh-tw/diff.txt
/dokuwiki/inc/lang/zh-tw/edit.txt
/dokuwiki/inc/lang/zh-tw/editrev.txt
/dokuwiki/inc/lang/zh-tw/index.txt
/dokuwiki/inc/lang/zh-tw/install.html
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/locked.txt
/dokuwiki/inc/lang/zh-tw/login.txt
/dokuwiki/inc/lang/zh-tw/mailtext.txt
/dokuwiki/inc/lang/zh-tw/norev.txt
/dokuwiki/inc/lang/zh-tw/preview.txt
/dokuwiki/inc/lang/zh-tw/pwconfirm.txt
/dokuwiki/inc/lang/zh-tw/read.txt
/dokuwiki/inc/lang/zh-tw/register.txt
/dokuwiki/inc/lang/zh-tw/registermail.txt
/dokuwiki/inc/lang/zh-tw/resendpwd.txt
/dokuwiki/inc/lang/zh-tw/revisions.txt
/dokuwiki/inc/lang/zh-tw/stopwords.txt
/dokuwiki/inc/lang/zh-tw/subscr_digest.txt
/dokuwiki/inc/lang/zh-tw/subscr_form.txt
/dokuwiki/inc/lang/zh-tw/subscr_list.txt
/dokuwiki/inc/lang/zh-tw/subscr_single.txt
/dokuwiki/inc/lang/zh-tw/updateprofile.txt
/dokuwiki/inc/lang/zh-tw/uploadmail.txt
plugins/acl/lang/zh-tw/help.txt
plugins/acl/lang/zh-tw/lang.php
plugins/config/lang/zh-tw/intro.txt
plugins/config/lang/zh-tw/lang.php
plugins/plugin/lang/zh-tw/admin_plugin.txt
plugins/plugin/lang/zh-tw/lang.php
plugins/popularity/lang/zh-tw/intro.txt
plugins/popularity/lang/zh-tw/lang.php
plugins/popularity/lang/zh-tw/submitted.txt
plugins/revert/lang/zh-tw/intro.txt
plugins/revert/lang/zh-tw/lang.php
plugins/usermanager/lang/zh-tw/lang.php
71e90b1c06-Jan-2013 Osama Al-Kofahi <Osamak@paci.gov.kw>

Arabic language update

4f4c6fd502-Dec-2012 Michael Hamann <michael@content-space.de>

lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646

Before this change the GIF wasn't sent at all when the PHP settings
indicate that sending of the GIF needs to be deferred and

lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646

Before this change the GIF wasn't sent at all when the PHP settings
indicate that sending of the GIF needs to be deferred and it was sent
when the debug output was on.

show more ...

38479cbb29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

some coding style improvements

- removed some dead/unused code
- fixed phpdoc
- added typing on methods

3f6c460c28-Nov-2012 Michael Hamann <michael@content-space.de>

Correct German plugin manager translation (download != install)

46a853c327-Nov-2012 Andreas Gohr <andi@splitbrain.org>

correct return in sendDigest()

the function always returned true, even if no action was taken. This
resulted in no further indexer tasks being run.

1...<<919293949596979899100>>...184