History log of /dokuwiki/_test/tests/ (Results 526 – 550 of 590)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

3fed52e121-Jan-2013 Guillaume Turri <guillaume.turri@gmail.com>

Added test for search_allpages

Currently both the 2nd and the third assertions fail
(the first one is just for upcoming non-regression)


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/phpunit.xml
inc/search/search.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/feed.php
/dokuwiki/inc/RemoteAPICore.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/ar/mailwrap.html
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/ca/mailwrap.html
/dokuwiki/inc/lang/ca/resetpwd.txt
/dokuwiki/inc/lang/ca/subscr_digest.txt
/dokuwiki/inc/lang/ca/subscr_form.txt
/dokuwiki/inc/lang/ca/subscr_list.txt
/dokuwiki/inc/lang/de-informal/install.html
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/install.html
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/tr/resetpwd.txt
/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
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/plugin.php
/dokuwiki/install.php
/dokuwiki/lib/images/interwiki/dokubug.gif
/dokuwiki/lib/images/interwiki/paypal.gif
/dokuwiki/lib/images/interwiki/skype.gif
/dokuwiki/lib/plugins/acl/lang/ca/lang.php
/dokuwiki/lib/plugins/acl/lang/tr/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/help.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/ar/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/plugin/lang/ca/lang.php
/dokuwiki/lib/plugins/plugin/lang/tr/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/ca/lang.php
/dokuwiki/lib/plugins/popularity/lang/tr/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/submitted.txt
/dokuwiki/lib/plugins/revert/lang/ca/lang.php
/dokuwiki/lib/plugins/revert/lang/tr/lang.php
/dokuwiki/lib/plugins/revert/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/revert/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ca/lang.php
/dokuwiki/lib/plugins/usermanager/lang/tr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
6686e3d118-Jan-2013 Andreas Gohr <andi@splitbrain.org>

fixed tests

0572700e04-Dec-2012 Michael Hamann <michael@content-space.de>

Indexer: Add test case for the PID functions

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

use correct setUp method and parent calls.

eb3ce0d525-Nov-2012 Kazutaka Miyasaka <kazmiya@gmail.com>

Fix case-insensitive match in ACL checking

ACL checking of DokuWiki is currently always case-sensitive
regardless of auth backend setting ($auth->isCaseSensitive).
This commit enables case-insensiti

Fix case-insensitive match in ACL checking

ACL checking of DokuWiki is currently always case-sensitive
regardless of auth backend setting ($auth->isCaseSensitive).
This commit enables case-insensitive match in the same way
of auth_isMember().

show more ...

91effd8d23-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

ignore empty header on mail sending

1f61f31223-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

remove empty BCC/CC mail headers

Empty BCC/CC headers may cause errors on IIS.


/dokuwiki/.gitignore
inc/mailer.test.php
/dokuwiki/conf/acronyms.conf
/dokuwiki/data/pages/wiki/welcome.txt
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/admin.txt
/dokuwiki/inc/lang/fr/adminplugins.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/conflict.txt
/dokuwiki/inc/lang/fr/diff.txt
/dokuwiki/inc/lang/fr/draft.txt
/dokuwiki/inc/lang/fr/edit.txt
/dokuwiki/inc/lang/fr/index.txt
/dokuwiki/inc/lang/fr/install.html
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/locked.txt
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/fr/mailwrap.html
/dokuwiki/inc/lang/fr/newpage.txt
/dokuwiki/inc/lang/fr/norev.txt
/dokuwiki/inc/lang/fr/password.txt
/dokuwiki/inc/lang/fr/preview.txt
/dokuwiki/inc/lang/fr/pwconfirm.txt
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/fr/register.txt
/dokuwiki/inc/lang/fr/registermail.txt
/dokuwiki/inc/lang/fr/resendpwd.txt
/dokuwiki/inc/lang/fr/stopwords.txt
/dokuwiki/inc/lang/fr/subscr_digest.txt
/dokuwiki/inc/lang/fr/subscr_form.txt
/dokuwiki/inc/lang/fr/subscr_list.txt
/dokuwiki/inc/lang/fr/subscr_single.txt
/dokuwiki/inc/lang/fr/uploadmail.txt
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/gl/mailwrap.html
/dokuwiki/inc/lang/gl/resetpwd.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/mk/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/template.php
/dokuwiki/lib/plugins/acl/lang/fr/help.txt
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/gl/lang.php
/dokuwiki/lib/plugins/config/lang/fr/intro.txt
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/gl/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/gl/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/intro.txt
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/gl/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/intro.txt
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/gl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/gl/lang.php
/dokuwiki/lib/tpl/dokuwiki/tpl_header.php
a20ce70408-Nov-2012 Andreas Gohr <andi@splitbrain.org>

