Commit Graph

9 Commits

Author SHA1 Message Date
Tim Almdal
2ed850652b Fix problem that movie::create was never being called. But strangely
enough photo::create would actually add the movie properly :-)
2009-02-23 15:06:24 +00:00
Tim Almdal
679b8c3971 Include jpg as valid graphic files 2009-02-23 14:45:09 +00:00
Tim Almdal
05308a94b1 Use IMAGETYPE_xxx to filter file types 2009-02-23 05:59:13 +00:00
Tim Almdal
eece67611e Added "flv" to the list of the supported files 2009-02-22 16:14:10 +00:00
Bharat Mediratta
2505bd1579 Hardcode extensions instead of using Image::$allowed_types because we
don't support TIFF files.  TIFF files are not viewable directly in
most browsers
2009-02-21 20:58:02 +00:00
Tim Almdal
c2fa42cf6c Implementation of local import module. Still need work on better
status messages.
2009-02-21 02:28:19 +00:00
Tim Almdal
b202816324 Remove the attempt at a local import module 2008-12-12 01:46:43 +00:00
Tim Almdal
bd992a97b2 Remove the options menus from the albums and photo pages and move to the site menu 2008-12-11 21:27:16 +00:00
Tim Almdal
e1f2a5d4e6 1) Begins the creation of the local import module by adding the 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
2008-12-11 17:20:55 +00:00