]> git.sesse.net Git - pr0n/history - perl
Bump version number.
[pr0n] / perl /
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. GundersonYes, () in uploaded files too.
2007-07-26 Steinar H. GundersonAllow () in filenames.
2007-07-26 Steinar H. GundersonRemove the "single" debugging code that has probably...
2007-07-26 Steinar H. GundersonFiddle a bit with the pretty-escaping.
2007-07-25 Steinar H. GundersonWhen filtering/unfiltering, start at 1.
2007-07-25 Steinar H. GundersonMove the filter link to a slightly more logical, but...
2007-07-25 Steinar H. GundersonFix a validation bug.
2007-07-25 Steinar H. GundersonImplement author filtering.
2007-07-25 Steinar H. GundersonFuse rot=1 and rot=0 arms into a single loop, reducing...
2007-07-25 Steinar H. GundersonMicro-modularization.
2007-07-25 Steinar H. GundersonAdd support for /+tags/foo.
2007-07-25 Steinar H. GundersonAdd a redirect for /+tags -> /+tags/.
2007-07-25 Steinar H. GundersonFix tons of JSLint issues.
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. GundersonSyntax highlighting woes.
2007-07-25 Steinar H. GundersonFix the "filter" link to keep the right settings.
2007-07-25 Steinar H. GundersonFix a few XSS-ish issues.
2007-07-25 Steinar H. GundersonImplement unfiltering.
2007-07-25 Steinar H. GundersonActually implement filtering.
2007-07-25 Steinar H. GundersonStart adding the filter links for the equipment list.
2007-07-25 Steinar H. GundersonAdd the equipment list back into +all for now.
2007-07-24 Steinar H. GundersonFix the fullscreen mode for +all. Probably fixes some...
2007-07-24 Steinar H. GundersonOrder so NULLs get last.
2007-07-24 Steinar H. GundersonRemove an unneeded ORDER BY.
2007-07-24 Steinar H. GundersonFuse $evselect into $where.
2007-07-24 Steinar H. GundersonStart implementing the +all option.
2007-07-24 Steinar H. GundersonMake an “all images” pseudo-event in the menu.
2007-07-24 Steinar H. GundersonKill the limit in the equipment list.
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-07-03 Steinar H. GundersonAdd a new internal vhost. (Gee.)
2007-07-03 Steinar H. GundersonFix the wizard for the new SQL structure.
2007-06-29 Steinar H. GundersonMake the front page cacheable.
2007-06-24 Steinar H. GundersonAllow parenthesises in the file name.
2007-06-24 Steinar H. GundersonUnbreak WebDAV listing with the new database structure.
2007-06-22 Steinar H. GundersonRevert r147, as planned.
2007-06-22 Steinar H. GundersonTry to use XML::TemplateSAX. Not too happy with it...
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-30 Steinar H. GundersonMerged SQL-fixes from Tollef.
2007-04-28 Steinar H. GundersonDrop an unneeded $r->subprocess_env.
2007-04-26 rootFix UTF-8 issues in quotes.
2007-04-12 Steinar H. GundersonOff-by-one. Fix.
2007-04-12 Steinar H. GundersonMake sure $img_num always starts a reasonable place...
2007-04-12 Steinar H. GundersonVersion number bump.
2007-04-12 Steinar H. GundersonMake the next/prev right when all=0.
2007-04-12 Steinar H. GundersonMake the next/previous stuff a bit more accessible.
2007-04-12 Steinar H. GundersonMake the equipment list mirror the current selection.
2007-04-11 Steinar H. GundersonMinor code cleanup.
2007-04-11 Steinar H. GundersonRemove the non-fullscreen selection mode; it's rather...
2007-04-11 Steinar H. GundersonTweak the CSS and stuff beyond repair.
2007-04-11 Steinar H. GundersonAdd a "fullscreen from here" button.
2007-03-26 Steinar H. GundersonTrim the EXIF values; seems like the Pentax K10D someti...
2007-03-26 Steinar H. GundersonAdd a counter for how much each equipment combination...
2007-03-26 Steinar H. GundersonAdd an “equipment used” header on top of all image...
2007-03-26 Steinar H. GundersonUpdate the EXIF stuff in a transaction, speeding it...
2007-03-26 Steinar H. GundersonDelete EXIF information when deleting an image.
2007-03-26 Steinar H. GundersonAdd a script which adds EXIF information for all images...
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-05 Steinar H. GundersonMake sure rotation and selection invalidate the listing...
2007-01-02 Steinar H. GundersonBump the version number, bump the copyright, and update...
2007-01-02 Steinar H. GundersonImplement on-the-fly event creation on POST.
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. GundersonAdd the client code for the WinXP wizard.
2007-01-02 Steinar H. GundersonAllow file uploads via POST (from Windows XP's file...
2007-01-02 Steinar H. GundersonFix a warning.
2006-12-26 Steinar H. GundersonRevert the default for the processing/scaling, except...
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. GundersonLast round of typos, I hope.
2006-12-25 Steinar H. GundersonNo need to dberror out when we are using RaiseError.
2006-12-25 Steinar H. GundersonFix more SQL typos.
2006-12-25 Steinar H. GundersonMake errors return log a stack trace.
2006-12-25 Steinar H. GundersonFix another typo, preventing uploads.
2006-12-25 Steinar H. GundersonFix a typo; we don't auto-import stuff.
2006-12-25 Steinar H. GundersonBump the version number.
2006-12-25 Steinar H. GundersonMake static files be cacheable, and send proper content...
2006-12-25 Steinar H. GundersonSmall cleanups.
2006-12-25 Steinar H. GundersonClear cache on rotation.
2006-12-25 Steinar H. GundersonOops, typofix.
2006-12-25 Steinar H. GundersonInvalidate cache on deletion.
2006-12-25 Steinar H. GundersonInvalidate the cache on adding and deleting images.
2006-12-25 Steinar H. GundersonSupport caching of the index pages. (Cache invalidation...
2006-12-25 Steinar H. GundersonImplement access keys.
2006-12-16 Steinar H. GundersonMake nobox work in fullscreen.
2006-12-16 Steinar H. GundersonHandle time zone data in EXIF.
2006-08-09 Steinar H. GundersonUnlink all failed uploads.
2006-08-09 Steinar H. GundersonLast change broke uploads altogether. Fix.
next