lp:ubuntu/saucy-proposed/pictor

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/pictor
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

24. By Dustin Kirkland 

* 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

23. By Dustin Kirkland 

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

22. By Dustin Kirkland 

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

21. By Dustin Kirkland 

* debian/control:
  - fix lintian warnings

20. By Dustin Kirkland 

* index.php:
  - ensure error message is visible

19. By Dustin Kirkland 

* 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

18. By Dustin Kirkland 

* 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)

17. By Dustin Kirkland 

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

16. By Dustin Kirkland 

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

15. By Dustin Kirkland 

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/pictor
This branch contains Public information 
Everyone can see this information.

Subscribers