]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
22 years agoMore adjustments to the sidebar positions. The space between the actionbar and the...
carstenklapp [Thu, 7 Feb 2002 21:42:28 +0000 (21:42 +0000)]
More adjustments to the sidebar positions. The space between the actionbar and the navbar are little too much in mozilla, but this is required for many browsers which ignore or don't properly render changed line-heights, like OmniWeb 4.1sp39 and Mac IE5.1.

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

22 years agoSubmit buttons default to class 'button'.
dairiki [Thu, 7 Feb 2002 21:21:06 +0000 (21:21 +0000)]
Submit buttons default to class 'button'.

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

22 years agoEliminate MagicPhpWikiURL forms in favor of new WikiForm plugin.
dairiki [Thu, 7 Feb 2002 21:17:26 +0000 (21:17 +0000)]
Eliminate MagicPhpWikiURL forms in favor of new WikiForm plugin.

The problem with the MagicPhpWikiURL forms, is that <form>s are
not inline (HTML) markup, while MagicPhpWikiURLs look like links,
which are inline markup.  The mixing of the two makes for very
messy hackage in the text transformation engines.

(The only place the magic forms were still used in for the
file load/upload and file dump administrative functions.
The WikiForm plugin now produces those forms.)

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

22 years agoRelative time display preference works now. There is still a small bug due to the...
carstenklapp [Thu, 7 Feb 2002 20:20:24 +0000 (20:20 +0000)]
Relative time display preference works now. There is still a small bug due to the hack to get the checkbox to work: if you click "Update Preferences" twice, then the relative dates preference turns itself off again even if the checkbox is on (however it will never spontaneously turn itself 'on', you must explicity click it 'on' then hit update once).

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

22 years agoAdd debug time.
carstenklapp [Thu, 7 Feb 2002 19:49:57 +0000 (19:49 +0000)]
Add debug time.

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

22 years agoHide debug elements from printer.
carstenklapp [Thu, 7 Feb 2002 19:49:42 +0000 (19:49 +0000)]
Hide debug elements from printer.

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

22 years agoBug fix (new-style <dl> parsing).
dairiki [Thu, 7 Feb 2002 19:45:15 +0000 (19:45 +0000)]
Bug fix (new-style <dl> parsing).

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

22 years agoJust a bit of code cleanup.
carstenklapp [Thu, 7 Feb 2002 19:36:53 +0000 (19:36 +0000)]
Just a bit of code cleanup.

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

22 years agoOptimization to fix extremely slow markup times on text with
dairiki [Thu, 7 Feb 2002 19:27:41 +0000 (19:27 +0000)]
Optimization to fix extremely slow markup times on text with
*lots *of _opening *delimeters *without *matching *end _delimiters.

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

22 years agoMore cacheing hacks. Currently doesn't
lakka [Thu, 7 Feb 2002 17:07:58 +0000 (17:07 +0000)]
More cacheing hacks.  Currently doesn't
work, so disabled.

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

22 years agoThe session_cache_limiter hack causes problems with IE5 on W2K (and maybe others).
lakka [Thu, 7 Feb 2002 11:32:04 +0000 (11:32 +0000)]
The session_cache_limiter hack causes problems with IE5 on W2K (and maybe others).
Test as follows:  Create a new page.  Edit the default  text.  Save it.  The page displays
correctly.  Click Edit again.  The *old* text is then displayed, rather than the new text.  Any
attempt to save it creates a conflicting edits message.  I have disabled the hack for the moment.

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

