summaryrefslogtreecommitdiff
path: root/modules/search
AgeCommit message (Expand)Author
2013-03-14#2062 - Fix extra/missing spaces in search query.shadlaws
2013-02-18#2007 - Change search box text when only looking in the current album.shadlaws
2013-02-14Follow-on to 9dbe2e15ad9db3b2be53e46bc5f67d382fb4089d for #1999.Bharat Mediratta
2013-02-09Extend siblings callbacks to take a $limit and an $offset for navigatingBharat Mediratta
2013-02-07Follow-on to 1e4d75c12072b49c3469f18af13bcf3439afc6b0 for #1975.Bharat Mediratta
2013-02-05Force a sort order no sibling checks. Fixes #1990.Bharat Mediratta
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-30Improve the display context API to return a "siblings_callback" fieldBharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-12-17Minor whitespace fix.Bharat Mediratta
2012-12-14fix, use $current->scoreChris Chilvers
2012-12-14search within the current album by defaultChris Chilvers
2012-12-09Eliminate the search context if we encounter an item that cannot beBharat Mediratta
2012-06-05Remove <h2> added in last commit, it's unclear why that's necessary. The las...Bharat Mediratta
2012-06-05CSS Style Update to match with other viewTony Fung
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-11-03In get_position() don't try to truncate the score if it's empty. Follow-on t...Bharat Mediratta
2011-10-26Follow on to 7f62f09cf377b92b615e456ec4539300b331fd4b for #1663 to fix badBharat Mediratta
2011-08-27Refactor the display context code a bit:Bharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-08-11Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:Bharat Mediratta
2011-08-11Initial commit of a patch for Ticket #1764. as discussed here: https://github...Tim Almdal
2011-07-24Patch for ticket #1763. Where offset could be converted to a null string. I...Tim Almdal
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
2011-04-02Sanitize page value before setting offset based on itJoe7
2011-03-27Improve search to use wildcard matching, thanks to some code from tempg.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15whitespace fix.Bharat Mediratta
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-11Tune timeouts to work better on large installs.Bharat Mediratta
2010-08-21Added text and submit classes to search form input and submit buttons, respec...Chad Kieffer
2010-06-11Remove the duplicate query when searching as pointed out by joe7 on ticket #844Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-18Database::escape_str() is now Database::escape().Bharat Mediratta
2009-12-02Fix a bunch of places where we were using "= null" instead of "IS NULL".Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Truncate the text of the title/description for results on the search page. P...Bharat Mediratta
2009-11-20The search results page is a "collection" page type.Bharat Mediratta
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta