1
0
Commit Graph

9 Commits

Author SHA1 Message Date
rWatcher
85bb854b71 Don't make months clickable unless there's something to display for it. 2010-03-03 18:34:16 -05:00
rWatcher
1d03b836d7 CSS and Translation fixes. 2010-03-03 02:07:42 -05:00
rWatcher
01aae41d74 Code cleanup. 2010-02-24 17:24:54 -05:00
rWatcher
7b0df0982f Remove the breadcrumb code that was crashing the month and day views, link the month view onto the main calendar view page. 2010-02-07 23:48:23 -05:00
rWatcher
5b21bdfd5d Replaced the broken Calendar library with a new, working one. 2010-02-07 23:37:54 -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
rWatcher
92e97357e5 Translation Fix. 2009-11-18 18:35:31 -05:00
rWatcher
3cb8810074 Move the CSS from the view file into a seperate .css file. 2009-11-17 02:44:29 -05:00
rWatcher
4a3fd9b1b6 Initial commit of CalendarView module. 2009-11-11 23:04:01 -05:00