changed proxy in test case

fb55b51e05-Nov-2012 Dominik Eckelmann <eckelmann@cosmocode.de>

changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER

2949ece604-Nov-2012 Andreas Gohr <andi@splitbrain.org>

unit test for tar bombs

90a1db7004-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Tar: support for creating archives with long filenames

The library now creates either a POSIX ustar prefix or a GNU longlink
entry for files which have a name longer than 100 bytes

421a270404-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Tar: Added extraction support for long file names

Supports POSIX ustar prefixes and GNU longlink entries

7252880f03-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added test cases for Tar::extract parameters

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

Completely rewritten Tar library

This new class is only losely based on our previous library. The
whole API was changed to make it more flexible and memory saving.

Some fisrt unit tests are included

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

fix use of constructor in TarLib


/dokuwiki/_cs/DokuWiki/ruleset.xml
inc/tarlib.test.php
/dokuwiki/bin/striplangs.php
/dokuwiki/conf/acronyms.conf
/dokuwiki/doku.php
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/lang/en/preview.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/subscr_single.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/mailwrap.html
/dokuwiki/inc/lang/eu/resetpwd.txt
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/kk/lang.php
/dokuwiki/inc/lang/ko/install.html
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/ko/mailtext.txt
/dokuwiki/inc/lang/ko/preview.txt
/dokuwiki/inc/lang/ko/showrev.txt
/dokuwiki/inc/lang/ko/updateprofile.txt
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/lv/mailwrap.html
/dokuwiki/inc/lang/lv/resetpwd.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/mailwrap.html
/dokuwiki/inc/lang/pt-br/resetpwd.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/images/README
/dokuwiki/lib/images/bullet.png
/dokuwiki/lib/images/closed-rtl.png
/dokuwiki/lib/images/closed.png
/dokuwiki/lib/images/email.png
/dokuwiki/lib/images/external-link.png
/dokuwiki/lib/images/open.png
/dokuwiki/lib/images/unc.png
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/eu/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/acl/lang/kk/lang.php
/dokuwiki/lib/plugins/acl/lang/ko/help.txt
/dokuwiki/lib/plugins/acl/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/ko/intro.txt
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/eu/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/plugin/lang/lv/lang.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/eu/lang.php
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/ko/intro.txt
/dokuwiki/lib/plugins/popularity/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/popularity/plugin.info.txt
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/eu/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eu/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/kk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ko/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/ko/lang.php
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/styles/all.css
/dokuwiki/lib/styles/print.css
/dokuwiki/lib/styles/screen.css
/dokuwiki/lib/tpl/default/style.ini
/dokuwiki/lib/tpl/dokuwiki/css/_edit.css
/dokuwiki/lib/tpl/dokuwiki/css/_links.css
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/_tabs.css
/dokuwiki/lib/tpl/dokuwiki/css/_toc.css
/dokuwiki/lib/tpl/dokuwiki/css/basic.css
/dokuwiki/lib/tpl/dokuwiki/css/content.css
/dokuwiki/lib/tpl/dokuwiki/css/design.css
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/css/print.css
/dokuwiki/lib/tpl/dokuwiki/images/license.txt
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
/dokuwiki/lib/tpl/index.php
8449cc9d31-Oct-2012 Dominik Eckelmann <eckelmann@cosmocode.de>

