]>
git.sesse.net Git - pr0n/log
Steinar H. Gunderson [Sun, 3 May 2009 17:35:22 +0000 (19:35 +0200)]
Add a mechanism for invalidating the front-end cache, if any. Currently it spits out a regex in a special header, but you could easily imagine calling PURGE, for instance.
Steinar H. Gunderson [Sun, 22 Mar 2009 23:30:42 +0000 (00:30 +0100)]
Added a question about image removals to the FAQ.
Steinar H. Gunderson [Sat, 31 Jan 2009 14:15:18 +0000 (15:15 +0100)]
Fix a warning about uninitialized values.
Steinar H. Gunderson [Sat, 31 Jan 2009 14:14:50 +0000 (15:14 +0100)]
Fix a broken link in the TG05 templates.
Steinar H. Gunderson [Sun, 25 Jan 2009 20:03:24 +0000 (21:03 +0100)]
Treat CR2 the same as NEF.
Steinar H. Gunderson [Fri, 28 Nov 2008 13:57:56 +0000 (14:57 +0100)]
Fix typo.
Steinar H. Gunderson [Sun, 16 Nov 2008 13:34:59 +0000 (14:34 +0100)]
Some atomicity fix to QscaleProxy that I don't seem to remember if was
sane or not, but has been in production for a while. :-)
Steinar H. Gunderson [Sun, 16 Nov 2008 13:34:51 +0000 (14:34 +0100)]
Update the FAQ.
Steinar H. Gunderson [Mon, 4 Aug 2008 21:37:11 +0000 (23:37 +0200)]
Actually add the SQL upgrade.
Steinar H. Gunderson [Mon, 4 Aug 2008 21:34:16 +0000 (23:34 +0200)]
Fixed a leftover in the last_updated column move.
Steinar H. Gunderson [Sun, 3 Aug 2008 23:24:51 +0000 (01:24 +0200)]
Fix another deadlock-when-many-people-upload bug, like the one we fixed in r14
(see that revision for full explanation).
Steinar H. Gunderson [Fri, 25 Jul 2008 11:28:46 +0000 (13:28 +0200)]
Minor JavaScript refactoring.
Steinar H. Gunderson [Fri, 25 Jul 2008 11:25:50 +0000 (13:25 +0200)]
More window.location.hash usage/fixups.
Steinar H. Gunderson [Fri, 25 Jul 2008 11:15:09 +0000 (13:15 +0200)]
Various ugliness to track hash changes from pastes etc. better.
Steinar H. Gunderson [Fri, 25 Jul 2008 10:58:13 +0000 (12:58 +0200)]
Have slightly less irksome anchor parsing in the JavaScript.
Steinar H. Gunderson [Mon, 21 Jul 2008 12:15:16 +0000 (14:15 +0200)]
Updated FAQ: Hardware changes, why not Flickr, and size updates as always.
Steinar H. Gunderson [Mon, 21 Jul 2008 12:12:37 +0000 (14:12 +0200)]
Added qscale to the modules list.
Steinar H. Gunderson [Mon, 14 Jul 2008 17:54:56 +0000 (19:54 +0200)]
Handle decimal exposure times -- for instance, it seems like the D70 sometimes
specifies "0.4" seconds.
Steinar H. Gunderson [Mon, 14 Jul 2008 13:37:33 +0000 (15:37 +0200)]
Fix a few can_use_qscale-issues.
Steinar H. Gunderson [Sat, 12 Jul 2008 22:31:38 +0000 (00:31 +0200)]
Bump version number to 2.70.
Steinar H. Gunderson [Sat, 12 Jul 2008 22:30:48 +0000 (00:30 +0200)]
Support Mitchell filtering via qscale.
Steinar H. Gunderson [Sat, 12 Jul 2008 21:50:07 +0000 (23:50 +0200)]
Add support for scaling using qscale instead of ImageMagick in the situations
where all we need is scaling (ie. nobox and mipmap scaling).
Steinar H. Gunderson [Thu, 3 Jul 2008 19:49:25 +0000 (21:49 +0200)]
Remove a log line.
Steinar H. Gunderson [Thu, 3 Jul 2008 19:44:09 +0000 (21:44 +0200)]
Fix NEF handling; it was broken by mipmap generation at some point.
Steinar H. Gunderson [Thu, 3 Jul 2008 19:43:44 +0000 (21:43 +0200)]
Fix the cache generation at WebDAV time.
Steinar H. Gunderson [Wed, 11 Jun 2008 14:55:08 +0000 (16:55 +0200)]
Add a hack to ensure mipmapping on new uploads is re-enabled.
Steinar H. Gunderson [Mon, 9 Jun 2008 02:11:11 +0000 (04:11 +0200)]
Fix another bug relating to the "-1x-1" (ie. original size, but still with
pr0n processing) size.
Steinar H. Gunderson [Thu, 29 May 2008 01:31:15 +0000 (03:31 +0200)]
Add two extra notches of resolution, for the Googlers with huge screens.
Steinar H. Gunderson [Mon, 26 May 2008 22:06:25 +0000 (00:06 +0200)]
Bump version to v2.65.
Steinar H. Gunderson [Mon, 26 May 2008 21:14:51 +0000 (23:14 +0200)]
Yet more hacks to get the PNG file size down. This time, drop the alpha
channel forcibly.
Steinar H. Gunderson [Mon, 26 May 2008 21:05:22 +0000 (23:05 +0200)]
More weird hacks to get the PNG file size down. GIMP still gets it 25% better
since I can actually make it output something indexed, but this will do for now.
Steinar H. Gunderson [Mon, 26 May 2008 20:33:39 +0000 (22:33 +0200)]
Make the box PNGs a bit smaller. They're still smaller than what we get out
of pngcrush, and they have a silly comment at the end (tEXt chunks) that
I can't find out where comes from, but it's at least better.
Steinar H. Gunderson [Mon, 26 May 2008 20:13:16 +0000 (22:13 +0200)]
Make the IE hack only kick in for IE older than IE7. This makes the new box
stuff work fine for IE7, but probably still not for IE6 and older. Oh well...
Steinar H. Gunderson [Mon, 26 May 2008 19:59:53 +0000 (21:59 +0200)]
Assorted infobox bugfixing.
Steinar H. Gunderson [Mon, 26 May 2008 19:40:24 +0000 (21:40 +0200)]
Make the fullscreen view use the new box-only cache.
Steinar H. Gunderson [Mon, 26 May 2008 18:59:39 +0000 (20:59 +0200)]
Support a new form of image: box/, which is exactly the opposite of nobox/
(ie. the infobox only, no image), as a PNG file. Will be used by the fullscreen
part soonish.
Steinar H. Gunderson [Sat, 10 May 2008 19:56:42 +0000 (21:56 +0200)]
Add 1152x864 as a resolution; I browse enough fullscreen pictures on my
1280x800 screen (where 3:2 images fit pretty well) that it's worth it
over 1024x768.
Steinar H. Gunderson [Thu, 17 Apr 2008 09:34:49 +0000 (11:34 +0200)]
Parse the focal length information from the D300 correctly.
Steinar H. Gunderson [Fri, 21 Mar 2008 22:59:10 +0000 (23:59 +0100)]
Fix a bug with scaling from non-mipmaps.
Steinar H. Gunderson [Fri, 21 Mar 2008 18:31:55 +0000 (19:31 +0100)]
Update FAQ and bump version number.
Steinar H. Gunderson [Fri, 21 Mar 2008 18:30:20 +0000 (19:30 +0100)]
Update FAQ.
Steinar H. Gunderson [Fri, 21 Mar 2008 18:28:51 +0000 (19:28 +0100)]
Add mip-map support. Slower uploading, more space used, faster on-demand scaling.
Hopefully no new memory leaks...
Should really add qscale support at some point.
Steinar H. Gunderson [Mon, 28 Jan 2008 02:54:52 +0000 (03:54 +0100)]
Don't use YCbCr if we need to draw an info box; ImageMagick is too broken
for that (stuff drawn with "white" in YCbCr gets pink, and even working around
that, Freetype antialiasing in YCbCr is broken).
Steinar H. Gunderson [Fri, 25 Jan 2008 18:47:23 +0000 (19:47 +0100)]
Keep JPEGs in the YCbCr colorspace instead of going between YCbCr and RGB
just to scale it. Seems to improve overall performance about 10% for
400x600 (800x600 portrait :-) ) images, from 1.1 to 1.0 seconds.
Steinar H. Gunderson [Sat, 19 Jan 2008 22:25:33 +0000 (23:25 +0100)]
Extract the number only from the ISO value.
Steinar H. Gunderson [Sat, 19 Jan 2008 22:19:13 +0000 (23:19 +0100)]
Make ISO prioritized over ISOSetting (D70 fix).
Steinar H. Gunderson [Sun, 30 Dec 2007 12:28:58 +0000 (13:28 +0100)]
Update the FAQ.
Steinar H. Gunderson [Sun, 30 Dec 2007 10:37:01 +0000 (11:37 +0100)]
Fixed warning.
Steinar H. Gunderson [Wed, 28 Nov 2007 22:48:55 +0000 (23:48 +0100)]
Bump version to 2.53.
Steinar H. Gunderson [Wed, 28 Nov 2007 22:47:33 +0000 (23:47 +0100)]
Replace the link-background hack by a much neater one, inspired by
PicasaWeb's handling of the issue. No non-pr0n source code was harmed
(ie. read) during the production of this feature. :-)
Steinar H. Gunderson [Thu, 15 Nov 2007 21:42:55 +0000 (22:42 +0100)]
Do proper NULLS LAST handling, now that we have 8.3.
Steinar H. Gunderson [Fri, 12 Oct 2007 23:32:12 +0000 (01:32 +0200)]
Support EOS 350D EXIF ISO fields.
Steinar H. Gunderson [Sat, 29 Sep 2007 15:08:34 +0000 (17:08 +0200)]
Fix a spelling mistake.
Steinar H. Gunderson [Sat, 22 Sep 2007 15:22:28 +0000 (17:22 +0200)]
Fix some issues with the WebDAV server and post-10.4 OS X.
Steinar H. Gunderson [Sun, 2 Sep 2007 21:08:13 +0000 (23:08 +0200)]
Bump to v2.52.
Steinar H. Gunderson [Sun, 2 Sep 2007 19:01:32 +0000 (21:01 +0200)]
Through a fun set of hacks for the whole family (it's amazing that this should
be so hard), make the fullscreen background become a clickable link, for easy
bookmarking, URL copying, etc. etc. etc..
Steinar H. Gunderson [Sun, 2 Sep 2007 17:12:40 +0000 (19:12 +0200)]
Update the IE fullscreen CSS hacks for IE7.
Steinar H. Gunderson [Sun, 2 Sep 2007 15:36:29 +0000 (17:36 +0200)]
Handle files ending in .NEF, not just .nef.
Steinar H. Gunderson [Sun, 2 Sep 2007 13:44:12 +0000 (15:44 +0200)]
Rework the infobox code. (Not 100% satisfied with the vertical placement,
perhaps, but should work OK.) The biggest user-visible change is that shutter
time or f-number is bolded if the picture was taken using the respective
priority program mode.
Steinar H. Gunderson [Mon, 27 Aug 2007 07:49:00 +0000 (09:49 +0200)]
Push v2.51 -- too many bugfixes to let the version number stay.
Steinar H. Gunderson [Mon, 27 Aug 2007 07:46:34 +0000 (09:46 +0200)]
Fix a bug where the fullscreen code would ask for "1600x1087" etc. due to
the cropping code modifying fixed_sizes when it shouldn't.
Steinar H. Gunderson [Sat, 25 Aug 2007 01:02:17 +0000 (03:02 +0200)]
In fullscreen mode, crop the image div to the screen. This makes sure the
new "oversized"-image code doesn't make a div that is too high and allows
the user to scroll by accident.
Steinar H. Gunderson [Sat, 25 Aug 2007 00:34:49 +0000 (02:34 +0200)]
Yet more issues with the -1 width/height transformation -- this time, fix
so WebDAV uploads get cached at upload time again.
Steinar H. Gunderson [Wed, 22 Aug 2007 06:24:48 +0000 (08:24 +0200)]
We want the human-readable values for the EXIF stuff, not the machine-readable
ones.
Steinar H. Gunderson [Wed, 22 Aug 2007 06:06:49 +0000 (08:06 +0200)]
Fix a double-correction that would mess up images where width=NULL/height=NULL.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:25:33 +0000 (07:25 +0200)]
Bump the version number to 2.50, and update the FAQ.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:23:44 +0000 (07:23 +0200)]
Add a no less true, but slightly more encouraging comment.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:22:43 +0000 (07:22 +0200)]
Add a sad but true warning.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:22:26 +0000 (07:22 +0200)]
Make upgrade SQL for the empty-is-NULL change as well.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:18:29 +0000 (07:18 +0200)]
Treat empty lens/model as NULL. Doesn't actually appear to happen much in
practice.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:16:56 +0000 (07:16 +0200)]
Don't forget deleted_images, again. Grmf.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:15:46 +0000 (07:15 +0200)]
Query against the new model/lens fields instead of the exif_info table.
Significantly less complex queries.
Steinar H. Gunderson [Tue, 21 Aug 2007 05:12:06 +0000 (07:12 +0200)]
Add model/lens fields to the images table, and make upgrade code to populate
the fields. Also make update_image_info() populate them on new uploads etc.
The idea is to get rid of all SELECTs against exif_info, as EAV is quite evil
and is not needed in this case.
Steinar H. Gunderson [Tue, 21 Aug 2007 04:49:25 +0000 (06:49 +0200)]
Remember to do the width/height -1 => NULL change in the actual original schema
as well. Also remember to do deleted_images, not just images.
Steinar H. Gunderson [Tue, 21 Aug 2007 04:28:51 +0000 (06:28 +0200)]
Remove some really long-standing silliness: If we have no idea about width
or height, we used to have -1 as a default, and have the field NOT NULL.
SQL has a perfectly good value for "unknown data" -- it's called NULL. Make
upgrade SQL, and clean up the few code places that was used to the field being
-1.
Steinar H. Gunderson [Tue, 21 Aug 2007 04:19:21 +0000 (06:19 +0200)]
Update the fullscreen mode to handle non-4:3 images and non-4:3 screen
areas a lot better. This should overall select the largest image available
(from the list of fixed maximum sizes) that will fit in the client area,
without rounding down to nearest 4:3 size twice. (IOW, it can show a
640x320 image in a 640x320 client area, even though 640x320 isn't large
enough for a generic 640x480 image.)
Steinar H. Gunderson [Mon, 20 Aug 2007 18:36:45 +0000 (20:36 +0200)]
Resolution boost!
Steinar H. Gunderson [Sun, 5 Aug 2007 13:21:29 +0000 (15:21 +0200)]
Fix yet more grouping bugs.
Steinar H. Gunderson [Sun, 5 Aug 2007 08:58:23 +0000 (10:58 +0200)]
Fix a warning.
Steinar H. Gunderson [Sun, 29 Jul 2007 16:50:00 +0000 (18:50 +0200)]
Fix a bug that was introduced by the previous bug :-)
Steinar H. Gunderson [Sun, 29 Jul 2007 16:48:32 +0000 (18:48 +0200)]
Fix an over-grouping bug.
Steinar H. Gunderson [Thu, 26 Jul 2007 13:53:30 +0000 (15:53 +0200)]
Change default to 250.
Steinar H. Gunderson [Thu, 26 Jul 2007 12:41:01 +0000 (14:41 +0200)]
Bump version number.
Steinar H. Gunderson [Thu, 26 Jul 2007 12:39:31 +0000 (14:39 +0200)]
Add a link from the front page to the tag cloud (and back) if there are any
tags.
Steinar H. Gunderson [Thu, 26 Jul 2007 00:14:04 +0000 (02:14 +0200)]
Yes, () in uploaded files too.
Steinar H. Gunderson [Thu, 26 Jul 2007 00:13:38 +0000 (02:13 +0200)]
Allow () in filenames.
Steinar H. Gunderson [Thu, 26 Jul 2007 00:09:30 +0000 (02:09 +0200)]
Remove the "single" debugging code that has probably been there for ages and
allowed free access to all pictures. Ouch! =)
Steinar H. Gunderson [Thu, 26 Jul 2007 00:03:45 +0000 (02:03 +0200)]
Fiddle a bit with the pretty-escaping.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:57:36 +0000 (01:57 +0200)]
When filtering/unfiltering, start at 1.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:55:14 +0000 (01:55 +0200)]
Move the filter link to a slightly more logical, but uglier place.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:49:46 +0000 (01:49 +0200)]
Fix a validation bug.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:48:21 +0000 (01:48 +0200)]
Implement author filtering.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:43:31 +0000 (01:43 +0200)]
Fuse rot=1 and rot=0 arms into a single loop, reducing the amount of identical
code.
Steinar H. Gunderson [Wed, 25 Jul 2007 23:17:03 +0000 (01:17 +0200)]
Micro-modularization.
Steinar H. Gunderson [Wed, 25 Jul 2007 18:39:17 +0000 (20:39 +0200)]
Add support for /+tags/foo.
Steinar H. Gunderson [Wed, 25 Jul 2007 17:55:35 +0000 (19:55 +0200)]
Add a redirect for /+tags -> /+tags/.
Steinar H. Gunderson [Wed, 25 Jul 2007 16:15:41 +0000 (18:15 +0200)]
Fix tons of JSLint issues.
Steinar H. Gunderson [Wed, 25 Jul 2007 14:43:53 +0000 (16:43 +0200)]
Update the module list.
Steinar H. Gunderson [Wed, 25 Jul 2007 14:42:51 +0000 (16:42 +0200)]
Document that we need HTML::TagCloud.
Steinar H. Gunderson [Wed, 25 Jul 2007 14:41:50 +0000 (16:41 +0200)]
Add a tag cloud.