pictor (2.27) released; urgency=medium

  * === added directory img, img/pictor_14.png, img/pictor_192.png,
    img/pictor_64.png, img/pictor.png:
    - add new pictor logo
  * debian/pictor.postrm:
    - fix copy-n-paste error from musica

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 15 Mar 2014 21:36:49 -0500

pictor (2.26-0ubuntu1) trusty; urgency=low

  * debian/apache.conf => debian/pictor.conf, debian/pictor.install,
    debian/pictor.links, debian/pictor.postinst, debian/pictor.postrm:
    - LP: #1293015
    - fix package installation and removal

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 15 Mar 2014 21:36:47 -0500

pictor (2.25-0ubuntu1) trusty; urgency=low

  * index.php:
    - support a "filter" parameter, to filter on filenames
    - useful on a thumbnails page for an album, where you
      only want to see a subset of the pictures in the album,
      perhaps those matching a certain date
    - currently implemented as a global, which is kind of messy...
  * pictor-unload:
    - restore functionality that moves the source out of the way, to mark as unloaded

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 01 Nov 2013 13:46:42 -0500

pictor (2.24-0ubuntu1) saucy; urgency=low

  * debian/control, debian/pictor-unload.install, debian/pictor-
    unload.manpages, pictor-rename, pictor-rename.1, pictor-unload:
    - depend on fdupes, to remove duplicate files
    - depend on libimage-exiftool-perl for exiftool
    - add a new tool, pictor-rename, and its manpage
      + rename pictures with a prepended timestamp, YYYY-MM-DD_HH-MM-SS__*
      + use dashes instead of colons in time for compatibility with
        Mac OS X and Windows
    - drastically simplify pictor-unload
      + move naming logic to pictor-rename
      + use fdupes to sensibly remove duplicate images
      + drop card unmounting logic
  * debian/control, pictor-rename:
    - bump standards

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 13 Aug 2013 09:04:09 -0500

pictor (2.23-0ubuntu1) raring; urgency=low

  * index.php:
    - center footer table
    - update copyright to 2013
    - move descriptions to titles
    - support listing albums and thumbnails in the same directory

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 21 Mar 2013 23:59:12 -0500

pictor (2.22-0ubuntu1) raring; urgency=low

  * index.php:
    - auto resize image to the size of browser window, using javascript

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 05 Jan 2013 11:09:34 -0600

pictor (2.21-0ubuntu1) raring; urgency=low

  * debian/control:
    - fix lintian warnings

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 31 Oct 2012 17:30:10 +0100

pictor (2.20-0ubuntu1) raring; urgency=low

  * index.php:
    - ensure error message is visible

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 31 Oct 2012 17:14:48 +0100

pictor (2.19-0ubuntu1) precise; urgency=low

  * index.php:
    - fix some whitespace
    - deprecate $EDIT editing descriptions
      + this never worked terribly well, and required www-data have
        write permissions on the file, which was messy
    - move the has_subdir() functionality to actually test if a directory
      has images; this is much more efficient, as a directory that has
      1000 files would have to scan all of those to see if any of those
      was a subdirectory; instead, just see if any one of those is an
      image, and if so, we'll assume its an album
      + LP: #952588
    - fix a broken reference to $url, should be $href
    - use isset() to test the existence of various variables and keys
      + LP: #952587
      + this should clean up a LOT of noise in /var/log/apache2/error
        and improve performance
      + define a couple of variables to prevent errors in apache logs

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 11 Mar 2012 17:23:29 -0500

pictor (2.18-0ubuntu1) precise; urgency=low

  * index.php: LP: #952186
    - split is_image() to a fast version that doesn't read exif data;
      use this one when processing multiple files (thumbnails view)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 11 Mar 2012 07:10:37 -0500

