| Age | Commit message (Collapse) | Author |
|
|
|
* Add site warning message if local_import is installed an there is no
authorized directories
|
|
admin page is shown
|
|
and remove it. Cleanup unused variables. Rename the method remove()
to remove_path()
|
|
|
|
1) Upload requests are serialized so we don't over load the server or get
race conditions occurring.
2) new albums are created based on the file structure of the
authorized path that is the source directory.
|
|
|
|
|
|
Don't try to show the local_import link if there's no options menu.
|
|
status messages.
|
|
|
|
administation component to the scaffolding Actions tab. The importing functionality will follow shortly.
2) Defines a routining pattern for module administration controllers. URI's of the form admin/module/method/parameters gets remapped into module_admin/method/parameters. This will result in the lookup of the the controller Module_Admin_Controller
|