added event PAGEUTILS_ID_HIDEPAGE

d12bd96231-Oct-2012 Dominik Eckelmann <eckelmann@cosmocode.de>

added test for isHiddenPage()


/dokuwiki/_cs/DokuWiki/ruleset.xml
inc/pageutils_isHiddenPage.test.php
/dokuwiki/bin/striplangs.php
/dokuwiki/conf/acronyms.conf
/dokuwiki/doku.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/lang/en/preview.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/subscr_single.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/mailwrap.html
/dokuwiki/inc/lang/eu/resetpwd.txt
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/kk/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/mailwrap.html
/dokuwiki/inc/lang/pt-br/resetpwd.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/images/README
/dokuwiki/lib/images/bullet.png
/dokuwiki/lib/images/closed-rtl.png
/dokuwiki/lib/images/closed.png
/dokuwiki/lib/images/email.png
/dokuwiki/lib/images/external-link.png
/dokuwiki/lib/images/open.png
/dokuwiki/lib/images/unc.png
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/eu/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/acl/lang/kk/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/eu/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/helper.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/eu/lang.php
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/popularity/plugin.info.txt
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/eu/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eu/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/kk/lang.php
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/styles/all.css
/dokuwiki/lib/styles/print.css
/dokuwiki/lib/styles/screen.css
/dokuwiki/lib/tpl/default/style.ini
/dokuwiki/lib/tpl/dokuwiki/css/_edit.css
/dokuwiki/lib/tpl/dokuwiki/css/_links.css
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/_tabs.css
/dokuwiki/lib/tpl/dokuwiki/css/_toc.css
/dokuwiki/lib/tpl/dokuwiki/css/basic.css
/dokuwiki/lib/tpl/dokuwiki/css/content.css
/dokuwiki/lib/tpl/dokuwiki/css/design.css
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/css/print.css
/dokuwiki/lib/tpl/dokuwiki/images/license.txt
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
/dokuwiki/lib/tpl/index.php
680b174006-Oct-2012 Anika Henke <anika@selfthinker.org>

fixed sidebar test and renamed it to reflect recent changes


/dokuwiki/_test/bootstrap.php
inc/template_include_page.test.php
/dokuwiki/data/deleted.files
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/html.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/mailwrap.html
/dokuwiki/inc/lang/eo/resetpwd.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/mailwrap.html
/dokuwiki/inc/lang/sk/resetpwd.txt
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/images/_deprecated.txt
/dokuwiki/lib/images/arrow_down.gif
/dokuwiki/lib/images/arrow_up.gif
/dokuwiki/lib/images/at.gif
/dokuwiki/lib/images/close.png
/dokuwiki/lib/images/del.png
/dokuwiki/lib/images/edit.gif
/dokuwiki/lib/images/list-minus.gif
/dokuwiki/lib/images/list-plus.gif
/dokuwiki/lib/images/pencil.png
/dokuwiki/lib/images/resizecol.png
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/plugin.info.txt
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/plugin.info.txt
/dokuwiki/lib/plugins/info/plugin.info.txt
/dokuwiki/lib/plugins/plugin/classes/ap_download.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_enable.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_manage.class.php
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/plugin/plugin.info.txt
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/plugin.info.txt
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/plugin.info.txt
/dokuwiki/lib/plugins/safefnrecode/plugin.info.txt
/dokuwiki/lib/plugins/testing/plugin.info.txt
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/plugin.info.txt
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/tpl/default/_mediamanager.css
/dokuwiki/lib/tpl/default/_tabs.css
/dokuwiki/lib/tpl/default/media.css
/dokuwiki/lib/tpl/default/template.info.txt
/dokuwiki/lib/tpl/dokuwiki/css/_edit.css
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/basic.css
/dokuwiki/lib/tpl/dokuwiki/css/content.css
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/images/button-html5.png
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/script.js
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
d48e3de506-Oct-2012 Andreas Gohr <andi@splitbrain.org>

