movies 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| movies-6.x-1.0.tar.gz | 21.79 KB | f812b2983ab45d9f328262c98947cd1c |
| movies-6.x-1.0.zip | 37.21 KB | 19bf78fbebbbbc344cf1c4180dfd7fa6 |
Release notes
This is a full rewrite of the movies module, to work with Drupal 6 and for multiple users.
Each user can manage a movie list under user/%uid/movies adding new movies and wishlist items. Multiple genres can now be tied to a film, as well.
movies 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| movies-5.x-1.3.tar.gz | 12.25 KB | 549de89c4e482e5ba72a262ec3079c5b |
| movies-5.x-1.3.zip | 16.11 KB | b1d44c05c8a488f8e62de7b2cbfc6af7 |
Release notes
This release addresses an issue where the module was conflicting with some elements of the user module. I had, without thinking, named the user-facing functions *_user. This usage will actually open hooks to the user module, and doing this resulted in the user module making calls to these functions. This resulted in errors in a couple of situations.
These modules were renamed to *_main in order to fix this issue.
PLEASE NOTE: If upgrading, you may need to disable and re-enable this module, in admin/build/modules in order for the user pages to come back up promptly.
movies 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| movies-5.x-1.2.tar.gz | 12.21 KB | 3cf52866ec6fbcd38f59fb3deb7d5f2b |
| movies-5.x-1.2.zip | 16.11 KB | 56014ea1548a1172dd0ae1bc87f7fff3 |
Release notes
This release of the movies and movie wishlist module serves as a bug fix.
When paginating results, I was not supplying the db_rewrite_sql function with the primary table and it's key. For some users this was causing an issue when attempting to make a query on the movies/wishlist tables.
movies 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| movies-5.x-1.1.tar.gz | 12.05 KB | 3cc9d30ada1731d8dba305105f973a29 |
| movies-5.x-1.1.zip | 15.94 KB | 5563ec1213e3ec2a5acf19df3e4b699d |
Release notes
Added movies.info file to package.
movies 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| movies-5.x-1.0.tar.gz | 11.9 KB | 067ad056735421d5c16d3ea899bfb10c |
| movies-5.x-1.0.zip | 15.6 KB | e70d08931cb8db66a1272bf47a5474b1 |
Release notes
This is the initial release of the movies module. With this module, the user can maintain a list of movies owned, their format, year (of release), imdb number and film genre. The user can also maintain a movie wishlist, of films which they'd like to get. Once purchased, you can check a box for your movie, which will check it off of your wishlist and add it to your main movies list.
Once installed, go to admin/movies or admin/movies/wishlist to add movies. Your visitors can go to movies/ and movies/wishlist to view your movies.