Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-11 | Save and Restore the $_POST variable in tests that manipulate it so | Tim Almdal | |
other tests don't fail unexpectedly | |||
2009-05-11 | Index photos as they're added | Bharat Mediratta | |
2009-05-11 | Don't accept negative capture dates from EXIF, they're probably just crap data. | Bharat Mediratta | |
2009-05-11 | Refactor the exif module to denormalize the stored data. This way we | Bharat Mediratta | |
have a single exif_record for each item instead of 1 per key. It's about 5x faster to scan photos this way. | |||
2009-05-11 | Reinstate abortCount code, originally added to exifer in G2: | Bharat Mediratta | |
http://gallery.svn.sourceforge.net/viewvc/gallery?view=rev&revision=13422 it was commented out in the ZenPhoto version. Filed upstream ticket about this: http://www.zenphoto.org/trac/ticket/1118 | |||
2009-05-11 | Don't use ORM to delete old exif_keys.. it's too inefficient | Bharat Mediratta | |
2009-05-11 | Add a cache in intel2Moto(). Because of the duplicate nature of the | Bharat Mediratta | |
calls to this function, this is a 1-2x order of magnitude performance improvement. | |||
2009-05-11 | Avoid using ORM_MPTT::parents() in relative_path() so that we're not | Bharat Mediratta | |
calling ORM just to get paths. This is a 10x performance increase. | |||
2009-05-10 | remove_rule() should mark thumbs/resizes dirty also. Resolves ticket #269, ↵ | Bharat Mediratta | |
thanks jstricker! | |||
2009-05-10 | Only run copy_matching_thumbnails_and_resizes() when we're doing an import, ↵ | Bharat Mediratta | |
else it interferes with thumbnail/resize generation during regular imports | |||
2009-05-10 | Beautify the error message. | Bharat Mediratta | |
2009-05-10 | Warn users if they have suhosin.session.encrypt enabled that it'll break the ↵ | Bharat Mediratta | |
uploader | |||
2009-05-10 | Document why we skip the parent state for the root album. | Bharat Mediratta | |
2009-05-10 | Don't provide full-size link if the user can't see the full size | Bharat Mediratta | |
image. There's no security hole here, it's just a bad user experience. | |||
2009-05-10 | After ajax login, just reload the current page. | Bharat Mediratta | |
2009-05-10 | Disable default sorting for performance. (thanks Romain LE DISEZ) | Bharat Mediratta | |
2009-05-10 | Change TINYINT(2) to SMALLINT for compliance (thanks Romain LE DISEZ) | Bharat Mediratta | |
2009-05-10 | Change wording to avoid breaking File_Structure_Test | Bharat Mediratta | |
2009-05-10 | Use a clearer query syntax for deleting extra search and exif records ↵ | Bharat Mediratta | |
(thanks Romain LE DISEZ) | |||
2009-05-10 | Make the code that copies g2 derivatives more robust if the g2 data file ↵ | Bharat Mediratta | |
doesn't exist. | |||
2009-05-10 | Fix a bug where when we copied over the g2 thumb or resize, we weren't | Bharat Mediratta | |
saving its dimensions to the item. Also, import originationTimestamp as captured field. | |||
2009-05-10 | Fix a copy/paste typo. | Bharat Mediratta | |
2009-05-09 | Move the thumb_proportion method into Theme_View and set it by default | Tim Almdal | |
if the page type is album. Leave a todo if we ever set up a theme default API | |||
2009-05-09 | Remove quotes and correct typo | Tim Almdal | |
2009-05-09 | Sigh.. fix it the *right* way. | Bharat Mediratta | |
2009-05-09 | Oops, add in a missing ] (thanks kb7sei!) | Bharat Mediratta | |
2009-05-09 | Don't try to put g2_stats and g2_size into the view if g2 is not initialized. | Bharat Mediratta | |
2009-05-09 | Usability and performance improvements | Bharat Mediratta | |
Significantly speed up the process by copying Gallery2 thumbnails and resizes wherever possible instead of regenerating them. This requires us to figure out the dimensions of the original G2 derivative and make sure that it matches in some reasonable way. To allow users to take advantage of this, calculate the optimal thumb and resize size to set in G3 to match what was used in G2. While we're at it, give the user some idea of how much data is available in G2 to import. | |||
2009-05-09 | Fix indentation. | Bharat Mediratta | |
2009-05-09 | Apply status message display effect to admin theme. Use double rather than ↵ | Chad Kieffer | |
single quotes in JS. | |||
2009-05-09 | Force the 'GD Version' key to exist | Bharat Mediratta | |
2009-05-09 | Highlight status messages on load, fade them out after a few seconds. Make ↵ | Chad Kieffer | |
success green brighter. | |||
2009-05-09 | Fix for ticket #217 | Tim Almdal | |
2009-05-09 | Fix for ticket #255 | Tim Almdal | |
2nd iteration | |||
2009-05-09 | Fix for ticket #255 | Tim Almdal | |
2009-05-08 | Don't rely on the file to have an extension (or better: don't throw an | Bharat Mediratta | |
error if we can't find one-- just assume its a photo). | |||
2009-05-08 | Don't try to use mb_detect_encoding if the module isn't loaded. Not sure if ↵ | Bharat Mediratta | |
this is a great solution, but it'll probably cut down on a big class of errors opportunistically | |||
2009-05-08 | Don't do ORM::factory() lookups on non-ints (thanks Romain LE DISEZ) | Bharat Mediratta | |
2009-05-08 | Fix whitespace issues | Bharat Mediratta | |
2009-05-08 | Use lower-case aliases for greater portability (thanks Romain LE DISEZ) | Bharat Mediratta | |
2009-05-07 | Create a thumbnail stack of selected thumbnails for the organize | Tim Almdal | |
drawer | |||
2009-05-07 | 1) Leave an object selected if its clicked. | Tim Almdal | |
2) And a 1em left margin to provide more spacing, so the lasso is less inclusive | |||
2009-05-07 | Don't try to use the exif/iptc values if we couldn't extract them cleanly. | Bharat Mediratta | |
2009-05-07 | Improve the selection/drag handling so that drag of a single item | Tim Almdal | |
doesn't have to be selected first | |||
2009-05-07 | Allow sorting by Capture Date. | Bharat Mediratta | |
2009-05-07 | Grab photo capture date and captions from EXIF/IPTC data. | Bharat Mediratta | |
- Add a "captured" column to the items table. - Pull the DateTime EXIF field and put it into the captured column - Pull the Caption EXIF & IPTC fields and put them into the description field if there was not already a value there | |||
2009-05-07 | Add debug log strings with the G2 stack trace when there's a failure in a g2 ↵ | Bharat Mediratta | |
call. | |||
2009-05-07 | Don't throw up a warning if we can't detect whether or not the logs dir is ↵ | Bharat Mediratta | |
writable. | |||
2009-05-06 | 1) Improved selection processing. | Tim Almdal | |
2) Drawer closes if no images or albums are selected | |||
2009-05-06 | Fix for ticket #72 | Tim Almdal | |