1
0
Commit Graph

9 Commits

Author SHA1 Message Date
rWatcher
d316a1c45f Fixed weird access::verify_csrf() issue with TagFaces. 2010-01-10 14:43:14 -05:00
rWatcher
e4d96261f6 Fix for borken selection box in TagFaces. 2010-01-10 02:28:31 -05:00
Bharat Mediratta
1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards.
Here's a summary of the changes I made:

1) html::specialchars --> html::chars
2) ORM::orderby() -> ORM::order_by()
3) ORM::where() now takes 3 parameters including a comparator.  So
   ORM::where("a", $b) is now ORM::where("a", "=", $b) and the middle
   value can be any comparator.
4) ORM::$loaded --> ORM::loaded()
5) Database::instance() --> db::build()  (and there are some other
   subtle differences, like now you always call execute() at the end
   of the chain)
6) form::close() and form::close_fieldset() are now gone.  Use
   </form> and </fieldset> respectively.
7) Controller::$input is gone.  Use Input::instance() instead.

I've done very rudimentary testing so far.
2009-12-22 21:31:03 -08:00
Bharat Mediratta
99ec99a166 Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
Chad Kieffer
4be214c4bf Renamed most, if not all css selectors from gModuleName to g-module-name. This might break a few ajax features, please review your modules. 2009-10-04 14:40:59 -06:00
Bharat Mediratta
7fb9020255 Don't show the faces checklist if there aren't any associated tags. 2009-08-31 22:33:54 -07:00
rWatcher
8710f1ee50 Added support for face descriptions and notes. 2009-08-27 21:29:08 -04:00
rWatcher
29001ad186 TagFaces bugfix. 2009-08-16 00:18:49 -04:00
rWatcher
84f9e25c42 Initial commit of TagFaces module. 2009-08-13 23:53:00 -04:00