]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - TODO
the list just got longer
[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.
17
18 Proofread README; make sure it lists all the files (wiki_*)
19
20 Set up a phpwiki 1.1.6 on sourceforge; there needs to be a demo of 
21 the new features. 
22
23 Write/proofread pages on wiki markup
24
25 Add a TestPage which tests all markup features: wikinames, external
26 links, lists, and other markup
27
28 Update the ReleaseNotes page
29
30 Write up the INSTALL.pgsql file