22 years agoNew checkbox form for the relative dates preference--does not work yet though. (I...
carstenklapp [Thu, 7 Feb 2002 05:11:33 +0000 (05:11 +0000)]
New checkbox form for the relative dates preference--does not work yet though. (I can't seem to get any kind of boolean prefs true / false or 1 / 0 to work at all.) :-(

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

22 years agoRestore date & time back to a default of non-relative dates, will be a user configura...
carstenklapp [Thu, 7 Feb 2002 04:11:44 +0000 (04:11 +0000)]
Restore date & time back to a default of non-relative dates, will be a user configurable preference.

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

22 years agoIncreased the maxlength for the summary field to 256 bytes.
carstenklapp [Thu, 7 Feb 2002 03:52:45 +0000 (03:52 +0000)]
Increased the maxlength for the summary field to 256 bytes.

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

22 years agomaxlength for editarea width and height to 4 digits
carstenklapp [Thu, 7 Feb 2002 03:51:33 +0000 (03:51 +0000)]
maxlength for editarea width and height to 4 digits

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

22 years agoMaxlength for SignIn 256 bytes.
carstenklapp [Thu, 7 Feb 2002 03:50:19 +0000 (03:50 +0000)]
Maxlength for SignIn 256 bytes.

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

22 years agoMaxlength for QuickSearch 256 bytes.
carstenklapp [Thu, 7 Feb 2002 03:49:52 +0000 (03:49 +0000)]
Maxlength for QuickSearch 256 bytes.

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

22 years agoMaxlength for userid and password 256 bytes.
carstenklapp [Thu, 7 Feb 2002 03:49:15 +0000 (03:49 +0000)]
Maxlength for userid and password 256 bytes.

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

22 years agoRound off debug time to 3 digits.
carstenklapp [Thu, 7 Feb 2002 03:48:19 +0000 (03:48 +0000)]
Round off debug time to 3 digits.

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

22 years agoMaxlength for textarea width and height set to 4 digits.
carstenklapp [Thu, 7 Feb 2002 03:47:27 +0000 (03:47 +0000)]
Maxlength for textarea width and height set to 4 digits.

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

22 years agoWorkaround for "unterminated quote" warning in Makefile during locale build.
carstenklapp [Thu, 7 Feb 2002 03:41:42 +0000 (03:41 +0000)]
Workaround for "unterminated quote" warning in Makefile during locale build.

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

22 years agoSmall bug fixes
dairiki [Thu, 7 Feb 2002 00:26:08 +0000 (00:26 +0000)]
Small bug fixes

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

22 years agoMore refactors. Another attempt at solving the loose/tight list
dairiki [Wed, 6 Feb 2002 23:45:34 +0000 (23:45 +0000)]
More refactors.  Another attempt at solving the loose/tight list
problem.

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

22 years agoHide PHP error messages from failed include of plugins.
dairiki [Wed, 6 Feb 2002 23:02:45 +0000 (23:02 +0000)]
Hide PHP error messages from failed include of plugins.
(These seemed to screw up LawrenceAkka's browser.)
The failure is still reported, since the plugin expansion
will read 'Include of 'lib/plugin/Foo.php' failed.'.
(I suppose that message could be cleaned up a bit, too...)

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

22 years agoTruncate summary string down to 50 characters, for browsers (or hackers) which do...
carstenklapp [Wed, 6 Feb 2002 21:08:51 +0000 (21:08 +0000)]
Truncate summary string down to 50 characters, for browsers (or hackers) which do not honour the 50 character limit in the html form.

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

22 years agoFix for PHP warning.
dairiki [Wed, 6 Feb 2002 20:46:05 +0000 (20:46 +0000)]
Fix for PHP warning.
Also wrap PHP warnings within an XML comment in RSS ouput.
(Otherwise we generate invalid XML --- only one top-level
element allowed.)

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

22 years agoAdjusted negative spacing after p.editdate for Konquorer (which actually renders...
carstenklapp [Wed, 6 Feb 2002 20:14:00 +0000 (20:14 +0000)]
Adjusted negative spacing after p.editdate for Konquorer (which actually renders it correctly).

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

22 years agoMoved actionbar and navbar down so they don't overlap with the logo in Galeon and...
carstenklapp [Wed, 6 Feb 2002 20:11:57 +0000 (20:11 +0000)]
Moved actionbar and navbar down so they don't overlap with the logo in Galeon and Konquorer.

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

22 years agoRemoved hackish hook to Theme->hr() until I can find a better way to do this.
carstenklapp [Wed, 6 Feb 2002 19:56:24 +0000 (19:56 +0000)]
Removed hackish hook to Theme->hr() until I can find a better way to do this.

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

22 years agoReverted PageList_Column_author. As Jeff pointed out, the author's page will be linke...
carstenklapp [Wed, 6 Feb 2002 19:53:15 +0000 (19:53 +0000)]
Reverted PageList_Column_author. As Jeff pointed out, the author's page will be linked as an existing
wiki page whether it exists or not. (My false assumption was based on "The PhpWiki Programming Team" not linking)

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

22 years agonew themed hr
carstenklapp [Wed, 6 Feb 2002 18:45:55 +0000 (18:45 +0000)]
new themed hr

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

22 years agoTurned off explicit debug=1 (automatically turns on when constant DEBUG is true).
carstenklapp [Wed, 6 Feb 2002 17:28:40 +0000 (17:28 +0000)]
Turned off explicit debug=1 (automatically turns on when constant DEBUG is true).

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

22 years agoMinor speed improvement (author name column: WikiLink() already checks for isWikiPage).
carstenklapp [Wed, 6 Feb 2002 17:25:37 +0000 (17:25 +0000)]
Minor speed improvement (author name column: WikiLink() already checks for isWikiPage).

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

22 years agoUpdate to work with DEBUG constant
carstenklapp [Wed, 6 Feb 2002 17:01:07 +0000 (17:01 +0000)]
Update to work with DEBUG constant

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

22 years agoAdd missing </td>.
dairiki [Wed, 6 Feb 2002 04:42:18 +0000 (04:42 +0000)]
Add missing </td>.

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

22 years agoText input areas are now white text on black background. Other big changes to make...
carstenklapp [Wed, 6 Feb 2002 04:21:19 +0000 (04:21 +0000)]
Text input areas are now white text on black background. Other big changes to make this theme less gawdy looking. (Not yet tested against Netscape 4 for compatibility issues.) New background image for <hr>.

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

22 years agonew image for <hr>
carstenklapp [Wed, 6 Feb 2002 04:18:38 +0000 (04:18 +0000)]
new image for <hr>

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

22 years agoWikiLink(): Fix so that $type defaults to 'known' (as advertised
dairiki [Wed, 6 Feb 2002 04:10:45 +0000 (04:10 +0000)]
WikiLink(): Fix so that $type defaults to 'known' (as advertised
in the docs).

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

22 years agoRevert to version 1.15 (which works).
dairiki [Wed, 6 Feb 2002 03:08:34 +0000 (03:08 +0000)]
Revert to version 1.15 (which works).

(The latest fixed refactored version is still wrong.  All date links
edit their date pages, whether or not the date page exists already.)

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

22 years agoFix bug in get_links().
dairiki [Wed, 6 Feb 2002 03:04:10 +0000 (03:04 +0000)]
Fix bug in get_links().

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

22 years agoBugfix for urls in Calendar <http://sourceforge.net/forum/message.php?msg_id=1479658>
carstenklapp [Wed, 6 Feb 2002 02:41:25 +0000 (02:41 +0000)]
Bugfix for urls in Calendar <http://sourceforge.net/forum/message.php?msg_id=1479658>

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

22 years agoBeginnings of an implementation of a versiondata
lakka [Tue, 5 Feb 2002 22:36:47 +0000 (22:36 +0000)]
Beginnings of an implementation of a versiondata
cache.  Seriously ugly at present, but increases
pageload speeds by 7 or 8%

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

22 years agoAdded a page load timer temporarily, to help in
lakka [Tue, 5 Feb 2002 22:04:04 +0000 (22:04 +0000)]
Added a page load timer temporarily, to help in
adodb assessment.  This measures total page load
time, rather than just the time to execute the
AllPages plugin, so is hopefully more
representative

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

22 years agoRebuilt po files. A few new strings.
carstenklapp [Mon, 4 Feb 2002 23:09:59 +0000 (23:09 +0000)]
Rebuilt po files. A few new strings.

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

22 years agorebuilt po files
carstenklapp [Mon, 4 Feb 2002 23:09:18 +0000 (23:09 +0000)]
rebuilt po files

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

22 years agoNew strings: "Page now locked" and RecentChanges messages.
carstenklapp [Mon, 4 Feb 2002 22:29:56 +0000 (22:29 +0000)]
New strings: "Page now locked" and RecentChanges messages.

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

22 years agoNew strings: "Page now locked" and RecentChanges messages.
carstenklapp [Mon, 4 Feb 2002 22:23:35 +0000 (22:23 +0000)]
New strings: "Page now locked" and RecentChanges messages.

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

22 years agocvs test
carstenklapp [Mon, 4 Feb 2002 21:59:53 +0000 (21:59 +0000)]
cvs test

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

22 years agominor workaround to prevent Makefile build warning "unterminated string"
carstenklapp [Mon, 4 Feb 2002 21:31:52 +0000 (21:31 +0000)]
minor workaround to prevent Makefile build warning "unterminated string"

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

22 years agotesting cvs diff, ignores whitespace?
carstenklapp [Mon, 4 Feb 2002 21:27:31 +0000 (21:27 +0000)]
testing cvs diff, ignores whitespace?

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

22 years agoBugfix. New: allow admin to lock / unlock page even if no text changes were made...
carstenklapp [Mon, 4 Feb 2002 20:40:25 +0000 (20:40 +0000)]
Bugfix. New: allow admin to lock / unlock page even if no text changes were made. Indicate lockchanged status on savepage.tmpl and nochanges.tmpl.

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

22 years agoAdded status message to indicate lock status when page was locked / unlocked during...
carstenklapp [Mon, 4 Feb 2002 20:38:01 +0000 (20:38 +0000)]
Added status message to indicate lock status when page was locked / unlocked during editing.

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

22 years agoadded a locked checkbox to the edit page for the admin
carstenklapp [Mon, 4 Feb 2002 17:21:34 +0000 (17:21 +0000)]
added a locked checkbox to the edit page for the admin

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

22 years agominor german fixes
rurban [Mon, 4 Feb 2002 16:36:29 +0000 (16:36 +0000)]
minor german fixes

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

22 years agoMassaged code and text strings to allow for proper localization to multiple languages.
carstenklapp [Mon, 4 Feb 2002 07:42:45 +0000 (07:42 +0000)]
Massaged code and text strings to allow for proper localization to multiple languages.

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

22 years agoRebuilt po file, a few new strings. Translated some of the easy (short) ones and...
carstenklapp [Mon, 4 Feb 2002 06:45:07 +0000 (06:45 +0000)]
Rebuilt po file, a few new strings. Translated some of the easy (short) ones and fixed up a few fuzzy entries.

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

22 years agoRebuilt po file, a few new strings. Translated some of the easy (short) ones
carstenklapp [Mon, 4 Feb 2002 06:07:11 +0000 (06:07 +0000)]
Rebuilt po file, a few new strings. Translated some of the easy (short) ones

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

22 years agoAdded <option> tag to HTML::_setTagProperty. Minor shell script "enhancements".
carstenklapp [Mon, 4 Feb 2002 03:14:38 +0000 (03:14 +0000)]
Added <option> tag to HTML::_setTagProperty. Minor shell script "enhancements".

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

22 years agoAdded meta tag for PHPWIKI_VERSION. Moved RCS_IDS to bottom of page (I hope there...
carstenklapp [Mon, 4 Feb 2002 02:19:36 +0000 (02:19 +0000)]
Added meta tag for PHPWIKI_VERSION. Moved RCS_IDS to bottom of page (I hope there are no objections?)

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

22 years agoAdded author link for diff page (PageInfoRow)
carstenklapp [Mon, 4 Feb 2002 01:13:59 +0000 (01:13 +0000)]
Added author link for diff page (PageInfoRow)

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

22 years agoremoved strtolower action as this breaks certain actionpages like PageHistory
carstenklapp [Mon, 4 Feb 2002 01:11:10 +0000 (01:11 +0000)]
removed strtolower action as this breaks certain actionpages like PageHistory

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

22 years agoconvert action keyword to lowercase in case of typos
carstenklapp [Mon, 4 Feb 2002 00:42:41 +0000 (00:42 +0000)]
convert action keyword to lowercase in case of typos

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

22 years agobugfix for "You must be an administrator to Diff this wiki" (lowercase diff)
carstenklapp [Mon, 4 Feb 2002 00:35:51 +0000 (00:35 +0000)]
bugfix for "You must be an administrator to Diff this wiki" (lowercase diff)

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

22 years agoa few rewordings
carstenklapp [Mon, 4 Feb 2002 00:30:42 +0000 (00:30 +0000)]
a few rewordings

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

22 years agoMore updates for compatibility with relative date formatting (Today, Yesterday).
carstenklapp [Sun, 3 Feb 2002 23:55:59 +0000 (23:55 +0000)]
More updates for compatibility with relative date formatting (Today, Yesterday).

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

22 years agotemporarily suppress object to string conversion error (result of temporary asterisk...
carstenklapp [Sun, 3 Feb 2002 23:18:51 +0000 (23:18 +0000)]
temporarily suppress object to string conversion error (result of temporary asterisk appended by $Theme->formatDateTime())

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

22 years agoNew translations.
carstenklapp [Sun, 3 Feb 2002 23:04:37 +0000 (23:04 +0000)]
New translations.

Note: a tricky hack*** was required for one translation, such an appreoach might be required for other non-english languages:
#: ../lib/plugin/RecentChanges.php:166
msgid "day"
msgstr "einem Tag" ***
#: ../lib/plugin/RecentChanges.php:166 ../lib/plugin/RecentChanges.php:516
#, c-format
msgid "%s days"
msgstr "%s Tagen" ***
#: ../lib/plugin/RecentChanges.php:171
#, c-format
msgid "The %d most recent %s during the past %s are listed below."
msgstr "Die %d j¸ngste %s innerhalb von %s sind unten aufgelistet." ***

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

22 years agorebuilt dep for new lib files, old templates removed.
carstenklapp [Sun, 3 Feb 2002 22:25:37 +0000 (22:25 +0000)]
rebuilt dep for new lib files, old templates removed.

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

22 years agoSome new strings added.
carstenklapp [Sun, 3 Feb 2002 22:24:00 +0000 (22:24 +0000)]
Some new strings added.

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

22 years agoEnhancements to format dates as relative dates, such as "Today" or "Yesterday" when...
carstenklapp [Sun, 3 Feb 2002 22:12:34 +0000 (22:12 +0000)]
Enhancements to format dates as relative dates, such as "Today" or "Yesterday" when appropriate.

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

22 years agoFine tune position and style of "Last edited" message. Reduce excessive margin size.
carstenklapp [Sun, 3 Feb 2002 21:32:41 +0000 (21:32 +0000)]
Fine tune position and style of "Last edited" message. Reduce excessive margin size.

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

22 years agoFine tune position and style of "Last edited" message.
carstenklapp [Sun, 3 Feb 2002 21:32:10 +0000 (21:32 +0000)]
Fine tune position and style of "Last edited" message.

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

22 years agoAdded note about timezone conversion with $Theme->setDateTimeFormat() and setDateFormat()
carstenklapp [Sun, 3 Feb 2002 21:28:30 +0000 (21:28 +0000)]
Added note about timezone conversion with $Theme->setDateTimeFormat() and setDateFormat()

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

22 years agotemporarily suppress object to string conversion error (result of temporary asterisk...
carstenklapp [Sun, 3 Feb 2002 21:27:28 +0000 (21:27 +0000)]
temporarily suppress object to string conversion error (result of temporary asterisk appended by $Theme->formatDateTime())

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

22 years agoUpdated description to reflect new use of <pre> instead of verbatim.
carstenklapp [Sun, 3 Feb 2002 20:41:11 +0000 (20:41 +0000)]
Updated description to reflect new use of <pre> instead of verbatim.

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

22 years agoEnhancements to render links inside InterWikiMap urls and wikinames.
carstenklapp [Sun, 3 Feb 2002 20:04:41 +0000 (20:04 +0000)]
Enhancements to render links inside InterWikiMap urls and wikinames.

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

22 years agoIssue warning when loading InterWikiMap from a file instead of the wiki page.
carstenklapp [Sun, 3 Feb 2002 19:21:58 +0000 (19:21 +0000)]
Issue warning when loading InterWikiMap from a file instead of the wiki page.

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

22 years agoAdded note about timezone conversion with $Theme->setDateTimeFormat() and setDateForm...
carstenklapp [Sun, 3 Feb 2002 19:06:07 +0000 (19:06 +0000)]
Added note about timezone conversion with $Theme->setDateTimeFormat() and setDateFormat().

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

22 years agoFormat more incidents of time with user's timezone preference.
carstenklapp [Sun, 3 Feb 2002 19:04:42 +0000 (19:04 +0000)]
Format more incidents of time with user's timezone preference.

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

22 years agoMoved some time functions to stdlib and refactored.
carstenklapp [Sun, 3 Feb 2002 19:03:44 +0000 (19:03 +0000)]
Moved some time functions to stdlib and refactored.

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

22 years agoCalculate and display the user's time for confirmation.
carstenklapp [Sun, 3 Feb 2002 17:50:23 +0000 (17:50 +0000)]
Calculate and display the user's time for confirmation.

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

22 years agoBegin refactoring with classes.
carstenklapp [Sun, 3 Feb 2002 09:49:06 +0000 (09:49 +0000)]
Begin refactoring with classes.

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

22 years agoCalendar formatting tweaks
carstenklapp [Sun, 3 Feb 2002 09:10:07 +0000 (09:10 +0000)]
Calendar formatting tweaks

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

22 years agoBugfix: allow any "Category:Word" instead of just "Category:Category".
carstenklapp [Sun, 3 Feb 2002 05:29:34 +0000 (05:29 +0000)]
Bugfix: allow any "Category:Word" instead of just "Category:Category".

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

22 years agoMoved hack for "Category:Category" from the InterWikiMap into this code since it...
carstenklapp [Sun, 3 Feb 2002 05:21:59 +0000 (05:21 +0000)]
Moved hack for "Category:Category" from the InterWikiMap into this code since it was broken after the new InterWikiMap feature was added. Added another hack to render "Category:Category" as a normal wiki link instead of using an InterWiki LinkIcon and css class.

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

22 years agoAdded entry for bsdWiki.
carstenklapp [Sun, 3 Feb 2002 05:18:52 +0000 (05:18 +0000)]
Added entry for bsdWiki.

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

22 years agoReformatted page into readable columns. Removed the "Category Category" hack since...
carstenklapp [Sun, 3 Feb 2002 05:17:47 +0000 (05:17 +0000)]
Reformatted page into readable columns. Removed the "Category Category" hack since it no longer works when read from this page. Added entry for bsdWiki.

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

22 years agoA fix the text searches.
dairiki [Sun, 3 Feb 2002 01:59:54 +0000 (01:59 +0000)]
A fix the text searches.

Also fix WikiDB_backend_ADODB_iter which was returning EOF one too early.
(Dropping the last page in the set.)

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

22 years agoFix for PHP warning.
dairiki [Sun, 3 Feb 2002 01:57:47 +0000 (01:57 +0000)]
Fix for PHP warning.

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

22 years agoremoved "(unimplemented)" note
carstenklapp [Sun, 3 Feb 2002 01:40:55 +0000 (01:40 +0000)]
removed "(unimplemented)" note

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

22 years agoformatTime function now returns the time converted to the user's local time based...
carstenklapp [Sun, 3 Feb 2002 01:33:02 +0000 (01:33 +0000)]
formatTime function now returns the time converted to the user's local time based on the user's preferences. Works for RecentChanges and PageHistory. ( Temporary debug feature: an asterisk next to the time indicates it has been converted to the user's local time. Once all the dates with times have been updated, the asterisk will be removed.)

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

22 years agonew function PrefTimezoneOffset returns the difference between the server's time...
carstenklapp [Sun, 3 Feb 2002 01:29:42 +0000 (01:29 +0000)]
new function PrefTimezoneOffset returns the difference between the server's time and the user's time.

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

22 years ago$UserPreferences['timeOffset'] defaults to server's time zone.
carstenklapp [Sun, 3 Feb 2002 01:28:56 +0000 (01:28 +0000)]
$UserPreferences['timeOffset'] defaults to server's time zone.

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

22 years agoUpdate pgsrc to use UserPreferences plugin.
carstenklapp [Sat, 2 Feb 2002 23:37:12 +0000 (23:37 +0000)]
Update pgsrc to use UserPreferences plugin.

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

22 years agoreformatting
carstenklapp [Sat, 2 Feb 2002 23:23:18 +0000 (23:23 +0000)]
reformatting

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

22 years agooptimized timezone popup code a bit
carstenklapp [Sat, 2 Feb 2002 23:18:40 +0000 (23:18 +0000)]
optimized timezone popup code a bit

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

22 years agoA few tweaks. Error handling etc. Title search still does not work.
lakka [Sat, 2 Feb 2002 22:50:24 +0000 (22:50 +0000)]
A few tweaks.  Error handling etc.  Title search still does not work.
Something odd going on in function _sql_match_clause($word)
and function _fullsearch_sql_match_clause($word)
which causes $word to have quotes before and after it.

Antone want to take a look?

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

22 years agotable id moved to browse.tmpl as div id
carstenklapp [Sat, 2 Feb 2002 20:59:02 +0000 (20:59 +0000)]
table id moved to browse.tmpl as div id

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

22 years agoadded PageList output formatting
carstenklapp [Sat, 2 Feb 2002 20:54:11 +0000 (20:54 +0000)]
added PageList output formatting

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

22 years agoComments cleanup.
carstenklapp [Sat, 2 Feb 2002 20:53:43 +0000 (20:53 +0000)]
Comments cleanup.

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