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