]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
21 years agowiki: sample index.php override for simplier installation and
rurban [Tue, 20 Aug 2002 11:34:09 +0000 (11:34 +0000)]
wiki: sample index.php override for simplier installation and
      testing of other parameters (lang, theme, db, ...)
added .htaccess hints

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2264 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agofixed (again) the Double Page-Transformation bug. http://phpwiki.sourceforge.net...
rurban [Tue, 20 Aug 2002 11:17:08 +0000 (11:17 +0000)]
fixed (again) the Double Page-Transformation bug. http://phpwiki.sourceforge.net/phpwiki/FixedBugs
somehow the CVS fix from 2002.03.05 didn't made it to me.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2263 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoseperated index.php from lib/main.php loading.
rurban [Tue, 20 Aug 2002 08:56:58 +0000 (08:56 +0000)]
seperated index.php from lib/main.php loading.
This allows external inclusion of index.php and easier local overrides,
such as getimg.php, or as in PhpWikiDemo en/de/fr/... overrides.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2262 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agominor fix
rurban [Tue, 20 Aug 2002 08:37:42 +0000 (08:37 +0000)]
minor fix

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2261 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agode/en Today Buttons
rurban [Tue, 20 Aug 2002 08:33:57 +0000 (08:33 +0000)]
de/en Today Buttons

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2260 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agofixed TitleSearch and other plugin-form problems with USE_PATH_INFO = false
rurban [Mon, 19 Aug 2002 11:32:30 +0000 (11:32 +0000)]
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

21 years ago*** empty log message ***
rurban [Mon, 19 Aug 2002 06:41:28 +0000 (06:41 +0000)]
*** empty log message ***

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2258 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoadded SUBPAGE_SEPARATOR in code
rurban [Mon, 19 Aug 2002 06:31:17 +0000 (06:31 +0000)]
added SUBPAGE_SEPARATOR in code

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2257 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoadded header.
rurban [Sun, 18 Aug 2002 13:14:10 +0000 (13:14 +0000)]
added header.
configurable dot binary. defaults to '/usr/local/bin/dot'.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2256 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoAdded imagecache headers and doc
rurban [Sun, 18 Aug 2002 12:34:14 +0000 (12:34 +0000)]
Added imagecache headers and doc

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2255 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoNew "Today" button if the user has a Calender Page defined. weblog-style.
rurban [Sat, 17 Aug 2002 17:03:11 +0000 (17:03 +0000)]
New "Today" button if the user has a Calender Page defined. weblog-style.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2254 96ab9672-09ca-45d6-a79d-3d69d39ca109

21 years agoadded SubPages support: see SUBPAGE_SEPERATOR in index.php
rurban [Sat, 17 Aug 2002 15:52:53 +0000 (15:52 +0000)]
added SubPages support: see SUBPAGE_SEPERATOR in index.php
added ImageLinks [ img | link ], like [images/prev.gif|PrevLink][images/next.gif|NextLink]
  external image links might be a security risk.
added support for a local pear copy (DB, Cache)

