summaryrefslogtreecommitdiff
path: root/modules/search
AgeCommit message (Expand)Author
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
2009-11-14Add in proper template variables to support pagination.Bharat Mediratta
2009-11-14Rename "pager" to "paginator" so that we differentiate page.html.phpBharat Mediratta
2009-11-01Remove g-right from quick search form, leave positioning to the theme.Chad Kieffer
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-28Initial RTL update work. Consolidated shared rtl-related css selectors in gal...Chad Kieffer
2009-10-26Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Add clearfix to search results gallery-grid to clear the pager navigation. Ot...Chad Kieffer
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When doing a search we need to "OR" the view permissions not "AND" them. Fix...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Apply g-short-form directly to short forms rather than via JS. Comment update...Chad Kieffer
2009-10-16Apply g-short-form directly to short forms rather than via JS. Comment update...Chad Kieffer
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-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher