]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
21 years ago*** empty log message ***
rurban [Mon, 9 Sep 2002 13:30:41 +0000 (13:30 +0000)]
*** empty log message ***

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

21 years agoTested with CGI version.
rurban [Mon, 9 Sep 2002 13:30:04 +0000 (13:30 +0000)]
Tested with CGI version.
Only subopages and !IsProbablyRedirectToIndex() not yet.

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

21 years agoPrevent from possible XSS attacks (cross site scripting)
rurban [Mon, 9 Sep 2002 12:14:37 +0000 (12:14 +0000)]
Prevent from possible XSS attacks (cross site scripting)
see http://www.cert.org/advisories/CA-2000-02.html, http://www.perl.com/pub/a/2002/02/20/css.html
<script> tags, ...
sample exploit: /wiki/?pagename=<script>alert(document.cookie)</script>

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

21 years agoFileFinder: added OS specific code. Just for testing. Will be changed to seperate...
rurban [Mon, 9 Sep 2002 08:38:19 +0000 (08:38 +0000)]
FileFinder: added OS specific code. Just for testing. Will be changed to seperate classes per OS for efficiency.
config: better locale handling
plugin/All*: support sortby
DebugInfo: show password to WikiAdmin
signin.tmpl: experimental optional EditingPolicy popup.
head.tmpl: added document rating (no PICS yet)

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

21 years agofixed layout, take system-specific default values, added password creation.
rurban [Sun, 8 Sep 2002 21:22:11 +0000 (21:22 +0000)]
fixed layout, take system-specific default values, added password creation.
sync'ed with latest index.php ($DBAuthParams missing)

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

21 years agounix eol
rurban [Sun, 8 Sep 2002 18:34:35 +0000 (18:34 +0000)]
unix eol

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

21 years agonew feature: create random password
rurban [Sun, 8 Sep 2002 12:05:14 +0000 (12:05 +0000)]
new feature: create random password

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

21 years agoChange default for ENABLE_RAW_HTML to false (for safety).
dairiki [Wed, 4 Sep 2002 21:03:31 +0000 (21:03 +0000)]
Change default for ENABLE_RAW_HTML to false (for safety).

Change default for dba type from 'dbm' to 'gdbm'.  (IIRC, 'dbm' suffers
from limitations on the size of data items.)

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

21 years agoUse the API, Luke... (minor change)
dairiki [Wed, 4 Sep 2002 20:39:47 +0000 (20:39 +0000)]
Use the API, Luke... (minor change)

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

21 years agoGeneral cleanup.
dairiki [Wed, 4 Sep 2002 20:35:15 +0000 (20:35 +0000)]
General cleanup.

According to the WikiRPC spec, all of the returned
string values (or at least those which might contain non-ascii characters)
need to be converted to UTF-8.  Then short strings (e.g. page names
and authors) are to be rawurlencode()d an returned as XML-RPC string
values, while long strings (e.g. page content) are to be returned as
XML-RPC base64 values.

A lot of this was being done inconsistently or not at all --- I've just
gone through and made sure everything gets properly encoded.

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

21 years agoConvert to unix line endings (newline instead of carriage-return).
dairiki [Wed, 4 Sep 2002 19:33:36 +0000 (19:33 +0000)]
Convert to unix line endings (newline instead of carriage-return).
Otherwise CVS sees the file as one big line (which kind of negates
the usefulness of 'cvs diff'...)
Re-indented.

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

21 years agoavoid recursion into already visited pages.
rurban [Wed, 4 Sep 2002 16:04:41 +0000 (16:04 +0000)]
avoid recursion into already visited pages.

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

21 years agofixed target problem for FrameInclude
rurban [Mon, 2 Sep 2002 14:36:59 +0000 (14:36 +0000)]
fixed target problem for FrameInclude

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

21 years agofixed plugin/FrameInclude: missing are the targets at the top, left and bottom frames
rurban [Mon, 2 Sep 2002 12:39:02 +0000 (12:39 +0000)]
fixed plugin/FrameInclude: missing are the targets at the top, left and bottom frames

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

21 years agofixed args argument. just aesthetics.
rurban [Mon, 2 Sep 2002 10:01:08 +0000 (10:01 +0000)]
fixed args argument. just aesthetics.

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

21 years agofixed RedirectTo action=edit and such.
rurban [Mon, 2 Sep 2002 09:42:20 +0000 (09:42 +0000)]
fixed RedirectTo action=edit and such.

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

21 years agofix for <?plugin-head
rurban [Mon, 2 Sep 2002 09:34:05 +0000 (09:34 +0000)]
fix for <?plugin-head

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

21 years agofix: $default_language is not in CVS yet. activated pagestats and cachestats.
rurban [Mon, 2 Sep 2002 08:44:49 +0000 (08:44 +0000)]
fix: $default_language is not in CVS yet. activated pagestats and cachestats.
not activated: diskspace.

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

21 years agoMoved to RPC2.php for consistency
lakka [Mon, 2 Sep 2002 08:15:31 +0000 (08:15 +0000)]
Moved to RPC2.php for consistency

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

