1
0
Commit Graph

9 Commits

Author SHA1 Message Date
Ben Smith
8562aff551 Changed User homes to include new functionality for creating private galleries. 2010-06-19 03:46:07 +08:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
Tim Almdal
c7d1baab70 Add the user home home directory to the user profile page. 2010-01-24 20:43:02 -08: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
6471ac4dd6 Set the title of the root album in the tree to the actual title of the root album 2009-08-02 20:37:37 -07:00
Bharat Mediratta
8f8d87bad8 More coding style tweaks 2009-08-02 20:36:03 -07:00
Ben Smith
8751bf10d2 Formatted to Gallery3 coding standards (I hope!) 2009-08-02 19:17:36 +12:00
Ben Smith
73d8940cfa Now ties into the various edit/add User dialogs. 2009-07-31 08:16:44 +12:00
Ben Smith
ba99a5a96d Initial Commit. 2009-07-25 11:11:02 +12:00