]> git.sesse.net Git - pr0n/history - perl/Sesse/pr0n/Common.pm
Fix a ne/!= issue, for the second time.
[pr0n] / perl / Sesse / pr0n / Common.pm
2009-10-24 Steinar H. GundersonFix a ne/!= issue, for the second time.
2009-10-24 Steinar H. GundersonDisable Digest auth for now.
2009-10-24 Steinar H. GundersonNew JPEG settings:
2009-07-13 Steinar H. Gundersonqscale integration broke multi-image thumbnailing;...
2009-07-13 Steinar H. GundersonFix a missing purging URL.
2009-07-13 Steinar H. GundersonFix a syntax error.
2009-07-04 Steinar H. GundersonAuto-update the Digest auth hash on successful Basica...
2009-06-30 Steinar H. GundersonRemove stray debugging code.
2009-06-30 Steinar H. GundersonRemove some unneeded parameters from check_401.
2009-06-30 Steinar H. GundersonImplement support for HTTP digest authentication (RFC2617).
2009-06-29 Steinar H. GundersonRefactor the authentication a bit, in anticipation...
2009-05-03 Steinar H. GundersonAdd a mechanism for invalidating the front-end cache...
2009-01-25 Steinar H. GundersonTreat CR2 the same as NEF.
2008-07-14 Steinar H. GundersonHandle decimal exposure times -- for instance, it seems...
2008-07-14 Steinar H. GundersonFix a few can_use_qscale-issues.
2008-07-12 Steinar H. GundersonBump version number to 2.70.
2008-07-12 Steinar H. GundersonAdd support for scaling using qscale instead of ImageMa...
2008-07-03 Steinar H. GundersonRemove a log line.
2008-07-03 Steinar H. GundersonFix NEF handling; it was broken by mipmap generation...
2008-06-09 Steinar H. GundersonFix another bug relating to the "-1x-1" (ie. original...
2008-05-26 Steinar H. GundersonBump version to v2.65.
2008-05-26 Steinar H. GundersonYet more hacks to get the PNG file size down. This...
2008-05-26 Steinar H. GundersonMore weird hacks to get the PNG file size down. GIMP...
2008-05-26 Steinar H. GundersonMake the box PNGs a bit smaller. They're still smaller...
2008-05-26 Steinar H. GundersonAssorted infobox bugfixing.
2008-05-26 Steinar H. GundersonMake the fullscreen view use the new box-only cache.
2008-05-26 Steinar H. GundersonSupport a new form of image: box/, which is exactly...
2008-04-17 Steinar H. GundersonParse the focal length information from the D300 correctly.
2008-03-21 Steinar H. GundersonFix a bug with scaling from non-mipmaps.
2008-03-21 Steinar H. GundersonUpdate FAQ and bump version number.
2008-03-21 Steinar H. GundersonAdd mip-map support. Slower uploading, more space used...
2008-01-28 Steinar H. GundersonDon't use YCbCr if we need to draw an info box; ImageMa...
2008-01-25 Steinar H. GundersonKeep JPEGs in the YCbCr colorspace instead of going...
2008-01-19 Steinar H. GundersonExtract the number only from the ISO value.
2008-01-19 Steinar H. GundersonMake ISO prioritized over ISOSetting (D70 fix).
2007-12-30 Steinar H. GundersonFixed warning.
2007-11-28 Steinar H. GundersonBump version to 2.53.
2007-10-12 Steinar H. GundersonSupport EOS 350D EXIF ISO fields.
2007-09-02 Steinar H. GundersonBump to v2.52.
2007-09-02 Steinar H. GundersonHandle files ending in .NEF, not just .nef.
2007-09-02 Steinar H. GundersonRework the infobox code. (Not 100% satisfied with the...
2007-08-27 Steinar H. GundersonPush v2.51 -- too many bugfixes to let the version...
2007-08-22 Steinar H. GundersonWe want the human-readable values for the EXIF stuff...
2007-08-21 Steinar H. GundersonBump the version number to 2.50, and update the FAQ.
2007-08-21 Steinar H. GundersonTreat empty lens/model as NULL. Doesn't actually appear...
2007-08-21 Steinar H. GundersonAdd model/lens fields to the images table, and make...
2007-08-21 Steinar H. GundersonRemove some really long-standing silliness: If we have...
2007-08-05 Steinar H. GundersonFix a warning.
2007-07-26 Steinar H. GundersonBump version number.
2007-07-26 Steinar H. GundersonAdd a link from the front page to the tag cloud (and...
2007-07-26 Steinar H. GundersonFiddle a bit with the pretty-escaping.
2007-07-25 Steinar H. GundersonMicro-modularization.
2007-07-25 Steinar H. GundersonAdd a tag cloud.
2007-07-25 Steinar H. GundersonInsert tags into the tags table on upload/other update.
2007-07-25 Steinar H. GundersonRename "tag" to "key" in exif_info table, and make...
2007-07-25 Steinar H. GundersonFix a few XSS-ish issues.
2007-07-25 Steinar H. GundersonActually implement filtering.
2007-07-24 Steinar H. GundersonFix a typo that would prevent sampling factor changes.
2007-07-24 Steinar H. GundersonBump version number to 2.41.
2007-07-23 Steinar H. GundersonUp the quality of the thumbnails again, but now also...
2007-07-23 Steinar H. GundersonDo dcraw delegation stuff ourselves, which should hopef...
2007-06-19 Steinar H. GundersonMake some sorely needed changes to the SQL schema,...
2007-05-13 Steinar H. GundersonSupport >1 sec exposure times in EXIF.
2007-04-26 rootFix UTF-8 issues in quotes.
2007-04-12 Steinar H. GundersonVersion number bump.
2007-03-26 Steinar H. GundersonUpdate the EXIF stuff in a transaction, speeding it...
2007-03-26 Steinar H. GundersonAllow latin1 in EXIF info.
2007-03-26 Steinar H. GundersonCheck ExposureCompensation for exposure bias values...
2007-03-26 Steinar H. GundersonAdd a new table "exif_info" which contains all the...
2007-01-22 Steinar H. GundersonEscape titles and dates on their way out of the HTML...
2007-01-11 Steinar H. GundersonBump version number.
2007-01-11 Steinar H. GundersonUse progressive JPEG for larger images -- not because...
2007-01-02 Steinar H. GundersonBump the version number, bump the copyright, and update...
2007-01-02 Steinar H. GundersonRefactor the charset guessing.
2007-01-02 Steinar H. GundersonRefactor event adding out into common code.
2007-01-02 Steinar H. GundersonAllow file uploads via POST (from Windows XP's file...
2006-12-25 Steinar H. GundersonBump version number again.
2006-12-25 Steinar H. GundersonUse semicolon instead of ampersand to separate arguments.
2006-12-25 Steinar H. GundersonMake errors return log a stack trace.
2006-12-25 Steinar H. GundersonBump the version number.
2006-12-25 Steinar H. GundersonImplement access keys.
2006-12-16 Steinar H. GundersonHandle time zone data in EXIF.
2006-08-07 Steinar H. GundersonFix a typo that would kill reconnection.
2006-07-31 Steinar H. GundersonBump version number to 2.10.
2006-07-31 Steinar H. GundersonFactor out the query string generation from link printing.
2006-07-31 Steinar H. GundersonStrip leading and trailing blanks from the model in...
2006-07-31 Steinar H. GundersonYet more flash tweaks.
2006-07-30 Steinar H. GundersonRemove some debugging code.
2006-07-30 Steinar H. GundersonFix an SQL syntax error.
2006-07-30 Steinar H. GundersonImprove flash/no flash detection.
2006-07-30 Steinar H. GundersonWhen inserting multiple images at the same time, we...
2006-07-30 Steinar H. GundersonAvoid a rescan of all images every time we upload somet...
2006-07-23 Steinar H. GundersonBump version number.
2006-07-23 Steinar H. GundersonSet the default to be infobox + reencoded; add an optio...
2006-07-23 Steinar H. GundersonMoved the password configuration out into its own file.
2006-07-23 Steinar H. GundersonInitial checkin.