From: Reini U. <ru...@x-...> - 2008-08-21 09:36:00
|
We are in the preparation for the next release 1.3.15 (planned for about middle to end of september) and before we will do the following steps: * Convert the sf.net CVS repo to SVN. This works now elegantly because sf.net provides rsync access to the CVSROOT. This enables vargenau and rurban to commit / sync from work behind a http proxy. Before we had to take back or changes home and commit / sync from home. * Add a tools directory for external tools, like an open office converter, MS office converters, daily backup cronjob scripts, db repair helpers, fixperms.sh, passencrypt.php and such. * Check and finish Wikicreole integration. * Check the new EditToolbar features, and there are still some missing. * Replace the Sidebar theme with a new one, based on MonoBook. i.e. merge the AVL theme (internal MonoBook derivate with customizable box states) with Sidebar * fix postgresql * Rename should check existing subpages and rename these also. * clarify issues with pagenames: "," breaks PageList. Escape with "~" or "\"? * fix Wikiwys with prettyurl, link labels and killing plugin args. /blank.htm should be properly relative. * check if session php-5.2 is fixed Other tasks which will probably not get finished in time are: * phpwiki.org: enable 1.3.15 on sf.net with wiki//index.php/urls * more meta stuff: OpenSearch, format=dc (Dublin Core) * format=mm (FreeMind) for RecentChanges, SemanticWeb's and simple PageList's. See http://wikkawiki.org/FreeMind. Maybe format=mmap for the commercial MindMap. * format=printable (?) for non js/dom * WatchList (?) * ImportMediaWiki, ImportRdf, ImportOwl, ExportMediaWiki, ExportRdf, ExportOwl * WikiUser/OpenID (from DokuWiki) - Status::in_work * GeSHi Highlighter plugin * Spellcheck AJAX backend (see DokuWiki) Contributors welcome. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |
From: Marc-Etienne V. <Mar...@al...> - 2008-08-21 14:46:43
|
Reini Urban a écrit : > We are in the preparation for the next release 1.3.15 (planned for > about middle to end of september) > and before we will do the following steps: > > * Check and finish Wikicreole integration. Hello, I have committed all of my Wikicreole work now, except the new CreateToc plugin that accepts the Wikicreole headers. Will be done soon. It needs some serious testing. Current status, in the order of the Wikicreole 1.0 spec: **bold** and //italics//: not done. Can't find the right regexp. headings: fully implemented "==" to "=====" works with Mediawiki syntax (optional '='s at the end of line) In the spec, the parsing of headers is "optional". I have implemented parsing of headers. links: fully implemented; extra ']' displayed (should be easy to fix) paragraphs: of course :-) line breaks: fully implemented unordered lists: implemented, no change from classic Phpwiki ordered lists: implemented but wrong numbering, no change from classic Phpwiki horizontal rule: implemented, no change from classic Phpwiki inline image: implemented (experimental) alt is implemented activated only if ENABLE_MARKUP_TEMPLATE is true this in almost the same syntax as Mediawiki templates that were already present in Phpwiki. I have done the following: {{foo}} and {{foo|bar=xxx}} are treated as templates {{foo.png}} and {{foo.png|bar}} are treated as Wikicreole images because of the '.png' suffix. The allowed suffixes are: .png, .jpg, .jpeg, .gif tables: completely implemented when used with an explicit plugin call works without explicit plugin call only if table is followed by '?>' we have to find the right regexp to end a table (first line where the first non-space character is not a pipe?) Preformatted: implemented does not work when there is an empty line between {{{ and }}} Escape character: implemented, no change from classic Phpwiki Creole additions Plug-in: not done Monospace and superscript: not done. Can't find the right regexp. Subscript: implemented Underline: conflicts with Phpwiki old syntax Please test and give your feedback. Best regards, Marc-Etienne -- ================================================================== ------ | Marc-Etienne Vargenau | / \ | Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \ | +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' | ================================================================== \ |/ / | L'essence des Mathématiques est dans leur liberté. | \ / | Georges Cantor | ------ ================================================================== |
From: Reini U. <ru...@x-...> - 2008-08-21 19:58:43
|
2008/8/21 Reini Urban <ru...@x-...>: > We are in the preparation for the next release 1.3.15 (planned for > about middle to end of september) > and before we will do the following steps: > > * Convert the sf.net CVS repo to SVN. > This works now elegantly because sf.net provides rsync access to the CVSROOT. > This enables vargenau and rurban to commit / sync from work behind a > http proxy. > Before we had to take back or changes home and commit / sync from home. I want to do this now, so please stop changing anything in CVS, as this will get lost. I'll announce when svn will be ready. BTW: The new tools will go to the old admin dir. We already had a bunch of 1.2.x utils there for the same purpose. I'll do that during the import -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |