]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - TODO
update for 1.3.13p1
[SourceForge/phpwiki.git] / TODO
1 TODO:
2 * fix session loss on php-5.2 (with or without DB_SESSION)
3 * clarify issues with pagenames: "," breaks PageList. Escape with "~" or "\"?
4 * check SpamBlockList
5 * fix Wikiwys with prettyurl, link labels and killing plugin args
6 * ranked FullTextSearch (besides postgresql)
7 * format=printable (?) for non js/dom
8 * WatchList (?)
9 * ImportMediaWiki, ImportRdf, ImportOwl, ExportMediaWiki, ExportRdf, ExportOwl
10 * WikiUser/OpenID (from DokuWiki)
11
12 TODO for 1.4.0:
13 architecture:
14 * Optimization: try template_lite or try simple regex replacements as before.
15 * Add some xml syntax for plugins: 
16   <IncludePages pages=<!plugin-list BackLinks !> />
17   <BackLink include_self=false />
18   And/or fix PLUGIN_MARKUP_MAP aliases which break the InlineParser.
19 * Fix postgresql stored procedures.
20 * Move serialized data from page_data / version_data to seperate SQL columns.
21 * WikiDB hooks. (?)
22 * Content expansion hooks in transformer. (SearchHighlight)
23 * Convert RecentChanges to PageList as source for format options. 
24   Generic rss, rdf handling.
25 * embedd basic RDF in XHTML (dc, foaf, ...) for GRDDL. 
26 * Do Microformats automatically? It's a stupid hack so support it only optionally.
27   ToDo: for Calendar, CalendarList, FoafPlugin
28
29 new:
30 * stabilize WYSIWYG converters
31 * HtmlParser and importer plugins (word, excel, html, interwiki)
32 * SemanticWeb link parser+db update, plugins: SemanticSearchAdvanced, SPARQL (php5 only)
33   include or support rdfapi? or write our own Sparql parser? (see pOWL OntoWiki)
34 * ATOM, TrackBack, PingBack services (take it from DokuWiki)
35 * finish Blog theme
36 * lang: mapping
37 * fix ENABLE_MARKUP_DIVSPAN
38 * WikiUser/EMailConfirm (?)
39
40 fixes:
41 * fix pagelist nopage unification (store just key as names?)
42 * pcre textsearch with multiple words: order-independency
43 * SQL textsearch with multiple words: AND 
44   (the two new failing unit tests)
45 * fix textsearch optimize with "word -word -word"
46
47 2006-03-07 19:54:31 rurban
48 TODO for 1.3.13:
49 architecture:
50 * finish moacdropdown integration (xmlrpc)
51 * the new Mailer class
52 * maybe evaluate other Template solutions (Smarty or regex replacements)
53 * add xml syntax for plugins: 
54   <IncludePagesPlugin pages=<!plugin-list BackLinks !> />
55   <BackLinkPlugin include_self=false />
56 * SQL-Schema: add relation to link table, add relation to getPageLinks() extractor
57
58 new:
59 * finish ModeratedPages
60 * WYSIWYG (htmlarea3 + tinymce) integration into EditToolbar
61 * HtmlParser and importer plugins (word, excel, html, interwiki)
62 * SemanticWeb link parser+db update, plugins: SemanticRelations, SemanticSearch
63 * TrackBack, PingBack services
64 * Blog theme
65 * FileInfoPlugin (done)
66 * lang: mapping
67 * add Help: and Relation: interwiki map entries. (done)
68 * via upgrade also
69
70 fixes:
71 * pcre textsearch with multiple words: order-independency
72 * SQL textsearch with multiple words: AND 
73   (the two new failing unit tests)
74 * fix textsearch optimize with "word -word -word"
75 * add Help/ prefix to all documention pages, via upgrade also. (done)
76
77 and the rest of the sf.net buglist
78
79 -----------------------
80 2006-??
81
82 FixMe:
83 * check why template expansion is so slow (xml parsing and printing, ob + exec)
84 *   upgrade => %BODY% in MonoBook
85 * more httpauth tests: enforced, server-side ok
86 * test reported personalpage auth problems
87 * fix random PearDB mysql connection loss (fixed?)
88 * fix SystemInfoPlugin dump failure
89 * fix jscalendar in sidebar and blog (fixed?)
90 * ModeratedPage 3/3 (GET=>POST, Preview?)
91 * fix configurator.php (fixed?)
92 * pagedata_cache on PageGroupTest/subpage (fixed?)
93   wrong PhpWikiAdmin/Chown owner display
94 * re-enable pagedata_cache->next iterator (?, mem test)
95
96 Improvements:
97 * collapse page change notification on LoadAny (80%, missing: )
98 * restrict certain action to groups: RawHtml (could be a define)
99 * db.timeout: force mysql.connect_timeout = 60
100
101 Maybe (probably defer):
102 * CalendarList/UnfoldSubpages/Blog changes should update links to the basepage.
103 * Warn other editors
104 * http://www.movabletype.org/docs/mttrackback.html, http://umsu.de/beta-blogger/
105 * http://www.hixie.ch/specs/pingback/pingback, http://umsu.de/beta-blogger/
106 * Other languages: check page for [de:pagename] pseudo-interwiki links?
107 * pagerank algo: HITS http://www2002.org/CDROM/refereed/643/node1.html
108   FractalNavigation (pagetrail analysis)
109 * fix more wikilens libs and plugins, layout improvements (header, sidebar include)
110 * format=rdf and a new owl PageType (similar to InterWikiMap)
111   to statically define predicates used by PhpWiki:SemanticWeb
112   (semantically enriched links, like interwiki links).
113 * SqlResult paging (finished?)
114 * plugin\WikiAdminSetAclSimple, Chmod
115 * plugin\NewUserWelcomePage.php (some better template solution)
116 * plugin\SearchHighlight
117 * logfile stuff:
118 *   plugin\RecentReferrers
119 *   WikiAccessRestrictions
120 * SpamAssassinIntegration
121
122 already done lately:
123 * PgsrcTranslation slowness (update_locale?)
124 * overlarge session data
125 * handle empty DEFAULT_LANGUAGE: proper client detection
126 * fix glob errors
127 * display login page on "$action is disallowed on this wiki for user ..."
128 * remove "Invalid username" warning on "sign in as" button click
129 * themes/blog, BlogArchivesPlugin
130 * test WikiPluginCached support for image maps and svg, swf, eps, ...
131   defer header logic
132 * don't print php notices and warnings as red errors.
133   just green or grey
134 * rewrite OldTextFormattingRules, AnciennesR%E8glesDeFormatage
135   for proper importing
136 * PageChangeNotification other actions also (rename, remove).
137   better subject on create.
138 * do all unit tests:
139   all langs, all db backends, all pages import and export
140 * javascript search&replace
141 * pdf button when an external html2pdf app is defined
142   (enabled at PhpWikiDemo)
143 * enhanced WikiPluginCached (static, ondemand)
144 * added LdapSearchPlugin 
145 * more PageList options
146
147 2004-11-10 20:25:13 rurban
148 * optimize increaseHitCount, esp. for mysql.
149 * prepend dirs to the include_path (phpwiki_dir for faster searches)
150 * Pear_DB version logic (awful but needed)
151 * fix broken ADODB quote
152 * _extract_page_data simplification
153
154 2004-11-10 16:24:58 rurban
155 * requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for strings
156 * ACCESS_LOG_SQL: fix cause request not yet initialized
157 * WikiDB: moved SQL specific methods upwards
158 * new Pear_DB quoting: same as ADODB and as newer Pear_DB.
159   fixes all around: WikiGroup, WikiUserNew SQL methods, SQL logging
160
161 2004-11-09 18:10:22 rurban
162 * revert to the wikidb ref passing. there's no memory abuse there.
163 * use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively
164   store page ids with getPageLinks (GleanDescription) of all existing pages, which 
165   are also needed at the rendering for linkExistingWikiWord().
166   pass options to pageiterator.
167   use this cache also for _get_pageid()
168   This saves about 8 SELECT count per page (num all pagelinks).
169 * fix passing of all page fields to the pageiterator.
170 * fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes
171
172 1.3.11 Goals:
173
174     * fix more sf.net bugs and patches (90%)
175     * fix LDAP with USER_AUTH_POLICY=old (100%)
176     * ADODB lock and transaction fixes (50%)
177     * some more theme beautification, new crao and nuke theme, 
178       cut or split long sidebar links somehow (100%)
179     * add some basic Recommender engine to enable rating recommendations, 
180       fix metadata getAvg and test it. (100%)
181     * fix metadata RateIt methods and RateIt usergroups, (100%)
182     * rewrite WikiGroup to be current_user independent to be able 
183       to ask for group membership of any user. (100%)
184     * more action=upgrade (diffs, multi-page interface) (60%)
185     * finish PdfOutput plugin and button (80%)
186     * add editpage javascript toolbar (100%)
187     * try the php-internal soap extension, test SOAP, fix GooglePlugin+AmazonPlugin (0%)
188     * iniconfig helpers (Joby?) (0%)
189     * improve more plugins caching (90%)
190
191     * change remove_page in WikiDb API, so that RecentChanges displays it.
192       (just purge all revisions?)
193     * rename global $Theme to $WikiTheme (gforge nameclash) (100%)
194
195 1.4.0 Goals:
196
197     * fix WikiAdminSetAcl (least common ACL denominator) (100%)
198     * enable ACL's in the mime dumps (100%)
199     * force strict PagePermissions on all plugins, which require now 
200       admin and some more administrative actions (90%)
201     * complete full paging support (limit=, prev/next buttons in PageList) (95%)
202       fix paging in MostPopular
203     * fix possibly remaining WikiGroup problems (100%)
204     * fix possibly remaining RateIt problems (50%)
205     * finalize PdfOutput (0%)
206       external works fine
207     * finalize editpage javascript toolbar (80%)
208       fix search/replace bug (100%)
209     * finalize SOAP support (0%)
210     * better utf-8 support (50%)