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