| Age | Commit message (Expand) | Author |
| 2010-08-21 | Added text and submit classes to search form input and submit buttons, respec... | Chad Kieffer |
| 2010-06-11 | Remove the duplicate query when searching as pointed out by joe7 on ticket #844 | Tim Almdal |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
| 2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta |
| 2010-01-09 | Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where | Tim Almdal |
| 2009-12-21 | Updates for the latest version of Kohana 2.4: | Bharat Mediratta |
| 2009-12-18 | Database::escape_str() is now Database::escape(). | Bharat Mediratta |
| 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-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
| 2009-11-21 | Truncate the text of the title/description for results on the search page. P... | Bharat Mediratta |
| 2009-11-20 | The search results page is a "collection" page type. | Bharat Mediratta |
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ... | Tim Almdal |
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the a... | Tim Almdal |
| 2009-11-17 | Redesign the way that we consider page types to create buckets of page | Bharat Mediratta |
| 2009-11-14 | Add in proper template variables to support pagination. | Bharat Mediratta |
| 2009-11-14 | Rename "pager" to "paginator" so that we differentiate page.html.php | Bharat Mediratta |
| 2009-11-01 | Remove g-right from quick search form, leave positioning to the theme. | Chad Kieffer |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal |
| 2009-10-28 | Initial RTL update work. Consolidated shared rtl-related css selectors in gal... | Chad Kieffer |
| 2009-10-26 | Merge branch 'master' into talmdal_dev | Tim Almdal |
| 2009-10-25 | Add clearfix to search results gallery-grid to clear the pager navigation. Ot... | Chad Kieffer |
| 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-16 | Apply g-short-form directly to short forms rather than via JS. Comment update... | Chad Kieffer |
| 2009-10-16 | Apply g-short-form directly to short forms rather than via JS. Comment update... | Chad Kieffer |
| 2009-10-11 | Use SQL_CALC_FOUND_ROWS instead of doing the search twice, for better perform... | Bharat Mediratta |
| 2009-10-04 | Fixed previous over zealous find and replace. | Chad Kieffer |
| 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-09-17 | Remove the update code introduced with 9d7d79. In addition, captialize MyISA... | Tim Almdal |
| 2009-09-16 | Changed the search module installer to explicitly specify MyISAM as the datab... | Tim Almdal |
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta |
| 2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher |
| 2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-30 | Change the processing time for search_task and exif_task to start the | Bharat Mediratta |
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi... | Andy Staudacher |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
| 2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher |
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta |
| 2009-08-08 | Update tags module to notify modules when items related to a tag are | Bharat Mediratta |
| 2009-08-02 | Change the API for getting to the original state of an ORM. | Bharat Mediratta |