21 years agoRenamed from WikiXMLRPC.php for consistency with other servers. A few comments added
lakka [Mon, 2 Sep 2002 08:13:51 +0000 (08:13 +0000)]
Renamed from WikiXMLRPC.php for consistency with other servers.  A few comments added

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

21 years agofirst rough versions of new plugins:
rurban [Sun, 1 Sep 2002 16:33:19 +0000 (16:33 +0000)]
first rough versions of new plugins:
  UnfoldSubpages: no pages, quiet, sort, sortby, sections, section, sectionhead yet
  WikiBlog: SUBPAGE_SEPARATOR and table layout hardcoded. => CSS classes
  SystemInfo should be cachable.

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

21 years agofixed / quoting in ListRegexExpand() (for UnfoldSubpages)
rurban [Sun, 1 Sep 2002 16:18:52 +0000 (16:18 +0000)]
fixed / quoting in ListRegexExpand() (for UnfoldSubpages)

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

21 years agofixed bug with / in matched pages (subpages)
rurban [Sun, 1 Sep 2002 16:02:13 +0000 (16:02 +0000)]
fixed bug with / in matched pages (subpages)

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

21 years agoRemoved Today button, change password not for admin
rurban [Sun, 1 Sep 2002 15:52:50 +0000 (15:52 +0000)]
Removed Today button, change password not for admin

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

21 years agoNew accessor method for WikiPageRevision:
lakka [Sat, 31 Aug 2002 11:27:19 +0000 (11:27 +0000)]
New accessor method for WikiPageRevision:
getPageName

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

21 years agoXMLRPC now works (I think)
lakka [Fri, 30 Aug 2002 21:36:37 +0000 (21:36 +0000)]
XMLRPC now works (I think)

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

21 years agofixed typos
rurban [Fri, 30 Aug 2002 10:20:29 +0000 (10:20 +0000)]
fixed typos

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

21 years agoInitial checkin of XML-RPC interface code. Not yet working, but shouldn't break...
lakka [Fri, 30 Aug 2002 09:37:18 +0000 (09:37 +0000)]
Initial checkin of XML-RPC interface code.  Not yet working, but shouldn't break anything

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

