1
0
Fork 0
Commit Graph

91 Commits

Author SHA1 Message Date
Andrew Tomaka a40943945b Include database setup for later use 2013-02-27 22:51:18 -05:00
Andrew Tomaka 915eeae06d Merge pull request #5 from dpatti/width-fix
Set the bar's width as a % instead of pixels
2012-07-30 19:04:41 -07:00
Doug Patti a4dc553ca5 Set the bar's width as a % instead of pixels 2012-07-29 04:05:54 -04:00
Andrew Tomaka c4ab3d53c5 Merge pull request #3 from dpatti/img-paste
Allow file uploading via clipboard paste
2012-07-21 11:46:57 -07:00
Doug Patti fd9499d79c Allow file uploading via clipboard paste 2012-07-20 21:44:51 -04:00
Andrew Tomaka 29426b45de Fixed a bug where the gallery started at 1 instead of 0. 2012-02-27 16:33:30 -05:00
Doug Patti fcb32dd5bb Fix gallery for starting at index 1 instead of 0 2012-02-10 17:42:43 -05:00
Andrew Tomaka 6d91b5ebe6 Merge pull request #1 from dpatti/button-upload
Add button to allow selecting files in browser
2012-01-02 00:13:24 -08:00
Doug Patti 64a03ec177 Add button to allow selecting files in browser 2011-12-30 17:15:26 -05:00
Andrew Tomaka c28353a3b6 Ignore files so I don't save my password to the repo. 2011-11-21 21:33:11 -05:00
Andrew Tomaka 830f029873 Remove inline form. 2011-11-21 20:00:36 -05:00
Andrew Tomaka 7a1524aa53 jquery.upload library is subpar; don't use it. 2011-11-21 00:23:16 -05:00
Andrew Tomaka 1c1d88f24b Start to accept files via standard upload in case of browser or user incompetence. 2011-11-20 23:53:54 -05:00
Andrew Tomaka f5160b9916 Start to accept files via standard upload in case of browser or user incompetence. 2011-11-20 23:53:17 -05:00
Andrew Tomaka 4322822906 Increase number of pages shown in pagination. 2011-11-14 09:31:34 -05:00
Andrew Tomaka 5841670adb GET parameters can be handled via function params instead of retrieving from the URI simplifying code. 2011-11-14 09:30:09 -05:00
Andrew Tomaka 451b24ca02 Adjust routes syntax since previous code *should* have been bugged. 2011-11-14 09:27:34 -05:00
Andrew Tomaka 1f8203facb Corrected the count for pre-existing screens so image 927 displayed the correct thumbnail. 2011-11-12 19:36:46 -05:00
Andrew Tomaka 7fcfefee12 Import script not part of this. 2011-11-11 20:56:31 -05:00
Andrew Tomaka 64066b7ea9 Deal with the first 926 thumbnails always being jpegs on the production site. 2011-11-11 20:39:17 -05:00
Andrew Tomaka 86a6d91898 Account for images that were lost in the import (bad extensions or enormous sizes. 2011-11-11 20:34:05 -05:00
Andrew Tomaka 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
Andrew Tomaka 67a25185c7 Setup entering the file into the database. 2011-11-11 16:40:53 -05:00
Andrew Tomaka 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
Andrew Tomaka 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
Andrew Tomaka 3ecfd60dfd Don't use framework for writing the throwaway import script. 2011-11-11 00:42:24 -05:00
Andrew Tomaka 97b3ca7a11 Add untested import functionality for transitioning from existing screens system. 2011-11-10 15:52:45 -05:00
Andrew Tomaka c3e73a06aa Light color text looks better on upload box. 2011-11-10 00:35:25 -05:00
Andrew Tomaka c920e059ea Tweak error messages. 2011-11-10 00:14:39 -05:00
Andrew Tomaka 9c93257008 Override alert box with a jquery-ui dialog box. 2011-11-10 00:06:36 -05:00
Andrew Tomaka 2525dc5f9f Fix a bug where WxH was not displayed properly. 2011-11-08 19:09:24 -05:00
Andrew Tomaka 807f73ffbd Add dimensions and size of an image for display. 2011-11-08 18:20:43 -05:00
Andrew Tomaka 6c2dab5c50 Remove temporary upload if we have a duplicate. 2011-11-08 15:45:27 -05:00
Andrew Tomaka 5e68235616 md5 hash image file and store hash in database to prevent duplicate image uploads. 2011-11-08 15:40:41 -05:00
Andrew Tomaka b0b201467f Add fancy keybinds for navigating the pages click free. 2011-11-08 15:04:25 -05:00
Andrew Tomaka b2287b8c10 Revert back to redirects for random and latest links. 2011-11-08 14:41:16 -05:00
Andrew Tomaka ceb54c28f7 Fix a bug where the image thumbnail was not being created. 2011-11-08 14:34:16 -05:00
Andrew Tomaka af1b85e36f Style and template changes to provide header navigation. 2011-11-07 23:22:35 -05:00
Andrew Tomaka 8dcd74186b Adjust links to use short URLs and fix link to raw image. 2011-11-07 22:56:24 -05:00
Andrew Tomaka 78e1f28d27 Remove image_lib debuf stuff. 2011-11-07 22:51:55 -05:00
Andrew Tomaka 1352b57704 Highlight entire link box when clicked for easy copying. 2011-11-07 22:39:43 -05:00
Andrew Tomaka 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
Andrew Tomaka b9bce9cbe5 Adjust views to use short image urls. 2011-11-07 22:10:13 -05:00
Andrew Tomaka 3de47410a5 Allow for short screenshot urls. 2011-11-07 22:06:43 -05:00
Andrew Tomaka da3439e9a4 Drop codeigniter comments from .htaccess. 2011-11-07 22:06:15 -05:00
Andrew Tomaka 80fcde445e Return all uploads if either the start or the count is not set. 2011-11-06 02:57:23 -05:00
Andrew Tomaka f15def54cc Include Codeigniter license in the repository. 2011-11-06 02:55:21 -05:00
Andrew Tomaka db7f092f1d Link gallery image to specific view page. 2011-11-06 02:45:39 -05:00
Andrew Tomaka 58761af95f Minor style changes to gallery. 2011-11-06 02:40:37 -05:00
Andrew Tomaka 4ce532cf65 Add simple gallery. 2011-11-06 02:34:41 -05:00