1
0
Commit Graph

13 Commits

Author SHA1 Message Date
rWatcher
2769c87027 Fun with timezones. 2010-03-04 14:48:24 -05:00
rWatcher
cd2e9500e3 Merge commit 'gallery3-contrib/master' 2010-03-04 00:31:35 -05:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
rWatcher
042ea227d2 Changed sidebar name to rWInfo. 2010-02-24 16:36:35 -05:00
rWatcher
0a2d33e2ff Fixed tag links in rWInfo. 2010-01-20 20:49:23 -05:00
Bharat Mediratta
1ed3c46997 Clean up tag display logic 2009-12-24 11:07:03 -08:00
Bharat Mediratta
f522643d70 Clean up tag display logic. 2009-12-24 01:47:00 -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
rWatcher
edf931ae76 Updated for current Git. 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
rWatcher
4d34eb7e0d Change Date/Time display. 2009-09-16 19:49:50 -04:00
rWatcher
5582b41829 DownloadFullsize Updates. 2009-09-16 19:08:16 -04:00
rWatcher
65787ec9cb Initial commit of rWInfo module. 2009-09-09 14:50:04 -04:00