Difference between revisions of "Talk:Xmlwiki.php"

From Organic Design wiki
m (broken...)
(catin bugs and todo)
Line 1: Line 1:
[[+XmlWiki/Todo]]
+
[[Category:Todo|Xmlwiki]][[Category:Bugs|Xmlwiki]]
 
+
;Todo
I felt that...
+
*Do history-transform as well and allow filter for comments so article-histories can act as a message logs.
:[[User:Sven|Sven]] 14:50, 10 Feb 2006 (NZDT)
+
*Cross-wiki watch-pages: already will work when peer.pl is locally cahing other wiki's changes, cos peer.pl will be logged in as the user and ∴ will include local watched page changes.
 +
*Allow users to exist on a single XmlWiki so there's just one user/talk page. This could be done as a view-transform in default-properties which modifies matched user links.
 +
*Maybe categories.php could build text for parser from properties see [[Talk:Categories.php]]
 +
*Remove auto-cats from main-list
 +
*Change auto-lang-cat to just lang-name, not appended with "$lang Scripts"
 +
*PHP5 version
 +
*siteNav should use proper links like MyArticles
 +
*Combine xwArticleContent() & xwArticleProperties()
 +
*Use ArticleDeleteComplete hook to remove xml:article
 +
*Use TitleMoveComplete hook to move xml:article
 +
;Bugs
 +
*transform-changes not matching logged in entries (with block)
 +
*<strike>sort-key not working from categories in properties</strike>
 +
**''actually it is working - it's the needing-to-save-twice problem that's happening here''
 +
*multi-byte not working in emailed articles
 +
*Categories.php - sometimes needs saving twice when cats change from properties edit
 +
*PageMove security issue fixed, but doesn't render embed lang afterwards (this may be the problem with wiki-markup in sent-articles too - email-article.php)
 +
;Done
 +
*Categories.php - other namespaces can be categorised
 +
*Categories.php - sortKey done
 +
*Allow forms to be submitted from email
 +
*error doing "e-mail this article" on "forms & xpath queries" article
 +
*Language should default to "" for talk pages
 +
*Impliment XmlWiki hooks MediaWiki's $wgHooks way
 +
*URL's from forms are getting url-encoded twice
 +
*XMLwiki transclusion bug: My firefox is 1.0.6 and the bug came up when i did the ctrl+shift+refresh button trick to reload the content. [[User:Milan|Milan]] 15:15, 23 Aug 2005 (NZST)
 +
*Geshi is doing invalid colour styles (has no effect, but is a bug - could be mine)
 +
*document.php TOC links to edit-page, not #name
 +
*code.php fixed to return executable portion of a doc
 +
*Syntax highlighting in export
 +
*Security flaw in MovePage fixed
 +
*Parser hook done proper way
 +
#[[+Oo-export/Todo|OO Export]]

Revision as of 02:49, 18 February 2006

Todo
  • Do history-transform as well and allow filter for comments so article-histories can act as a message logs.
  • Cross-wiki watch-pages: already will work when peer.pl is locally cahing other wiki's changes, cos peer.pl will be logged in as the user and ∴ will include local watched page changes.
  • Allow users to exist on a single XmlWiki so there's just one user/talk page. This could be done as a view-transform in default-properties which modifies matched user links.
  • Maybe categories.php could build text for parser from properties see Talk:Categories.php
  • Remove auto-cats from main-list
  • Change auto-lang-cat to just lang-name, not appended with "$lang Scripts"
  • PHP5 version
  • siteNav should use proper links like MyArticles
  • Combine xwArticleContent() & xwArticleProperties()
  • Use ArticleDeleteComplete hook to remove xml:article
  • Use TitleMoveComplete hook to move xml:article
Bugs
  • transform-changes not matching logged in entries (with block)
  • sort-key not working from categories in properties
    • actually it is working - it's the needing-to-save-twice problem that's happening here
  • multi-byte not working in emailed articles
  • Categories.php - sometimes needs saving twice when cats change from properties edit
  • PageMove security issue fixed, but doesn't render embed lang afterwards (this may be the problem with wiki-markup in sent-articles too - email-article.php)
Done
  • Categories.php - other namespaces can be categorised
  • Categories.php - sortKey done
  • Allow forms to be submitted from email
  • error doing "e-mail this article" on "forms & xpath queries" article
  • Language should default to "" for talk pages
  • Impliment XmlWiki hooks MediaWiki's $wgHooks way
  • URL's from forms are getting url-encoded twice
  • XMLwiki transclusion bug: My firefox is 1.0.6 and the bug came up when i did the ctrl+shift+refresh button trick to reload the content. Milan 15:15, 23 Aug 2005 (NZST)
  • Geshi is doing invalid colour styles (has no effect, but is a bug - could be mine)
  • document.php TOC links to edit-page, not #name
  • code.php fixed to return executable portion of a doc
  • Syntax highlighting in export
  • Security flaw in MovePage fixed
  • Parser hook done proper way
  1. OO Export