|
Subject: Stable release 3.2.3 Newsgroups: gmane.comp.apache.mod-survey.general Date: 2006-01-23 12:49:18 GMT (2 years, 32 weeks, 3 days, 2 hours and 26 minutes ago) Well, it was more than a year since last time, but finally there is a new stable release available. It can be downloaded from the new homepage at http://www.modsurvey.org The major changes as compared with 3.2.2 are: --------------------------------------------- * Better platform/settings detection in installer for suse, gentoo and mandriva * New export "grouped frequency table" * New auth method TOKENAUTH * SECURITY is modularized into subtags (see below) * Access/hot keys (so you can navigate a survey only using keyboard) * PASSWORD should now work in data module * Completely new layout engine based on templates (this shouldn't normally be visible at all, but makes things saner behind the scenes) * Dutch translation * Major overhaul of compatibility between different versions of mod_perl (should not support the whole range from mod_perl 1.2x to mod_perl 2.x.x) Concerning upgrading from 3.2.2 to 3.2.3: ----------------------------------------- The only syntactical major difference is the SECURITY tag, which has been modularized. In 3.2.2 you would do something like this: <SECURITY REQAUTH="yes" USERFILE="..." ..> <ANSWER ... /> </SECURITY> In 3.2.3, the different auth mechanisms live in sub-tags: <SECURITY REQAUTH="yes"> <FILEAUTH USERFILE="..." /> <ANSWER ... /> </SECURITY> Available auth mechanisms are FILEAUTH, DBIAUTH and TOKENAUTH. Read more about these in the now-updated syntax reference. There are also minor syntactical changes, which will render you warnings, but which should be pretty obvious how to fix. Another change, which most users will not notice, but which can be nasty for some, is that the layout engine has changed. Custom-made stylesheets are no longer valid, since the css markup has changed significantly. If you are using custom stylesheets you might want to test a bit before upgrading a production server. (If you only use the shipped themes, things should look more or less exactly as before) Credits ------- An extra bottle of beer to * BugAnt (he claims to have that name |
|
|