fixed auth related tests


/dokuwiki/_test/bootstrap.php
inc/auth_aclcheck.test.php
inc/auth_admincheck.test.php
inc/remote.test.php
/dokuwiki/data/deleted.files
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/adLDAP/adLDAP.php
/dokuwiki/inc/adLDAP/classes/adLDAPComputers.php
/dokuwiki/inc/adLDAP/classes/adLDAPContacts.php
/dokuwiki/inc/adLDAP/classes/adLDAPExchange.php
/dokuwiki/inc/adLDAP/classes/adLDAPFolders.php
/dokuwiki/inc/adLDAP/classes/adLDAPGroups.php
/dokuwiki/inc/adLDAP/classes/adLDAPUsers.php
/dokuwiki/inc/adLDAP/classes/adLDAPUtils.php
/dokuwiki/inc/adLDAP/collections/adLDAPCollection.php
/dokuwiki/inc/adLDAP/collections/adLDAPComputerCollection.php
/dokuwiki/inc/adLDAP/collections/adLDAPContactCollection.php
/dokuwiki/inc/adLDAP/collections/adLDAPGroupCollection.php
/dokuwiki/inc/adLDAP/collections/adLDAPUserCollection.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/mailwrap.html
/dokuwiki/inc/lang/eo/resetpwd.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/mailwrap.html
/dokuwiki/inc/lang/sk/resetpwd.txt
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/images/resizecol.png
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/plugin.info.txt
/dokuwiki/lib/plugins/auth.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authad/plugin.info.txt
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authldap/plugin.info.txt
/dokuwiki/lib/plugins/authmysql/auth.php
/dokuwiki/lib/plugins/authmysql/plugin.info.txt
/dokuwiki/lib/plugins/authpgsql/auth.php
/dokuwiki/lib/plugins/authpgsql/plugin.info.txt
/dokuwiki/lib/plugins/authplain/auth.php
/dokuwiki/lib/plugins/authplain/plugin.info.txt
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/plugin.info.txt
/dokuwiki/lib/plugins/config/settings/extra.class.php
/dokuwiki/lib/plugins/info/plugin.info.txt
/dokuwiki/lib/plugins/plugin/classes/ap_download.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_enable.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_manage.class.php
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/plugin/plugin.info.txt
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/plugin.info.txt
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/plugin.info.txt
/dokuwiki/lib/plugins/safefnrecode/plugin.info.txt
/dokuwiki/lib/plugins/testing/plugin.info.txt
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/plugin.info.txt
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/page.js
/dokuwiki/lib/tpl/default/_mediamanager.css
/dokuwiki/lib/tpl/default/_tabs.css
/dokuwiki/lib/tpl/default/media.css
/dokuwiki/lib/tpl/default/template.info.txt
/dokuwiki/lib/tpl/dokuwiki/css/_edit.css
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/basic.css
/dokuwiki/lib/tpl/dokuwiki/css/content.css
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/images/button-html5.png
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/script.js
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
2ed3803621-Sep-2012 Andreas Gohr <andi@splitbrain.org>

consolidate more notification code in subscription class

This is untested and probably broken currently

0a78cb4607-Sep-2012 Michael Hamann <michael@content-space.de>

Fix the test if a subscription already exists FS#2580

This fixes the test for existing subscriptions by not only testing if
the subscription for the deepest namespace level is for the current page
b

Fix the test if a subscription already exists FS#2580

This fixes the test for existing subscriptions by not only testing if
the subscription for the deepest namespace level is for the current page
but by simply testing all levels. Test case is included, it fails
without this change.

show more ...


