1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
f5160b9916 Start to accept files via standard upload in case of browser or user incompetence. 2011-11-20 23:53:17 -05:00
c0558284b5 Move redundant image_lib config to a file. Same does not seem to work for upload library. 2011-11-11 16:13:12 -05:00
c920e059ea Tweak error messages. 2011-11-10 00:14:39 -05:00
807f73ffbd Add dimensions and size of an image for display. 2011-11-08 18:20:43 -05:00
6c2dab5c50 Remove temporary upload if we have a duplicate. 2011-11-08 15:45:27 -05:00
5e68235616 md5 hash image file and store hash in database to prevent duplicate image uploads. 2011-11-08 15:40:41 -05:00
ceb54c28f7 Fix a bug where the image thumbnail was not being created. 2011-11-08 14:34:16 -05:00
78e1f28d27 Remove image_lib debuf stuff. 2011-11-07 22:51:55 -05:00
b9bce9cbe5 Adjust views to use short image urls. 2011-11-07 22:10:13 -05:00
4ce532cf65 Add simple gallery. 2011-11-06 02:34:41 -05:00
fc502c2968 Use CI built-in image manipulation library to create thumbnails. 2011-11-06 00:57:35 -04:00
d7f770243c Minor fix. 2011-11-05 16:49:16 -04:00
035ed81542 Fix a bug where the wrong file name was saved as the original name. 2011-11-05 15:57:25 -04:00
7f88eb83df Store uploads in database and name them after their id. 2011-11-05 13:55:44 -04:00
7872cabd90 Correct the accepted files list. 2011-11-05 12:59:14 -04:00
28f664e6eb Unmodified files listing as modified even though they are not; commit to clear status. 2011-11-05 12:58:23 -04:00
39b13ab303 Add octet stream mime type to images so we can upload from the javascript. 2011-11-05 12:37:19 -04:00
70c40f4e72 Setup so controller takes uploads. Currently an issue with the mimetype coming from the jquery upload plugin. 2011-11-05 12:35:17 -04:00
50a8cd8a2c Codeigniter refactor. 2011-11-05 02:25:17 -04:00