Change logs for pictor source package in Precise

  • 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 <email address hidden>   Sun, 11 Mar 2012 07:10:44 -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 <email address hidden>   Thu, 02 Feb 2012 13:54:16 -0600
  • pictor (2.17-0ubuntu1) precise; urgency=low
    
      [ Fixed in #ubuntu-classroom session ]
      * index.php:
        - support .png images
     -- Dustin Kirkland <email address hidden>   Mon, 12 Dec 2011 21:51:36 -0600
  • pictor (2.16-0ubuntu1) precise; urgency=low
    
      * debian/copyright, index.php, kenburns.js:
        - add the kenburns effect for a screensaver mode
     -- Dustin Kirkland <email address hidden>   Sat, 30 Jul 2011 11:14:44 -0500
  • pictor (2.15-0ubuntu1) oneiric; urgency=low
    
      * pictor-unload:
        - fix timestamps for vfat filesystems :-(
      * index.php:
        - standardize thumbnail height
     -- Dustin Kirkland <email address hidden>   Thu, 30 Jun 2011 21:44:31 +0000