]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - TODO
Added a few things.
[SourceForge/phpwiki.git] / TODO
1 Security fix needed: the info page allows the user to enter arbitrary 
2 HTML.
3
4 Full text search will return all pages when searching for "eat" 
5 because it matches "created." (In a DBM-based installation). This
6 should be corrected.
7
8 Edit copy: A user who makes edits and saves them can no longer access
9 the copy in the archive. They should be at least allowed to retrieve it.
10
11 Wiki porting: it should be easy to write a function that serializes all
12 pages to files, and allows the user to reload them in another database.
13 This way it would be easy to move from DBM to a RDBMS.
14
15 Write/proofread pages on wiki markup
16
17 Add a TestPage which tests all markup features: wikinames, external
18 links, lists, and other markup
19
20 Add lastmodified and created features to DBM version
21
22 In wiki_msql.php3, when strings are decomposed, a single word longer than
23 MSQL_MAX_LINE_LENGTH will have unknown consequences.