]> 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.
24
25 Changes to the default pages (like the change in how Search and
26 FullSearch are identified, and the right code swapped in) do not
27 propagate when one updates from CVS since they are in the database
28 already. This is a "gotcha" and perhaps the only solution is to mention
29 it in the FAQ and the README.
30
31 Also, it might be time to start a FAQ.
32
33 Search tells you how many matches it found in how many pages, but it
34 doesn't say how many pages it searched anymore.