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