History log of /dokuwiki/_test/ (Results 801 – 825 of 950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4f2305cb06-Feb-2011 Adrian Lang <dokuwiki@adrianlang.de>

Fix whitespace handling in inline diff (closes FS#2161)

4576317906-Feb-2011 Andreas Gohr <andi@splitbrain.org>

fixed email test case since we allow local addresses

a18f9d4a06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

Accept IPv6 addresses in email addresses

0e5fde4806-Feb-2011 Michael Hamann <michael@content-space.de>

Allow p_set_metadata during rendering, test cases included. FS#1827

9d59802306-Feb-2011 Andreas Gohr <andi@splitbrain.org>

fixed the IPv6 tests, bracket links are parsed by InternalLinks

89643a1506-Feb-2011 Andreas Gohr <andi@splitbrain.org>

added a bunch of IPv6 test cases FS#2137


cases/inc/parser/parser_links.test.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/inc/DifferenceEngine.php
/dokuwiki/inc/adLDAP.php
/dokuwiki/inc/auth/ad.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/lang/bg/admin.txt
/dokuwiki/inc/lang/bg/adminplugins.txt
/dokuwiki/inc/lang/bg/backlinks.txt
/dokuwiki/inc/lang/bg/conflict.txt
/dokuwiki/inc/lang/bg/denied.txt
/dokuwiki/inc/lang/bg/diff.txt
/dokuwiki/inc/lang/bg/draft.txt
/dokuwiki/inc/lang/bg/edit.txt
/dokuwiki/inc/lang/bg/editrev.txt
/dokuwiki/inc/lang/bg/index.txt
/dokuwiki/inc/lang/bg/install.html
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/bg/locked.txt
/dokuwiki/inc/lang/bg/login.txt
/dokuwiki/inc/lang/bg/newpage.txt
/dokuwiki/inc/lang/bg/norev.txt
/dokuwiki/inc/lang/bg/password.txt
/dokuwiki/inc/lang/bg/preview.txt
/dokuwiki/inc/lang/bg/pwconfirm.txt
/dokuwiki/inc/lang/bg/read.txt
/dokuwiki/inc/lang/bg/register.txt
/dokuwiki/inc/lang/bg/resendpwd.txt
/dokuwiki/inc/lang/bg/revisions.txt
/dokuwiki/inc/lang/bg/searchpage.txt
/dokuwiki/inc/lang/bg/showrev.txt
/dokuwiki/inc/lang/bg/stopwords.txt
/dokuwiki/inc/lang/bg/updateprofile.txt
/dokuwiki/inc/lang/bg/uploadmail.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/zh-tw/backlinks.txt
/dokuwiki/inc/lang/zh-tw/draft.txt
/dokuwiki/inc/lang/zh-tw/edit.txt
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/mailtext.txt
/dokuwiki/inc/lang/zh-tw/password.txt
/dokuwiki/inc/lang/zh-tw/pwconfirm.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/searchpage.txt
/dokuwiki/inc/lang/zh-tw/subscr_digest.txt
/dokuwiki/inc/lang/zh-tw/subscr_list.txt
/dokuwiki/inc/lang/zh-tw/subscr_single.txt
/dokuwiki/inc/lang/zh-tw/uploadmail.txt
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/bg/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/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/bg/intro.txt
/dokuwiki/lib/plugins/config/lang/bg/lang.php
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/plugin/lang/bg/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/bg/intro.txt
/dokuwiki/lib/plugins/popularity/lang/bg/lang.php
/dokuwiki/lib/plugins/popularity/lang/bg/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/el/lang.php
/dokuwiki/lib/plugins/popularity/lang/el/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/pt/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/revert/lang/bg/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/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/bg/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/locktimer.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/tpl/default/design.css
62bbd5ef23-Jan-2011 Andreas Gohr <andi@splitbrain.org>

use a bigger range of characters for password salts

52c9860c23-Jan-2011 Andreas Gohr <andi@splitbrain.org>

django pass hashes have no leading $

3a0a2d0522-Jan-2011 Andreas Gohr <andi@splitbrain.org>

refactored passowrd hashing functions to a class

this splits the long auth_cryptPassword() function into many member
functions of a new class PassHash which should make it more
maintainable and reus

refactored passowrd hashing functions to a class

this splits the long auth_cryptPassword() function into many member
functions of a new class PassHash which should make it more
maintainable and reusable for other projects.

This also adds two new methods djangomd5 and djangosha1 as used by the
popular python framework Django.

Maybe the auth_cryptPassword() and auth_verifyPassword() functions
should be deprecated in favor of using the class directly?

show more ...


cases/inc/auth_password.test.php
/dokuwiki/inc/PassHash.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/subscr_list.txt
/dokuwiki/inc/lang/sl/admin.txt
/dokuwiki/inc/lang/sl/adminplugins.txt
/dokuwiki/inc/lang/sl/backlinks.txt
/dokuwiki/inc/lang/sl/conflict.txt
/dokuwiki/inc/lang/sl/denied.txt
/dokuwiki/inc/lang/sl/diff.txt
/dokuwiki/inc/lang/sl/draft.txt
/dokuwiki/inc/lang/sl/edit.txt
/dokuwiki/inc/lang/sl/editrev.txt
/dokuwiki/inc/lang/sl/index.txt
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sl/locked.txt
/dokuwiki/inc/lang/sl/login.txt
/dokuwiki/inc/lang/sl/mailtext.txt
/dokuwiki/inc/lang/sl/newpage.txt
/dokuwiki/inc/lang/sl/norev.txt
/dokuwiki/inc/lang/sl/password.txt
/dokuwiki/inc/lang/sl/preview.txt
/dokuwiki/inc/lang/sl/pwconfirm.txt
/dokuwiki/inc/lang/sl/read.txt
/dokuwiki/inc/lang/sl/recent.txt
/dokuwiki/inc/lang/sl/register.txt
/dokuwiki/inc/lang/sl/registermail.txt
/dokuwiki/inc/lang/sl/resendpwd.txt
/dokuwiki/inc/lang/sl/revisions.txt
/dokuwiki/inc/lang/sl/searchpage.txt
/dokuwiki/inc/lang/sl/showrev.txt
/dokuwiki/inc/lang/sl/subscr_digest.txt
/dokuwiki/inc/lang/sl/subscr_list.txt
/dokuwiki/inc/lang/sl/updateprofile.txt
/dokuwiki/inc/lang/sl/uploadmail.txt
/dokuwiki/inc/lang/zh-tw/conflict.txt
/dokuwiki/inc/lang/zh-tw/denied.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/newpage.txt
/dokuwiki/inc/lang/zh-tw/norev.txt
/dokuwiki/inc/lang/zh-tw/password.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/searchpage.txt
/dokuwiki/inc/lang/zh-tw/showrev.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/load.php
/dokuwiki/inc/template.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/sl/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sl/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/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/sl/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/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/sl/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/sl/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/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sl/add.txt
/dokuwiki/lib/plugins/usermanager/lang/sl/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/sl/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/sl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
204b27c816-Jan-2011 Michael Hamann <michael@content-space.de>

Fix getBaseURL for literal IPv6 addresses in URLs (RFC 2732) + test case

f91977c215-Jan-2011 Andreas Gohr <andi@splitbrain.org>

Added support for Wordpress' password hashing FS#2134

ef7df68715-Jan-2011 Andreas Gohr <andi@splitbrain.org>

added unit test for kmd5 password hashing


cases/inc/auth_password.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/adLDAP.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ad.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/form.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/he/conflict.txt
/dokuwiki/inc/lang/he/denied.txt
/dokuwiki/inc/lang/he/draft.txt
/dokuwiki/inc/lang/he/edit.txt
/dokuwiki/inc/lang/he/editrev.txt
/dokuwiki/inc/lang/he/index.txt
/dokuwiki/inc/lang/he/install.html
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/mailtext.txt
/dokuwiki/inc/lang/he/password.txt
/dokuwiki/inc/lang/he/pwconfirm.txt
/dokuwiki/inc/lang/he/read.txt
/dokuwiki/inc/lang/he/register.txt
/dokuwiki/inc/lang/he/registermail.txt
/dokuwiki/inc/lang/he/resendpwd.txt
/dokuwiki/inc/lang/he/subscr_digest.txt
/dokuwiki/inc/lang/he/subscr_single.txt
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/plugins/acl/lang/de-informal/lang.php
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/he/lang.php
/dokuwiki/lib/plugins/config/lang/ar/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/he/lang.php
/dokuwiki/lib/plugins/plugin/lang/de-informal/lang.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/he/lang.php
/dokuwiki/lib/plugins/popularity/lang/ar/lang.php
/dokuwiki/lib/plugins/popularity/lang/ar/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/de-informal/lang.php
/dokuwiki/lib/plugins/popularity/lang/de-informal/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/he/lang.php
/dokuwiki/lib/plugins/revert/lang/de-informal/lang.php
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/revert/lang/he/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de-informal/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/he/lang.php
/dokuwiki/lib/scripts/ajax.js
6e0b4b6709-Jan-2011 Michael Hamann <michael@content-space.de>

Fixed css_loadfile and removed unneeded complexity, added testcases


cases/lib/exe/css_css_loadfile.test.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de-informal/subscr_digest.txt
/dokuwiki/inc/lang/de-informal/subscr_single.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/subscr_digest.txt
/dokuwiki/inc/lang/de/subscr_single.txt
/dokuwiki/inc/lang/la/conflict.txt
/dokuwiki/inc/lang/la/editrev.txt
/dokuwiki/inc/lang/la/index.txt
/dokuwiki/inc/lang/la/install.html
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/la/norev.txt
/dokuwiki/inc/lang/la/showrev.txt
/dokuwiki/inc/lang/la/subscr_digest.txt
/dokuwiki/inc/lang/la/subscr_form.txt
/dokuwiki/inc/lang/la/subscr_list.txt
/dokuwiki/inc/lang/la/subscr_single.txt
/dokuwiki/inc/lang/ru/conflict.txt
/dokuwiki/inc/lang/ru/draft.txt
/dokuwiki/inc/lang/ru/edit.txt
/dokuwiki/inc/lang/ru/editrev.txt
/dokuwiki/inc/lang/ru/install.html
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/norev.txt
/dokuwiki/inc/lang/ru/password.txt
/dokuwiki/inc/lang/ru/preview.txt
/dokuwiki/inc/lang/ru/pwconfirm.txt
/dokuwiki/inc/lang/ru/revisions.txt
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/ru/showrev.txt
/dokuwiki/inc/lang/ru/subscr_digest.txt
/dokuwiki/inc/lang/ru/subscr_list.txt
/dokuwiki/inc/lang/ru/subscr_single.txt
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/images/interwiki/paypal.gif
/dokuwiki/lib/images/interwiki/sb.gif
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/la/help.txt
/dokuwiki/lib/plugins/acl/lang/la/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/help.txt
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/la/intro.txt
/dokuwiki/lib/plugins/config/lang/la/lang.php
/dokuwiki/lib/plugins/config/lang/ru/intro.txt
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/la/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/la/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/la/intro.txt
/dokuwiki/lib/plugins/popularity/lang/la/lang.php
/dokuwiki/lib/plugins/popularity/lang/la/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/ru/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/revert/lang/la/intro.txt
/dokuwiki/lib/plugins/revert/lang/la/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/la/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
be96545c03-Jan-2011 Anika Henke <anika@selfthinker.org>

removed obsolete references to 'JSnocheck' class

4f56ecbf21-Dec-2010 Adrian Lang <lang@cosmocode.de>

Fix handling of case in auth_isMember; add and fix test cases

d6dc956f08-Dec-2010 Andreas Gohr <andi@splitbrain.org>

added auth_isMember()

This function abstracts checking a given user and her groups against a
given member list (as used in the superuser and manager options).

It is also used in auth_isManager() an

added auth_isMember()

This function abstracts checking a given user and her groups against a
given member list (as used in the superuser and manager options).

It is also used in auth_isManager() and auth_isAdmin(), unlike the
previous function, this one skips the nameencode step as it should be
unnessary here (all input is given decoded).

The test cases where extended by some non-ID user and group names.

People with non-plain auth backends should check that their
administrator and manager setups still work as expected

show more ...

e3776c0629-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


cases/inc/IXR_Library_IXR_Message.test.php
cases/inc/IXR_Library_date.test.php
cases/inc/auth_aclcheck.test.php
cases/inc/auth_admincheck.test.php
cases/inc/auth_nameencode.test.php
cases/inc/auth_password.test.php
cases/inc/common_clientip.test.php
cases/inc/common_obfuscate.test.php
cases/inc/common_pagetemplate.test.php
cases/inc/indexer_idx_indexlengths.test.php
cases/inc/init_fullpath.test.php
cases/inc/init_getbaseurl.test.php
cases/inc/mail_isvalid.test.php
cases/inc/mail_quoted_printable_encode.php
cases/inc/mail_send.php
cases/inc/pageutils_clean_id.test.php
cases/inc/pageutils_getid.test.php
cases/inc/pageutils_resolve_id.test.php
cases/inc/pageutils_resolve_pageid.test.php
cases/inc/safefn.test.php
cases/inc/utf8_correctidx.test.php
cases/inc/utf8_html.test.php
cases/inc/utf8_romanize.test.php
cases/inc/utf8_stripspecials.test.php
cases/inc/utf8_substr.test.php
cases/inc/utf8_unicode.test.php
cases/inc/utf8_utf16be.test.php
cases/lib/exe/css_css_compress.test.php
cases/lib/exe/js_js_compress.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/deleted.files
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/DifferenceEngine.php
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/SimplePie.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ad.class.php
/dokuwiki/inc/auth/basic.class.php
/dokuwiki/inc/auth/ldap.class.php
/dokuwiki/inc/auth/mysql.class.php
/dokuwiki/inc/auth/pgsql.class.php
/dokuwiki/inc/auth/plain.class.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/feedcreator.class.php
/dokuwiki/inc/form.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/subscr_form.txt
/dokuwiki/inc/lang/de-informal/draft.txt
/dokuwiki/inc/lang/de/draft.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/adminplugins.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/subscr_digest.txt
/dokuwiki/inc/lang/eu/subscr_form.txt
/dokuwiki/inc/lang/eu/subscr_list.txt
/dokuwiki/inc/lang/eu/subscr_single.txt
/dokuwiki/inc/lang/km/lang.php
/dokuwiki/inc/lang/ko/adminplugins.txt
/dokuwiki/inc/lang/ko/edit.txt
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/ko/register.txt
/dokuwiki/inc/lang/ko/subscr_digest.txt
/dokuwiki/inc/lang/ko/subscr_form.txt
/dokuwiki/inc/lang/ko/subscr_list.txt
/dokuwiki/inc/lang/ko/subscr_single.txt
/dokuwiki/inc/lang/ku/lang.php
/dokuwiki/inc/lang/mg/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parser/xhtmlsummary.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/opensearch.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/images/fileicons/gif.png
/dokuwiki/lib/images/fileicons/html.png
/dokuwiki/lib/images/fileicons/jpg.png
/dokuwiki/lib/images/fileicons/odg.png
/dokuwiki/lib/images/fileicons/odp.png
/dokuwiki/lib/images/fileicons/ods.png
/dokuwiki/lib/images/fileicons/png.png
/dokuwiki/lib/images/fileicons/sxc.png
/dokuwiki/lib/images/fileicons/sxd.png
/dokuwiki/lib/images/fileicons/sxw.png
/dokuwiki/lib/images/fileicons/tgz.png
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/lang/en/lang.php
/dokuwiki/lib/plugins/acl/lang/et/lang.php
/dokuwiki/lib/plugins/acl/lang/ko/lang.php
/dokuwiki/lib/plugins/acl/lang/tr/lang.php
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
/dokuwiki/lib/plugins/acl/lang/zh/lang.php
/dokuwiki/lib/plugins/admin.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/lang/cs/intro.txt
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/plugin/lang/cs/lang.php
/dokuwiki/lib/plugins/plugin/lang/en/lang.php
/dokuwiki/lib/plugins/plugin/lang/ko/lang.php
/dokuwiki/lib/plugins/plugin/lang/tr/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/cs/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ko/lang.php
/dokuwiki/lib/plugins/popularity/lang/tr/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh/lang.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/revert/lang/cs/intro.txt
/dokuwiki/lib/plugins/revert/lang/en/lang.php
/dokuwiki/lib/plugins/revert/lang/ko/lang.php
/dokuwiki/lib/plugins/revert/lang/tr/lang.php
/dokuwiki/lib/plugins/revert/lang/zh/lang.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ko/lang.php
/dokuwiki/lib/plugins/usermanager/lang/tr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh/lang.php
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/_mediaoptions.css
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/print.css
/dokuwiki/lib/tpl/default/rtl.css
8bddd94e26-Oct-2010 Adrian Lang <dokuwiki@adrianlang.de>

Fix SafeFN-encoded file names

SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is no

Fix SafeFN-encoded file names

SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded.

show more ...


cases/inc/safefn.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/inc/SafeFN.class.php
/dokuwiki/inc/auth/ldap.class.php
/dokuwiki/inc/feedcreator.class.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/subscr_single.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/stopwords.txt
/dokuwiki/inc/lang/fi/subscr_list.txt
/dokuwiki/inc/lang/hi/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ja/subscr_digest.txt
/dokuwiki/inc/lang/ja/subscr_form.txt
/dokuwiki/inc/lang/ja/subscr_list.txt
/dokuwiki/inc/lang/ja/subscr_single.txt
/dokuwiki/inc/lang/la/admin.txt
/dokuwiki/inc/lang/la/adminplugins.txt
/dokuwiki/inc/lang/la/backlinks.txt
/dokuwiki/inc/lang/la/conflict.txt
/dokuwiki/inc/lang/la/denied.txt
/dokuwiki/inc/lang/la/diff.txt
/dokuwiki/inc/lang/la/draft.txt
/dokuwiki/inc/lang/la/edit.txt
/dokuwiki/inc/lang/la/editrev.txt
/dokuwiki/inc/lang/la/index.txt
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/la/locked.txt
/dokuwiki/inc/lang/la/login.txt
/dokuwiki/inc/lang/la/mailtext.txt
/dokuwiki/inc/lang/la/newpage.txt
/dokuwiki/inc/lang/la/norev.txt
/dokuwiki/inc/lang/la/password.txt
/dokuwiki/inc/lang/la/preview.txt
/dokuwiki/inc/lang/la/pwconfirm.txt
/dokuwiki/inc/lang/la/read.txt
/dokuwiki/inc/lang/la/recent.txt
/dokuwiki/inc/lang/la/register.txt
/dokuwiki/inc/lang/la/registermail.txt
/dokuwiki/inc/lang/la/resendpwd.txt
/dokuwiki/inc/lang/la/revisions.txt
/dokuwiki/inc/lang/la/searchpage.txt
/dokuwiki/inc/lang/la/showrev.txt
/dokuwiki/inc/lang/la/stopwords.txt
/dokuwiki/inc/lang/la/subscr_digest.txt
/dokuwiki/inc/lang/la/subscr_form.txt
/dokuwiki/inc/lang/la/subscr_list.txt
/dokuwiki/inc/lang/la/subscr_single.txt
/dokuwiki/inc/lang/la/updateprofile.txt
/dokuwiki/inc/lang/la/uploadmail.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/admin.txt
/dokuwiki/inc/lang/pt/denied.txt
/dokuwiki/inc/lang/pt/editrev.txt
/dokuwiki/inc/lang/pt/index.txt
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/pt/locked.txt
/dokuwiki/inc/lang/pt/login.txt
/dokuwiki/inc/lang/pt/newpage.txt
/dokuwiki/inc/lang/pt/password.txt
/dokuwiki/inc/lang/pt/preview.txt
/dokuwiki/inc/lang/pt/read.txt
/dokuwiki/inc/lang/pt/recent.txt
/dokuwiki/inc/lang/pt/register.txt
/dokuwiki/inc/lang/pt/revisions.txt
/dokuwiki/inc/lang/pt/searchpage.txt
/dokuwiki/inc/lang/pt/showrev.txt
/dokuwiki/inc/lang/pt/subscr_digest.txt
/dokuwiki/inc/lang/pt/subscr_form.txt
/dokuwiki/inc/lang/pt/subscr_list.txt
/dokuwiki/inc/lang/pt/subscr_single.txt
/dokuwiki/inc/lang/pt/uploadmail.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/subscr_digest.txt
/dokuwiki/inc/lang/zh/subscr_form.txt
/dokuwiki/inc/lang/zh/subscr_list.txt
/dokuwiki/inc/lang/zh/subscr_single.txt
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/subscription.php
/dokuwiki/install.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/hi/lang.php
/dokuwiki/lib/plugins/acl/lang/la/help.txt
/dokuwiki/lib/plugins/acl/lang/la/lang.php
/dokuwiki/lib/plugins/acl/lang/zh/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/hi/lang.php
/dokuwiki/lib/plugins/config/lang/ja/lang.php
/dokuwiki/lib/plugins/config/lang/la/intro.txt
/dokuwiki/lib/plugins/config/lang/la/lang.php
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/plugin/classes/ap_manage.class.php
/dokuwiki/lib/plugins/plugin/lang/hi/lang.php
/dokuwiki/lib/plugins/plugin/lang/la/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/la/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/hi/lang.php
/dokuwiki/lib/plugins/popularity/lang/ja/lang.php
/dokuwiki/lib/plugins/popularity/lang/la/intro.txt
/dokuwiki/lib/plugins/popularity/lang/la/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh/lang.php
/dokuwiki/lib/plugins/revert/lang/hi/lang.php
/dokuwiki/lib/plugins/revert/lang/la/intro.txt
/dokuwiki/lib/plugins/revert/lang/la/lang.php
/dokuwiki/lib/plugins/revert/lang/zh/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/la/add.txt
/dokuwiki/lib/plugins/usermanager/lang/la/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/la/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/la/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/la/lang.php
/dokuwiki/lib/plugins/usermanager/lang/la/list.txt
/dokuwiki/lib/plugins/usermanager/lang/zh/lang.php
/dokuwiki/lib/scripts/hotkeys.js
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/tpl/default/media.css
/dokuwiki/lib/tpl/default/rtl.css
37c1acbd11-Oct-2010 Adrian Lang <lang@cosmocode.de>

Correctly handle non-default sepchars in page templates (FS#2057)


cases/inc/common_pagetemplate.test.php
/dokuwiki/doku.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/auth/ad.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/lang/de-informal/denied.txt
/dokuwiki/inc/lang/de-informal/install.html
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de-informal/subscr_digest.txt
/dokuwiki/inc/lang/de-informal/subscr_list.txt
/dokuwiki/inc/lang/de-informal/subscr_single.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/norev.txt
/dokuwiki/inc/lang/sk/recent.txt
/dokuwiki/inc/lang/sk/register.txt
/dokuwiki/inc/lang/sk/resendpwd.txt
/dokuwiki/inc/lang/sk/revisions.txt
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/plugins/acl/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sk/intro.txt
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/rtl.css
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/popularity/lang/de-informal/intro.txt
/dokuwiki/lib/plugins/popularity/lang/eo/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/de-informal/lang.php
/dokuwiki/lib/plugins/revert/lang/eo/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eo/lang.php
/dokuwiki/lib/scripts/hotkeys.js
c1e6807d03-Oct-2010 Andreas Gohr <andi@splitbrain.org>

removed outdated timing tests

cf1b22ac03-Oct-2010 Andreas Gohr <andi@splitbrain.org>

reset failinfo on next test case


lib/cli_reporter.php
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/feed.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/SimplePie.php
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/feedcreator.class.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de-informal/pwconfirm.txt
/dokuwiki/inc/lang/de-informal/subscr_list.txt
/dokuwiki/inc/lang/en/index.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/fo/lang.php
/dokuwiki/inc/lang/fo/subscr_digest.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/tr/install.html
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/plugins/acl/lang/de-informal/lang.php
/dokuwiki/lib/plugins/acl/lang/pt-br/lang.php
/dokuwiki/lib/plugins/acl/rtl.css
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/rtl.css
/dokuwiki/lib/plugins/plugin/classes/ap_info.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_manage.class.php
/dokuwiki/lib/plugins/plugin/lang/de-informal/lang.php
/dokuwiki/lib/plugins/plugin/lang/pt-br/lang.php
/dokuwiki/lib/plugins/plugin/rtl.css
/dokuwiki/lib/plugins/plugin/style.css
/dokuwiki/lib/plugins/popularity/lang/de-informal/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt-br/lang.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/revert/lang/de-informal/lang.php
/dokuwiki/lib/plugins/revert/lang/pt-br/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de-informal/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pt-br/lang.php
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/tpl/default/rtl.css
80c36a2723-Sep-2010 Guy Brand <gb@unistra.fr>

fixed new calls in test cases according to PHP5 conventions

e383b00420-Sep-2010 Adrian Lang <lang@cosmocode.de>

Remove odd .htaccess

Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong.

105e67b231-Aug-2010 Adrian Lang <lang@cosmocode.de>

More emphasis test cases from bug reports

3055295131-Aug-2010 Adrian Lang <lang@cosmocode.de>

Fix table tests according to 6606d6fc9f9


/dokuwiki/README
cases/inc/parser/parser_table.test.php
/dokuwiki/bin/dwpage.php
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/doku.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ldap.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/4cs.php
/dokuwiki/inc/geshi/abap.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/actionscript3.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/apt_sources.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.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/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_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/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/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/ecmascript.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/email.php
/dokuwiki/inc/geshi/erlang.php
/dokuwiki/inc/geshi/fo.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.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/groovy.php
/dokuwiki/inc/geshi/gwbasic.php
/dokuwiki/inc/geshi/haskell.php
/dokuwiki/inc/geshi/hicest.php
/dokuwiki/inc/geshi/hq9plus.php
/dokuwiki/inc/geshi/html4strict.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/lisp.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/newlisp.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/oberon2.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle11.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/oxygene.php
/dokuwiki/inc/geshi/oz.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/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/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/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/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/sql.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/vala.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.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/z80.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/az/admin.txt
/dokuwiki/inc/lang/az/adminplugins.txt
/dokuwiki/inc/lang/az/backlinks.txt
/dokuwiki/inc/lang/az/conflict.txt
/dokuwiki/inc/lang/az/denied.txt
/dokuwiki/inc/lang/az/diff.txt
/dokuwiki/inc/lang/az/draft.txt
/dokuwiki/inc/lang/az/edit.txt
/dokuwiki/inc/lang/az/editrev.txt
/dokuwiki/inc/lang/az/index.txt
/dokuwiki/inc/lang/az/install.html
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/az/locked.txt
/dokuwiki/inc/lang/az/login.txt
/dokuwiki/inc/lang/az/mailtext.txt
/dokuwiki/inc/lang/az/newpage.txt
/dokuwiki/inc/lang/az/norev.txt
/dokuwiki/inc/lang/az/password.txt
/dokuwiki/inc/lang/az/preview.txt
/dokuwiki/inc/lang/az/pwconfirm.txt
/dokuwiki/inc/lang/az/read.txt
/dokuwiki/inc/lang/az/recent.txt
/dokuwiki/inc/lang/az/register.txt
/dokuwiki/inc/lang/az/registermail.txt
/dokuwiki/inc/lang/az/resendpwd.txt
/dokuwiki/inc/lang/az/revisions.txt
/dokuwiki/inc/lang/az/searchpage.txt
/dokuwiki/inc/lang/az/showrev.txt
/dokuwiki/inc/lang/az/stopwords.txt
/dokuwiki/inc/lang/az/subscribermail.txt
/dokuwiki/inc/lang/az/updateprofile.txt
/dokuwiki/inc/lang/az/uploadmail.txt
/dokuwiki/inc/lang/az/wordblock.txt
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/subscr_form.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/subscr_form.txt
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/el/subscr_digest.txt
/dokuwiki/inc/lang/el/subscr_form.txt
/dokuwiki/inc/lang/el/subscr_list.txt
/dokuwiki/inc/lang/el/subscr_single.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fa/subscr_digest.txt
/dokuwiki/inc/lang/fa/subscr_form.txt
/dokuwiki/inc/lang/fa/subscr_list.txt
/dokuwiki/inc/lang/fa/subscr_single.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/subscr_digest.txt
/dokuwiki/inc/lang/pt-br/subscr_form.txt
/dokuwiki/inc/lang/pt-br/subscr_list.txt
/dokuwiki/inc/lang/pt-br/subscr_single.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ro/subscr_digest.txt
/dokuwiki/inc/lang/ro/subscr_form.txt
/dokuwiki/inc/lang/ro/subscr_list.txt
/dokuwiki/inc/lang/ro/subscr_single.txt
/dokuwiki/inc/lang/ru/denied.txt
/dokuwiki/inc/lang/ru/edit.txt
/dokuwiki/inc/lang/ru/index.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/login.txt
/dokuwiki/inc/lang/ru/mailtext.txt
/dokuwiki/inc/lang/ru/newpage.txt
/dokuwiki/inc/lang/ru/preview.txt
/dokuwiki/inc/lang/ru/pwconfirm.txt
/dokuwiki/inc/lang/ru/read.txt
/dokuwiki/inc/lang/ru/register.txt
/dokuwiki/inc/lang/ru/registermail.txt
/dokuwiki/inc/lang/ru/resendpwd.txt
/dokuwiki/inc/lang/ru/revisions.txt
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/ru/showrev.txt
/dokuwiki/inc/lang/ru/subscr_form.txt
/dokuwiki/inc/lang/ru/updateprofile.txt
/dokuwiki/inc/lang/ru/uploadmail.txt
/dokuwiki/inc/lang/sr/adminplugins.txt
/dokuwiki/inc/lang/sr/draft.txt
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sr/subscr_digest.txt
/dokuwiki/inc/lang/sr/subscr_form.txt
/dokuwiki/inc/lang/sr/subscr_list.txt
/dokuwiki/inc/lang/sr/subscr_single.txt
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/uk/pwconfirm.txt
/dokuwiki/inc/lang/uk/registermail.txt
/dokuwiki/inc/lang/uk/subscr_digest.txt
/dokuwiki/inc/lang/uk/subscr_form.txt
/dokuwiki/inc/lang/uk/subscr_list.txt
/dokuwiki/inc/lang/uk/subscr_single.txt
/dokuwiki/inc/parser/handler.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/_fla/MultipleUpload.as
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/da/lang.php
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/hu/lang.php
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/help.txt
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/sr/lang.php
/dokuwiki/lib/plugins/acl/lang/uk/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/hu/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/ru/intro.txt
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sr/lang.php
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_info.class.php
/dokuwiki/lib/plugins/plugin/lang/cs/lang.php
/dokuwiki/lib/plugins/plugin/lang/da/lang.php
/dokuwiki/lib/plugins/plugin/lang/el/lang.php
/dokuwiki/lib/plugins/plugin/lang/hu/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/nl/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/sr/lang.php
/dokuwiki/lib/plugins/plugin/lang/uk/lang.php
/dokuwiki/lib/plugins/popularity/lang/cs/lang.php
/dokuwiki/lib/plugins/popularity/lang/da/lang.php
/dokuwiki/lib/plugins/popularity/lang/el/lang.php
/dokuwiki/lib/plugins/popularity/lang/hu/lang.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/lang/nl/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/sr/lang.php
/dokuwiki/lib/plugins/popularity/lang/uk/lang.php
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/revert/lang/da/lang.php
/dokuwiki/lib/plugins/revert/lang/el/lang.php
/dokuwiki/lib/plugins/revert/lang/hu/lang.php
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/lang/nl/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/sr/lang.php
/dokuwiki/lib/plugins/revert/lang/uk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/da/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/el/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hu/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/nl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/uk/lang.php
/dokuwiki/lib/scripts/drag.js
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/events.js
/dokuwiki/lib/scripts/hotkeys.js

1...<<3132333435363738