History log of /dokuwiki/_test/ (Results 676 – 700 of 932)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7840324d06-Oct-2012 Andreas Gohr <andi@splitbrain.org>

enabled authplain plugin for testsuite

680b174006-Oct-2012 Anika Henke <anika@selfthinker.org>

fixed sidebar test and renamed it to reflect recent changes

d48e3de506-Oct-2012 Andreas Gohr <andi@splitbrain.org>

fixed auth related tests

0c313f7801-Oct-2012 Michael Hamann <michael@content-space.de>

Always load the parser in the test environment

This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit
between test functions that called p_get_parsermodes() as PHPUnit tried
to res

Always load the parser in the test environment

This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit
between test functions that called p_get_parsermodes() as PHPUnit tried
to restore the global environment. I couldn't reproduce this when I
executed all tests but just when I executed a single plugin test.

show more ...


bootstrap.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/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/main.php
/dokuwiki/lib/tpl/dokuwiki/script.js
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
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 ...


tests/inc/subscription_set.test.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/infoutils.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/subscription.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/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/_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
0edda90026-Aug-2012 Andreas Gohr <andi@splitbrain.org>

replace deprecated split calls FS#2583

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

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

first start at refactoring the subscription system BROKEN

This introduces a class for nicer wrapping and easier testing. Some
functions were changed to provide nicer APIs (no throwing around of
unes

first start at refactoring the subscription system BROKEN

This introduces a class for nicer wrapping and easier testing. Some
functions were changed to provide nicer APIs (no throwing around of
unescaped regexps) and to simplify things (hopefully).

The refactoring isn't completed yet, so this will break the subscription
system.

The goal is to move as much subscription related stuff to this class as
possible. Currently there is some code in lib/exe/indexer.php and maybe
elsewhere (common.php?). Additionally everything should be covered by
tests. A few tests are included here already.

show more ...

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

extract method for Input class

makes it easier to access our do parameters

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

do not recompress already minified js FS#2574

fa44692629-Jul-2012 Andreas Gohr <andi@splitbrain.org>

more utf8_basename fixes

a8c343f229-Jul-2012 Michael Hamann <michael@content-space.de>

Fix utf8_basename for files in the root directory

420addb229-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix utf8_basename for file names without any directory

0483f97f28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

added multiby html_highlight tests FS#2440

1ea7a6ba28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

support CONNECT for tunneling SSL via HTTP proxies FS#2431

The included test cases currently expect a squid at localhost:3128

e8b5a4f928-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins, E_STRICT errors are still
supressed.

show more ...

e3ab6fc528-Jul-2012 Michael Hamann <michael@content-space.de>

Fixed and extended PHPDoc comments and added additional @var comments

9a9b579a28-Jul-2012 Michael Hamann <michael@content-space.de>

Fix index histogram minlen parameter for metadata keys

This includes a test for the minlen parameter for metadata keys

f393a4eb28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

added utf8_basename()

This is a locale independent version of basename to work around
https://bugs.php.net/bug.php?id=37738

The function is not yet used anywhere. It should be at least used
where e

added utf8_basename()

This is a locale independent version of basename to work around
https://bugs.php.net/bug.php?id=37738

The function is not yet used anywhere. It should be at least used
where ever non-ASCII filenames and paths are handled. Simply replacing
all calls to basename() with this function might be the safest.

show more ...


tests/inc/utf8_basename.test.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/doku.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth/ldap.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/ar/install.html
/dokuwiki/inc/lang/az/install.html
/dokuwiki/inc/lang/bg/install.html
/dokuwiki/inc/lang/ca-valencia/install.html
/dokuwiki/inc/lang/ca/install.html
/dokuwiki/inc/lang/cs/install.html
/dokuwiki/inc/lang/da/install.html
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/mailwrap.html
/dokuwiki/inc/lang/da/resetpwd.txt
/dokuwiki/inc/lang/da/subscr_digest.txt
/dokuwiki/inc/lang/da/subscr_list.txt
/dokuwiki/inc/lang/de-informal/install.html
/dokuwiki/inc/lang/de/install.html
/dokuwiki/inc/lang/el/install.html
/dokuwiki/inc/lang/en/install.html
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/en/newpage.txt
/dokuwiki/inc/lang/en/norev.txt
/dokuwiki/inc/lang/en/searchpage.txt
/dokuwiki/inc/lang/eo/install.html
/dokuwiki/inc/lang/es/install.html
/dokuwiki/inc/lang/eu/install.html
/dokuwiki/inc/lang/fa/install.html
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fa/mailwrap.html
/dokuwiki/inc/lang/fa/resetpwd.txt
/dokuwiki/inc/lang/fi/install.html
/dokuwiki/inc/lang/fr/install.html
/dokuwiki/inc/lang/gl/install.html
/dokuwiki/inc/lang/he/install.html
/dokuwiki/inc/lang/hu/install.html
/dokuwiki/inc/lang/ia/install.html
/dokuwiki/inc/lang/id/install.html
/dokuwiki/inc/lang/it/install.html
/dokuwiki/inc/lang/ja/install.html
/dokuwiki/inc/lang/ko/install.html
/dokuwiki/inc/lang/la/install.html
/dokuwiki/inc/lang/lv/install.html
/dokuwiki/inc/lang/mr/install.html
/dokuwiki/inc/lang/nl/install.html
/dokuwiki/inc/lang/no/install.html
/dokuwiki/inc/lang/pl/install.html
/dokuwiki/inc/lang/pt-br/install.html
/dokuwiki/inc/lang/pt/install.html
/dokuwiki/inc/lang/ro/install.html
/dokuwiki/inc/lang/ru/install.html
/dokuwiki/inc/lang/sk/install.html
/dokuwiki/inc/lang/sl/install.html
/dokuwiki/inc/lang/sq/install.html
/dokuwiki/inc/lang/sr/install.html
/dokuwiki/inc/lang/sv/install.html
/dokuwiki/inc/lang/tr/install.html
/dokuwiki/inc/lang/uk/install.html
/dokuwiki/inc/lang/zh-tw/install.html
/dokuwiki/inc/lang/zh/install.html
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/preload.php.dist
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/index.html
/dokuwiki/lib/images/fileicons/index.php
/dokuwiki/lib/images/index.html
/dokuwiki/lib/index.html
/dokuwiki/lib/plugins/acl/lang/da/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/index.html
/dokuwiki/lib/plugins/plugin/lang/da/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/da/lang.php
/dokuwiki/lib/plugins/popularity/lang/da/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/revert/lang/da/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/da/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/scripts/index.html
/dokuwiki/lib/styles/index.html
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/index.php
ee1dd78008-Jul-2012 Michael Hamann <michael@content-space.de>

Remove closing PHP tag in stalecheck test case

4538a8a607-Jul-2012 Martin Doucha <next_ghost@quick.cz>

Remove unnecessary include

c3cf5a6c07-Jul-2012 Martin Doucha <next_ghost@quick.cz>

Stale cache unittest

1...<<21222324252627282930>>...38