]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - TODO
Added a few things.
[SourceForge/phpwiki.git] / TODO
1 Full text search will return all pages when searching for "eat" 
2 because it matches "created." (In a DBM-based installation). This
3 should be corrected.
4
5 Edit copy: A user who makes edits and saves them can no longer access
6 the copy in the archive. They should be at least allowed to retrieve it.
7
8 Modify the date functionality so it is based on Unix time; the Postgresql 
9 InsertPage() will hardcode the date for now.
10
11 The 'archive' table has to have the same columns as the 'wiki' table
12 if we are to use the same InsertPage() function on both. 
13
14 Wiki porting: it should be easy to write a function that serializes all
15 pages to files, and allows the user to reload them in another database.
16 This way it would be easy to move from DBM to a RDBMS.