User Tools

Site Tools


po_stable_changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
po_stable_changelog [2008/08/17 18:36] pizzapo_stable_changelog [2012/12/03 19:13] (current) – 2.37.1 pizza
Line 1: Line 1:
 ===== Photo Organizer Changelog ===== ===== Photo Organizer Changelog =====
  
-Source code to stable tree is available via subversion at:  [[svn://svn.shaftnet.org/po-devel/branches/stable]], or via  [[https://mail.shaftnet.org/chora/browse.php?rt=po&f=/branches/stable/|a web interface]].+You can obtain access unreleased changes to the stable tree via git.  See the [[Development Resources]] page for further details.
  
 A demo site of the -stable code is available at:  [[http://po.shaftnet.org/po-stable-demo/]] A demo site of the -stable code is available at:  [[http://po.shaftnet.org/po-stable-demo/]]
Line 8: Line 8:
  
  
 +==== 2.37.1 (December 3, 2012) ====
 +
 +**{{:po-2.37.1.tar.bz2|Download 2.37.1}}** {{:po-2.37.1.tar.bz2.asc|GPG Signature}} (SHA1SUM 2a82064ba2bdc7767ead945b0170d29072a3f775)
 +
 +  * [misc] Pretty image URLs now include an extension.
 +  * [fix]  Mime type not set properly for images.
 +  * [fix]  Spool controls not working on an empty folder.
 +  * [fix]  URLs in the RSS feed were broken with pretty URLs enabled.
 +  * [fix]  Ignore 'Color Balance Unknown' tag.
 +  * [fix]  Parsing camera serial number was off.
 +  * [fix]  Better handle utf-8 encoded emails (Geoffery Lee)
 +  * [fix]  Fix a glitch in the zip import code.
 +  * [lang] Add Chinese Traditional and Chinese Simplified (Geoffrey Lee)
 +  * [fix]  When deleting a user, erase their import results data.
 +  * [fix]  When browsing based on date, restrict to the viewing user.
 +  * [fix]  URLEncode filenames when downloading images.
 +  * [fix]  Fix 'current volume' display in admin interface.
 +  * [fix]  Admin user registration page redirected to wrong place.
 +  * [fix]  Keyword search on the photo page was busted.
 +  * [fix]  Workaround for bug in JustPictures' RSS queries.
 +  * [fix]  Fix thumbnail URI in RSS feeds.
 +  * [fix]  Better handling when importing images in parallel.
 +  * [fix]  Abort import if a DB insert fails [[pobug>466]] 
 +  * [misc] Replace '@' with '{at}' in copyright blurb to deter spammers.
 +  * [fix]  Fix a couple of undefined variables.
 +
 +==== 2.37 (September 27, 2010) ====
 +
 +**{{:po-2.37.tar.bz2|Download 2.37}}** {{:po-2.37.tar.bz2.asc|GPG Signature}} (SHA1SUM 29cb7712a50f2a5178203f46bb3bd42513073946)
 +
 +  * [fix]  Fix umask for files created by PO. [[pibug>435]]
 +  * [fix]  Treat resource passwords as passwords in the input form. [[pobug>437]]
 +
 +==== 2.37-rc3 (August 5, 2010) ====
 +
 +**{{:po-2.37-rc3.tar.bz2|Download 2.37-rc3}}** {{:po-2.37-rc3.tar.bz2.asc|GPG Signature}} (SHA1SUM 0535e683e52171ed4c33d97c12e59205b83b3b70)
 +
 +  * [fix]  Admin password change wasn't working properly. [[pobug>429]]
 +  * [fix]  "My Settings - Contact info" didn't let you set country [[pobug>422]] 
 +  * [fix]  "My Settings - Photobrowser" page was broken. [[pobug>421]]
 +  * [misc] Disable execution limits on export page.
 +  * [misc] Tweak sharpening defaults, and let ImageMagick choose a sane sharpening 'radius' value.
 +  * [misc] Make watermark settings per-size.
 +  * [misc] Add UI elements for tweaking all configured image sizes.
 +  * [fix]  Better handle non-UTF8-encoded image metadata [[pobug>423]]
 +  * [fix]  Auto-importing embedded RAW previews as the 'master' works. [[pobug>421]]
 +  * [fix]  Use proper random filenames when generating "print" files. [[pobug>305]]
 +  * [misc] Try to look up cameras based on serial number first.
 +  * [misc] Add a default author preference.
 +  * [misc] Only show the 'misc script' on the photo page.
 +  * [fix]  Sort order and size request in the feed generator were broken.
 +  * [misc] Silence a small pile of warnings.
 +  * [fix]  Possible infinite loop in the import code.
 +  * [fix]  Fix memcache not being cleared when the folder/album name was changed.
 +  * [misc] Get rid of warning when running under php 4.3.x
 +  * [fix]  Switch to the 'memcached' extension (instead of 'memcache')
 +  * [fix]  Newer versions of exiftool changed tagnames slightly. [[pobug>432]]
 +  * [fix]  Fix duplicate IPTC location creation. [[pobug>433]]
 +  * [fix]  Deleteing a photo version updates the memcache properly.
 +  * [fix]  Import/Handle non-recognized file types as additional versions.
 +  * [add]  Support using The GIMP to import/flatten its native .xcf format.
 +  * [add]  Support importing 7-Zip and tar.xz archives.
 +  * [add]  Support many video formats by using 'mplayer' to generate thumbnails. [[pobug>431]]
 +
 +==== 2.37-rc2 (October 13, 2009) ====
 +
 +**{{:po-2.37-rc2.tar.bz2|Download 2.37-rc2}}** {{:po-2.37-rc2.tar.bz2.asc|GPG Signature}} (SHA1SUM 444a3c712ac2c2e1e53676400d32a67279407446)
 +
 +  * [fix]  ensure all input is escaped properly in the RSS feed generator.
 +  * [fix]  Orientation wasn't being respected on bulk updates.
 +  * [fix]  Typo in the advanced text search page.
 +  * [fix]  Fix auto-registration with external authentication. [[pobug>409]]
 +  * [fix]  Search folder/album link was broken without pretty URLs. [[pobug>409]]
 +  * [fix]  Tweak the tests for the POSIX and PCNTL extensions.
 +  * [fix]  Properly clean up temp directories on imports. [[pobug>413]]
 +  * [fix]  Fix a typo in the IPTC location-matching code.
 +  * [misc] Fix some CSS inefficiences
 +  * [misc] Include the sizecode in the pretty image/photo URLs.
 +  * [fix]  Ensure all exif/iptc/xmp data imported is explicitly escaped.
 +  * [misc] Tweak the pretty URL stuff so that it breaks fewer search engines.
 +  * [fix]  Spurious 'permission denied' error when changing sort order on a photo page.
 +  * [sql]  Fix several mis-typed columns in the database.
 +  * [fix]  Don't generate scaled versions "larger" than the original image.
 +  * [add]  Allow admin user to change a user's password [[pobug>402]]
 +
 +
 +
 +
 +==== 2.37-rc1 (June 2, 2009) ====
 +
 +**{{:po-2.37-rc1.tar.bz2|Download 2.37-rc1}}** {{:po-2.37-rc1.tar.bz2.asc|GPG Signature}} (SHA1SUM 444a3c712ac2c2e1e53676400d32a67279407446)
 +
 +  * [misc] Upgrade the IE7 compatibility library to v2.0b3
 +  * [misc] Upgrade wz_tooltip library to v5.2
 +  * [add]  Add 'bulk rotate' support.  [#359] [#373]
 +  * [misc] Further refactor some of the import code.
 +  * [misc] Use SQL 'ILIKE' instead of regexp matching for search strings.
 +  * [add]  Admin user can change a user's email address/username [#347][#196]
 +  * [add]  Basic out-of-band logging support. [#221]
 +  * [add]  Log all memcache operations 
 +  * [lang] Simplify the i18n resources a bit.
 +  * [misc] Add generic "run a simple DB query and cache it" functions.
 +  * [misc] Simplify the photo/version id sanity checks.
 +  * [misc] theme_display_photo() doesn't take image size any more.
 +  * [misc] Clean up the rating code on the main photo page.
 +  * [misc] Move to pg_fetch_all() where possible.
 +  * [del]  Delete all image-based searching code.  Will return one day.
 +  * [sql]  Convert all latitude/longitude fields to numeric types.
 +  * [sql]  Delete a few unused DB views.
 +  * [misc] Location profile page now differentiates between photos you own and all photos in the system.
 +  * [misc] Have the installer test for memcache support.
 +  * [misc] Location add/edit now uses the fancy latitude/longitude parsing code.
 +  * [misc] Hide keywords/views on the photo tooltip info if it's empty.
 +  * [misc] Migrate more queries to take advantage of memcache.
 +  * [fix]  Allow guests/etc to see technical image details. 
 +  * [misc] Consolidated photo and version import into one function.
 +  * [misc] Added a vastly more efficient way of fetching random photos.
 +  * [add]  Serialize out all import jobs to the database, decoupling the actual importing from the submissions.  This will let us parallelize imports across multiple processors in the near future. [[pobug>167]]
 +  * [add]  Remember per-folder/album sort order and view type.
 +  * [add]  List available image sizes.  (will improve this later)
 +  * [add]  Generate a full-size image from RAW imports.  [[pobug>7]]
 +  * [add]  Initial background image import/processing worker. [[pobug>167]]
 +  * [add]  Pretty-URL the folder search too.
 +  * [misc] Vastly speed up searching for "multi-word matches"
 +  * [fix]  Fix """"excessive"""" quotation in tag searches.
 +  * [add]  Generate additional preview-size images (350,700,1050)
 +  * [fix]  Changing folder order from folder search page now works.
 +  * [misc] Imports are now two-phase; first the metadata is committed then the files are scaled/imported.  This greatly reduces the time we hold transactions active, allowing us to parallelize imports nearly linearly.
 +  * [fix]  When using pretty URLs, login redirections broke.
 +  * [fix]  The resource password prompting code has been made more robust.
 +  * [fix]  Tweak the image display code so we avoid compression.
 +  * [add]  Add ability to generate ISO8601 dates.
 +  * [add]  Add ability to insert RSS feeds into page headers.
 +  * [add]  The first RSS feeds added, photo listings by user/folder/album
 +  * [db]   Add indexes on the exposure date and version creation date columns.
 +  * [add]  Background imports log their results for the user to examine later.
 +  * [misc] Display the image number in the slide tooltip.
 +  * [fix]  Ensure any selected slides show it when the page is refreshed.
 +  * [fix]  Fix text on subscription add page. [[pobug>404]]
 +  * [fix]  Bogus memcache call.
 +  * [fix]  Syntax error when importing single images.
 +  * [fix]  Ensure we always strip the ICM profile out of generated images.
 +  * [add]  Re-add per-album/folder sort order
 +  * [fix]  Better deal with failures resulting from insufficent disk space.
 +  * [fix]  Minor formatting fixes on the folder/album listings.
 +  * [misc] Eliminate code duplication in the folder & album display code.
 +  * [add]  RSS feeds for folders and albums added.
 +  * [add]  Exporting now generates and streams archives on the fly.
 +
 +
 +==== 2.36.1 (September 27, 2008) ====
 +
 +**{{:po-2.36.1.tar.bz2|Download 2.36.1}}** {{:po-2.36.1.tar.bz2.asc|GPG Signature}} (SHA1SUM 4e97841655ff26a92eb2a7232ff613b5b16261a5)
 +
 +  * [fix]  An incorrect function name in site_display_random_photos() [[pobug>374]]
 +  * [fix]  Adding new label types failed.
 +  * [fix]  Label/Film/Camera deletion wasn't working.
 +  * [fix]  Localize an overlooked string.  [[pobug>375]]
 +  * [misc] Unified the permission tests in the export code.
 +  * [fix]  Rotating images could lead to a blank page. [[pobug>377]]
 +  * [fix]  Two memcache-related bugs.
 +  * [misc] When deleting a photo, return to the folder listing. [[pobug>379]]
 +  * [fix]  Album/Folder thumbnails respect the global popup flag [[pobug>376]]
 +  * [fix]  Fix the rating code for PG 8.3.x 
 +  * [misc] When editing a folder/album, return to where you came. [[pobug>380]]
 +  * [fix]  'replace master' on version uploads was broken. [[pobug>383]]
 +  * [fix]  Installer suggested an improper cmdline [[pobug>384]]
 +  * [fix]  We weren't using the original watermark image sometimes. [[pobug>388]]
  
 ==== 2.36 (August 17, 2008) ==== ==== 2.36 (August 17, 2008) ====
po_stable_changelog.1218998190.txt.gz · Last modified: 2008/08/17 18:36 by pizza