]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - TODO
SUBPAGE_SEPARATOR *must* be "/"
[SourceForge/phpwiki.git] / TODO
1 == Blockers ==
2 * can no longer save UserPreferences: Warning: "Attempt to assign property of non-object"
3   (partial revert to get in work again)
4 * WantedPages give too many pages (from interwiki map)
5   (to be tested in both Pear and ADODB)
6 * revert of Patch 3024787 by Sébastien Le Callonnec (caused an SQL syntax error)
7
8 ----
9
10 short-term TODO:
11 * rename should check existing subpages and rename these also.
12 * Sidebar: merge AVL theme (internal MonoBook derivate with customizable
13   box states) with Sidebar
14 * clarify issues with pagenames: "," breaks PageList. Escape with "~" or "\"?
15   or htmlencode forbidden chars.
16 * fix Wikiwys with prettyurl, link labels and killing plugin args
17 * WatchList (?)
18
19 TODO:
20 architecture:
21 * flush <head> before <body> to parallelize css/js requests
22 * Optimization: try template_lite or try simple regex replacements as before.
23 * Fix postgresql stored procedures.
24 * Move serialized data from page_data / version_data to separate SQL columns.
25 * WikiDB hooks. (?)
26 * Content expansion hooks in transformer. (SearchHighlight)
27 * Convert RecentChanges to PageList as source for format options. 
28   Generic rss, rdf handling.
29 * embedd basic RDF in XHTML (dc, foaf, ...) for GRDDL. 
30 * Do Microformats automatically? It's a stupid hack so support it only optionally.
31   ToDo: for Calendar, CalendarList, FoafPlugin
32
33 new:
34 * stabilize WYSIWYG converters
35 * HtmlParser and importer plugins (word, excel, html, interwiki)
36 * SemanticWeb link parser+db update, plugins: SemanticSearchAdvanced, SPARQL (php5 only)
37   include or support rdfapi? or write our own Sparql parser? (see pOWL OntoWiki)
38 * ATOM (experimentally done), TrackBack, PingBack services (take it from DokuWiki)
39 * finish Blog theme
40 * lang: mapping
41 * WikiUser/EMailConfirm (?)
42 * ImportMediaWiki, ImportRdf, ImportOwl, ExportMediaWiki, ExportRdf, ExportOwl
43 * WikiUser/OpenID (from DokuWiki) - Status::in_work
44 * more meta stuff: OpenSearch, format=dc (Dublin Core)
45 * support missing REST interfaces (optional): action=remove => DELETE,
46   action=editpage and minor updates (rating,...) => PUT.
47   with fallbacks to POST
48 * format=mm (FreeMind) for RecentChanges, SemanticWeb's and simple PageList's. 
49   See http://wikkawiki.org/FreeMind. Maybe format=mmap for the commercial MindMap.
50 * Spellcheck AJAX backend (see DokuWiki)
51 * GeSHi Highlighter plugin
52
53 fixes:
54 * fix pagelist nopage unification (store just key as names?)
55 * pcre textsearch with multiple words: order-independency
56 * SQL textsearch with multiple words: AND 
57   (the two new failing unit tests)
58 * fix textsearch optimize with "word -word -word"
59
60 OLDER TODO's:
61 Maybe (probably defer):
62 * CalendarList/UnfoldSubpages/Blog changes should update links to the basepage.
63 * Warn other editors
64 * http://www.movabletype.org/docs/mttrackback.html, http://umsu.de/beta-blogger/
65 * http://www.hixie.ch/specs/pingback/pingback, http://umsu.de/beta-blogger/
66 * Other languages: check page for [de:pagename] pseudo-interwiki links?
67 * pagerank algo: HITS http://www2002.org/CDROM/refereed/643/node1.html
68   FractalNavigation (pagetrail analysis)
69 * fix more wikilens libs and plugins, layout improvements (header, sidebar include)
70 * format=rdf and a new owl PageType (similar to InterWikiMap)
71   to statically define predicates used by PhpWiki:SemanticWeb
72   (semantically enriched links, like interwiki links).
73 * SqlResult paging (finished?)
74 * plugin\NewUserWelcomePage.php (some better template solution)
75 * plugin\SearchHighlight
76 * logfile stuff:
77 *   plugin\RecentReferrers
78 * SpamAssassinIntegration
79
80 already done lately:
81 * PgsrcTranslation slowness (update_locale?)
82 * overlarge session data
83 * handle empty DEFAULT_LANGUAGE: proper client detection
84 * fix glob errors
85 * display login page on "$action is disallowed on this wiki for user ..."
86 * remove "Invalid username" warning on "sign in as" button click
87 * themes/blog, BlogArchivesPlugin
88 * test WikiPluginCached support for image maps and svg, swf, eps, ...
89   defer header logic
90 * don't print php notices and warnings as red errors.
91   just green or grey
92 * PageChangeNotification other actions also (rename, remove).
93   better subject on create.
94 * do all unit tests:
95   all langs, all db backends, all pages import and export
96 * javascript search&replace
97 * pdf button when an external html2pdf app is defined
98   (enabled at PhpWikiDemo)
99 * enhanced WikiPluginCached (static, ondemand)
100 * added LdapSearchPlugin 
101 * more PageList options
102
103 2004-11-10 20:25:13 rurban
104 * optimize increaseHitCount, esp. for mysql.
105 * prepend dirs to the include_path (phpwiki_dir for faster searches)
106 * Pear_DB version logic (awful but needed)
107 * fix broken ADODB quote
108 * _extract_page_data simplification
109
110 2004-11-10 16:24:58 rurban
111 * requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for strings
112 * ACCESS_LOG_SQL: fix cause request not yet initialized
113 * WikiDB: moved SQL specific methods upwards
114 * new Pear_DB quoting: same as ADODB and as newer Pear_DB.
115   fixes all around: WikiGroup, WikiUserNew SQL methods, SQL logging
116
117 2004-11-09 18:10:22 rurban
118 * revert to the wikidb ref passing. there's no memory abuse there.
119 * use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively
120   store page ids with getPageLinks (GleanDescription) of all existing pages, which 
121   are also needed at the rendering for linkExistingWikiWord().
122   pass options to pageiterator.
123   use this cache also for _get_pageid()
124   This saves about 8 SELECT count per page (num all pagelinks).
125 * fix passing of all page fields to the pageiterator.
126 * fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes
127
128 1.3.11 Goals:
129
130     * fix more sf.net bugs and patches (90%)
131     * fix LDAP with USER_AUTH_POLICY=old (100%)
132     * ADODB lock and transaction fixes (50%)
133     * some more theme beautification, new crao and nuke theme, 
134       cut or split long sidebar links somehow (100%)
135     * add some basic Recommender engine to enable rating recommendations, 
136       fix metadata getAvg and test it. (100%)
137     * fix metadata RateIt methods and RateIt usergroups, (100%)
138     * rewrite WikiGroup to be current_user independent to be able 
139       to ask for group membership of any user. (100%)
140     * more action=upgrade (diffs, multi-page interface) (60%)
141     * finish PdfOutput plugin and button (80%)
142     * add editpage javascript toolbar (100%)
143     * try the php-internal soap extension, test SOAP, fix GooglePlugin+AmazonPlugin (0%)
144     * iniconfig helpers (Joby?) (0%)
145     * improve more plugins caching (90%)
146
147     * change remove_page in WikiDb API, so that RecentChanges displays it.
148       (just purge all revisions?)
149     * rename global $Theme to $WikiTheme (Gforge nameclash) (100%)
150
151 1.4.0 Goals:
152
153     * fix WikiAdminSetAcl (least common ACL denominator) (100%)
154     * enable ACL's in the mime dumps (100%)
155     * force strict PagePermissions on all plugins, which require now 
156       admin and some more administrative actions (90%)
157     * complete full paging support (limit=, prev/next buttons in PageList) (95%)
158       fix paging in MostPopular
159     * fix possibly remaining WikiGroup problems (100%)
160     * fix possibly remaining RateIt problems (50%)
161     * finalize PdfOutput (0%)
162       external works fine
163     * finalize editpage javascript toolbar (80%)
164       fix search/replace bug (100%)
165     * finalize SOAP support (0%)