Mercurial > p > roundup > code
diff doc/upgrading.txt @ 1227:92d8e1aad2e9
added mention of the new "minimal" template...
...and cleaned up Admin links in classic
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Sep 2002 04:19:53 +0000 |
| parents | fa7df238e2d4 |
| children | 7733d5b96ef6 |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu Sep 26 04:15:55 2002 +0000 +++ b/doc/upgrading.txt Thu Sep 26 04:19:53 2002 +0000 @@ -18,8 +18,8 @@ transition. Please don't hesitate to ask on roundup-users for help (or complete conversions if you're completely stuck)! 2. The database backed got a lot more flexible, allowing Metakit and SQL - databases! The only SQL database implemented at present is gadfly, but - others shouldn't be a whole lot more work. + databases! The only decent SQL database implemented at present is sqlite, + but others shouldn't be a whole lot more work. 3. A brand new, highly flexible and much more robust security system including a system of Permissions, Roles and Role assignments to users. You may now define your own Permissions that may be checked in CGI transactions. @@ -177,7 +177,7 @@ messageid=String(), inreplyto=String()) Nosy list link event journalling is actually turned off by default now. If you -want to turn it onn, change to your issue class' nosy list, change its +want to turn it on, change to your issue class' nosy list, change its definition from:: issue = IssueClass(db, "issue",
