1
0
Commit Graph

26 Commits

Author SHA1 Message Date
rWatcher
0ec53f5234 Fixed weird RTL bug. 2010-06-19 03:52:36 +08:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
rWatcher
c9f95a5613 Code cleanup in TagFaces. 2010-01-12 15:02:20 -05:00
rWatcher
f4401fa9dd Fixed another "minor" bug that caused the entire contents of the items_faces table to get deleted whenever a face-tagged photo is deleted. 2010-01-12 03:17:36 -05:00
rWatcher
c53352108b Hide the delete button when there's nothing to delete. 2010-01-12 03:05:49 -05:00
rWatcher
2fa96fe8a9 Fixed "minor" bug that caused the entire contents of the items_faces table to get deleted. 2010-01-12 02:59:25 -05:00
rWatcher
744a6b6cc7 Added option for deleting notes from a photo. 2010-01-11 16:03:05 -05:00
rWatcher
20328ef8a5 Fix highlight box alignment bug with current git. 2010-01-11 02:26:03 -05:00
rWatcher
d316a1c45f Fixed weird access::verify_csrf() issue with TagFaces. 2010-01-10 14:43:14 -05:00
rWatcher
5add59a795 Fixed tag url issue in TagFaces. 2010-01-10 02:35:10 -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
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