]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
21 years agoadded jscript validation checks
rurban [Sun, 15 Sep 2002 17:28:27 +0000 (17:28 +0000)]
added jscript validation checks

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

21 years agomore fixes. this version finally loads fine.
rurban [Sun, 15 Sep 2002 16:30:27 +0000 (16:30 +0000)]
more fixes. this version finally loads fine.
todo: validate input (fix javascript, add POST checks)
      change tables to dl/dt to enable fold/unfold
      start this automatically the first time
      fix include_path
      eval index-user.php or index.php to get the actual settings.
      ask to store it in index.php or index-user.php

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

21 years agofixed some minor bugs.
rurban [Sun, 15 Sep 2002 16:17:37 +0000 (16:17 +0000)]
fixed some minor bugs.
preliminary new javascript code from Martin Geisler to validate input and to
fold/unfold parts. But before we have to get rid of the tables.

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

21 years agofix that <?plugin-head is only invoked when it is the very first text.
rurban [Sun, 15 Sep 2002 15:05:47 +0000 (15:05 +0000)]
fix that <?plugin-head is only invoked when it is the very first text.
(most likely ignoring the rest of the page, leaving that as a dustbin...)

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

21 years agoMinor bug fix. Don't urlencode spaces.
dairiki [Sun, 15 Sep 2002 06:14:32 +0000 (06:14 +0000)]
Minor bug fix.  Don't urlencode spaces.

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

21 years agoFixed so that wiki.listLinks() returns external as well as internal links.
dairiki [Sun, 15 Sep 2002 05:52:23 +0000 (05:52 +0000)]
Fixed so that wiki.listLinks() returns external as well as internal links.

Since the external links aren't currently stored in the link database,
we need to scan the page text for the links.  We might as well pull the
internal links out from the same scan.  (Commented out the old code
which queries the link db.)

Also fixed a couple bugs/features:
 o wiki.listLinks() was listing backlinks not outgoing links.
 o When urlencoding short strings we only really need to encode
   the ascii control characters (which aren't allowed in XML 1.0 :-/)

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

21 years agoI was starting to hack together a counter part to ExtractWikiPageLinks()
dairiki [Sun, 15 Sep 2002 05:45:09 +0000 (05:45 +0000)]
I was starting to hack together a counter part to ExtractWikiPageLinks()
to extract the external links (for the XML-RPC interface).  In so doing,
discovered yet more bugs in the current ExtractWikiPageLinks().
(Bumpy words within raw URLs and interwiki links were being counted
as links when they shouldn't have been.)

So instead converted ExtractWikiPageLinks() to ExtractLinks() which finds
both internal and external links.   ExtractWikiPageLinks() is now a wrapper
around ExtractLinks().  (Also new function ExtractExternalLinks() is another
wrapper.)

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

21 years agoDocumentation adjustments (starting to play with phpDocumentor).
dairiki [Sun, 15 Sep 2002 03:56:22 +0000 (03:56 +0000)]
Documentation adjustments (starting to play with phpDocumentor).
No code changes.

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

21 years agoFix for backlinks to pages with digits in their names bug.
dairiki [Sat, 14 Sep 2002 22:58:06 +0000 (22:58 +0000)]
Fix for backlinks to pages with digits in their names bug.

(Really, the link extraction code should be unified with the
markup transformation code so that the two are guaranteed to
agree about what is a link and what's not.)

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

21 years agoThe main script will now notice when you're directing and XML-RPC
dairiki [Sat, 14 Sep 2002 22:28:33 +0000 (22:28 +0000)]
The main script will now notice when you're directing and XML-RPC
request at it (and act accordingly).   (The method with be POST,
and the content-type will be text/xml.)

This makes the RPC2.php script obsolete, though I've left a vestigal
version for now...   the XML-RPC server code has been moved into
the new file lib/XmlRpcServer.php.

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

21 years agoNew method PhpError::asString() to get error message formatted as plain
dairiki [Sat, 14 Sep 2002 22:23:36 +0000 (22:23 +0000)]
New method PhpError::asString() to get error message formatted as plain
string (rather than HTML.)

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

21 years agoChange assert to trigger_error (so that it's not fatal)
dairiki [Sat, 14 Sep 2002 20:12:33 +0000 (20:12 +0000)]
Change assert to trigger_error (so that it's not fatal)
And a bug fix

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

21 years agoUpdated to current CVS version of the php XMLRPC code.
dairiki [Sat, 14 Sep 2002 18:46:25 +0000 (18:46 +0000)]
Updated to current CVS version of the php XMLRPC code.
Also added my patches to support the system.multicall method.
(For more on my patches, see:
   http://sf.net/tracker/index.php?func=detail&aid=605246&group_id=34455&atid=411302
)

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

21 years agoA bug fix and code cleanup
dairiki [Sat, 14 Sep 2002 18:28:54 +0000 (18:28 +0000)]
A bug fix and code cleanup

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

21 years agoaargh
rurban [Thu, 12 Sep 2002 20:58:25 +0000 (20:58 +0000)]
aargh

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

21 years agooops. missed some fixes
rurban [Thu, 12 Sep 2002 20:56:29 +0000 (20:56 +0000)]
oops. missed some fixes

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

21 years agofixed another DB_SESSION problem. Thanks to Martin Geisler
rurban [Thu, 12 Sep 2002 17:36:01 +0000 (17:36 +0000)]
fixed another DB_SESSION problem. Thanks to Martin Geisler

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

21 years ago->_homepage error
rurban [Thu, 12 Sep 2002 17:05:27 +0000 (17:05 +0000)]
->_homepage error

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

21 years agonew PEAR DB 1.3 backends plus the experimental PEAR DB_Pager
rurban [Thu, 12 Sep 2002 11:47:07 +0000 (11:47 +0000)]
new PEAR DB 1.3 backends plus the experimental PEAR DB_Pager

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

21 years agofixed DB_Session
rurban [Thu, 12 Sep 2002 11:45:33 +0000 (11:45 +0000)]
fixed DB_Session
new PEAR DB version 1.3

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

21 years ago*** empty log message ***
rurban [Mon, 9 Sep 2002 15:41:29 +0000 (15:41 +0000)]
*** empty log message ***

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

21 years agofixed USE_DB_SESSION = false
rurban [Mon, 9 Sep 2002 15:35:32 +0000 (15:35 +0000)]
fixed USE_DB_SESSION = false

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

21 years agoadded DB_Session support if PearDB is used.
rurban [Mon, 9 Sep 2002 15:26:23 +0000 (15:26 +0000)]
added DB_Session support if PearDB is used.
      Code initially from phpclasses.php-start.de, but heavily modified.

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

21 years agofixed sanify_userinput for arrays and typo in $user->_authhow
rurban [Mon, 9 Sep 2002 13:41:30 +0000 (13:41 +0000)]
fixed sanify_userinput for arrays and typo in $user->_authhow

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

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