]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
22 years agoAdded option to disable transparent sid support ("PHPSESSID..." in URLs).
carstenklapp [Fri, 25 Jan 2002 06:03:52 +0000 (06:03 +0000)]
Added option to disable transparent sid support ("PHPSESSID..." in URLs).

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

22 years agoAdded charset and format to $params. "Content-Transfer-Encoding:" header moved to...
carstenklapp [Fri, 25 Jan 2002 05:04:49 +0000 (05:04 +0000)]
Added charset and format to $params. "Content-Transfer-Encoding:" header moved to lib/loadsave.php.

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

22 years agoAdd/change pagedump headers for improved MIME interoperability.
carstenklapp [Fri, 25 Jan 2002 05:01:10 +0000 (05:01 +0000)]
Add/change pagedump headers for improved MIME interoperability.

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

22 years agoBugfix for typo causing broken pagedumps: Fatal error: Undefined class name 'http...
carstenklapp [Fri, 25 Jan 2002 03:23:00 +0000 (03:23 +0000)]
Bugfix for typo causing broken pagedumps: Fatal error: Undefined class name 'http' in /Library/WebServer/Documents/phpwiki/lib/loadsave.php on line 162

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

22 years agoStart of new parser. It doesn't work yet.
dairiki [Fri, 25 Jan 2002 01:04:13 +0000 (01:04 +0000)]
Start of new parser.  It doesn't work yet.
For more, see:
 http://phpwiki.sf.net/phpwiki/ProblemsWithLeadingSpaceConvention

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

22 years agoHackish fixes for some problems with ViewSource.
dairiki [Fri, 25 Jan 2002 00:32:39 +0000 (00:32 +0000)]
Hackish fixes for some problems with ViewSource.
There's still a problem.  I probably need to add viewsource as an
action distinct from 'edit', since now the ViewSource button tries
to 'edit' the page.  And now, I've made things smart enough that
if you try to edit a locked page, wiki asks you to login as admin.
....

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

22 years agoPostpone "NOTICE" level error messages until end of run.
dairiki [Thu, 24 Jan 2002 21:23:40 +0000 (21:23 +0000)]
Postpone "NOTICE" level error messages until end of run.

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

22 years agoFix StartLoadDump() so that it works with new template code.
dairiki [Thu, 24 Jan 2002 21:22:59 +0000 (21:22 +0000)]
Fix StartLoadDump() so that it works with new template code.

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

22 years agoRestore Template::getExpansion() method, as it's needed by loadsave.php.
dairiki [Thu, 24 Jan 2002 21:22:24 +0000 (21:22 +0000)]
Restore Template::getExpansion() method, as it's needed by loadsave.php.

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

22 years agoRestore HtmlElement::_emptyTag() as distinct from XmlElement::_emptyTag().
dairiki [Thu, 24 Jan 2002 21:21:37 +0000 (21:21 +0000)]
Restore HtmlElement::_emptyTag() as distinct from XmlElement::_emptyTag().
(An empty HTML tag has an extra trailing space for backwards compatibility
with non-XHTML browsers --- e.g. <br />.)

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

22 years agoAdded XHTML validation button for easy testing.
dairiki [Thu, 24 Jan 2002 21:17:10 +0000 (21:17 +0000)]
Added XHTML validation button for easy testing.

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

22 years agoDisplay some example iso-8859-1 characters that are valid to use in WikiWords.
carstenklapp [Thu, 24 Jan 2002 21:05:28 +0000 (21:05 +0000)]
Display some example iso-8859-1 characters that are valid to use in WikiWords.

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

22 years agoOne more quote fix for brain-dead syntax colouring.
carstenklapp [Thu, 24 Jan 2002 20:16:49 +0000 (20:16 +0000)]
One more quote fix for brain-dead syntax colouring.

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

