]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
21 years agoForgot to remove dead website link & use my correct e-mail address.
carstenklapp [Wed, 29 Jan 2003 21:49:18 +0000 (21:49 +0000)]
Forgot to remove dead website link & use my correct e-mail address.

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

21 years agoAdded note about www permissions for wiki_access.log.
carstenklapp [Wed, 29 Jan 2003 21:43:17 +0000 (21:43 +0000)]
Added note about www permissions for wiki_access.log.
Added links to Fink website.
Updated instructions for use with keychain-2.0.2.
Updated my e-mail address.
Other minor rewording.

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

21 years agoBugfix for &nbsp showing on diff page.
carstenklapp [Wed, 29 Jan 2003 19:17:37 +0000 (19:17 +0000)]
Bugfix for &nbsp showing on diff page.

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

21 years agoBetter error messages from PhpWeather Plugin -- Martin Geisler
zorloc [Tue, 28 Jan 2003 21:10:38 +0000 (21:10 +0000)]
Better error messages from PhpWeather Plugin -- Martin Geisler

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

21 years agoThe get_cfg_var() function should only be used when one is
zorloc [Tue, 28 Jan 2003 21:09:17 +0000 (21:09 +0000)]
The get_cfg_var() function should only be used when one is
interested in the value from php.ini or similar. Use ini_get()
instead to get the effective value of a configuration variable.
-- Martin Geisler

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

21 years agoThe regexp that matches InterWiki links was too greedy; it didn't
zorloc [Tue, 28 Jan 2003 21:07:16 +0000 (21:07 +0000)]
The regexp that matches InterWiki links was too greedy; it didn't
stop before a !. So Google:Hello! would search for 'Hello!' whereas
Google:Hello? only searches for 'Hello'. -- Martin Geisler

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

21 years agoA fix for problems when file_exists($file) triggers a warning
zorloc [Tue, 28 Jan 2003 21:06:05 +0000 (21:06 +0000)]
A fix for problems when file_exists($file) triggers a warning
because $file lies outside the area that PHP allows you to access
when running in Safe Mode. -- Martin Geisler

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

21 years agoI have added all of the values for Part One of our configuration values.
zorloc [Tue, 28 Jan 2003 18:55:25 +0000 (18:55 +0000)]
I have added all of the values for Part One of our configuration values.

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

21 years agoAdded some more Validator subclasses to handle arrays of for which the
zorloc [Tue, 28 Jan 2003 18:53:25 +0000 (18:53 +0000)]
Added some more Validator subclasses to handle arrays of for which the
validation criteria should be the same for all members.

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

21 years agoMartin Geisler's clever Comment plugin.
carstenklapp [Tue, 28 Jan 2003 17:57:24 +0000 (17:57 +0000)]
Martin Geisler's clever Comment plugin.

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

21 years agoThis file holds all of the config settings for the constants, variables,
zorloc [Tue, 28 Jan 2003 07:32:24 +0000 (07:32 +0000)]
This file holds all of the config settings for the constants, variables,
and arrays that can be customized/defined.

I have done a template and one constant (WIKI_NAME).  More to follow.

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

21 years agoMostly done but ConfigArray will probably need some more helper methods.
zorloc [Tue, 28 Jan 2003 06:31:00 +0000 (06:31 +0000)]
Mostly done but ConfigArray will probably need some more helper methods.

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

21 years agoInitial work for classes to hold configuration constants/variables. Base
zorloc [Thu, 23 Jan 2003 00:32:04 +0000 (00:32 +0000)]
Initial work for classes to hold configuration constants/variables. Base
ConfigValue class and subclasses for constants and variables.

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

21 years agoModified WikiUser constructor to move the DB request for the homepage to
zorloc [Wed, 22 Jan 2003 03:21:40 +0000 (03:21 +0000)]
Modified WikiUser constructor to move the DB request for the homepage to
the end of the logic to prevent it from being requested and then dropped.
Added more phpdoc comments.

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

21 years agoModified WikiUser::_ok() -- Inverted the logic so the default is to return
zorloc [Tue, 21 Jan 2003 07:40:50 +0000 (07:40 +0000)]
Modified WikiUser::_ok() -- Inverted the logic so the default is to return
false and to return true only in the desired condition.  Added phpdoc
comments

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

