Downloads
Download tar.gz
24.47 KB
MD5: b94da2164d993d3bb8a06f7b516b9e25
SHA-1: 6670fc98d7865b7e8bcb6b08224982151620228d
SHA-256: d4648463b63f39deac1662faea7a5d232af78c9df729e3efacd1380c34f82180
Download zip
36.15 KB
MD5: 26b7f1438277ea6f9e9a420fc64b7626
SHA-1: fcb387c09ad308e853a7b5d7a5ee3ed88846322b
SHA-256: d4e055c7ae08958bf96865511f3c42fa68bb2d4e4614fdd5175a80f858749690
Release notes
Here's the official 5.x-1.2! This is rc2 + small fixes to radioactivity_up_down_voting.module and radioactivity_votingapi.module. The notable fixes in this release: (compared to 5.x-1.1)
- #251651: radioactivity_add_energy called with wrong arguments on node view when click_duration != 0
- #301230: radioactivity_node incompatible with page caching
- #301241: radioactivity_get_energies_for_source: Resolve subclass only when required (Optimization)
The notable new features in this release: (compared to 5.x-1.1)
- A new modular design for radioactivity sources and targets
- Support for node comments and arbitrary objects, in addition to node targets
- Support for VotingAPI as an energy source for node and comment radioactivity
- Support for arbitrary sources. This is for integration purposes
- Configurable HTTP interface, exposing radioactivity_add_energy, radioactivity_get_energy and radioactivity_delete_energy
- Support for settings per node type
- Support for different join types in views
radioactivity_up_down_votingfor up/down radioactive voting (see #300767: Negative amount and integration with Drigg)
As always, see the the CVS messages (http://drupal.org/project/cvs/240484) and the issues for detailed changes.
Notes for 5.x-1.1 → 5.x-1.2 migration:
- Views support has changed. The update procedure should be able to upgrade your views containing radioactivity fields, filters and sorts. This has been tested only with Views 5.x-1.6, but might work on other versions too. As always, test the migration in a test environment before going live with production. If the procedure fails for some reason, you need to delete blank fields, filters, and sorts in your views and then re-add them.
- The radioactivity decay profile system has also been changed. The update procedure should be able to update your 5.x-1.1 profiles to 5.x-1.2 without problems. However, if you applied patch from #247212: Content type -specific settings for received energies, then the updater will not upgrade the profiles properly.
Thanks for Uusi Suomi (running http://www.uusisuomi.fi/ ) for funding most of the development of this release. Special thanks to guardian for sorting out some issues and cedricfontaine for sparking the for radioactivity_up_down_voting.
Have fun!