/dokuwiki/.gitignore
/dokuwiki/_test/core/phpQuery-onefile.php
inc/subscription_set.test.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/geshi/4cs.php
/dokuwiki/inc/geshi/6502acme.php
/dokuwiki/inc/geshi/6502kickass.php
/dokuwiki/inc/geshi/6502tasm.php
/dokuwiki/inc/geshi/68000devpac.php
/dokuwiki/inc/geshi/abap.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/actionscript3.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/algol68.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/apt_sources.php
/dokuwiki/inc/geshi/arm.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/asymptote.php
/dokuwiki/inc/geshi/autoconf.php
/dokuwiki/inc/geshi/autohotkey.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/avisynth.php
/dokuwiki/inc/geshi/awk.php
/dokuwiki/inc/geshi/bascomavr.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/basic4gl.php
/dokuwiki/inc/geshi/bf.php
/dokuwiki/inc/geshi/bibtex.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/bnf.php
/dokuwiki/inc/geshi/boo.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_loadrunner.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/chaiscript.php
/dokuwiki/inc/geshi/cil.php
/dokuwiki/inc/geshi/clojure.php
/dokuwiki/inc/geshi/cmake.php
/dokuwiki/inc/geshi/cobol.php
/dokuwiki/inc/geshi/coffeescript.php
/dokuwiki/inc/geshi/cpp-qt.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/cuesheet.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/dcl.php
/dokuwiki/inc/geshi/dcpu16.php
/dokuwiki/inc/geshi/dcs.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/dot.php
/dokuwiki/inc/geshi/e.php
/dokuwiki/inc/geshi/ecmascript.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/email.php
/dokuwiki/inc/geshi/epc.php
/dokuwiki/inc/geshi/erlang.php
/dokuwiki/inc/geshi/euphoria.php
/dokuwiki/inc/geshi/f1.php
/dokuwiki/inc/geshi/falcon.php
/dokuwiki/inc/geshi/fo.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/freeswitch.php
/dokuwiki/inc/geshi/fsharp.php
/dokuwiki/inc/geshi/gambas.php
/dokuwiki/inc/geshi/gdb.php
/dokuwiki/inc/geshi/genero.php
/dokuwiki/inc/geshi/genie.php
/dokuwiki/inc/geshi/gettext.php
/dokuwiki/inc/geshi/glsl.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/gnuplot.php
/dokuwiki/inc/geshi/go.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/gwbasic.php
/dokuwiki/inc/geshi/haskell.php
/dokuwiki/inc/geshi/haxe.php
/dokuwiki/inc/geshi/hicest.php
/dokuwiki/inc/geshi/hq9plus.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/html5.php
/dokuwiki/inc/geshi/icon.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/intercal.php
/dokuwiki/inc/geshi/io.php
/dokuwiki/inc/geshi/j.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/jquery.php
/dokuwiki/inc/geshi/kixtart.php
/dokuwiki/inc/geshi/klonec.php
/dokuwiki/inc/geshi/klonecpp.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lb.php
/dokuwiki/inc/geshi/ldif.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/llvm.php
/dokuwiki/inc/geshi/locobasic.php
/dokuwiki/inc/geshi/logtalk.php
/dokuwiki/inc/geshi/lolcode.php
/dokuwiki/inc/geshi/lotusformulas.php
/dokuwiki/inc/geshi/lotusscript.php
/dokuwiki/inc/geshi/lscript.php
/dokuwiki/inc/geshi/lsl2.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/m68k.php
/dokuwiki/inc/geshi/magiksf.php
/dokuwiki/inc/geshi/make.php
/dokuwiki/inc/geshi/mapbasic.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/mmix.php
/dokuwiki/inc/geshi/modula2.php
/dokuwiki/inc/geshi/modula3.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mxml.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nagios.php
/dokuwiki/inc/geshi/netrexx.php
/dokuwiki/inc/geshi/newlisp.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/oberon2.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/objeck.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/octave.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oorexx.php
/dokuwiki/inc/geshi/oracle11.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/oxygene.php
/dokuwiki/inc/geshi/oz.php
/dokuwiki/inc/geshi/parasail.php
/dokuwiki/inc/geshi/parigp.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/pcre.php
/dokuwiki/inc/geshi/per.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/perl6.php
/dokuwiki/inc/geshi/pf.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/pic16.php
/dokuwiki/inc/geshi/pike.php
/dokuwiki/inc/geshi/pixelbender.php
/dokuwiki/inc/geshi/pli.php
/dokuwiki/inc/geshi/plsql.php
/dokuwiki/inc/geshi/postgresql.php
/dokuwiki/inc/geshi/povray.php
/dokuwiki/inc/geshi/powerbuilder.php
/dokuwiki/inc/geshi/powershell.php
/dokuwiki/inc/geshi/proftpd.php
/dokuwiki/inc/geshi/progress.php
/dokuwiki/inc/geshi/prolog.php
/dokuwiki/inc/geshi/properties.php
/dokuwiki/inc/geshi/providex.php
/dokuwiki/inc/geshi/purebasic.php
/dokuwiki/inc/geshi/pycon.php
/dokuwiki/inc/geshi/pys60.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/q.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/rails.php
/dokuwiki/inc/geshi/rebol.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/rexx.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/rpmspec.php
/dokuwiki/inc/geshi/rsplus.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scala.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/scilab.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/spark.php
/dokuwiki/inc/geshi/sparql.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/stonescript.php
/dokuwiki/inc/geshi/systemverilog.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/teraterm.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/thinbasic.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/typoscript.php
/dokuwiki/inc/geshi/unicon.php
/dokuwiki/inc/geshi/upc.php
/dokuwiki/inc/geshi/urbi.php
/dokuwiki/inc/geshi/uscript.php
/dokuwiki/inc/geshi/vala.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vedit.php
/dokuwiki/inc/geshi/verilog.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/vim.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/visualprolog.php
/dokuwiki/inc/geshi/whitespace.php
/dokuwiki/inc/geshi/whois.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xbasic.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/geshi/xorg_conf.php
/dokuwiki/inc/geshi/xpp.php
/dokuwiki/inc/geshi/yaml.php
/dokuwiki/inc/geshi/z80.php
/dokuwiki/inc/geshi/zxbasic.php
/dokuwiki/inc/html.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/mailwrap.html
/dokuwiki/inc/lang/cs/resetpwd.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/mailwrap.html
/dokuwiki/inc/lang/es/resetpwd.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/mailwrap.html
/dokuwiki/inc/lang/fi/resetpwd.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/mailwrap.html
/dokuwiki/inc/lang/ko/install.html
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/nl/index.txt
/dokuwiki/inc/lang/nl/install.html
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/nl/register.txt
/dokuwiki/inc/lang/nl/resetpwd.txt
/dokuwiki/inc/lang/nl/subscr_digest.txt
/dokuwiki/inc/lang/nl/subscr_single.txt
/dokuwiki/inc/lang/nl/uploadmail.txt
/dokuwiki/inc/lang/zh-tw/admin.txt
/dokuwiki/inc/lang/zh-tw/diff.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/mailwrap.html
/dokuwiki/inc/lang/zh-tw/resetpwd.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/mail.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/ajax.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/help.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/nl/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/nl/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/nl/lang.php
/dokuwiki/lib/plugins/revert/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/nl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/tpl/dokuwiki/css/_forms.css
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/_tabs.css
/dokuwiki/lib/tpl/dokuwiki/css/design.css
/dokuwiki/lib/tpl/dokuwiki/css/plugins.css
/dokuwiki/lib/tpl/dokuwiki/css/rtl.css
84c1127c12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

correctly check if subscriptions are enabled

8c7bcacd12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

added list test

adec979f12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

more subscription refactoring BROKEN

now the actual sending of bulk messages (digest, list) is reimplemented
and partially tested.

Still not complete

1...<<21222324