21 years agoAdded Log entry and page footer.
zorloc [Tue, 21 Jan 2003 04:02:39 +0000 (04:02 +0000)]
Added Log entry and page footer.

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

21 years agodefined constant for arrow, eliminate use of fmt()
carstenklapp [Sat, 18 Jan 2003 22:22:36 +0000 (22:22 +0000)]
defined constant for arrow, eliminate use of fmt()

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

21 years agoFixed renamed plugin arg; reformatted text.
carstenklapp [Sat, 18 Jan 2003 22:18:27 +0000 (22:18 +0000)]
Fixed renamed plugin arg; reformatted text.

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

21 years agoCode cleanup:
carstenklapp [Sat, 18 Jan 2003 22:14:30 +0000 (22:14 +0000)]
Code cleanup:
Reformatting & tabs to spaces;
Added copyleft, getVersion, getDescription, rcs_id.

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

21 years agoCode cleanup:
carstenklapp [Sat, 18 Jan 2003 22:01:44 +0000 (22:01 +0000)]
Code cleanup:
Reformatting & tabs to spaces;
Added copyleft, getVersion, getDescription, rcs_id.

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

21 years agoCode cleanup:
carstenklapp [Sat, 18 Jan 2003 21:49:01 +0000 (21:49 +0000)]
Code cleanup:
Reformatting & tabs to spaces;
Added copyleft, getVersion, getDescription, rcs_id.

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

21 years agoCode cleanup:
carstenklapp [Sat, 18 Jan 2003 21:41:02 +0000 (21:41 +0000)]
Code cleanup:
Reformatting & tabs to spaces;
Added copyleft, getVersion, getDescription, rcs_id.

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

21 years agoCode cleanup:
carstenklapp [Sat, 18 Jan 2003 21:19:25 +0000 (21:19 +0000)]
Code cleanup:
Reformatting; added copyleft, getVersion, getDescription

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

21 years agoIn the cache of membership, added caching of false results.
zorloc [Fri, 17 Jan 2003 23:53:48 +0000 (23:53 +0000)]
In the cache of membership, added caching of false results.

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

21 years agoReplaced tabs with four spaces
zorloc [Fri, 17 Jan 2003 21:11:31 +0000 (21:11 +0000)]
Replaced tabs with four spaces

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

21 years agoFirst incarnation of the Group interface for Group authentication
zorloc [Fri, 17 Jan 2003 20:39:09 +0000 (20:39 +0000)]
First incarnation of the Group interface for Group authentication

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

21 years agospelling fixes
carstenklapp [Wed, 15 Jan 2003 05:45:47 +0000 (05:45 +0000)]
spelling fixes

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

21 years agocode reformatting
carstenklapp [Wed, 15 Jan 2003 05:37:20 +0000 (05:37 +0000)]
code reformatting

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

21 years agoBugfix: Previously stored preferences were not loading when user
carstenklapp [Wed, 15 Jan 2003 04:59:27 +0000 (04:59 +0000)]
Bugfix: Previously stored preferences were not loading when user
signed in. (Fixed... I hope.)

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

21 years agoNew documentation: chart which maps template relationships
carstenklapp [Sun, 12 Jan 2003 17:54:09 +0000 (17:54 +0000)]
New documentation: chart which maps template relationships

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

21 years agoTweaked diff formatting.
carstenklapp [Sat, 11 Jan 2003 23:05:04 +0000 (23:05 +0000)]
Tweaked diff formatting.

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

21 years agoAdded Page type field displayed for special pages.
carstenklapp [Sat, 11 Jan 2003 22:54:28 +0000 (22:54 +0000)]
Added Page type field displayed for special pages.

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

21 years agoTweak redundant bookmark title when browsing a custom home page with
carstenklapp [Sat, 11 Jan 2003 22:29:47 +0000 (22:29 +0000)]
Tweak redundant bookmark title when browsing a custom home page with
the same name as the wiki (i.e. avoid titles like "MyWiki - MyWiki"
when HOME_PAGE==WIKI_NAME)

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

21 years agoMore refactoring to use templated output. Use page meta "summary" field.
carstenklapp [Sat, 11 Jan 2003 22:23:00 +0000 (22:23 +0000)]
More refactoring to use templated output. Use page meta "summary" field.

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