added Johannes Große's VisualWiki and cached plugins.
fixed some Subpage related pages and templates. (Calender plugin)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2253 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agominor fix: missing border on "Update Preferences" button
carstenklapp [Fri, 29 Mar 2002 04:43:02 +0000 (04:43 +0000)]
minor fix: missing border on "Update Preferences" button

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2252 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoadded PHPWIKI_VERSION meta tag to html dumps
carstenklapp [Fri, 29 Mar 2002 04:41:47 +0000 (04:41 +0000)]
added PHPWIKI_VERSION meta tag to html dumps

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2251 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoadded ZIP html dump
carstenklapp [Thu, 28 Mar 2002 21:03:42 +0000 (21:03 +0000)]
added ZIP html dump

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2250 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFormatting corrections and adjustments for Synopsis; references to old alpha server...
carstenklapp [Thu, 28 Mar 2002 20:32:23 +0000 (20:32 +0000)]
Formatting corrections and adjustments for Synopsis; references to old alpha server changed to demo.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2249 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agohtml dump: fix broken links of page names containing accented letters.
carstenklapp [Thu, 28 Mar 2002 07:20:48 +0000 (07:20 +0000)]
html dump: fix broken links of page names containing accented letters.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2248 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded PHPWIKI_VERSION to zipfile comments, $HTML_DUMP_SUFFIX to filenames in html...
carstenklapp [Thu, 28 Mar 2002 07:08:10 +0000 (07:08 +0000)]
Added PHPWIKI_VERSION to zipfile comments, $HTML_DUMP_SUFFIX to filenames in html zip dump, and note about a possible cause of corrupted HTML ZIP dumps.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2247 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFixes to update plugin with new HtmlElement functions.
carstenklapp [Thu, 28 Mar 2002 06:50:48 +0000 (06:50 +0000)]
Fixes to update plugin with new HtmlElement functions.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2246 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRemoved Last-Modified header from editpage. It isn't very useful here and causes...
carstenklapp [Wed, 27 Mar 2002 20:23:43 +0000 (20:23 +0000)]
Removed Last-Modified header from editpage. It isn't very useful here and causes a cache problem for IE5.5. SF bug# 532235 https://sourceforge.net/tracker/index.php?func=detail&aid=532235&group_id=6121&atid=106121

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2245 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRolled back minimum required php version to 4.0.4pl1; added note about php's recent...
carstenklapp [Wed, 27 Mar 2002 00:38:51 +0000 (00:38 +0000)]
Rolled back minimum required php version to 4.0.4pl1; added note about php's recent recommended patches and updates, note about compiling php with appropriate database support; updated PEAR note and reorganized REQUIREMENTS & QUICK START INSTRUCTIONS.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2244 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoThe configurator is finished, please test it out. Creates the file 'settings.php...
carstenklapp [Tue, 26 Mar 2002 22:29:06 +0000 (22:29 +0000)]
The configurator is finished, please test it out. Creates the file 'settings.php' which you must rename to 'index.php' yourself.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2243 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded an option to control the suffix appended to filenames in the XHTML file dump...
carstenklapp [Mon, 25 Mar 2002 20:21:57 +0000 (20:21 +0000)]
Added an option to control the suffix appended to filenames in the XHTML file dump. Comment the line out if you don't want any suffix added.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2242 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded link rel="index" pointing to AllPages for XHTML dumps; for use with Mozilla...
carstenklapp [Mon, 25 Mar 2002 15:07:58 +0000 (15:07 +0000)]
Added link rel="index" pointing to AllPages for XHTML dumps; for use with Mozilla, iCab and Amaya.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2241 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoOnly display RCS_IDS when DEBUG is defined in main.php. (The PHPWIKI_VERSION is still...
carstenklapp [Mon, 25 Mar 2002 14:28:16 +0000 (14:28 +0000)]
Only display RCS_IDS when DEBUG is defined in main.php. (The PHPWIKI_VERSION is still always shown in the meta tags.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2240 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded the rest of the configuration options. Almost finished, only $DBParams doesn...
carstenklapp [Mon, 25 Mar 2002 00:41:23 +0000 (00:41 +0000)]
Added the rest of the configuration options. Almost finished, only $DBParams doesn't work yet.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2239 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFixed SF bug #528567 (I think) - two or three functions were called with arguments
lakka [Thu, 21 Mar 2002 21:24:50 +0000 (21:24 +0000)]
Fixed SF bug #528567 (I think) - two or three functions were called with arguments
passed by reference.  This is not necessary (and generates a warning) if
the function definition indicates that the argument is to be passed by reference.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2238 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFormatting fixes for RecentChanges sidebar
carstenklapp [Fri, 8 Mar 2002 21:31:14 +0000 (21:31 +0000)]
Formatting fixes for RecentChanges sidebar

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2237 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoUpdated themes to work properly with RecentChanges?format=sidebar
carstenklapp [Fri, 8 Mar 2002 20:31:14 +0000 (20:31 +0000)]
Updated themes to work properly with RecentChanges?format=sidebar

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2236 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoreplaced by preview.png
carstenklapp [Fri, 8 Mar 2002 06:20:28 +0000 (06:20 +0000)]
replaced by preview.png

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2235 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoMore sculpting of SpaceWiki theme css. Mozilla / Netscape 6 is required to fully...
carstenklapp [Fri, 8 Mar 2002 06:19:57 +0000 (06:19 +0000)]
More sculpting of SpaceWiki theme css. Mozilla / Netscape 6 is required to fully appreciate the changes.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2234 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFormatting for RecentChanges Mozilla sidebar.
carstenklapp [Fri, 8 Mar 2002 04:25:33 +0000 (04:25 +0000)]
Formatting for RecentChanges Mozilla sidebar.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2233 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew formatter to view RecentChanges in a Mozilla / Netscape 6 sidebar. When the brows...
carstenklapp [Fri, 8 Mar 2002 03:29:51 +0000 (03:29 +0000)]
New formatter to view RecentChanges in a Mozilla / Netscape 6 sidebar. When the browser supports sidebars, a link named "sidebar" appears next to the rss icon which allows you to automatically add the new RC sidebar panel. A sidebar view of RecentChanges is smaller than the normal RC; by default it only shows 1 day of activity; and all nonessential page elements are removed. Clicking on any link in the RC sidebar opens the result in the main browser window.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2232 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agopoint to new location of css files of default theme
carstenklapp [Thu, 7 Mar 2002 03:47:00 +0000 (03:47 +0000)]
point to new location of css files of default theme

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2231 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agofixed typo in url
carstenklapp [Wed, 6 Mar 2002 22:36:25 +0000 (22:36 +0000)]
fixed typo in url

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2230 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agominor code optimizations (removed an unused line and a duplicate line)
carstenklapp [Wed, 6 Mar 2002 03:52:22 +0000 (03:52 +0000)]
minor code optimizations (removed an unused line and a duplicate line)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2229 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded ADODB as one of the choices in part two: Database Selection.
carstenklapp [Wed, 6 Mar 2002 02:35:42 +0000 (02:35 +0000)]
Added ADODB as one of the choices in part two: Database Selection.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2228 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agomoved default css files from phpwiki root into themes/default/
carstenklapp [Wed, 6 Mar 2002 02:21:16 +0000 (02:21 +0000)]
moved default css files from phpwiki root into themes/default/

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2227 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFix for the double transformation bug which caused each page to be rendered twice...
carstenklapp [Wed, 6 Mar 2002 01:02:59 +0000 (01:02 +0000)]
Fix for the double transformation bug which caused each page to be rendered twice: this will probably restore the page rendering speed to what it was before PageType.php was added for the 1.3.3 release. (Every page was being rendered as both a regular wiki page and again formatted as an InterWikiMap page, even when the current page wasn't the InterWikiMap page.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2226 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agominor german grammatical fixes
rurban [Sun, 3 Mar 2002 14:49:02 +0000 (14:49 +0000)]
minor german grammatical fixes

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2225 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFixed photograph not showing in calendar.
carstenklapp [Sun, 3 Mar 2002 04:08:37 +0000 (04:08 +0000)]
Fixed photograph not showing in calendar.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2224 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoIncreased height of text input elements (ie5mac and older browsers ignore this) but...
carstenklapp [Sun, 3 Mar 2002 03:58:10 +0000 (03:58 +0000)]
Increased height of text input elements (ie5mac and older browsers ignore this) but let me know if it just looks wrong in your browser. Changed appearance of debug output.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2223 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoImprovements to display of headings and Info page, more formatting for RecentChanges...
carstenklapp [Sun, 3 Mar 2002 03:54:56 +0000 (03:54 +0000)]
Improvements to display of headings and Info page, more formatting for RecentChanges. Tests ok in NS4.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2222 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoApplied a workaround patch, for the double-call to do_transform() on old-markup pages...
carstenklapp [Sat, 2 Mar 2002 22:55:44 +0000 (22:55 +0000)]
Applied a workaround patch, for the double-call to do_transform() on old-markup pages. It's been running on the demo server today without any problems so far, let me know if you find any problems with this fix installed.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2221 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoShow pages skipped during loading with italics
carstenklapp [Sat, 2 Mar 2002 22:45:30 +0000 (22:45 +0000)]
Show pages skipped during loading with italics

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2220 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoUpdate translation with english version
carstenklapp [Sat, 2 Mar 2002 22:32:39 +0000 (22:32 +0000)]
Update translation with english version

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2219 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoMinor corrections *das* Wiki
carstenklapp [Sat, 2 Mar 2002 22:32:06 +0000 (22:32 +0000)]
Minor corrections *das* Wiki

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2218 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoUpdated to include FuzzyPages search. Include Tips section from FindPage on each...
carstenklapp [Sat, 2 Mar 2002 05:58:06 +0000 (05:58 +0000)]
Updated to include FuzzyPages search. Include Tips section from FindPage on each search page. Pgsrc header update & markup=2.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2217 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoComments cleanup. Removed the rest of the code for invoking the plugin as a wikiactio...
carstenklapp [Sat, 2 Mar 2002 05:47:27 +0000 (05:47 +0000)]
Comments cleanup. Removed the rest of the code for invoking the plugin as a wikiaction (I don't think the plugin is very useful as a WikiAction).

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2216 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded argument to display the section heading when including a named section from...
carstenklapp [Sat, 2 Mar 2002 05:40:33 +0000 (05:40 +0000)]
Added argument to display the section heading when including a named section from another page.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2215 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoThis is a complete rewrite of the FuzzyPages plugin. The page-title comparson criteri...
carstenklapp [Sat, 2 Mar 2002 02:59:56 +0000 (02:59 +0000)]
This is a complete rewrite of the FuzzyPages plugin. The page-title comparson criteria have been greatly simplified and the new search results are now much more satisfying.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2214 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agopositioning tweaks
carstenklapp [Fri, 1 Mar 2002 17:05:46 +0000 (17:05 +0000)]
positioning tweaks

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2213 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew css classes search-context and search-term. Make text-input boxes look like OSX...
carstenklapp [Fri, 1 Mar 2002 17:04:54 +0000 (17:04 +0000)]
New css classes search-context and search-term. Make text-input boxes look like OSX in Mozilla (ie5.1mac ignores this). Colour tweaks.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2212 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew css classes search-context and search-term.
carstenklapp [Fri, 1 Mar 2002 17:03:11 +0000 (17:03 +0000)]
New css classes search-context and search-term.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2211 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFixed a few instances of "in dieser wiki" to "in diesem Wiki" (das Wiki -- I hope...
carstenklapp [Fri, 1 Mar 2002 03:29:15 +0000 (03:29 +0000)]
Fixed a few instances of "in dieser wiki" to "in diesem Wiki" (das Wiki -- I hope the other grammar is ok) Also some new strings added.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2210 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agorebuilt for new files added
carstenklapp [Fri, 1 Mar 2002 03:25:10 +0000 (03:25 +0000)]
rebuilt for new files added

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2209 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoTurned debug constant back on. Added a descriptive version of the WikiAction keyword...
carstenklapp [Fri, 1 Mar 2002 03:23:57 +0000 (03:23 +0000)]
Turned debug constant back on. Added a descriptive version of the WikiAction keyword which is displayed during Sign In-- the accompanying sentence "You must sign in to %s this wiki" was refactored for localization.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2208 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agochanged plugin arg 'size' to 'formsize' for consistency with other search plugins
carstenklapp [Thu, 28 Feb 2002 01:01:14 +0000 (01:01 +0000)]
changed plugin arg 'size' to 'formsize' for consistency with other search plugins

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2207 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFix example plugin args
carstenklapp [Thu, 28 Feb 2002 00:57:22 +0000 (00:57 +0000)]
Fix example plugin args

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2206 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoReverting back to old version, WikiPlugin already has arg named 'formsize'.
carstenklapp [Thu, 28 Feb 2002 00:46:51 +0000 (00:46 +0000)]
Reverting back to old version, WikiPlugin already has arg named 'formsize'.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2205 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew plugin.
carstenklapp [Thu, 28 Feb 2002 00:11:17 +0000 (00:11 +0000)]
New plugin.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2204 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoReplaced obsolete "Magic forms" examples with equivalent examples using <?plugin...
carstenklapp [Wed, 27 Feb 2002 19:40:03 +0000 (19:40 +0000)]
Replaced obsolete "Magic forms" examples with equivalent examples using <?plugin-form.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2203 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded input 'size' arg to plugin-form.
carstenklapp [Wed, 27 Feb 2002 19:04:30 +0000 (19:04 +0000)]
Added input 'size' arg to plugin-form.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2202 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agocss bugfix: unnamed urls now use the 'rawurl' class (all url links were inadvertantly...
carstenklapp [Wed, 27 Feb 2002 04:41:12 +0000 (04:41 +0000)]
css bugfix: unnamed urls now use the 'rawurl' class (all url links were inadvertantly being assigned the class 'namedurl')

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2201 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoHttp header "Last-Modified" added for pages, actionpages and view source.
carstenklapp [Tue, 26 Feb 2002 21:58:49 +0000 (21:58 +0000)]
Http header "Last-Modified" added for pages, actionpages and view source.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2200 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoFound a better place to grab the date of most recent change listed, so the http heade...
carstenklapp [Tue, 26 Feb 2002 20:52:12 +0000 (20:52 +0000)]
Found a better place to grab the date of most recent change listed, so the http header "Last-Modified" now works for RecentEdits and RSS too.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2199 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoWorkaround absence of %e date format specifier in Windows strftime function.
lakka [Tue, 26 Feb 2002 11:08:41 +0000 (11:08 +0000)]
Workaround absence of %e date format specifier in Windows strftime function.
See code for comments

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2198 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoOrphanedPages now (correctly) excludes pages which have only themselves as a parent
lakka [Tue, 26 Feb 2002 10:44:30 +0000 (10:44 +0000)]
OrphanedPages now (correctly) excludes pages which have only themselves as a parent

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2197 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoSet http header "Last-Modified" to date of most recent change listed (for us RecentCh...
carstenklapp [Tue, 26 Feb 2002 06:33:11 +0000 (06:33 +0000)]
Set http header "Last-Modified" to date of most recent change listed (for us RecentChanges junkies).

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2196 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAll options which are currently covered now have input means appropriate to the data...
carstenklapp [Tue, 26 Feb 2002 01:05:10 +0000 (01:05 +0000)]
All options which are currently covered now have input means appropriate to the data type, textarea for input of arrays and list items. Added comments and some code cleanup.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2195 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNow handles about two thirds of the settings in config.php, and incorporates the...
carstenklapp [Mon, 25 Feb 2002 18:14:11 +0000 (18:14 +0000)]
Now handles about two thirds of the settings in config.php, and incorporates the password encryption functions from passencrypt.php for generating an encoded admin password if the crypt() function is available.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2194 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years ago(from Patrick Henry) New function to dump html files into a zip file.
carstenklapp [Mon, 25 Feb 2002 16:07:36 +0000 (16:07 +0000)]
(from Patrick Henry) New function to dump html files into a zip file.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2193 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years ago(from Patrick Henry) New function to dump html files into a zip file.
carstenklapp [Mon, 25 Feb 2002 15:57:11 +0000 (15:57 +0000)]
(from Patrick Henry) New function to dump html files into a zip file.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2192 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoTying up loose ends related to PageType.php --actionPages should now have the usual...
carstenklapp [Mon, 25 Feb 2002 03:33:10 +0000 (03:33 +0000)]
Tying up loose ends related to PageType.php --actionPages should now have the usual white background again.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2191 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years ago*** empty log message ***
carstenklapp [Mon, 25 Feb 2002 01:10:24 +0000 (01:10 +0000)]
*** empty log message ***

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2190 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded message when no pages found. Plugin can now also be called using ActionPage...
carstenklapp [Mon, 25 Feb 2002 01:04:12 +0000 (01:04 +0000)]
Added message when no pages found. Plugin can now also be called using ActionPage syntax (i.e. Sandbox?action=WantedPages or WantedPages?page=SandBox). Some refactoring done.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2189 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agofixed typos
rurban [Sun, 24 Feb 2002 21:41:01 +0000 (21:41 +0000)]
fixed typos

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2188 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoovercoming windows time-outs again on dumping. reset watchdog on every
rurban [Sun, 24 Feb 2002 21:21:14 +0000 (21:21 +0000)]
overcoming windows time-outs again on dumping. reset watchdog on every
page dumped (as on load).

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2187 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoPassword encrypt utility for php versions and operating systems that support the...
carstenklapp [Sun, 24 Feb 2002 20:36:23 +0000 (20:36 +0000)]
Password encrypt utility for php versions and operating systems that support the crypt() function.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2186 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew plugin page.
carstenklapp [Sun, 24 Feb 2002 20:25:10 +0000 (20:25 +0000)]
New plugin page.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2185 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew plugin.
carstenklapp [Sun, 24 Feb 2002 20:18:36 +0000 (20:18 +0000)]
New plugin.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2184 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRender nonexistant pagenames as unknown WikiLinks (for WantedPages). Moved globals...
carstenklapp [Sun, 24 Feb 2002 17:59:40 +0000 (17:59 +0000)]
Render nonexistant pagenames as unknown WikiLinks (for WantedPages). Moved globals out of _getValue into column constructors to try to improve speed when rendering large PageLists.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2183 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoupdated PHPWIKI_VERSION to 1.3.3
carstenklapp [Sun, 24 Feb 2002 06:07:44 +0000 (06:07 +0000)]
updated PHPWIKI_VERSION to 1.3.3

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2182 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoUpdated page to use new WikiForm plugin; added XHTML section.
carstenklapp [Sun, 24 Feb 2002 06:05:53 +0000 (06:05 +0000)]
Updated page to use new WikiForm plugin; added XHTML section.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2181 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoNew OrphanedPages, RandomPage. Updated link to demo server.
carstenklapp [Sun, 24 Feb 2002 05:20:15 +0000 (05:20 +0000)]
New OrphanedPages, RandomPage. Updated link to demo server.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2180 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agogerman RandomPage
carstenklapp [Sun, 24 Feb 2002 05:16:19 +0000 (05:16 +0000)]
german RandomPage

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2179 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoUpdated Apache alias directive instructions for new file layout in 1.3.3. Bugfixes...
carstenklapp [Sat, 23 Feb 2002 23:32:29 +0000 (23:32 +0000)]
Updated Apache alias directive instructions for new file layout in 1.3.3. Bugfixes in instructions for keychain script.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2178 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRequired PHP version 4.0.5, updated instructions for new RawHTML plugin
carstenklapp [Sat, 23 Feb 2002 23:31:19 +0000 (23:31 +0000)]
Required PHP version 4.0.5, updated instructions for new RawHTML plugin

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2177 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded link to PhpWikiDocumentation.
wainstead [Sat, 23 Feb 2002 22:02:45 +0000 (22:02 +0000)]
Added link to PhpWikiDocumentation.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2176 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agodon't set_time_limit with safe_mode on. to overcome warning msg. release-1_3_3
rurban [Sat, 23 Feb 2002 20:27:03 +0000 (20:27 +0000)]
don't set_time_limit with safe_mode on. to overcome warning msg.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2174 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agobugfix
carstenklapp [Sat, 23 Feb 2002 07:01:56 +0000 (07:01 +0000)]
bugfix

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2173 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agotheme renamed to SpaceWiki
carstenklapp [Sat, 23 Feb 2002 05:53:54 +0000 (05:53 +0000)]
theme renamed to SpaceWiki

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2172 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdjustments to english instructions for conflicting edits.
carstenklapp [Sat, 23 Feb 2002 05:53:18 +0000 (05:53 +0000)]
Adjustments to english instructions for conflicting edits.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2171 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agofixed typo in english
carstenklapp [Sat, 23 Feb 2002 05:05:08 +0000 (05:05 +0000)]
fixed typo in english

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2170 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agotypo
carstenklapp [Sat, 23 Feb 2002 05:04:04 +0000 (05:04 +0000)]
typo

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2169 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoChanged PhpWikiAlpha to PhpWikiDemo to coincide with the new web site layout.
carstenklapp [Sat, 23 Feb 2002 03:30:51 +0000 (03:30 +0000)]
Changed PhpWikiAlpha to PhpWikiDemo to coincide with the new web site layout.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2168 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoAdded a count of the number of words on the page for Reini. This seems to work, even...
carstenklapp [Sat, 23 Feb 2002 01:51:55 +0000 (01:51 +0000)]
Added a count of the number of words on the page for Reini. This seems to work, even when the page contains list bullets * but has not really been thoroughly tested with various kinds of wikimarkup. (The regular expression was taken from an emacs lisp tutorial at http://www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_167.html)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2167 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoadded recursive array counting function (for word counting in Info plugin)
carstenklapp [Sat, 23 Feb 2002 01:45:17 +0000 (01:45 +0000)]
added recursive array counting function (for word counting in Info plugin)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2166 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRenamed theme to SpaceWiki to avoid any future problems
carstenklapp [Sat, 23 Feb 2002 00:16:20 +0000 (00:16 +0000)]
Renamed theme to SpaceWiki to avoid any future problems

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2165 96ab9672-09ca-45d6-a79d-3d69d39ca109

22 years agoRenamed theme to SpaceWiki to avoid any future problems
carstenklapp [Fri, 22 Feb 2002 23:52:41 +0000 (23:52 +0000)]
Renamed theme to SpaceWiki to avoid any future problems

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2164 96ab9672-09ca-45d6-a79d-3d69d39ca109