- Made the automatic invalid-workspaceitem-deletion more robust.
- Removed the youtube popup. Unused at the moment. And the implementation was terribly hardcoded.
- Commented out all the debugging in the symbolmanager
2.2
----------------
- 2.1.13 stated "please clear your session info when you upgrade to this version as the fix to 3181 stores different information." This release fixes that. No session data deletion is needed anymore.
2.1.13
-------------------
- Fixed a problem in the date range selector, namely that the day of the end date with move to the next day when the user selected another month of the end date (3181).
- Added request to templatetag snippet_group to be able to use request in adapters' html function.
2.1.12
-------------------
- Added try/except around hotshot in profile middleware, because it requires python-profiler.
- Added request to layout_options in popup_collage_json. The request is needed in some adapter.html functions in order to get user datetime/periods.
2.1.11
-------------------
- Fixed progress cursor in popup_click_handler().
- Zoom to closest extent is no longer used for workspace items.
2.1.10
-------------------
- Requiring lizard-ui 3.0 now, which also means Django 1.3. Updated the buildout and the testsettings for that. We're also using the KGS (known good set) now to limit the amount of version pinning.