21 years agoTweaked logo's text positioning and moved it's border into css.
carstenklapp [Sat, 11 Jan 2003 22:18:01 +0000 (22:18 +0000)]
Tweaked logo's text positioning and moved it's border into css.

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

21 years agoTweaked diff formatting. Added outset border to logo.
carstenklapp [Sat, 11 Jan 2003 22:15:58 +0000 (22:15 +0000)]
Tweaked diff formatting. Added outset border to logo.

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

21 years agoDon't perform a diff when the page doesn't exist (such as a
carstenklapp [Wed, 8 Jan 2003 02:23:02 +0000 (02:23 +0000)]
Don't perform a diff when the page doesn't exist (such as a
nonexistant calendar day/sub-page)

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

21 years agoNew: use blog.tmpl template to format output. Some cosmetic
carstenklapp [Mon, 6 Jan 2003 02:29:02 +0000 (02:29 +0000)]
New: use blog.tmpl template to format output. Some cosmetic
issues, it mostly works but code still needs cleanup. Added
getVersion() for PluginManager.

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

21 years agoNew template for WikiBlog plugin.
carstenklapp [Mon, 6 Jan 2003 02:17:08 +0000 (02:17 +0000)]
New template for WikiBlog plugin.

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

21 years agoBugfix: Also identify any WikiBlogs which are subpages of subpages.
carstenklapp [Mon, 6 Jan 2003 01:46:31 +0000 (01:46 +0000)]
Bugfix: Also identify any WikiBlogs which are subpages of subpages.

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

21 years agoAdded a basic WikiBlog page type, takes advantage of editpage summary field.
carstenklapp [Mon, 6 Jan 2003 00:08:08 +0000 (00:08 +0000)]
Added a basic WikiBlog page type, takes advantage of editpage summary field.

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

21 years agoNew plugin by Ted Vinke (sf tracker patch #661189)
carstenklapp [Sun, 5 Jan 2003 04:21:06 +0000 (04:21 +0000)]
New plugin by Ted Vinke (sf tracker patch #661189)

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

21 years agoSample file for PhotoAlbum plugin
carstenklapp [Sun, 5 Jan 2003 04:18:17 +0000 (04:18 +0000)]
Sample file for PhotoAlbum plugin

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

21 years agoNew: Implemented 'smalltitle' argument and date sorting fix from
carstenklapp [Sun, 5 Jan 2003 02:37:30 +0000 (02:37 +0000)]
New: Implemented 'smalltitle' argument and date sorting fix from
Cuthbert Cat's sf patch 655095. Added getVersion & getDescription;
code rewrapping.

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

21 years agoNew: Gracefully handle non-existant pages. Added copyleft;
carstenklapp [Sat, 4 Jan 2003 23:27:39 +0000 (23:27 +0000)]
New: Gracefully handle non-existant pages. Added copyleft;
getVersion() for PluginManager.

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

21 years agoWorkaround: when page has no subpages avoid include of nonexistant pages.
carstenklapp [Sat, 4 Jan 2003 22:46:07 +0000 (22:46 +0000)]
Workaround: when page has no subpages avoid include of nonexistant pages.

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

21 years agoNew: display a "Never edited." message instead of an invalid epoch date.
carstenklapp [Sat, 4 Jan 2003 22:30:16 +0000 (22:30 +0000)]
New: display a "Never edited." message instead of an invalid epoch date.

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

21 years agoBugfix UnfoldSubpages: "Undefined offset: 1" error when plugin invoked
carstenklapp [Sat, 4 Jan 2003 22:19:43 +0000 (22:19 +0000)]
Bugfix UnfoldSubpages: "Undefined offset: 1" error when plugin invoked
on a page with no subpages (explodeList(): array 0-based, sizeof 1-based).

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

21 years agoAdded copyleft flowerboxes
wainstead [Sat, 4 Jan 2003 03:41:51 +0000 (03:41 +0000)]
Added copyleft flowerboxes

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

21 years agoAdded 'file' as a database type alongside 'dbm'; added cvs log tag
wainstead [Sat, 4 Jan 2003 03:36:58 +0000 (03:36 +0000)]
Added 'file' as a database type alongside 'dbm'; added cvs log tag

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

21 years agoadded log tag, converted file to unix format
wainstead [Sat, 4 Jan 2003 03:30:34 +0000 (03:30 +0000)]
added log tag, converted file to unix format

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

21 years agook, this time log tag for sure.
wainstead [Sat, 4 Jan 2003 03:29:02 +0000 (03:29 +0000)]
ok, this time log tag for sure.

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

21 years agoAdded credits, php emacs stuff, log tag for CVS.
wainstead [Sat, 4 Jan 2003 03:28:14 +0000 (03:28 +0000)]
Added credits, php emacs stuff, log tag for CVS.

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

21 years agodumping this in favor of Jochen Kalmbach's flat file database.
wainstead [Sat, 4 Jan 2003 03:22:15 +0000 (03:22 +0000)]
dumping this in favor of Jochen Kalmbach's flat file database.

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

21 years agoNew flat file database for the 1.3 branch thanks to Jochen Kalmbach.
wainstead [Sat, 4 Jan 2003 03:21:00 +0000 (03:21 +0000)]
New flat file database for the 1.3 branch thanks to Jochen Kalmbach.

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

21 years agoFixed incorrect <dl> indentation
carstenklapp [Sat, 4 Jan 2003 03:04:15 +0000 (03:04 +0000)]
Fixed incorrect <dl> indentation

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

21 years agoNew plugin page.
carstenklapp [Sat, 4 Jan 2003 02:39:16 +0000 (02:39 +0000)]
New plugin page.

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

21 years agoAdded 'col' and 'colgroup' table elements used by PluginManager.
carstenklapp [Sat, 4 Jan 2003 02:32:30 +0000 (02:32 +0000)]
Added 'col' and 'colgroup' table elements used by PluginManager.

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

21 years agoAdded 'info' argument to show / hide plugin "Arguments"
carstenklapp [Sat, 4 Jan 2003 02:30:12 +0000 (02:30 +0000)]
Added 'info' argument to show / hide plugin "Arguments"
column. Improved row highlighting and error message when viewed by
non-admin user. Code refactored. Added copyleft.

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

21 years agoAdded copyleft and plugin description & version, tweaked default
carstenklapp [Sat, 4 Jan 2003 02:25:41 +0000 (02:25 +0000)]
Added copyleft and plugin description & version, tweaked default
exclude list code to allow spaces (a cosmetic workaround for
PluginManager plugin).

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

21 years agoMinor adjustments to diff block markers ("<<<<<<<"). Source reformatting.
carstenklapp [Fri, 3 Jan 2003 22:27:17 +0000 (22:27 +0000)]
Minor adjustments to diff block markers ("<<<<<<<"). Source reformatting.

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

21 years agoCosmetic fix to "Merge Edit" & "Overwrite" buttons. Added "The PhpWiki
carstenklapp [Fri, 3 Jan 2003 22:25:53 +0000 (22:25 +0000)]
Cosmetic fix to "Merge Edit" & "Overwrite" buttons. Added "The PhpWiki
programming team" as author when loading from pgsrc. Source
reformatting.

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

21 years agoMinor adjustments to diff block markers ("<<<<<<<"). Source reformatting.
carstenklapp [Fri, 3 Jan 2003 22:22:00 +0000 (22:22 +0000)]
Minor adjustments to diff block markers ("<<<<<<<"). Source reformatting.

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

21 years agofunction SavePage: Added loadfile options for overwriting or merge &
carstenklapp [Fri, 3 Jan 2003 02:48:05 +0000 (02:48 +0000)]
function SavePage: Added loadfile options for overwriting or merge &
compare a loaded pgsrc file with an existing page.

function LoadAny: Added a general error message when unable to load a
file instead of defaulting to "Bad file type".

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

21 years agoNew class LoadFileConflictPageEditor, for merging / comparing a loaded
carstenklapp [Fri, 3 Jan 2003 02:43:26 +0000 (02:43 +0000)]
New class LoadFileConflictPageEditor, for merging / comparing a loaded
pgsrc file with an existing page.

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

21 years agoSpecifying a leading diff context size larger than the available
carstenklapp [Thu, 2 Jan 2003 22:51:43 +0000 (22:51 +0000)]
Specifying a leading diff context size larger than the available
context now returns the available number of lines instead of the
default. (Prevent negative offsets to array_slice() when $nlead >
sizeof($context)). Added BlockDiffFormatter, to be used by future
enhancements to reload / upgrade pgsrc.

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

21 years agoFix generated comment line not commented out, reported by Bob Apthorpe (insert newlin...
carstenklapp [Thu, 2 Jan 2003 20:14:53 +0000 (20:14 +0000)]
Fix generated comment line not commented out, reported by Bob Apthorpe (insert newline before comment text)

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

21 years agotypo fix
wainstead [Thu, 2 Jan 2003 00:57:30 +0000 (00:57 +0000)]
typo fix

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

21 years agoFirst stab at a schema for a flat file based PhpWiki. Pre-pre-alpha.
wainstead [Thu, 2 Jan 2003 00:50:08 +0000 (00:50 +0000)]
First stab at a schema for a flat file based PhpWiki. Pre-pre-alpha.

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

21 years agoFlat file database library, FFDB, for flat file support.
wainstead [Thu, 2 Jan 2003 00:31:13 +0000 (00:31 +0000)]
Flat file database library, FFDB, for flat file support.

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

21 years agoBugfixes: Fixed menu language selection (incorrect parameters to
carstenklapp [Tue, 31 Dec 2002 20:53:40 +0000 (20:53 +0000)]
Bugfixes: Fixed menu language selection (incorrect parameters to
$w->get_languages_select() & form input 'language' instead of 'lang').

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

21 years agoUpdated "Info" button to "PageInfo" (two-word action-pages in effect again)
carstenklapp [Tue, 31 Dec 2002 20:05:49 +0000 (20:05 +0000)]
Updated "Info" button to "PageInfo" (two-word action-pages in effect again)

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

21 years agoCosmetic: Tweaked button padding to better accomodate text descenders; avoid overlapp...
carstenklapp [Tue, 31 Dec 2002 20:01:16 +0000 (20:01 +0000)]
Cosmetic: Tweaked button padding to better accomodate text descenders; avoid overlapping or touching buttons when the toolbar is wrapped (small browser window); prevent wrap of white-space in buttons (e.g. Sign In).

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

21 years agoRemoved redundant buttons "PageHistory" "diff" "DebugInfo" (already in actionbar...
carstenklapp [Tue, 31 Dec 2002 19:56:33 +0000 (19:56 +0000)]
Removed redundant buttons "PageHistory" "diff" "DebugInfo" (already in actionbar.tmpl)

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

21 years agoCosmetic: move logo up one line to fix collision with body
carstenklapp [Tue, 31 Dec 2002 19:54:07 +0000 (19:54 +0000)]
Cosmetic: move logo up one line to fix collision with body

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

21 years agoAdded an if() to test for the existence of the dba_ library. Give the user
wainstead [Tue, 31 Dec 2002 02:32:28 +0000 (02:32 +0000)]
Added an if() to test for the existence of the dba_ library. Give the user
an error message. This needs some improvement so the user gets more info,
but it's a start... and an improvement over the basic PHP error.

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

21 years agoUpdated the version number release-1_3_4
wainstead [Tue, 31 Dec 2002 01:13:14 +0000 (01:13 +0000)]
Updated the version number

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

21 years agoAdded plugin version function.
carstenklapp [Mon, 30 Dec 2002 23:49:35 +0000 (23:49 +0000)]
Added plugin version function.

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

21 years agoGettext-ify description & small bugfix.
carstenklapp [Mon, 30 Dec 2002 21:13:34 +0000 (21:13 +0000)]
Gettext-ify description & small bugfix.

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

21 years agoNew plugin: Lists available plugins with page links & descriptions.
carstenklapp [Mon, 30 Dec 2002 11:52:20 +0000 (11:52 +0000)]
New plugin: Lists available plugins with page links & descriptions.

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

21 years agoImproved error message when PHP Weather is not yet installed or configured.
carstenklapp [Sun, 29 Dec 2002 03:16:42 +0000 (03:16 +0000)]
Improved error message when PHP Weather is not yet installed or configured.

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

21 years agoAdded usage info & arguments, renamed from ExternalSearch to ExternalSearchPlugin.
carstenklapp [Sun, 29 Dec 2002 03:00:39 +0000 (03:00 +0000)]
Added usage info & arguments, renamed from ExternalSearch to ExternalSearchPlugin.

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

21 years agoupdated php.net
carstenklapp [Sun, 29 Dec 2002 02:55:51 +0000 (02:55 +0000)]
updated php.net

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

21 years agoMartin Geisler's fix for new markup checkbox (page reverting to old markup when edited).
carstenklapp [Sun, 29 Dec 2002 02:51:31 +0000 (02:51 +0000)]
Martin Geisler's fix for new markup checkbox (page reverting to old markup when edited).

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

21 years agoadded rcs ids and pgsrc_version to remaining pages
carstenklapp [Sun, 29 Dec 2002 00:32:34 +0000 (00:32 +0000)]
added rcs ids and pgsrc_version to remaining pages

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

21 years agoversion tag was broken
wainstead [Sat, 28 Dec 2002 22:15:34 +0000 (22:15 +0000)]
version tag was broken

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

21 years agoAdded a sentence describing what the user is looking at.
wainstead [Sat, 28 Dec 2002 22:04:45 +0000 (22:04 +0000)]
Added a sentence describing what the user is looking at.

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

21 years agoPlugin now traps the include error when phpweather.php is not installed. Tested with...
carstenklapp [Sat, 28 Dec 2002 01:32:01 +0000 (01:32 +0000)]
Plugin now traps the include error when phpweather.php is not installed. Tested with cvs version of PhpWeather.

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

21 years agoadded translator's comments about French punctuation
carstenklapp [Tue, 17 Dec 2002 21:12:12 +0000 (21:12 +0000)]
added translator's comments about French punctuation

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

21 years agoHack up French and German translations for "Use old markup".
dairiki [Tue, 17 Dec 2002 18:34:51 +0000 (18:34 +0000)]
Hack up French and German translations for "Use old markup".

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

21 years agoRemove dependency on non-existent file.
dairiki [Tue, 17 Dec 2002 18:33:24 +0000 (18:33 +0000)]
Remove dependency on non-existent file.

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

21 years agoPatches from Matti Airas:
dairiki [Tue, 17 Dec 2002 18:32:50 +0000 (18:32 +0000)]
Patches from Matti Airas:
Change 'use new markup' checkbox on editpage form to 'use old markup'.
Fancy DHTML old/new edit help.

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

21 years agoFix bad pagename= meta-data.
dairiki [Tue, 17 Dec 2002 18:16:57 +0000 (18:16 +0000)]
Fix bad pagename= meta-data.

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

21 years agoupdated version numbers & rebuild locales
carstenklapp [Sun, 15 Dec 2002 02:34:53 +0000 (02:34 +0000)]
updated version numbers & rebuild locales

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

21 years agominor gettext adjustments
carstenklapp [Sun, 15 Dec 2002 01:55:30 +0000 (01:55 +0000)]
minor gettext adjustments

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

21 years agoGettext adjustments for French punctuation
carstenklapp [Sun, 15 Dec 2002 01:39:15 +0000 (01:39 +0000)]
Gettext adjustments for French punctuation

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

21 years agoremove accidentally committed code
carstenklapp [Sun, 15 Dec 2002 01:38:35 +0000 (01:38 +0000)]
remove accidentally committed code

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

21 years agoGettext adjustments for French punctuation
carstenklapp [Sun, 15 Dec 2002 01:30:47 +0000 (01:30 +0000)]
Gettext adjustments for French punctuation

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

21 years agoHack: suppress error when using sql, so no timeout. Minor gettext adjustments.
carstenklapp [Sat, 14 Dec 2002 23:20:10 +0000 (23:20 +0000)]
Hack: suppress error when using sql, so no timeout. Minor gettext adjustments.

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

21 years agoRetain custom header info when rebuilding english po/phpwiki/pot. Regenerated deps.
carstenklapp [Sat, 14 Dec 2002 23:15:55 +0000 (23:15 +0000)]
Retain custom header info when rebuilding english po/phpwiki/pot. Regenerated deps.

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