1
0
Commit Graph

15 Commits

Author SHA1 Message Date
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
rWatcher
c92fd668ba TagFaces bugfix. 2009-10-18 03:34:00 +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
bf4f729ba7 Remove 'Engine=InnoDB' stanzas from table creation SQL. We now use the
MySQL server default at table creation time.
2009-09-16 22:15:17 -07: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
fb682ea6f7 Replace p::clean with html::clean. 2009-08-31 14:08:43 -04:00
rWatcher
1c4dfd6bef Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/tagfaces/views/drawfaces_highlight_block.html.php
2009-08-31 13:47:19 -04:00
Andy Staudacher
dfd21ae940 Update contrib code to use html::clean and ::prurify instead of p::clean which is gone now. 2009-08-31 01:37:11 -07:00
rWatcher
8710f1ee50 Added support for face descriptions and notes. 2009-08-27 21:29:08 -04:00
rWatcher
00d7ed76a3 Highlight face on mouseover. 2009-08-24 17:15:56 -04:00
rWatcher
f5e6d2ec56 TagFaces bugfix.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:48 +08:00
rWatcher
29001ad186 TagFaces bugfix. 2009-08-16 00:18:49 -04:00
rWatcher
d82917b712 Initial commit of TagFaces module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:49 +08:00
rWatcher
84f9e25c42 Initial commit of TagFaces module. 2009-08-13 23:53:00 -04:00