Changes between Version 4 and Version 5 of SessionMessages


Ignore:
Timestamp:
Sep 21, 2009, 7:52:23 PM (15 years ago)
Author:
Tobias McNulty
Comment:

evaluation for django-notify

Legend:

Unmodified
Added
Removed
Modified
  • SessionMessages

    v4 v5  
    1313 * Support message passing for anonymous users
    1414 * Avoid database/cache queries if possible
    15  * Support larger messages that don't fit in a cookie
    16  * Don't lose messages if they're not displayed to the user
    17  * Provide a standard so that reusable apps can provide feedback related to the current session
     15 * Support larger messages that don't fit in a cookie (> 4kb)
     16 * Don't lose messages if they're not displayed to the user (lazy message loading)
     17 * Signs cookie-based messages
     18 * Provide a standard, intuitive interface so that reusable apps can provide feedback related to the current session
    1819 * Needs community approval/support
    1920 * Needs to be the "de facto" standard implementation
    2021
    2122=== Available Options ===
     23
     24||'''Name and Link'''||'''Anonymous user support'''||'''Minimal DB Access'''||'''Supports messages > 4kb'''||'''Lazy loads messages'''||'''Signed cookies'''||'''Standard interface'''||
     25||[http://code.google.com/p/django-notify/ django-notify]||yes||yes||yes||yes||yes||yes||
Back to Top