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. |
From: <ru...@us...> - 2009-08-24 12:19:56
|
Revision: 7081 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7081&view=rev Author: rurban Date: 2009-08-24 12:19:07 +0000 (Mon, 24 Aug 2009) Log Message: ----------- add REST, update AJAX Modified Paths: -------------- trunk/TODO Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-08-24 12:18:22 UTC (rev 7080) +++ trunk/TODO 2009-08-24 12:19:07 UTC (rev 7081) @@ -1,18 +1,22 @@ 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>) +* 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 +* Sidebar: merge AVL theme (internal MonoBook derivate with customizable + box states) with Sidebar * 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 * WikiUser/OpenID (from DokuWiki) - Status::in_work * more meta stuff: OpenSearch, format=dc (Dublin Core) +* support missing REST interfaces (optional): action=remove => DELETE, + action=editpage and minor updates (rating,...) => PUT. + with fallbacks to POST * 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 @@ -23,7 +27,7 @@ TODO for 1.4.0: architecture: * Optimization: try template_lite or try simple regex replacements as before. -* Evaluate some xml syntax for plugins: +* Evaluate some xml syntax for plugins (as in MediaWiki): <IncludePages pages=<plugin-list BackLinks/> /> <BackLink include_self=false /> And/or fix PLUGIN_MARKUP_MAP aliases which break the InlineParser. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ru...@us...> - 2010-07-20 17:45:46
|
Revision: 7629 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7629&view=rev Author: rurban Date: 2010-07-20 17:45:40 +0000 (Tue, 20 Jul 2010) Log Message: ----------- Marc-Etiennes list Modified Paths: -------------- trunk/TODO Modified: trunk/TODO =================================================================== --- trunk/TODO 2010-07-20 16:01:50 UTC (rev 7628) +++ trunk/TODO 2010-07-20 17:45:40 UTC (rev 7629) @@ -1,3 +1,17 @@ +== Blockers == +* can no longer save UserPreferences: Warning: "Attempt to assign property of non-object" +* AllPages give too many pages +* WantedPages give too many pages (from interwiki map) + (to be tested in both Pear and ADODB) + +== Others== +* Minimizer for JS/CSS +** no "make clean" in themes +** "make clean" does not work in themes with no Javascript +** in MonoBook, IEFixes.js cannot be minimized, yuicompressor-2.4.2 gives syntax errors +* plugin Video does not work + + short-term TODO: * rename should check existing subpages and rename these also. * Sidebar: merge AVL theme (internal MonoBook derivate with customizable This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-06-01 14:08:15
|
Revision: 8092 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8092&view=rev Author: vargenau Date: 2011-06-01 14:08:09 +0000 (Wed, 01 Jun 2011) Log Message: ----------- AllPages give too many pages: fixed Modified Paths: -------------- trunk/TODO Modified: trunk/TODO =================================================================== --- trunk/TODO 2011-06-01 13:44:50 UTC (rev 8091) +++ trunk/TODO 2011-06-01 14:08:09 UTC (rev 8092) @@ -1,7 +1,6 @@ == Blockers == * can no longer save UserPreferences: Warning: "Attempt to assign property of non-object" (partial revert to get in work again) -* AllPages give too many pages * WantedPages give too many pages (from interwiki map) (to be tested in both Pear and ADODB) * revert of Patch 3024787 by Sébastien Le Callonnec (caused an SQL syntax error) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-11-20 18:06:20
|
Revision: 9355 http://sourceforge.net/p/phpwiki/code/9355 Author: vargenau Date: 2014-11-20 18:06:13 +0000 (Thu, 20 Nov 2014) Log Message: ----------- Remove PLUGIN_MARKUP_MAP Modified Paths: -------------- trunk/TODO Modified: trunk/TODO =================================================================== --- trunk/TODO 2014-11-20 18:03:37 UTC (rev 9354) +++ trunk/TODO 2014-11-20 18:06:13 UTC (rev 9355) @@ -20,9 +20,6 @@ architecture: * flush <head> before <body> to parallelize css/js requests * Optimization: try template_lite or try simple regex replacements as before. -* Evaluate some xml syntax for plugins (as in MediaWiki): - <IncludePages pages=<plugin-list BackLinks/> /> - <BackLink include_self=false /> * Fix postgresql stored procedures. * Move serialized data from page_data / version_data to separate SQL columns. * WikiDB hooks. (?) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |