Commit Graph
12 Commits
Author SHA1 Message Date
Tim Almdal f6169047b1 Fix up add from server:
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.
2009-02-26 16:27:23 +00:00
Tim Almdal ec2a032604 Add closing ) 2009-02-25 16:17:34 +00:00
Bharat Mediratta 515c081f79 Add support MP4 movies also. Flowplayer supports them and can stream
them using the h264streaming plugin.  Everything else is a fairly
minor change.
2009-02-25 05:27:29 +00:00
Tim Almdal 5b35490be1 Major change to local import, in that checking the high level
directory will process all the files underneath w/o having to expand
the tree first.
2009-02-24 16:47:45 +00:00
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