Age | Commit message (Collapse) | Author |
|
and remove it. Cleanup unused variables. Rename the method remove()
to remove_path()
|
|
Change to use access::required
|
|
|
|
Starting a batch call batch::operation(name, item). In the case of
adding photos name = add and item is the parent of the new items.
When the operation is finished the batch::end_operation(name) is
called.
operation and end_operation events are called. Handlers
(i.e. item_created) can call batch::in_progress(name) to determine if
a batch is being processed.
|
|
start_batch and end_batch add and remove the batch id from the
session. Modules wishing to do batch processing, just need to fire
the start_batch and end_batch events. Other modules that need to be
aware of batches (i.e. notifications) just check the session for "batch_id".
|
|
events: start_add_batch and end_add_batch. The parameter is a batch
id which is generated on the first add request. The protocol is call
the add_photo as many times as required and then call finish when
done.
Also renamed the add method in local_import to add_photo so it is
consistent with simple_uploader
|
|
|
|
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.
|
|
|
|
|
|
them using the h264streaming plugin. Everything else is a fairly
minor change.
|
|
directory will process all the files underneath w/o having to expand
the tree first.
|
|
|
|
enough photo::create would actually add the movie properly :-)
|
|
|
|
|
|
Don't try to show the local_import link if there's no options menu.
|
|
|
|
don't support TIFF files. TIFF files are not viewable directly in
most browsers
|
|
|
|
status messages.
|
|
|
|
site menu
|
|
|
|
|
|
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
|