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
/
search
/
helpers
/
search_task.php
Age
Commit message (
Expand
)
Author
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. Only log on errors, otherwise the log is huge.
Bharat Mediratta
2009-07-10
Fix a bug where the task message was not being set
Tim Almdal
2009-07-09
Revert "Revert "Add task logging to the "Update Search Index" task""
Tim Almdal
2009-07-09
Revert "Add task logging to the "Update Search Index" task"
Tim Almdal
2009-07-08
Add task logging to the "Update Search Index" task
Tim Almdal
2009-05-20
Avoid complex inserts in available_tasks() to make admin/maintenance
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-10
Use a clearer query syntax for deleting extra search and exif records (thanks...
Bharat Mediratta
2009-04-21
Remove duplicate word from status message
Tim Almdal
2009-04-21
Make the task iteration duration 1 second instead of 500ms.
Bharat Mediratta
2009-04-17
Make the update_index task continue until it has used half a second
Bharat Mediratta
2009-03-26
Gracefully deal with the case where we resume a stalled task but there
Bharat Mediratta
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-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-12
Corrected indentation
Tim Almdal
2009-02-02
Reconcile search_records and items when we list the tasks so that we can tell...
Bharat Mediratta
2009-02-02
First time running search maintenance task, remove any search_records
Bharat Mediratta
2009-01-18
Remove blank line at the top of the file
Tim Almdal
2009-01-17
Implement relevance ranked boolean searching on a full text index of
Bharat Mediratta