movies 6.x-1.0

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

Bug fixes

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

Bug fixes

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.0

New features

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.

Subscribe with RSS Subscribe to Releases for Movies and Movie Wishlist