1
0
Commit Graph

33 Commits

Author SHA1 Message Date
9ece596c4d A lot of commits involving the image view controller, view and model that probably should have been seperate. 2011-11-05 15:49:55 -04:00
3c5c19a712 Begin basic view functionality. 2011-11-05 14:55:02 -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
aaccb5b2fc Final commit before rewrite. 2011-11-05 01:56:18 -04:00
7e947fcf94 Add subpar and poor looking left/right navigation. 2011-11-04 23:42:59 -04:00
f975dd4f1e Correct URL paths for images and style sheets. 2011-11-04 22:01:21 -04:00
34062abda0 Format files similary to original screens. 2011-11-04 21:41:18 -04:00
ccd7abbf0e Setup basic style for individual image viewing. 2011-11-04 20:20:32 -04:00
74bebb570c Place the config information in an outside file. 2011-11-04 18:33:36 -04:00
f9852632c4 Include create time in image display. 2011-11-04 11:34:39 -04:00
54678d58f4 Add basic index file for routing to images. 2011-11-04 11:31:17 -04:00
e9ec301ec7 Current timestamp set as default for mysql so no need to insert with NOW(). 2011-11-04 11:30:56 -04:00
46daba6d60 Do not use the index file for uploading. 2011-11-04 10:55:17 -04:00
b726584906 Start thinking about naming files correctly and storing in database. NYF 2011-11-02 23:44:18 -04:00
b67f5e37af Minor changes to style and other stuff. 2011-11-02 16:52:12 -04:00
51f8ed7df7 Display a different image based on whether or not the file transfer succeeded. 2011-11-02 16:35:25 -04:00
eccd944e31 Check a bit of data before saving the file. 2011-11-02 16:33:57 -04:00
97f2c5de65 Use a more reasonable max filesize. 2011-11-02 15:23:38 -04:00
f4d271afb2 Add a text box for holding the file name that the upload was stored as on the server. 2011-11-02 14:41:40 -04:00
898337c033 Various style changes; set queuefiles to 1 (possibly causing chrome crash error otherwise?) 2011-11-02 14:32:42 -04:00
262822e943 Style adjustments and adding in tutorial JS file. 2011-11-02 13:31:05 -04:00
3acd9fd216 Start over with some random tutorial. 2011-11-02 12:53:58 -04:00
965d5e809c My version: issue accessing img in the previewHtml. 2011-11-02 12:45:37 -04:00
096bcb6284 Move drop HTML to a file instead of inlining. 2011-11-02 10:15:55 -04:00
2ca2d9eaea Adding uploads directory. 2011-11-01 20:09:11 -04:00
633f8d927c Add simple PHP upload handler. 2011-11-01 20:05:35 -04:00
560c8253c9 Do not need old widths. 2011-11-01 19:45:27 -04:00
7db3b67067 Initial commit. 2011-11-01 19:34:16 -04:00