]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
fixed TitleSearch and other plugin-form problems with USE_PATH_INFO = false
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 19 Aug 2002 11:32:30 +0000 (11:32 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 19 Aug 2002 11:32:30 +0000 (11:32 +0000)
commit25b056c9a3311713b36781caec1a2ecf7df55427
treecedb35f3573bd7e398d14741a5cfacd6a201172f
parent50aa44f81f4cf9f952c3c56ffa466172e2c90c8c
fixed TitleSearch and other plugin-form problems with USE_PATH_INFO = false
renamed the constant HomePage to HOME_PAGE
  fix it in your templates with:
  cd themes
  find . -name \*.tmpl -exec \
    perl -pi~ -e's/([^ ])HomePage/$1HOME_PAGE/g' \{\} \;
changed version string to 1.3.3
 removed -jeffs-hacks, since it's officially released.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2259 96ab9672-09ca-45d6-a79d-3d69d39ca109
16 files changed:
getimg.php
index.php
lib/HtmlElement.php
lib/WikiPlugin.php
lib/config.php
lib/loadsave.php
lib/main.php
lib/plugin/VisualWiki.php
lib/plugin/WikiForm.php
lib/transform.php
themes/Portland/templates/body.tmpl
themes/default/templates/README
themes/default/templates/body.tmpl
themes/default/templates/navbar.tmpl
themes/default/templates/top-htmldump.tmpl
themes/default/templates/top.tmpl