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