bluga 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bluga-7.x-1.x-dev.tar.gz | 22.01 KB | a33815fc1de0815d019d2d9251b6fc89 |
| bluga-7.x-1.x-dev.zip | 23.48 KB | 9679281c29d2dec3f208dfc97b627529 |
Release notes
Latest development release for Drupal 7.x.
Please report any bugs in the issue queue.
bluga 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| bluga-6.x-1.1.tar.gz | 19.14 KB | 20984c7f64596abed13c6ace99d2788c |
| bluga-6.x-1.1.zip | 22.01 KB | 9619ea0cd69903cb186364a53cb3a238 |
Release notes
If you installed 6.x-1.0 fresh, you don't need this update.
For users of the 5.x-1.x version and 5.x-1.0 version upgrading to 6.x-1.1, this update is critical. Without this update, you will only be able to create a single thumbnail and the module will not work after that. This is because 6.x-1.0 failed to include the update required to make it work with the way Drupal 6 handles auto-incrementing ID columns. This release corrects that problem.
Note for 6.x-1.x and 6.x-1.0 users: When you run update.php after this upgrade, you will receive two FAILURE messages:
- user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE bluga_request DROP PRIMARY KEY in /home/sterling/Dropbox/code/drupal/bluga-sandbox6/includes/database.mysql-common.inc on line 386.
- user warning: Multiple primary key defined query: ALTER TABLE bluga_request CHANGE `rid` `rid` INT unsigned NOT NULL auto_increment, ADD PRIMARY KEY (rid) in /home/sterling/Dropbox/code/drupal/bluga-sandbox6/includes/database.mysql-common.inc on line 520.
This is expected and indicates that your table is already correct, so you can safely ignore these errors.
bluga 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| bluga-6.x-1.0.tar.gz | 19.08 KB | 70786ff96b3744ad4592a1def30e0c6a |
| bluga-6.x-1.0.zip | 21.95 KB | 04fa09598bd775bc3ad63b40b9e3f99f |
Release notes
This is mainly a port of the 5.x-1.0 release to Drupal 6.x.
New features:
- Installs and runs on Drupal 6.x
Bug fixes:
bluga 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bluga-6.x-1.x-dev.tar.gz | 20.54 KB | 0a6135b6cc56ce4186f2d88680ad22b7 |
| bluga-6.x-1.x-dev.zip | 21.81 KB | 7c231f4dce80a78ba9a56d5af00913d0 |
Release notes
Latest development release for Drupal 6.x.
bluga 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| bluga-5.x-1.0.tar.gz | 18.24 KB | 156472add62727e6388a12fe058dba43 |
| bluga-5.x-1.0.zip | 20.93 KB | 23b2f34a98fa2f3fcf2d66d4f93bc346 |
Release notes
First actual release, though the development release has been in use on at least one production site for at least a year.
This features a simple API for embedding Bluga WebThumbs in a page using a PHP snippet. It's not fancy.
Recent changes made since March 2008 include:
- A nice looking throbber rather than the previous "waiting" graphic
- Using classes to make the thumbs and waiting message style with CSS more easily
- JavaScript that polls to see when the graphic is available and replaces the waiting throbber with the graphic
bluga 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bluga-5.x-1.x-dev.tar.gz | 19.62 KB | 433f8856c41d3845738aa3c17ebc8703 |
| bluga-5.x-1.x-dev.zip | 20.75 KB | c6b20872e3368ba8ede07496ef57635b |
Release notes
This is the development branch built nightly for Drupal 5.x.