From: <ru...@us...> - 2009-06-05 10:17:07
|
Revision: 6902 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6902&view=rev Author: rurban Date: 2009-06-05 10:17:05 +0000 (Fri, 05 Jun 2009) Log Message: ----------- Update for 1.3.15 Modified Paths: -------------- trunk/TODO Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-06-05 09:13:42 UTC (rev 6901) +++ trunk/TODO 2009-06-05 10:17:05 UTC (rev 6902) @@ -1,7 +1,13 @@ +1.3.15 2009-06-05 rurban: +* finish new themes/Sidebar +* check new mass rename +* fix background in animated gif themes\default\images\folderArrowLoading.gif +* check for AJAX format=xml errors +* beautify result of empty AJAX format=xml pages (no bordered div, which looks like <HR>) + short-term TODO: * rename should check existing subpages and rename these also. * Sidebar: merge AVL theme (internal MonoBook derivate with customizable box states) with Sidebar -* fix session loss on php-5.2 (with or without DB_SESSION) * clarify issues with pagenames: "," breaks PageList. Escape with "~" or "\"? * fix Wikiwys with prettyurl, link labels and killing plugin args * ImportMediaWiki, ImportRdf, ImportOwl, ExportMediaWiki, ExportRdf, ExportOwl @@ -17,8 +23,8 @@ TODO for 1.4.0: architecture: * Optimization: try template_lite or try simple regex replacements as before. -* Add some xml syntax for plugins: - <IncludePages pages=<!plugin-list BackLinks !> /> +* Evaluate some xml syntax for plugins: + <IncludePages pages=<plugin-list BackLinks/> /> <BackLink include_self=false /> And/or fix PLUGIN_MARKUP_MAP aliases which break the InlineParser. * Fix postgresql stored procedures. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |