ez projects / slightly_more_robust_prefer...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| slightly_more_robust_preferences_class_+_bugfix | Paul Borgermans | planning | N/A | N/A |
The bug fixed was that only one preference variable per user was stored
in the database, more variables where lost when the user logged out.
Robustness is increased to always fetch the variables from the
database for logged in users.
The behaviour for anonymous users is unchanged (only session based)
-paul