summaryrefslogtreecommitdiff
path: root/modules/search/helpers
AgeCommit message (Expand)Author
2009-10-11Use SQL_CALC_FOUND_ROWS instead of doing the search twice, for better perform...Bharat Mediratta
2009-10-04Fixed previous over zealous find and replace.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-17Remove the update code introduced with 9d7d79. In addition, captialize MyISA...Tim Almdal
2009-09-16Changed the search module installer to explicitly specify MyISAM as the datab...Tim Almdal
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Change the processing time for search_task and exif_task to start theBharat Mediratta
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-08Update tags module to notify modules when items related to a tag areBharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-30Remove debugging print statement in search.phpTim Almdal
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
2009-07-19Remove success logging. Only log on errors, otherwise the log is huge.Bharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-10Fix a bug where the task message was not being setTim Almdal
2009-07-09Revert "Revert "Add task logging to the "Update Search Index" task""Tim Almdal
2009-07-09Revert "Add task logging to the "Update Search Index" task"Tim Almdal
2009-07-08Add task logging to the "Update Search Index" taskTim Almdal
2009-06-24SQL is case insensitiveRomain LE DISEZ
2009-06-24Improve compatibility with other RDBMSRomain LE DISEZ
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-05-26clean up whitespace errors introduced in last commitBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-11Index photos as they're addedBharat Mediratta
2009-05-10Use a clearer query syntax for deleting extra search and exif records (thanks...Bharat Mediratta
2009-04-21Remove duplicate word from status messageTim Almdal
2009-04-21Make the task iteration duration 1 second instead of 500ms.Bharat Mediratta
2009-04-21Add a key on item_id for the search_records table so that when we leftBharat Mediratta
2009-04-17Make the update_index task continue until it has used half a secondBharat Mediratta
2009-03-26Gracefully deal with the case where we resume a stalled task but thereBharat Mediratta
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
2009-03-18Remove back ticks from sqlTim Almdal
2009-03-18Couple of sql statements that had incorrect prefix handling or noTim Almdal
2009-03-12Strip down the loin page (not sure if this is what bharat had in mind)Tim Almdal
2009-03-09Get rid of Task_Definition types: they're not necessary. ThisBharat Mediratta
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
2009-03-03Fix issue identified by security review... some table names where notTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-12Corrected indentationTim Almdal
2009-02-12Correct typo in variable nameTim Almdal
2009-02-02Have the quick delete file "item_before_delete" so that search andTim Almdal
2009-02-02Reconcile search_records and items when we list the tasks so that we can tell...Bharat Mediratta