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