]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
22 years agoAdded new directories to translation Makefile: plugins, WikiDB & WikiDB/backend....
carstenklapp [Mon, 17 Dec 2001 23:03:42 +0000 (23:03 +0000)]
Added new directories to translation Makefile: plugins, WikiDB & WikiDB/backend. Removed /admin, I understand this is no longer used in 1.3.

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

22 years agoTitled the Synopsis section so that templates/editpage.html can find it.
dairiki [Mon, 17 Dec 2001 16:49:48 +0000 (16:49 +0000)]
Titled the Synopsis section so that templates/editpage.html can find it.

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

22 years agoStyle fixes for TextFormattingRules Synopsis on templates/editpage.html.
dairiki [Mon, 17 Dec 2001 16:41:54 +0000 (16:41 +0000)]
Style fixes for TextFormattingRules Synopsis on templates/editpage.html.

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

22 years agoInclude the 'Synopsis' section of TextFormattingRules, rather than just
dairiki [Mon, 17 Dec 2001 16:41:25 +0000 (16:41 +0000)]
Include the 'Synopsis' section of TextFormattingRules, rather than just
the first 6 lines.

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

22 years agoAdded plugin argument 'section', which allows one to include a particular
dairiki [Mon, 17 Dec 2001 16:40:43 +0000 (16:40 +0000)]
Added plugin argument 'section', which allows one to include a particular
named section of a file.

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

22 years ago Colon (':') not allowed is CSS class names.
dairiki [Mon, 17 Dec 2001 16:13:00 +0000 (16:13 +0000)]
 Colon (':') not allowed is CSS class names.

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

22 years ago(pcre_fix_posix_classes): Fix test for working posix character classes.
dairiki [Mon, 17 Dec 2001 02:08:58 +0000 (02:08 +0000)]
(pcre_fix_posix_classes): Fix test for working posix character classes.
Carsten reports that on Mac OS X, character class seem to work with
ASCII chars, but they don't ever work with the international characters.
This fix activates the kluge/workaround in that case.

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

22 years agoFix to split words at certain punctuation, so that e.g. LikePages
dairiki [Sun, 16 Dec 2001 19:35:35 +0000 (19:35 +0000)]
Fix to split words at certain punctuation, so that e.g. LikePages
for 'Calendar:2001-10-02' finds 'Calendar'.

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

22 years agoNew convenience class NullTextSearchQuery: a TextSearchQuery
dairiki [Sun, 16 Dec 2001 19:35:12 +0000 (19:35 +0000)]
New convenience class NullTextSearchQuery: a TextSearchQuery
which doesn't match anything.

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

22 years agoBrackets back inside bold (Carsten has recanted his preference for
dairiki [Sun, 16 Dec 2001 19:04:12 +0000 (19:04 +0000)]
Brackets back inside bold (Carsten has recanted his preference for
non-bold brackets :-) ).
Lowercase time (AM -> am).

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

22 years agoRefactor $WikiPlugin::name and $WikiPlugin::description stuff.
dairiki [Sun, 16 Dec 2001 18:33:25 +0000 (18:33 +0000)]
Refactor $WikiPlugin::name and $WikiPlugin::description stuff.

It is best if all calls to gettext have constant, double-quoted strings
as their arguments.  (Otherwise xgettext won't find the strings
for translation.)

Also, a few other gettext cleanups.

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

