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