achievements 7.x-1.4

New features
Bug fixes


Achievements 7.x-1.4, 2011-11-10
--------------------------------
* achievement-latest-unlock.tpl.php added and used in the leaderboard.
* All template files have been moved to templates/ subdirectory.
* Most .tpl.php $variables are now render arrays instead of strings.
* This allows for easier modifications in preprocess hooks.
* You WILL need to modify any overridden themes to support this.
* You should be able to just replace "print $a" with "print render($a)";
* "image_path" added to themes for the context-aware image path.
* "achievement_title" added to themes for easier linked title display.
* "achievement_points" added to themes as a renderable "$n points" string.
* Fixed double-encoding bug in titles of achievements/leaderboard/$AID.
* achievements_locked() added for programmatic taking away of an unlock.
* achievements_storage_del() added to complement the _set and _get ones.
* tabindex on achievement notification was rewritten into a CSS override.
* #theme => 'achievement' usage has gained contextual theme suggestions.
* Admins can no longer take away an achievement the user hasn't unlocked.
* An empty relative leaderboard table is no longer displayed in the HTML.
* "achievement-leaderboard-top-rank" CSS class added to top 3 rank rows.
* "achievement-leaderboard-top-rank-[123]" CSS class added to top 3 rank rows.

search_api_db 7.x-1.0-beta2

Bug fixes
Insecure

This version is needed to work with the RC 1 release of the Search API.

The following changes were made since Beta 1:

Pages

Subscribe with RSS Subscribe to RSS - 7.x