22 years agoOne more quote fix for brain-dead syntax colouring.
carstenklapp [Thu, 24 Jan 2002 20:11:34 +0000 (20:11 +0000)]
One more quote fix for brain-dead syntax colouring.

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

22 years agomoved function _emptyTag() from HtmlElement to XmlElement (looks like both _emptytag...
carstenklapp [Thu, 24 Jan 2002 20:08:55 +0000 (20:08 +0000)]
moved function _emptyTag() from HtmlElement to XmlElement (looks like both _emptytag() and _endtag() are needed). Nested quote fixed (for brain-dead syntax colouring).

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

22 years agomoved function _emptyTag() from HtmlElement to XmlElement (looks like both _emptytag...
carstenklapp [Thu, 24 Jan 2002 20:08:05 +0000 (20:08 +0000)]
moved function _emptyTag() from HtmlElement to XmlElement (looks like both _emptytag() and _endtag() are needed)

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

22 years agobugfix for "Fatal error: Call to undefined function: getexpansion() in /Library/WebSe...
carstenklapp [Thu, 24 Jan 2002 19:29:20 +0000 (19:29 +0000)]
bugfix for "Fatal error: Call to undefined function: getexpansion() in /Library/WebServer/Documents/phpwiki/lib/loadsave.php on line 10" (printExpansion)

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

22 years agofixed error:
rurban [Thu, 24 Jan 2002 19:10:40 +0000 (19:10 +0000)]
fixed error:
Fatal error: Call to undefined function: _endtag() in
/home/groups/p/ph/phpwiki/htdocs/alpha/lib/transform.php on line 655

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

22 years agonew page names added
carstenklapp [Thu, 24 Jan 2002 08:28:19 +0000 (08:28 +0000)]
new page names added

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

22 years agoRebuilt all po files after major changes to strings. (Many internal error messages...
carstenklapp [Thu, 24 Jan 2002 07:00:12 +0000 (07:00 +0000)]
Rebuilt all po files after major changes to strings. (Many internal error messages no longer gettexted).

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

22 years agoRemoved gettext from debug, db and internal php error messages of no interest or...
carstenklapp [Thu, 24 Jan 2002 06:53:36 +0000 (06:53 +0000)]
Removed gettext from debug, db and internal php error messages of no interest or value to the wiki end-user.

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

22 years agogettext() changed to _()
carstenklapp [Thu, 24 Jan 2002 06:52:12 +0000 (06:52 +0000)]
gettext() changed to _()

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

22 years agonew strings due to english rewording
carstenklapp [Thu, 24 Jan 2002 02:10:19 +0000 (02:10 +0000)]
new strings due to english rewording

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

22 years agoBug fix for sign-in code (when password required.)
dairiki [Thu, 24 Jan 2002 01:26:56 +0000 (01:26 +0000)]
Bug fix for sign-in code (when password required.)
Other minor signin code cleanups.

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

22 years agomake dep: userpage
carstenklapp [Thu, 24 Jan 2002 01:04:57 +0000 (01:04 +0000)]
make dep: userpage

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

22 years agoeliminated non-breaking space ('\xa0')
carstenklapp [Thu, 24 Jan 2002 01:03:24 +0000 (01:03 +0000)]
eliminated non-breaking space ('\xa0')

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

22 years agoDisable signature in default theme.
dairiki [Thu, 24 Jan 2002 01:01:58 +0000 (01:01 +0000)]
Disable signature in default theme.

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

22 years agoPossibly fix the "call_user_method deprecated" warning?
dairiki [Thu, 24 Jan 2002 01:01:33 +0000 (01:01 +0000)]
Possibly fix the "call_user_method deprecated" warning?

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

22 years agoBig Template cleanup and refactor.
dairiki [Thu, 24 Jan 2002 00:45:28 +0000 (00:45 +0000)]
Big Template cleanup and refactor.

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

22 years agoFix bug
dairiki [Thu, 24 Jan 2002 00:27:55 +0000 (00:27 +0000)]
Fix bug

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

22 years agoRenamed argument 'label' to 'caption'. Refactored "Show changes for:" code.
carstenklapp [Wed, 23 Jan 2002 22:46:19 +0000 (22:46 +0000)]
Renamed argument 'label' to 'caption'. Refactored "Show changes for:" code.

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

22 years agoREQUIRE_SIGNIN_BEFORE_EDIT make the UserPage plugin obsolete.
dairiki [Wed, 23 Jan 2002 20:21:23 +0000 (20:21 +0000)]
REQUIRE_SIGNIN_BEFORE_EDIT make the UserPage plugin obsolete.

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

22 years agoNew configuration define: REQUIRE_SIGNIN_BEFORE_EDIT
dairiki [Wed, 23 Jan 2002 20:18:21 +0000 (20:18 +0000)]
New configuration define: REQUIRE_SIGNIN_BEFORE_EDIT
If set, user is asked to signin when/if he tries to edit a page.

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

22 years agoRemoving non-breaking spaces ('\xa0') from pgsrc.
dairiki [Wed, 23 Jan 2002 19:34:50 +0000 (19:34 +0000)]
Removing non-breaking spaces ('\xa0') from pgsrc.
These were breaking the plugin invocations.

(Also removed redundant default plugin arguments.)

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

22 years agoRefactoring continues:
dairiki [Wed, 23 Jan 2002 19:21:43 +0000 (19:21 +0000)]
Refactoring continues:
 User preference code fixed up.

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

22 years agoAdded HTML::pre().
dairiki [Wed, 23 Jan 2002 19:20:52 +0000 (19:20 +0000)]
Added HTML::pre().

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

22 years agoNew UserPreferences plugin.
dairiki [Wed, 23 Jan 2002 19:20:05 +0000 (19:20 +0000)]
New UserPreferences plugin.

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

22 years agocleaned up randomization
carstenklapp [Wed, 23 Jan 2002 18:12:51 +0000 (18:12 +0000)]
cleaned up randomization

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

22 years ago*** empty log message ***
carstenklapp [Wed, 23 Jan 2002 17:27:31 +0000 (17:27 +0000)]
*** empty log message ***

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

22 years agoSome english rewording, rebuilt po files.
carstenklapp [Wed, 23 Jan 2002 17:21:07 +0000 (17:21 +0000)]
Some english rewording, rebuilt po files.

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

22 years agoMinor fixes due to english rewording.
carstenklapp [Wed, 23 Jan 2002 17:20:12 +0000 (17:20 +0000)]
Minor fixes due to english rewording.

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

22 years agoRemoved formatting-only table, css already handles this fine.
carstenklapp [Wed, 23 Jan 2002 16:31:02 +0000 (16:31 +0000)]
Removed formatting-only table, css already handles this fine.

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

22 years agoInsert space between PageHistory and Diff buttons, so that, even
dairiki [Wed, 23 Jan 2002 16:22:14 +0000 (16:22 +0000)]
Insert space between PageHistory and Diff buttons, so that, even
if the buttonSeparator is the empty string, there will be a space
between the buttons.

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

22 years agocleanup buttonseparator defaulting
dairiki [Wed, 23 Jan 2002 16:21:03 +0000 (16:21 +0000)]
cleanup buttonseparator defaulting

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

22 years agoFinished moving $Theme->LinkExistingWikiWord (For real this time I promise. I forgot...
carstenklapp [Wed, 23 Jan 2002 16:19:24 +0000 (16:19 +0000)]
Finished moving $Theme->LinkExistingWikiWord (For real this time I promise. I forgot to commit this file earlier.)

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

22 years agoNo really... don't warn if no button directory...
dairiki [Wed, 23 Jan 2002 16:11:57 +0000 (16:11 +0000)]
No really... don't warn if no button directory...

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

22 years agoDon't warn if no button directory
dairiki [Wed, 23 Jan 2002 16:09:40 +0000 (16:09 +0000)]
Don't warn if no button directory

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

22 years agoRemoving cruft file (with strange characters in filename)
dairiki [Wed, 23 Jan 2002 16:05:17 +0000 (16:05 +0000)]
Removing cruft file (with strange characters in filename)

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

22 years agoCommented out debugging code. Activated AutosplitWikiWords for this theme.
carstenklapp [Wed, 23 Jan 2002 14:26:22 +0000 (14:26 +0000)]
Commented out debugging code. Activated AutosplitWikiWords for this theme.

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

22 years agoNew RecentChanges buttons added to de, fr, it. Button comments & notes moved to butto...
carstenklapp [Wed, 23 Jan 2002 14:17:31 +0000 (14:17 +0000)]
New RecentChanges buttons added to de, fr, it. Button comments & notes moved to buttons/README.

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

22 years agonew RecentChanges buttons
carstenklapp [Wed, 23 Jan 2002 13:58:26 +0000 (13:58 +0000)]
new RecentChanges buttons

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

22 years agomoved from buttons/en
carstenklapp [Wed, 23 Jan 2002 13:54:36 +0000 (13:54 +0000)]
moved from buttons/en

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

22 years agomoved to MacOSX/buttons
carstenklapp [Wed, 23 Jan 2002 13:54:02 +0000 (13:54 +0000)]
moved to MacOSX/buttons

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

22 years agorefactored imageSet class
carstenklapp [Wed, 23 Jan 2002 11:32:18 +0000 (11:32 +0000)]
refactored imageSet class

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

22 years agoAdded comment: Error only in Hawaiian theme, which has no button dir: lib/Theme.php...
carstenklapp [Wed, 23 Jan 2002 09:04:27 +0000 (09:04 +0000)]
Added comment: Error only in Hawaiian theme, which has no button dir: lib/Theme.php:241: Warning[2]: OpenDir: No such file or directory (errno 2)

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

22 years agominor optimization (use php4 function array_rand)
carstenklapp [Wed, 23 Jan 2002 08:23:50 +0000 (08:23 +0000)]
minor optimization (use php4 function array_rand)

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

22 years agouse no button separator
carstenklapp [Wed, 23 Jan 2002 08:11:42 +0000 (08:11 +0000)]
use no button separator

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

22 years agofix to allow blank button separator
carstenklapp [Wed, 23 Jan 2002 08:10:49 +0000 (08:10 +0000)]
fix to allow blank button separator

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

22 years agoadded themed ButtonSeparator between daylist buttons
carstenklapp [Wed, 23 Jan 2002 07:52:53 +0000 (07:52 +0000)]
added themed ButtonSeparator between daylist buttons

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

22 years agoViewSource plugin functionality merged into lib/editpage.php
carstenklapp [Wed, 23 Jan 2002 07:14:05 +0000 (07:14 +0000)]
ViewSource plugin functionality merged into lib/editpage.php

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

22 years agofunctionality merged into RecentChanges
carstenklapp [Wed, 23 Jan 2002 07:12:19 +0000 (07:12 +0000)]
functionality merged into RecentChanges

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

22 years agoNote to leave plugin code as english.
carstenklapp [Wed, 23 Jan 2002 07:05:39 +0000 (07:05 +0000)]
Note to leave plugin code as english.

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

22 years agoUpdated pages to use new RecentChanges plugin in favour of obsolete Toolbar plugin.
carstenklapp [Wed, 23 Jan 2002 06:59:30 +0000 (06:59 +0000)]
Updated pages to use new RecentChanges plugin in favour of obsolete Toolbar plugin.

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

22 years agoUpdated pages to use new RecentChanges plugin in favour of obsolete Toolbar plugin.
carstenklapp [Wed, 23 Jan 2002 06:50:58 +0000 (06:50 +0000)]
Updated pages to use new RecentChanges plugin in favour of obsolete Toolbar plugin.

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

22 years agoButton alias for alldays "...". (Merged plugin/Toolbar.php into RecentChanges and...
carstenklapp [Wed, 23 Jan 2002 06:39:50 +0000 (06:39 +0000)]
Button alias for alldays "...". (Merged plugin/Toolbar.php into RecentChanges and updated to use $Theme->makeButton.)

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

22 years agoMerged plugin/Toolbar.php into RecentChanges and updated to use $Theme->makeButton.
carstenklapp [Wed, 23 Jan 2002 06:36:16 +0000 (06:36 +0000)]
Merged plugin/Toolbar.php into RecentChanges and updated to use $Theme->makeButton.

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

22 years agoone more LinkExistingWikiWord moved to $Theme
carstenklapp [Wed, 23 Jan 2002 06:03:45 +0000 (06:03 +0000)]
one more LinkExistingWikiWord moved to $Theme

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

22 years agomanifest update
carstenklapp [Wed, 23 Jan 2002 05:43:50 +0000 (05:43 +0000)]
manifest update

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

22 years agotypo fix in global
carstenklapp [Wed, 23 Jan 2002 05:42:10 +0000 (05:42 +0000)]
typo fix in global

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

22 years agofinished moving LinkExistingWikiWord to Theme
carstenklapp [Wed, 23 Jan 2002 05:38:11 +0000 (05:38 +0000)]
finished moving LinkExistingWikiWord to Theme

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

22 years agofinished moving LinkExistingWikiWord to Theme
carstenklapp [Wed, 23 Jan 2002 05:18:10 +0000 (05:18 +0000)]
finished moving LinkExistingWikiWord to Theme

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

22 years agoDelete debugging output. :-/
dairiki [Wed, 23 Jan 2002 05:15:09 +0000 (05:15 +0000)]
Delete debugging output.  :-/

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

22 years agofinished moving LinkExistingWikiWord to $Theme->LinkExistingWikiWord
carstenklapp [Wed, 23 Jan 2002 05:13:38 +0000 (05:13 +0000)]
finished moving LinkExistingWikiWord to $Theme->LinkExistingWikiWord

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

22 years agoRefactor/cleanup of login code continues.
dairiki [Wed, 23 Jan 2002 05:10:22 +0000 (05:10 +0000)]
Refactor/cleanup of login code continues.
Also refactoring lib/main.php.

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

22 years agoSignIn SignOut replaced with new "Sign In" "Sign Out"
carstenklapp [Wed, 23 Jan 2002 03:34:05 +0000 (03:34 +0000)]
SignIn SignOut replaced with new "Sign In" "Sign Out"

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

22 years agomoved .wikiunknown A, .named-wikiunknown (inverted ?) back to main style sheet--css...
carstenklapp [Wed, 23 Jan 2002 03:24:01 +0000 (03:24 +0000)]
moved .wikiunknown A, .named-wikiunknown (inverted ?) back to main style sheet--css bug fixed in OmniWeb4.1sp29

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

22 years agopagelist bgcolor tweaks
carstenklapp [Wed, 23 Jan 2002 03:22:15 +0000 (03:22 +0000)]
pagelist bgcolor tweaks

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

22 years agoremoved "larger" text for bold links for this theme.
carstenklapp [Wed, 23 Jan 2002 03:03:26 +0000 (03:03 +0000)]
removed "larger" text for bold links for this theme.

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

22 years agoReplaced by Sign+In.png and Sign+Out.png
carstenklapp [Wed, 23 Jan 2002 03:02:10 +0000 (03:02 +0000)]
Replaced by Sign+In.png and Sign+Out.png

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

22 years agoNew english button images "Sign In" and "Sign Out" replace "SignIn" and "SignOut".
carstenklapp [Wed, 23 Jan 2002 03:00:32 +0000 (03:00 +0000)]
New english button images "Sign In" and "Sign Out" replace "SignIn" and "SignOut".

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

22 years agoreplacements for SignIn and SignOut
carstenklapp [Wed, 23 Jan 2002 02:55:27 +0000 (02:55 +0000)]
replacements for SignIn and SignOut

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

22 years agoAdded support for image <input> tags. (Image form submission buttons.)
dairiki [Tue, 22 Jan 2002 22:37:15 +0000 (22:37 +0000)]
Added support for image <input> tags.  (Image form submission buttons.)

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

22 years agoFix signout form some more.
dairiki [Tue, 22 Jan 2002 18:12:44 +0000 (18:12 +0000)]
Fix signout form some more.
(Query args action=login, action=logout are deprecated.)

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

22 years agoReverting to non-table based layout. (Sorry, Carsten, I just can't
dairiki [Tue, 22 Jan 2002 17:41:56 +0000 (17:41 +0000)]
Reverting to non-table based layout.  (Sorry, Carsten, I just can't
stand it.)

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

22 years agoFix action URL for signout form.
dairiki [Tue, 22 Jan 2002 17:34:49 +0000 (17:34 +0000)]
Fix action URL for signout form.

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

22 years agoFix so that HTML passes validator.
dairiki [Tue, 22 Jan 2002 17:21:15 +0000 (17:21 +0000)]
Fix so that HTML passes validator.

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

22 years agoFix to handle loads from symbolic links.
dairiki [Tue, 22 Jan 2002 17:01:39 +0000 (17:01 +0000)]
Fix to handle loads from symbolic links.

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

22 years agoCleaned up and fixed Theme file finding code.
dairiki [Tue, 22 Jan 2002 16:38:27 +0000 (16:38 +0000)]
Cleaned up and fixed Theme file finding code.
This (possibly) fixes the problem with buttons with funny characters
in their names (e.g. '(diff)').

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

22 years agoAdd HTML::hr().
dairiki [Tue, 22 Jan 2002 16:35:56 +0000 (16:35 +0000)]
Add HTML::hr().

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

22 years agoMinor refactor of PageList row coloring.
dairiki [Tue, 22 Jan 2002 15:36:43 +0000 (15:36 +0000)]
Minor refactor of PageList row coloring.

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

22 years agoadded comment for info arg
carstenklapp [Tue, 22 Jan 2002 09:23:45 +0000 (09:23 +0000)]
added comment for info arg

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

22 years agoalternating row coloring
carstenklapp [Tue, 22 Jan 2002 09:23:09 +0000 (09:23 +0000)]
alternating row coloring

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

22 years agominor alignment adjustments for MacOSX theme
carstenklapp [Tue, 22 Jan 2002 08:28:36 +0000 (08:28 +0000)]
minor alignment adjustments for MacOSX theme

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

22 years agonew page for AllPages plugin
carstenklapp [Tue, 22 Jan 2002 07:45:52 +0000 (07:45 +0000)]
new page for AllPages plugin

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

22 years agonew page for AllPages plugin
carstenklapp [Tue, 22 Jan 2002 07:32:50 +0000 (07:32 +0000)]
new page for AllPages plugin

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

22 years agoadded PageList->info arg
carstenklapp [Tue, 22 Jan 2002 07:29:06 +0000 (07:29 +0000)]
added PageList->info arg

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

22 years agoupdated comments
carstenklapp [Tue, 22 Jan 2002 07:14:57 +0000 (07:14 +0000)]
updated comments

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

22 years agoAdd tooltip to signin input.
dairiki [Tue, 22 Jan 2002 06:58:13 +0000 (06:58 +0000)]
Add tooltip to signin input.

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

22 years agoAdd tooltip by default to <?plugin-form?>s.
dairiki [Tue, 22 Jan 2002 06:57:34 +0000 (06:57 +0000)]
Add tooltip by default to <?plugin-form?>s.

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

22 years agocomments updated
carstenklapp [Tue, 22 Jan 2002 06:57:22 +0000 (06:57 +0000)]
comments updated

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