Major optimization improvement - Memetracker now stores distance scores in the database. This drops meme calculation time by ~75% once data is stored. Now it's possible to have 1000+ content active in a memetracker at any given time.
Fixed click recording for anonymous users. Next is to use this data to improve interestingness calculation.
One Session allows the Administrator to define by role which users can have multiple sessions at a time.
If One Session is enforced the User is restricted to one session. If a restricted user logs on the sessions table is checked, if the users is found to have other sessions: those sessions are set inactive, the user is notified and the event is written to the log.
If a user is in a restricted role and a role that is unrestricted, the One Session feature has no effect.
New features:
- #250834 by Frank Steiner: Ported to D6.
- Refactored large parts of the code.
- Moved node locking to an earlier stage to more reliably detect node edit urls and avoid unnecessary locking. This also allows user defined urls to lock nodes for (no UI yet).
- by ptalindstrom: Display error message even when the same user tries to edit its own locked node.
Bugs fixed:
- Fixed node (un)locking, especially when using url aliases.
This is an alpha release of the latest version of DHTML Menu. I am waiting for further testing as well as translations before the module is released as stable, so your help is very welcome!
6.x-3.0 Release Notes:
This version of DHTML Menu has been rewritten to use the theme_registy_alter hook, allowing it to hijack the themable functions of the Menu API rather than adding preprocessing functions for the blocks.
The module is much more flexible with this approach, which means that DHTML Menu now works with Book Navigation.
- #278391 Fix calendar popup position in Firefox.
- #278267 Add a theme for the jcalendar popup.
- #279169 Get rid of calendar_info() function in uninstall.
- #261610 Make sure delta value is available for jcalendar popup display.
- #255984 Make popup calendar date selector a configurable value.
- #251094 Make weekno a configurable value.
- #259127 Remove ajax back/next navigation on mini calendar, it's not working well enough.
- #247215 Make sure default calendar view and block are not triggered if there is no date field and add validation to the view to require a date field.
- #268668 Adjust comparison dates for timezone offsets to make sure multi-day events get split correctly.
- The cached ical feed cannot be used to store date objects, recreate them as needed.
- #234070 Fix broken ical title.
- #258501 Make sure calendar.inc is included when creating ical feed.
- #258515 Fix url in ical export.
- #266623 Protect against foreach() errors on empty ical feeds.
- PHP4 can't do comparisons of date objects, so alter calendar comparison code to compare formatted dates instead.
- #275213 Arguments were reversed in date_week_range().
- Remove as many dependencies as possible from install files and auto-enable necessary modules.
- #272263 Make sure empty ical stream doesn't get into cache.