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