Commit Graph

1994 Commits

Author SHA1 Message Date
42b902ecb5 Bookmarklet should now grab the rating, aswell as the image page link for source. 2011-12-23 21:28:47 +00:00
cd11e75e40 Can now set rating/external source while uploading via the bookmarklets. 2011-12-23 21:27:38 +00:00
913bb09cc6 PDO compat woo 2011-12-23 14:34:42 +00:00
002df1a7ba keywords for images with lite theme 2011-12-23 14:28:42 +00:00
11881c9993 specify content-type for home page 2011-12-23 14:22:38 +00:00
990dbe5fd1 Merge pull request #59 from DakuTree/master
More fixes!
2011-12-21 14:29:08 -08:00
660f9ca4b0 Changed "'thumb_width', 'thumb_height'" > "$config->get_int('thumb_width'), $config->get_int('thumb_height')" 2011-12-21 20:52:06 +00:00
9a2d694b6a Made the replace form look similar to the new upload form. 2011-12-21 02:40:30 +00:00
c37569f3d4 Fixed reCaptcha. 2011-12-21 02:28:39 +00:00
dab67ea1bb Updated recaptcha. 2011-12-20 21:56:07 +00:00
c125c4ba92 Making the upload form look a bit nicer. 2011-12-19 01:43:46 +00:00
fbe0df29ed Fixed scaling with the theme patch. 2011-12-16 21:35:30 +00:00
c7852423d4 Added a feature which removes the size tag from mp3 tooltips. 2011-12-16 21:29:46 +00:00
56931b0eaa Changed the 192x192 default to use the max thumbnail size. Made this work with SVG aswell. 2011-12-16 18:36:08 +00:00
a38327b6d3 Made flash thumbnails have a default 192x192 resolution. 2011-12-16 16:34:23 +00:00
986d010f8e Merge pull request #57 from DakuTree/master
Few small fixes
2011-12-14 02:22:22 -08:00
583de3fe6a Small update to include the code by green-ponies in issue #51. 2011-12-14 07:53:48 +00:00
2b717063eb Updated the bookmarklet to give you an option to use either the your own or the current tags. 2011-12-14 07:36:01 +00:00
0e4f93a42f Added a separate option for popular tags length. 2011-12-14 06:45:35 +00:00
233f01052e Merge pull request #56 from DakuTree/master
Just a simple bookmarklet!
2011-12-12 01:20:25 -08:00
ac9e1c73cf Adding a simple Danbooru>Shimmie bookmarklet. 2011-12-11 06:13:00 +00:00
c6682b9069 make_link for numeric score votes, and put in theme.php, fixes issue #50 2011-11-08 11:23:38 +00:00
a89c5943d8 error details when the file copy fails 2011-11-08 11:02:04 +00:00
7bfe30e0c5 Patch for displaying error message when disk full. 2011-11-04 01:00:45 -04:00
12a480ed8b Fixed small bug with transloading images. (If clean_urls were not enabled) 2011-11-03 16:55:04 -04:00
054a92a979 Merge branch 'master' of github.com:shish/shimmie2 2011-10-25 16:17:57 +01:00
8cb95ceb98 also allow https sources 2011-10-25 16:17:44 +01:00
d5d2bf66af Merge pull request #48 from green-ponies/master
Small commit
2011-10-24 02:28:51 -07:00
ef61a4cb4a Small patch for Blotter extension, and also added Version to debug output. 2011-10-23 21:54:04 -04:00
9361032cb6 user page needs current user 2011-10-20 18:12:14 +01:00
ac3bf33402 tag_n wasn't used by accurate search, but was by ugly 2011-10-18 22:32:04 +01:00
5a6501f2be log event handlers as well as events 2011-10-09 17:08:13 +01:00
eb7927b3b1 Merge branch 'master' of github.com:shish/shimmie2 2011-10-09 12:10:22 +01:00
4b86497816 support for Context profiling 2011-10-09 12:01:48 +01:00
fc45aa2752 Merge pull request #42 from green-ponies/master
Automatic Caching of CSS and Javascript
2011-10-06 16:41:51 -07:00
589f218d1f Small changes to disable the checkboxes by default. 2011-10-06 15:31:56 -04:00
bba4301bfa Disabled option for Minifying CSS and JavaScript. (not currently supported) 2011-10-06 15:23:49 -04:00
9e2522f86f fixed unpredictable working directory inside register_shutdown_function 2011-10-04 17:03:53 +04:00
c1df2653a8 Cleaned up the comments a bit. 2011-09-25 14:16:20 -04:00
944f3bdf3d Fixed caching from not outputing JS if only CSS is enabled. 2011-09-25 14:00:56 -04:00
97d137f365 Working on Automatic Caching feature for CSS and JS files.
Added config options to main Shimmie config.
2011-09-25 13:40:34 -04:00
a1da59804e Merge branch 'master' of github.com:shish/shimmie2 2011-09-25 12:45:59 +01:00
5b09467310 fix for alisaing suggested by Diftraku 2011-09-25 12:45:08 +01:00
189b8192e0 Merge pull request #37 from Madoushi90/master
Fix for Issue #35
2011-09-17 01:29:14 -07:00
32a7ce2739 PDO Fix 2011-09-16 17:17:37 -05:00
cadb3f08ca If an image has no history, make one with the old tags so the new tags can be reverted. 2011-09-16 17:12:27 -05:00
d37a2bfdd4 Merge pull request #34 from green-ponies/master
CSS & JS caching and Fix for Issue 22
2011-09-13 03:00:30 -07:00
2e276a095e Fix for Issue 22 from HungryFeline. 2011-09-11 21:41:46 -04:00
864e823447 Small change to headers for efficiency.
These two headers are always sent and do not need
to be added to the header queue. (wastes time)
2011-09-11 21:26:23 -04:00
6e7789c40b Added feature to try and cache the CSS and Javascript files by default.
This reduces the total number of HTTP requests (and hopefully
allows the site to load faster).
2011-09-11 21:24:18 -04:00