1
0
Commit Graph

74 Commits

Author SHA1 Message Date
1f8203facb Corrected the count for pre-existing screens so image 927 displayed the correct thumbnail. 2011-11-12 19:36:46 -05:00
7fcfefee12 Import script not part of this. 2011-11-11 20:56:31 -05:00
64066b7ea9 Deal with the first 926 thumbnails always being jpegs on the production site. 2011-11-11 20:39:17 -05:00
86a6d91898 Account for images that were lost in the import (bad extensions or enormous sizes. 2011-11-11 20:34:05 -05:00
59ffee0240 Rewrite cheat queries to use active record so we can take advantage of the table prefix in config. 2011-11-11 19:50:51 -05:00
67a25185c7 Setup entering the file into the database. 2011-11-11 16:40:53 -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
8c0c91b52e Throwaway import script. Currently only testing to see how many images will be lost in transition. 2011-11-11 00:42:59 -05:00
3ecfd60dfd Don't use framework for writing the throwaway import script. 2011-11-11 00:42:24 -05:00
97b3ca7a11 Add untested import functionality for transitioning from existing screens system. 2011-11-10 15:52:45 -05:00
c3e73a06aa Light color text looks better on upload box. 2011-11-10 00:35:25 -05:00
c920e059ea Tweak error messages. 2011-11-10 00:14:39 -05:00
9c93257008 Override alert box with a jquery-ui dialog box. 2011-11-10 00:06:36 -05:00
2525dc5f9f Fix a bug where WxH was not displayed properly. 2011-11-08 19:09:24 -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
b0b201467f Add fancy keybinds for navigating the pages click free. 2011-11-08 15:04:25 -05:00
b2287b8c10 Revert back to redirects for random and latest links. 2011-11-08 14:41:16 -05:00
ceb54c28f7 Fix a bug where the image thumbnail was not being created. 2011-11-08 14:34:16 -05:00
af1b85e36f Style and template changes to provide header navigation. 2011-11-07 23:22:35 -05:00
8dcd74186b Adjust links to use short URLs and fix link to raw image. 2011-11-07 22:56:24 -05:00
78e1f28d27 Remove image_lib debuf stuff. 2011-11-07 22:51:55 -05:00
1352b57704 Highlight entire link box when clicked for easy copying. 2011-11-07 22:39:43 -05:00
131766e798 Random and Latest are better if they continue to display their url so they can be bookmarked or refreshed. 2011-11-07 22:16:31 -05:00
b9bce9cbe5 Adjust views to use short image urls. 2011-11-07 22:10:13 -05:00
3de47410a5 Allow for short screenshot urls. 2011-11-07 22:06:43 -05:00
da3439e9a4 Drop codeigniter comments from .htaccess. 2011-11-07 22:06:15 -05:00
80fcde445e Return all uploads if either the start or the count is not set. 2011-11-06 02:57:23 -05:00
f15def54cc Include Codeigniter license in the repository. 2011-11-06 02:55:21 -05:00
db7f092f1d Link gallery image to specific view page. 2011-11-06 02:45:39 -05:00
58761af95f Minor style changes to gallery. 2011-11-06 02:40:37 -05:00
4ce532cf65 Add simple gallery. 2011-11-06 02:34:41 -05:00
d8d4279c69 Add functionality for displaying the last added screen. 2011-11-06 01:05:36 -04:00
e12e876805 Add view random functionality. 2011-11-06 01:02:32 -04:00
fc502c2968 Use CI built-in image manipulation library to create thumbnails. 2011-11-06 00:57:35 -04:00
48cc71714f Add rewrite rule to handle short image viewing. NYF. 2011-11-05 16:49:36 -04:00
d7f770243c Minor fix. 2011-11-05 16:49:16 -04:00
d79162a889 Clean out the viewers table every 5 minutes. 2011-11-05 16:10:30 -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
c642fcf81d Complete display of image with information. 2011-11-05 15:57:05 -04:00
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