| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 940edac81c854227d1a25f482cb38c96b6937bb2.
Revert "Add window resizing support. Just can't seem to get loading icon to show up"
This reverts commit afd85945d7028cefd703c3f6bbebdf92f8e0477a.
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 152caf5195e3bbcdb353707fed5683ed07927f47.
Revert "Initial commit of a basic slideshow"
This reverts commit 5943761df282bfdfe68453de5c1682030006cd11.
|
|
|
|
photo page. In addition, implement the slideshow based on tags.
|
|
|
|
This is the first step towards having a simple, lightweight and
unified API for module interaction.
|
|
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).
|
|
|
|
inactive. If it is, we need to alert the admin user.
|