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.php
Age
Commit message (
Expand
)
Author
2009-10-24
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-24
When doing a search we need to "OR" the view permissions not "AND" them. Fix...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-11
Use SQL_CALC_FOUND_ROWS instead of doing the search twice, for better perform...
Bharat Mediratta
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...
Chad Kieffer
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-07-30
Remove debugging print statement in search.php
Tim Almdal
2009-07-28
Change search callbacks to use the event system, so move them out of
Bharat Mediratta
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-07-19
Remove success logging. Only log on errors, otherwise the log is huge.
Bharat Mediratta
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-06-24
SQL is case insensitive
Romain LE DISEZ
2009-06-24
Improve compatibility with other RDBMS
Romain LE DISEZ
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
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-03-21
Refactor all translation strings that have ambiguous placeholders.
Andy Staudacher
2009-03-03
Fix issue identified by security review... some table names where not
Tim Almdal
2009-02-12
Correct typo in variable name
Tim Almdal
2009-01-17
Fix typo.. rebuild_index -> update_index
Bharat Mediratta
2009-01-17
Implement relevance ranked boolean searching on a full text index of
Bharat Mediratta