pictor (2.17-0ubuntu1) precise; urgency=low

  [ Fixed in #ubuntu-classroom session ]
  * index.php:
    - support .png images

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 02 Feb 2012 13:54:14 -0600

pictor (2.16-0ubuntu1) precise; urgency=low

  * debian/copyright, index.php, kenburns.js:
    - add the kenburns effect for a screensaver mode

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 12 Dec 2011 21:51:34 -0600

pictor (2.15-0ubuntu1) oneiric; urgency=low

  * pictor-unload:
    - fix timestamps for vfat filesystems :-(
  * index.php:
    - standardize thumbnail height

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 30 Jul 2011 11:14:40 -0500

pictor (2.14-0ubuntu1) oneiric; urgency=low

  * pictor-unload:
    - automatically unmount if run with root perms, else prompt via sudo

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 30 Jun 2011 21:44:28 +0000

pictor (2.13-0ubuntu1) oneiric; urgency=low

  * index.php:
    - remove table borders around thumbnails
    - make the thumbnails view full screen
    - use a film icon for video clips
    - update copyright
  * index.php, settings.php:
    - eliminate THUMB_COLUMNS global
  * settings.php: up the default width do 1024

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 02 Jun 2011 18:19:30 -0400

pictor (2.12-0ubuntu1) natty; urgency=low

  * debian/pictor.links, index.php: rename "assets" to "silk"; gives some
    credit to the silk project and perhaps less generic than "assets"
  * index.php: fix back/next links in table

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 01 Mar 2011 03:12:25 -0600

pictor (2.11-0ubuntu1) natty; urgency=low

  * debian/pictor.links, index.php: rename "icons" link to "assets",
    seems that apache2 module "alias" often aliases "icons" directory

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 02 Feb 2011 09:22:35 -0800

pictor (2.10-0ubuntu1) natty; urgency=low

  * debian/control, debian/dirs => debian/pictor.dirs, debian/install =>
    debian/pictor.install, debian/links => debian/pictor.links,
    debian/pictor-unload.install, debian/pictor-unload.manpages,
    debian/postinst => debian/pictor.postinst, debian/postrm =>
    debian/pictor.postrm:
    - separate pictor-unload to a separate, stand-alone package
  * debian/rules: install manpages
  * debian/control, debian/rules: migrate to debhelper 7
  * pictor-unload.1: fix formatting

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 31 Jan 2011 18:03:16 -0600

pictor (2.9-0ubuntu1) natty; urgency=low

  * index.php, settings.php: change default flipbook image size from
    640 to 800; add a configurable variable to control this
  * index.php: move upper bar to just below picture, to try and get more
    of the image on the first page; darken the background color
  * debian/control, debian/copyright, debian/install, debian/links,
    index.php, next.png, prev.png: use the new famfamfam-silk package
  * debian/control, debian/copyright: fix lintian warnings

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 14 Dec 2010 11:47:58 -0600

pictor (2.8-0ubuntu1) maverick; urgency=low

  * debian/install, pictor-unload, pictor-unload.1: add a script that
    helps unload files from a source media, renaming them appropriately
    and optionally unmounting the media when done
  * index.php: allow for client to override thumb columns

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 25 Sep 2010 11:38:21 -0700

pictor (2.7-0ubuntu1) maverick; urgency=low

  * index.php: drop the unecessary title at the top
  * camera.png, debian/copyright, debian/install, favicon.ico, index.php,
    next.png, prev.png: add a favicon, next and previous buttons, update
    copyright to add famfamfam

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 24 Aug 2010 15:28:58 -0400

pictor (2.6-0ubuntu1) lucid; urgency=low

  * index.php: scale images to bestfit=true

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 15 Feb 2010 19:37:24 -0600

pictor (2.5-0ubuntu1) lucid; urgency=low

  * index.php: use exif data to determine if image, catch imagick exceptions

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 10 Feb 2010 11:46:06 -0600

pictor (2.4-0ubuntu1) lucid; urgency=low

  * index.php: use a backward compatible scaleImage() invocation that works
    with Hardy's php

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 09 Feb 2010 11:40:42 -0600

pictor (2.3-0ubuntu1) lucid; urgency=low

  * index.php: center license text

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Feb 2010 20:08:54 -0600

pictor (2.2-0ubuntu1) lucid; urgency=low

  * rebuild using better tools, and prepare for PPA uploads backported to
    older Ubuntu releases
  * debian/rules: drop get-orig-source, no longer needed, handled by my
    own scripts

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Feb 2010 19:09:33 -0600

pictor (2.1) lucid; urgency=low

  * debian/apache.conf: turn off indexes
  * index.php:
    - quote href's
    - use htmlspecialchars judiciously
    - deprecate weather and airport support (for now)
    - don't hardcode lower footer width
    - sanity check numbers a bit better

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Feb 2010 22:30:12 -0600

pictor (2.0) lucid; urgency=low

  * Initial packaging
  * settings.php: prep for installation to /etc/pictor
  * debian/install:
    - fix install typo
    - deprecate thumbs script
  * index.php:
    - print useful error message if no pictures are found
    - generate/cache thumbnails
    - add support to enable/disable search function
    - replace album search with native php code, rather than shell find
    - deprecate old location method
    - use php's exif extractor
    - get auto-rotate working for thumbnails and generated images
    - add 1920x1080 size
    - don't force size on image display
    - move get_cache_filename() to a function
    - remove search capability for now, until we have a better way of
      handling it
    - improve slideshow handling, dark background, resize form
    - index.php: color cells light blue on hover, s/surf/goto/g
    - use /var/cache/pictor/resize dir
    - beautify table printing
    - update cache cleaning
    - add a way to change the delay on the slideshow
    - change copyright working, remove my email address
  * debian/rules, debian/dirs, debian/links: add support for a thumbnail
    cache dir
  * debian/control:
    - bump standards ver
    - misc depends
    - depend on php's imagick module
  * debian/rules: install changelog
  * debian/copyright: drop icons artifact from musica
  * debian/dirs, debian/links, debian/postinst, debian/postrm: support
    cache resize dir, remove cache on purge, use links file


 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 30 Jan 2010 19:29:47 -0800
