- Added an option to override the session cookie name.
This commit is contained in:
parent
da7dea01f5
commit
2ea58485c9
11 changed files with 40 additions and 28 deletions
|
|
@ -4,6 +4,7 @@
|
|||
- Added some more tests to the suite.
|
||||
- Fixed the test skeleton
|
||||
- Fixed some bugs regarding Search relevance sorting (Len Kranendonk / www.ilance.nl)
|
||||
- Added an option to override the session cookie name.
|
||||
|
||||
|
||||
7.0.4
|
||||
|
|
|
|||
|
|
@ -79,6 +79,12 @@ save you many hours of grief.
|
|||
released. It will serve as the beta, gamma, and release
|
||||
candidates for 7.0.0.
|
||||
|
||||
* The group SQL query mechanism has been changed to be more efficient,
|
||||
more practical, and more consistent with the rest of WebGUI. As
|
||||
such, your old query will no longer work. You used to do something
|
||||
like "select 1 from table where foo='bar'", but now you need to
|
||||
"select userId from table where foo='bar'".
|
||||
|
||||
* The "messageLog" table will be deleted during the upgrade process,
|
||||
and all of the messages in it. This is because the messages
|
||||
contained in there are no longer useful because they won't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue