Downloads

Download tar.gz 109.02 KB
MD5: db4881a521af9ef5a0ff23fde6db8f1b
SHA-1: 465cb525552b4e3a6536f430145b2c912c88a412
SHA-256: 7517b9fc71a71b3ab39317d68c9f394b4531ee541025b56698c626802fc5cfac
Download zip 133.95 KB
MD5: fa918cbf7e9969d43a50d84316f61e2b
SHA-1: 4dc443019193b68885644fcd5e7ea1668cd31f16
SHA-256: f59cd890f67ecb603ba147f3af26071d4819abac352a4d2cf53d2b322e235daa

Release notes

This is a MAJOR release of Drigg. A _lot_ has changed. If you are upgrading (as you should), please read this carefully. This is in preparation of the Drupal 6 release.

Driggi s now split in several sub-modules. Some theme functions now have a different name (but the old ones will keep on working).

Here are the upgrade instructions:

* Switch to a non-drigg theme, at least for the administrator. This is important in case your theme has drigg calls without the checking if a module is defined with module_exists()

* Explode the module in a CLEAN directory, and replace the old one. Do NOT explode this on top of the old one

* The site's home page will stop functioning. Go to /admin/build/modules in your site. The home page will start working again. This is because we have actually changed the *location* of the drigg.module file.

* Then go to /admin. You will see the warning about the database being outdated

* Follow the database update procedure. This will actually enable the sub-modules, more than changing the DB

* This will automatically enable the core 9 modules Drigg is now made up of

* Check the home page with the original theme

* You will see several warning messages, about your theme using "old" functions. You will need to rename those functions in your theme

* Reconfigure your blocks! Sorry, this was unavoidable... You will need to reconfigure pretty much all of your blocks: placement, parameters, etc.

* Change drigg/drigg_theme/css/block.css with these differences:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drigg/drigg...

Basically, the block divs are a little different now. Again, this is unavoidable since a separate module now generates the blocks... sorry! It's for a good cause though.

That's it! Please report here if you have any problems...

You may argue that we should have made this a Drigg 2.0 version... the thing is, the next step is to port everything to Drupal 6. This reorganisation is crucial. If we release this as Drigg 2, we would then have to maintain three trees (Drigg 1, Drigg 2 and the D6 version). Making this change is important before too many users start using Drigg (the number is increasing dramatically).

Enjoy!

Created by: mercmobily
Created on: 14 Apr 2008 at 03:34 UTC
Last updated: 15 Apr 2008 at 13:52 UTC
New features
Bug fixes
Unsupported

Other releases