From: Reini U. <rei...@gm...> - 2005-10-03 15:12:35
|
Sorry, I don't like to have pref code in WikiDB. WikiDB is for pages and revisions only, user prefs and account data can be stored in various ways. One way is to store it into WikiDB (meta-data attached to the UserPage) Other ways are: storing it into seperate SQL tables, external databases and so on. The correct way to implement the create_user backend, would be a method in WikiUserNew.php and it's backends and NOT in WikiDB and its backends. From 1.3.12 on the user table will be deprecated, pref and member for wiki is enough. (schemas already in CVS) user is confusing, the user table should be used as example how to access external databases to synch phpwiki user account info to other packages. On 10/2/05, Thomas Harding <tho...@la...> wrote: > For those who have already applied the precedent patch, find files in > attachment. > for others, there is the cvs diff (diff_02_09). -- Reini Urban |