This reverts commit 940edac81c.
Revert "Add window resizing support. Just can't seem to get loading icon to show up"
This reverts commit afd85945d7.
Revert "Resolve issues with show the wrong album when slideshow is invoked from a photo page. In addition, implement the slideshow based on tags."
This reverts commit 152caf5195.
Revert "Initial commit of a basic slideshow"
This reverts commit 5943761df2.
Install: <module>_installer::install() is called, any necessary tables
are created.
Activate: <module>_installer::activate() is called. Module
controllers are routable, helpers are accessible, etc. The module is
in use.
Deactivate: <module>_installer::deactivate() is called. Module code
is not accessible or routable. Module is *not* in use, but its tables
are still around.
Uninstall: <module>_installer::uninstall() is called. Module is
completely removed from the database.
Admin > Modules will install and activate modules, but will only
deactivate (will NOT uninstall modules).