index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
exif
/
helpers
/
exif_task.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-11
Tune timeouts to work better on large installs.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-27
Convert __toString() to use (string) cast instead.
Bharat Mediratta
2009-12-02
Fix a bunch of places where we were using "= null" instead of "IS NULL".
Bharat Mediratta
2009-12-02
Convert more database calls over to the new format
Bharat Mediratta
2009-11-26
Database::orwhere() is now Database_Builder::or_where()
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-08-30
Change the processing time for search_task and exif_task to start the
Bharat Mediratta
2009-07-19
Remove success logging from exif_task.
Bharat Mediratta
2009-07-11
Fixes ticket #526
Shai Ben-Naphtali
2009-07-10
Reference exif consistently as EXIF ticket #526.
Tim Almdal
2009-07-08
Add Task logging to the Extract EXIF data task
Tim Almdal
2009-05-20
Avoid complex inserts in available_tasks() to make admin/maintenance
Bharat Mediratta
2009-05-20
Avoid doing an expensive insert in available_tasks(). Partial fix for ticket...
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-12
Don't divide by zero if there are no photos in the Gallery.
Bharat Mediratta
2009-05-11
Refactor the exif module to denormalize the stored data. This way we
Bharat Mediratta
2009-05-10
Use a clearer query syntax for deleting extra search and exif records (thanks...
Bharat Mediratta
2009-04-25
Fix status math.
Bharat Mediratta
2009-04-25
Extract as many records as we can in a second
Bharat Mediratta
2009-04-21
Remove duplicate word from status message
Tim Almdal
2009-03-09
Get rid of Task_Definition types: they're not necessary. This
Bharat Mediratta
2009-03-05
Avoid using default task types. Require task::get_definitions() to
Bharat Mediratta
2009-03-05
Fix some table names
Bharat Mediratta
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-15
Tweak EXIF extraction code to be more robust.
Bharat Mediratta
2009-02-12
Add a maintenace task to extract the EXIF data from images
Tim Almdal