From e3a7b70e12796870db41019facdff53392f8c35d Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 7 Jan 2007 20:19:30 +0000 Subject: [PATCH] Update content. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5482 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/Help%2FBoxRightPlugin | 27 ++++++++++++++++++++------- pgsrc/ReleaseNotes | 28 +++++++++++++++------------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/pgsrc/Help%2FBoxRightPlugin b/pgsrc/Help%2FBoxRightPlugin index 42f3d7fef..42a9bcd18 100644 --- a/pgsrc/Help%2FBoxRightPlugin +++ b/pgsrc/Help%2FBoxRightPlugin @@ -1,10 +1,10 @@ -Date: Wed, 11 Oct 2006 09:16:43 +0200 +Date: Sun, 7 Jan 2007 18:28:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) -X-Rcs-Id: $Id: Help%2FBoxRightPlugin,v 1.2 2007-01-02 13:24:58 rurban Exp $ +X-Rcs-Id: $Id: Help%2FBoxRightPlugin,v 1.3 2007-01-07 20:19:30 rurban Exp $ Content-Type: application/x-phpwiki; pagename=Help%2FBoxRightPlugin; + pgsrc_version="2 $Revision: 1.3 $"; flags=PAGE_LOCKED; - pgsrc_version="2 $Revision: 1.2 $"; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary @@ -15,11 +15,24 @@ The [BoxRight|Help:BoxRightPlugin] plugin displays its content as a wiki-formatt right-floating div box with border. Since v1.3.13. +If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple =~=: + +~<~div class=boxright~>
+Example text +([What is a Wiki?|WikiWikiWeb]) +~
+ +
+Example text +([What is a Wiki?|WikiWikiWeb]) +
+ + !! Typical Usage This Wiki ([What is a Wiki?|WikiWikiWeb]) is a place where problems and -solutions are being documented. +This Wiki ([What is a Wiki?|WikiWikiWeb]) is a place where problems and +solutions are being documented. See [How to use this Wiki|Help/HowToUseWiki] for instructions. @@ -31,8 +44,8 @@ See [How to use this Wiki|Help/HowToUseWiki] for instructions. !! Examples This Wiki ([What is a Wiki?|WikiWikiWeb]) is a place where problems and -solutions are being documented. +This Wiki ([What is a Wiki?|WikiWikiWeb]) is a place where problems and +solutions are being documented. See [How to use this Wiki|Help/HowToUseWiki] for instructions. diff --git a/pgsrc/ReleaseNotes b/pgsrc/ReleaseNotes index 91b2be311..38a9b3525 100644 --- a/pgsrc/ReleaseNotes +++ b/pgsrc/ReleaseNotes @@ -1,9 +1,9 @@ Date: Wed, 3 Jan 2007 16:57:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) -X-Rcs-Id: $Id: ReleaseNotes,v 1.69 2007-01-04 16:59:13 rurban Exp $ +X-Rcs-Id: $Id: ReleaseNotes,v 1.70 2007-01-07 20:19:30 rurban Exp $ Content-Type: application/x-phpwiki; pagename=ReleaseNotes; - pgsrc_version="2 $Revision: 1.69 $"; + pgsrc_version="2 $Revision: 1.70 $"; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 @@ -11,15 +11,16 @@ Content-Transfer-Encoding: binary 1.3.13 Jan, 15 2007 Reini Urban -This is major feature release which will the base for 1.4.0. The highlights are -SemanticWeb support, various WYSIWYG editors, a stable ~MonoBook theme (wikipedia), -enabled acdropdown support (~LiveSearch), postgresql and oracle enhancements, -moving Help pages into Help/, support different charsets in pgsrc and Windows NTLM -auth support via HttpAuth. utf-8 should work. +This is major feature release which will be the base for the stable 1.4.0. +The highlights are SemanticWeb support, various WYSIWYG editors, +a stable ~MonoBook theme (wikipedia), enabled acdropdown support +(~LiveSearch), postgresql and oracle enhancements, +moving Help pages into Help/, support different charsets in pgsrc +and Windows NTLM auth support via HttpAuth. utf-8 should work. fixes: * DB: use ANSI SQL statements (oracle by Christopher Jones, postgresql by Reini Urban) -* fixed blog and Monobook theme layout +* fixed blog and MonoBook theme layout * fix Template and CreatePage variable expansion * xhtml dump for subpages into subdirectories, fixed filenames and subdir names * fixed loading pages into foreign charsets (such as utf-8) @@ -81,19 +82,20 @@ changes: * change TextSearchQuery handling of regex=pcre: plain string, no parsing at all, detect and apply modifiers. * enhance text2png arguments and features. See Help:text2pngPlugin -* Template plugin: allow passing arbitrary args, not just in vars. +* Template plugin: allow passing arbitrary args, not just in vars. +* added old gd support to PhotoAlbum thumbs (ImageTile) new: * add SemanticRelations syntax and db structure. - Sample: pagename=SanDiego isa::city => SanDiego relation=isa, linkto=city - population:=1,305,736 (store unified attribute in pagedata) + Sample: pagename=SanDiego is_a::city => SanDiego relation=is_a, linkto=city + population:=1,305,736, store unified attribute in pagedata * new experimental WYSIWYG edit library framework: WikiWyg, tinymce, FCKeditor, htmlarea3, htmlarea2, spaw * new wysiwyg_editor feature by Jean-Nicolas GEREONE and Sabri LABBENE (experimental) * added postgresql tsearch2 support * new experimental flatfile backend: readable page source files (experimental) -* added new xmlrpc methods: listPlugins, getPluginSynopsis, mailPasswordToUser, - getUploadedFileInfo, listRelations, callPlugin +* added new xmlrpc and SOAP methods: listPlugins, getPluginSynopsis, mailPasswordToUser, + getUploadedFileInfo, listRelations, callPlugin, linkSearch * new plugins: SemanticSearch, SemanticRelations, LinkSearch, ListRelations, FileInfo, BoxRight, PasswordReset, WatchPage * add tag: Transform only html markup and entities -- 2.45.0