22 years agoDie erste 6 Zeile von dieser Seite wird aufgezeigt beim TextEditeren. (Moved TextForm...
carstenklapp [Sun, 16 Dec 2001 18:06:04 +0000 (18:06 +0000)]
Die erste 6 Zeile von dieser Seite wird aufgezeigt beim TextEditeren. (Moved TextFormattingRules from Edit page template to TFR page).

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

22 years agogettext _ typo
carstenklapp [Sun, 16 Dec 2001 16:56:18 +0000 (16:56 +0000)]
gettext _ typo

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

22 years agoMoved the TextFormattingRules from the editpage template to the actual TFR page....
carstenklapp [Sun, 16 Dec 2001 16:52:58 +0000 (16:52 +0000)]
Moved the TextFormattingRules from the editpage template to the actual TFR page. The IncludePage plugin is now used to insert the first 6 lines of the TFR page for reference. This eliminates any requirement to modify the templates when localizing for another language, and allows for easy online customization (the TFR page is still locked by default).

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

22 years agoDeleted, per Carsten's request.
dairiki [Sun, 16 Dec 2001 16:51:23 +0000 (16:51 +0000)]
Deleted, per Carsten's request.

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

22 years agoAdded three-way diff engine. (Beginning of support for
dairiki [Sun, 16 Dec 2001 16:47:17 +0000 (16:47 +0000)]
Added three-way diff engine.  (Beginning of support for
MergeConflictingEdits.)

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

22 years agoRestored previous revision with correct line-endings (and resaved in new mime format).
carstenklapp [Sun, 16 Dec 2001 15:49:26 +0000 (15:49 +0000)]
Restored previous revision with correct line-endings (and resaved in new mime format).

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

22 years agoWiki logo now links to correct HomePage with non-english Wikis.
carstenklapp [Sun, 16 Dec 2001 11:54:35 +0000 (11:54 +0000)]
Wiki logo now links to correct HomePage with non-english Wikis.

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

22 years agoUpdated plugins for a more complete localized experience.
carstenklapp [Sun, 16 Dec 2001 11:52:39 +0000 (11:52 +0000)]
Updated plugins for a more complete localized experience.

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

22 years agoMore German translations. Grouped strings into categories for easier changes in the...
carstenklapp [Sun, 16 Dec 2001 11:49:36 +0000 (11:49 +0000)]
More German translations. Grouped strings into categories for easier changes in the future.

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

22 years agoUpgrading text to take advantage of full ISO charset.
carstenklapp [Sun, 16 Dec 2001 11:48:24 +0000 (11:48 +0000)]
Upgrading text to take advantage of full ISO charset.

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

22 years agotypo fixes
carstenklapp [Sun, 16 Dec 2001 11:47:28 +0000 (11:47 +0000)]
typo fixes

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

22 years agoWiki logo now links to correct HomePage with non-english Wikis.
carstenklapp [Sun, 16 Dec 2001 11:46:44 +0000 (11:46 +0000)]
Wiki logo now links to correct HomePage with non-english Wikis.

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

22 years ago*** empty log message ***
carstenklapp [Sun, 16 Dec 2001 09:28:41 +0000 (09:28 +0000)]
*** empty log message ***

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

22 years agoAdditional German translations. Neue Seiten: FrischeSeiten, MeistBesucht, SeiteFinden...
carstenklapp [Sun, 16 Dec 2001 07:44:16 +0000 (07:44 +0000)]
Additional German translations. Neue Seiten: FrischeSeiten, MeistBesucht, SeiteFinden f\9fr 1,3-style Plugins.\r\rDie Universum f\9fhrt tendenziell nach dem Chaos. Die Universum f\9fhrt tendenziell nach Wiki.

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

22 years agominor update to enable localization
carstenklapp [Sun, 16 Dec 2001 07:33:56 +0000 (07:33 +0000)]
minor update to enable localization

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

22 years agoRecommitting my previous German updates to the phpwiki.php locale file (with the...
carstenklapp [Sun, 16 Dec 2001 03:25:14 +0000 (03:25 +0000)]
Recommitting my previous German updates to the phpwiki.php locale file (with the correct ISO translation enabled in my CVS!)

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

22 years ago*** empty log message ***
carstenklapp [Sun, 16 Dec 2001 01:06:34 +0000 (01:06 +0000)]
*** empty log message ***

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

22 years agoAdded some translations for RecentChanges plugin. Changed accented vowels back to...
carstenklapp [Sun, 16 Dec 2001 00:33:31 +0000 (00:33 +0000)]
Added some translations for RecentChanges plugin. Changed accented vowels back to html entities for php with broken or no gettext function.

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

22 years agoUpon Carsten's suggestion, moved the summary brackets outside of the <b>.
dairiki [Sat, 15 Dec 2001 17:03:45 +0000 (17:03 +0000)]
Upon Carsten's suggestion, moved the summary brackets outside of the <b>.

I think I liked it better the old way.  Does anyone else have an opinion?

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

22 years agoLightened up the background color of included text (still ugly but not SO UGLY)....
carstenklapp [Sat, 15 Dec 2001 11:42:39 +0000 (11:42 +0000)]
Lightened up the background color of included text (still ugly but not SO UGLY). Now the same bgcolor as .diff .added.

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

22 years agoPlugin description "tooltip" is now localized if a translation is present. (Also...
carstenklapp [Sat, 15 Dec 2001 11:28:15 +0000 (11:28 +0000)]
Plugin description "tooltip" is now localized if a translation is present. (Also restored plugin name to its previous unlocalized state--my code was unexpectedly incomplete; so it will have to wait.)

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

22 years agoMoved description from html template into plugins.
carstenklapp [Sat, 15 Dec 2001 10:55:25 +0000 (10:55 +0000)]
Moved description from html template into plugins.

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

22 years agoMoved the inverse "?" formatting to phpwiki-heavy.css, it renders incorrectly as...
carstenklapp [Sat, 15 Dec 2001 05:33:45 +0000 (05:33 +0000)]
Moved the inverse "?" formatting to phpwiki-heavy.css, it renders incorrectly as white-on-white in OmniWeb4.

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

22 years agoAdjustements of style for diff output.
dairiki [Sat, 15 Dec 2001 02:41:23 +0000 (02:41 +0000)]
Adjustements of style for diff output.

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

22 years agoBack off to word-level diffs rather than character-level diffs
dairiki [Sat, 15 Dec 2001 02:40:42 +0000 (02:40 +0000)]
Back off to word-level diffs rather than character-level diffs
in changed blocks of text.  (It's much cleaner when there
are major changes within a block.)

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

22 years agoNew class MappedDiff to support trailing-space insentive diffs (and the like).
dairiki [Sat, 15 Dec 2001 02:39:43 +0000 (02:39 +0000)]
New class MappedDiff to support trailing-space insentive diffs (and the like).

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

22 years agoUse GET instead of POST for diff form action. (There are no side
dairiki [Sat, 15 Dec 2001 02:36:56 +0000 (02:36 +0000)]
Use GET instead of POST for diff form action.  (There are no side
effects of viewing a diff, so POST is not really appropriate.)

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

22 years agoFix <wiki:history> link in RSS.
dairiki [Fri, 14 Dec 2001 23:01:55 +0000 (23:01 +0000)]
Fix <wiki:history> link in RSS.

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

22 years agoSF bug #492511: Don't assume DB:isManip() exists.
dairiki [Fri, 14 Dec 2001 22:20:44 +0000 (22:20 +0000)]
SF bug #492511: Don't assume DB:isManip() exists.

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

22 years agoFix typo/bug.
dairiki [Fri, 14 Dec 2001 22:17:24 +0000 (22:17 +0000)]
Fix typo/bug.

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

22 years agoAdd link to RecentEdits.
dairiki [Fri, 14 Dec 2001 21:00:47 +0000 (21:00 +0000)]
Add link to RecentEdits.

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

22 years agoFix typo.
dairiki [Fri, 14 Dec 2001 20:32:02 +0000 (20:32 +0000)]
Fix typo.

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

22 years agoMinor adjustments to style for RSS and link icons.
dairiki [Fri, 14 Dec 2001 20:29:50 +0000 (20:29 +0000)]
Minor adjustments to style for RSS and link icons.

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

22 years agoNew PageHistory plugin replaces action=info and lib/pageinfo.php.
dairiki [Fri, 14 Dec 2001 20:28:02 +0000 (20:28 +0000)]
New PageHistory plugin replaces action=info and lib/pageinfo.php.

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

22 years agoBig refactor/cleanup in part to allow for code sharing with the
dairiki [Fri, 14 Dec 2001 20:24:25 +0000 (20:24 +0000)]
Big refactor/cleanup in part to allow for code sharing with the
(forthcoming) PageHistory plugin.

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

22 years agoRemove obsolete FIXME note.
dairiki [Fri, 14 Dec 2001 20:22:12 +0000 (20:22 +0000)]
Remove obsolete FIXME note.

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

22 years agoModified semantics. RssWriter now writes its output directly (like
dairiki [Fri, 14 Dec 2001 20:16:53 +0000 (20:16 +0000)]
Modified semantics.  RssWriter now writes its output directly (like
ZipWriter) rather than returning it in a string.

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

22 years agoAdded a few comments.
dairiki [Fri, 14 Dec 2001 20:15:02 +0000 (20:15 +0000)]
Added a few comments.

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

22 years agoBug fix.
dairiki [Fri, 14 Dec 2001 20:13:20 +0000 (20:13 +0000)]
Bug fix.

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

22 years agoJavaScript cleanup.
dairiki [Thu, 13 Dec 2001 20:10:26 +0000 (20:10 +0000)]
JavaScript cleanup.

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

22 years agoExperiment with more compact diff selection: single column of
dairiki [Thu, 13 Dec 2001 18:29:24 +0000 (18:29 +0000)]
Experiment with more compact diff selection: single column of
checkboxes instead of two columns of radio boxes.

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

22 years agoTune-ups for diff output: bolder colors, NS4 cleanup.
dairiki [Thu, 13 Dec 2001 16:48:48 +0000 (16:48 +0000)]
Tune-ups for diff output: bolder colors, NS4 cleanup.

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

22 years agoPermanently added Mac OS X pear path as this is unlikely to change in the near future...
carstenklapp [Thu, 13 Dec 2001 08:22:47 +0000 (08:22 +0000)]
Permanently added Mac OS X pear path as this is unlikely to change in the near future.\rAlso added a sample error message which would indicate when the include_path needs to be defined.

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

22 years agoRefactor diff code:
dairiki [Thu, 13 Dec 2001 05:10:04 +0000 (05:10 +0000)]
Refactor diff code:
 o Code clean-up and refactor.
 o Split the PhpWiki-independent part of the code into lib/difflib.php.
 o New CSS-formatted unified diff output replaces old table-heavy format.
 o Add character-level diffs.

Issues:
 o New CSS-formatted diffs are very ugly in NS4 (and probably other
   oldish browsers.)
 o Character-level diffs may be overkill.  Maybe back off to
   word-level diffs?

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

22 years agoFix typo.
dairiki [Thu, 13 Dec 2001 05:06:06 +0000 (05:06 +0000)]
Fix typo.

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

22 years agoBug fix: empty square brackets lead to "Fatal Database Error" and
dairiki [Wed, 12 Dec 2001 23:51:25 +0000 (23:51 +0000)]
Bug fix: empty square brackets lead to "Fatal Database Error" and
other problems.

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

22 years agoFix "Lists nested too deep in SetHTMLOutputMode" bug (again).
dairiki [Wed, 12 Dec 2001 23:38:53 +0000 (23:38 +0000)]
Fix "Lists nested too deep in SetHTMLOutputMode" bug (again).

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

22 years agoAdd link to RecentChanges.
dairiki [Wed, 12 Dec 2001 16:58:57 +0000 (16:58 +0000)]
Add link to RecentChanges.

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

22 years agosf #482938 Content-Disposition parameter
carstenklapp [Wed, 12 Dec 2001 05:12:46 +0000 (05:12 +0000)]
sf #482938 Content-Disposition parameter

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

22 years agoSet RSS channel title from new config var WIKI_NAME.
dairiki [Tue, 11 Dec 2001 22:45:39 +0000 (22:45 +0000)]
Set RSS channel title from new config var WIKI_NAME.
Added "RSS" icon (which links to RSSified RecentChanges)
to the HTML version of RecentChanges.

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

22 years agoName the wiki (SF task #34142).
dairiki [Tue, 11 Dec 2001 22:41:40 +0000 (22:41 +0000)]
Name the wiki (SF task #34142).

New config define: WIKI_NAME, which is used to generate a KEYWORDS
meta tag, and also for the channel title in RSS output.

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

22 years agoFix MonsterCookie bug. (See http://phpwiki.sf.net/wiki/BadRequest.)
dairiki [Tue, 11 Dec 2001 18:42:12 +0000 (18:42 +0000)]
Fix MonsterCookie bug.  (See http://phpwiki.sf.net/wiki/BadRequest.)

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

22 years agoDelete debugging cruft.
dairiki [Tue, 11 Dec 2001 18:41:03 +0000 (18:41 +0000)]
Delete debugging cruft.

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

22 years agoDelete ctime() and rfc1123date() from lib/ziplib.php in favor of
dairiki [Tue, 11 Dec 2001 18:21:38 +0000 (18:21 +0000)]
Delete ctime() and rfc1123date() from lib/ziplib.php in favor of
CTime() and Rfc2822DateTime() in lib/stdlib.php.

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

22 years agoRename Rfc822DateTime() to Rfc2822DateTime(). (Also fix it.)
dairiki [Tue, 11 Dec 2001 18:16:12 +0000 (18:16 +0000)]
Rename Rfc822DateTime() to Rfc2822DateTime().  (Also fix it.)
Add CTime().
Remove debugging cruft.

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

22 years agoRefactor external link icon code.
dairiki [Tue, 11 Dec 2001 17:47:10 +0000 (17:47 +0000)]
Refactor external link icon code.

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

22 years agoMoved some diff colouring to css. Appearance looks identical to previous non-css...
carstenklapp [Tue, 11 Dec 2001 05:51:14 +0000 (05:51 +0000)]
Moved some diff colouring to css. Appearance looks identical to previous non-css method of colouring in: IE5, Mozilla (and presumably NS6), iCab, Opera, OmniWeb.

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

22 years agoAdded table summary attribute for non-visual browsers.
carstenklapp [Mon, 10 Dec 2001 20:53:46 +0000 (20:53 +0000)]
Added table summary attribute for non-visual browsers.

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

22 years agoSF Bug #489544: Change strftime %P to %p. (%P is a GNU extension to
dairiki [Sat, 8 Dec 2001 16:30:44 +0000 (16:30 +0000)]
SF Bug #489544: Change strftime %P to %p.  (%P is a GNU extension to
the POSIX strftime spec, and is not supported on all systems.)

  '%p' expands to 'AM' or 'PM'
  '%P', when supported, expands to 'am' or 'pm'

The lowercase version (%P) is much prettier to my eyes, but I guess,
in this case the cost of portability is ugliness.  (Is it worth some
hackage to restore the lower case am/pm?)

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

22 years agoSignificant bug fix: not all changes showing up in RecentChanges.
dairiki [Sat, 8 Dec 2001 16:02:35 +0000 (16:02 +0000)]
Significant bug fix: not all changes showing up in RecentChanges.

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

22 years agoAdded php-function and php-lookup.
carstenklapp [Fri, 7 Dec 2001 23:52:34 +0000 (23:52 +0000)]
Added php-function and php-lookup.

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

22 years agoChange plugin arg syntax from 'rss=1' to 'format=rss'.
dairiki [Fri, 7 Dec 2001 22:28:21 +0000 (22:28 +0000)]
Change plugin arg syntax from 'rss=1' to 'format=rss'.

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

22 years agoAdd support for generation of RSSified RecentChanges.
dairiki [Fri, 7 Dec 2001 22:15:43 +0000 (22:15 +0000)]
Add support for generation of RSSified RecentChanges.

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

22 years agoTimezoneOffset, Iso8601DateTime, Rfc822DateTime: New functions
dairiki [Fri, 7 Dec 2001 22:14:32 +0000 (22:14 +0000)]
TimezoneOffset, Iso8601DateTime, Rfc822DateTime: New functions
to support RSS generation.

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

22 years agoEnsure the 'action' argument in $request is set.
dairiki [Fri, 7 Dec 2001 22:13:51 +0000 (22:13 +0000)]
Ensure the 'action' argument in $request is set.

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

22 years agoObsolete. This code is now in lib/Request.php.
dairiki [Fri, 7 Dec 2001 21:29:33 +0000 (21:29 +0000)]
Obsolete.  This code is now in lib/Request.php.

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

22 years agoFix for PHP warning: "lib/diff.php:197: Notice[8]: Undefined index: ..."
dairiki [Fri, 7 Dec 2001 17:39:45 +0000 (17:39 +0000)]
Fix for PHP warning: "lib/diff.php:197: Notice[8]: Undefined index: ..."

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

22 years agoNote re: invisible ? in OmniWeb4 (MacOSX)
carstenklapp [Fri, 7 Dec 2001 06:57:08 +0000 (06:57 +0000)]
Note re: invisible ? in OmniWeb4 (MacOSX)

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

22 years agoInterWiki link-icon added.
carstenklapp [Fri, 7 Dec 2001 05:37:13 +0000 (05:37 +0000)]
InterWiki link-icon added.

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

22 years agoInterWiki link-icon added.
carstenklapp [Fri, 7 Dec 2001 05:27:20 +0000 (05:27 +0000)]
InterWiki link-icon added.

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

22 years agoCategory:Category links to the CategoryCategory page, yet this page won't show up...
carstenklapp [Thu, 6 Dec 2001 22:44:42 +0000 (22:44 +0000)]
Category:Category links to the CategoryCategory page, yet this page won't show up in the back-links listing of CategoryCategory.

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

22 years agotypo URL_LINK_ICONS
carstenklapp [Thu, 6 Dec 2001 22:11:23 +0000 (22:11 +0000)]
typo URL_LINK_ICONS

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

22 years agoAdditions from list at "http://usemod.com/intermap.txt" December 5, 2001.
carstenklapp [Thu, 6 Dec 2001 21:53:41 +0000 (21:53 +0000)]
Additions from list at "http://usemod.com/intermap.txt" December 5, 2001.

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

22 years agoNew icon for unknown link protocols, a hollow arrow (a question mark could be confuse...
carstenklapp [Thu, 6 Dec 2001 21:13:30 +0000 (21:13 +0000)]
New icon for unknown link protocols, a hollow arrow (a question mark could be confused with unknown-WikiWords).

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

22 years agoKludgy patch to close a potential security hole.
dairiki [Thu, 6 Dec 2001 20:44:13 +0000 (20:44 +0000)]
Kludgy patch to close a potential security hole.
(I think a carefully constructed cookie could be used to
log in (as admin, even) without a password.)

I'll work on a longer term fix...

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

22 years agoCleaned up the external URL link icon code a bit.
dairiki [Thu, 6 Dec 2001 19:15:05 +0000 (19:15 +0000)]
Cleaned up the external URL link icon code a bit.

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

22 years agoAdd parentheses to the list of punctuation not allowed in un-bracketed
dairiki [Thu, 6 Dec 2001 18:41:21 +0000 (18:41 +0000)]
Add parentheses to the list of punctuation not allowed in un-bracketed
InterWiki links.

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

22 years agoDon't urlencode page name for use as link text.
dairiki [Thu, 6 Dec 2001 18:36:51 +0000 (18:36 +0000)]
Don't urlencode page name for use as link text.

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

22 years agoFix broken switch statement (which cause my PHP to segfault ?!?)
dairiki [Thu, 6 Dec 2001 18:29:15 +0000 (18:29 +0000)]
Fix broken switch statement (which cause my PHP to segfault ?!?)

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

22 years agoDetect and bail upon recursive inclusions.
dairiki [Thu, 6 Dec 2001 18:26:50 +0000 (18:26 +0000)]
Detect and bail upon recursive inclusions.
Add rudimentary error reporting.
Gettextify.

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

22 years agoAdded Joe Edelman's suggested styles for his IncludePage plugin.
dairiki [Thu, 6 Dec 2001 18:25:41 +0000 (18:25 +0000)]
Added Joe Edelman's suggested styles for his IncludePage plugin.

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

22 years agoRenamed Mac OS X notes. (Filenames with spaces tend to give some unix
dairiki [Thu, 6 Dec 2001 17:31:22 +0000 (17:31 +0000)]
Renamed Mac OS X notes.  (Filenames with spaces tend to give some unix
utilities gas...)

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

22 years agoAdded unobtrusive hook for upcoming theme support.
carstenklapp [Thu, 6 Dec 2001 08:15:38 +0000 (08:15 +0000)]
Added unobtrusive hook for upcoming theme support.

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

22 years agoCleaned up linkimage code.
carstenklapp [Thu, 6 Dec 2001 06:24:44 +0000 (06:24 +0000)]
Cleaned up linkimage code.

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

22 years ago*** empty log message ***
carstenklapp [Thu, 6 Dec 2001 01:26:31 +0000 (01:26 +0000)]
*** empty log message ***

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

22 years agotext2png plug now really works! (accepts a text= argument, and does cache the image...
carstenklapp [Thu, 6 Dec 2001 00:21:45 +0000 (00:21 +0000)]
text2png plug now really works! (accepts a text= argument, and does cache the image in /image/$lang/ instead of redrawing each time)

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

22 years agoConverted tabs to spaces, mysql doesn't like tabs :-(
carstenklapp [Tue, 4 Dec 2001 23:49:33 +0000 (23:49 +0000)]
Converted tabs to spaces, mysql doesn't like tabs :-(

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

22 years ago*** empty log message ***
carstenklapp [Tue, 4 Dec 2001 05:59:45 +0000 (05:59 +0000)]
*** empty log message ***

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

22 years agoLinkimages now show for unbracketed urls. Optimized linkimage code.
carstenklapp [Mon, 3 Dec 2001 23:37:25 +0000 (23:37 +0000)]
Linkimages now show for unbracketed urls. Optimized linkimage code.

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