21 years agoNew URL for more info on Wabi Sabi (now links to c2.com; old link was broken
wainstead [Fri, 30 Aug 2002 04:54:47 +0000 (04:54 +0000)]
New URL for more info on Wabi Sabi (now links to c2.com; old link was broken

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

21 years agoupdated my home page url
wainstead [Fri, 30 Aug 2002 04:52:15 +0000 (04:52 +0000)]
updated my home page url

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

21 years agoAgain with the missing underscore!
wainstead [Fri, 30 Aug 2002 04:49:59 +0000 (04:49 +0000)]
Again with the missing underscore!

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

21 years agotype
rurban [Tue, 27 Aug 2002 22:34:17 +0000 (22:34 +0000)]
type

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

21 years agoanother fix.
rurban [Tue, 27 Aug 2002 22:00:04 +0000 (22:00 +0000)]
another fix.

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

21 years agotypo
rurban [Tue, 27 Aug 2002 21:55:55 +0000 (21:55 +0000)]
typo

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

21 years agoLANG still broken, working on better locale handling.
rurban [Tue, 27 Aug 2002 21:51:31 +0000 (21:51 +0000)]
LANG still broken, working on better locale handling.
improved PageList: added checkbox, sortby
added <?plugin-head for FrameInclude and RedirectTo
fixed some minor UserPreferences quirks
solidified templates
added PhpWeather
added a new generic WikiAdminSelect to simulate the commandline:
  work with sets of pages, pass the request to underlying WikiAdmin* plugins

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

21 years agofrom RecBackLinks submitted as sf.net patch by Cuthbert Cat.
rurban [Sun, 25 Aug 2002 11:39:39 +0000 (11:39 +0000)]
from RecBackLinks submitted as sf.net patch by Cuthbert Cat.

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

21 years agoFixed typo: missing underscore on _request
wainstead [Sat, 24 Aug 2002 22:09:14 +0000 (22:09 +0000)]
Fixed typo: missing underscore on _request

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

21 years agonew PrevNext plugin with two buttons
rurban [Sat, 24 Aug 2002 13:18:56 +0000 (13:18 +0000)]
new PrevNext plugin with two buttons
more docs, the buttonfinder supports now gif also.
interwiki.map warning now removable.

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

21 years agofixed problem with remove
rurban [Fri, 23 Aug 2002 22:10:16 +0000 (22:10 +0000)]
fixed problem with remove

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

21 years agofixed homepage on signed-in
rurban [Fri, 23 Aug 2002 21:59:06 +0000 (21:59 +0000)]
fixed homepage on signed-in

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

21 years agomor Preferences testing (still wrong)
rurban [Fri, 23 Aug 2002 21:54:30 +0000 (21:54 +0000)]
mor Preferences testing (still wrong)

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

21 years agoaha, the two missing files for FrameInclude.
rurban [Fri, 23 Aug 2002 18:32:12 +0000 (18:32 +0000)]
aha, the two missing files for FrameInclude.
one more notes on these:
  changed the default template names.
  eg. top => html for all
  frame=top would display the topframe and not everything
  same for frame=left, frame=bottom, frame=body, ...

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

21 years agofixed login, theme selection, UserPreferences.
rurban [Fri, 23 Aug 2002 18:29:34 +0000 (18:29 +0000)]
fixed login, theme selection, UserPreferences.
added language selection (minor errors).
added FrameInclude plugin (not quite ready yet, heavy stuff).
added AllUsers plugin.
work on WikiAuthDB (external auth): almost ready

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

21 years agofixed minor upgrade problem
rurban [Thu, 22 Aug 2002 23:42:51 +0000 (23:42 +0000)]
fixed minor upgrade problem

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

21 years agooops. some missing plugin changes
rurban [Thu, 22 Aug 2002 23:32:33 +0000 (23:32 +0000)]
oops. some missing plugin changes

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

21 years agoFirst (unfinished) UserAuth version, storing prefs in page meta-data.
rurban [Thu, 22 Aug 2002 23:28:32 +0000 (23:28 +0000)]
First (unfinished) UserAuth version, storing prefs in page meta-data.
      in cookies only the userid from now on.
      login in some cases broken.
      Missing is WikiDb_User for external SQL Auth.
Improved UserPreferences (changepass, themes, email notification)
Fixed assert.
Added Create HomePage on login of unknown user.

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

21 years ago*** empty log message ***
rurban [Tue, 20 Aug 2002 23:03:44 +0000 (23:03 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
rurban [Tue, 20 Aug 2002 22:57:39 +0000 (22:57 +0000)]
*** empty log message ***

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

21 years agotext from phpwiki site
rurban [Tue, 20 Aug 2002 22:50:06 +0000 (22:50 +0000)]
text from phpwiki site

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

21 years agopgsrc's for new PhpWikiAdministration%2FRemove subpage
rurban [Tue, 20 Aug 2002 22:30:03 +0000 (22:30 +0000)]
pgsrc's for new PhpWikiAdministration%2FRemove subpage

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

21 years agoaction handling support for WikiAdminRemove from PhpWikiAdministration/Remove
rurban [Tue, 20 Aug 2002 21:55:05 +0000 (21:55 +0000)]
action handling support for WikiAdminRemove from PhpWikiAdministration/Remove
(not yet secure! must check for plugin name and locked page also)

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

21 years agonew plugin to remove multiple pages.
rurban [Tue, 20 Aug 2002 20:34:20 +0000 (20:34 +0000)]
new plugin to remove multiple pages.

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

21 years agoTips bei SeiteFinden
rurban [Tue, 20 Aug 2002 18:31:29 +0000 (18:31 +0000)]
Tips bei SeiteFinden

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

21 years agotd => th in FuzzyPages
rurban [Tue, 20 Aug 2002 18:26:12 +0000 (18:26 +0000)]
td => th in FuzzyPages
fixed HomePage in RecentChanges
added binary locations to TexToPng

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

21 years ago*** empty log message ***
rurban [Tue, 20 Aug 2002 18:23:07 +0000 (18:23 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
rurban [Tue, 20 Aug 2002 18:03:10 +0000 (18:03 +0000)]
*** empty log message ***

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

21 years agoadded german FuzzySuche
rurban [Tue, 20 Aug 2002 18:01:25 +0000 (18:01 +0000)]
added german FuzzySuche

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

21 years agojeff voted for gif over png's (older browsers). Ok, we are not PC.
rurban [Tue, 20 Aug 2002 17:43:36 +0000 (17:43 +0000)]
jeff voted for gif over png's (older browsers). Ok, we are not PC.

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

21 years agofixed Conflicting Edits Bug from http://phpwiki.sourceforge.net/phpwiki/KnownBugs
rurban [Tue, 20 Aug 2002 16:51:46 +0000 (16:51 +0000)]
fixed  Conflicting Edits Bug  from http://phpwiki.sourceforge.net/phpwiki/KnownBugs
lib/diff3.php:153: Warning[2]: First argument to array_splice() should be an array

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

21 years agoreplaced gif with png versions
rurban [Tue, 20 Aug 2002 16:15:26 +0000 (16:15 +0000)]
replaced gif with png versions

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

21 years agoLocal buttons to reduce traffic to jigsaw. These have an extension and can
rurban [Tue, 20 Aug 2002 16:06:11 +0000 (16:06 +0000)]
Local buttons to reduce traffic to jigsaw. These have an extension and can
be easier cached.

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

21 years agoadded text-only debug-links instead of images
rurban [Tue, 20 Aug 2002 14:23:07 +0000 (14:23 +0000)]
added text-only debug-links instead of images

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

21 years agono buttons for Portland
rurban [Tue, 20 Aug 2002 14:03:14 +0000 (14:03 +0000)]
no buttons for Portland

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

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