1
0
Commit Graph

26 Commits

Author SHA1 Message Date
rWatcher
3a446dc7b4 Warn users that EXIF is required in order for CalendarView to function properly. 2010-03-01 15:13:02 -05:00
rWatcher
954d88e5b6 Make the calendars translatable. 2010-03-01 00:42:06 -05:00
rWatcher
01aae41d74 Code cleanup. 2010-02-24 17:24:54 -05:00
rWatcher
97b4ac60ac Add CalendarView icon to tag menu. 2010-02-24 17:00:24 -05:00
rWatcher
536fa8aa4c Fixed breadcrumbs in calendarview. 2010-02-24 16:58:04 -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
ce31263a51 We don't need this anymore. 2010-02-07 23:47:15 -05:00
rWatcher
5b21bdfd5d Replaced the broken Calendar library with a new, working one. 2010-02-07 23:37:54 -05:00
Bharat Mediratta
d1062c9340 Add default values for calendar() args. 2010-02-01 00:50:46 -08:00
Bharat Mediratta
c7ad42100b Convert Kohana::show_404() to throw a Kohana_404_Exception() 2009-12-24 11:55:28 -08:00
Bharat Mediratta
8658a609fd Convert Controller::$input -> Input::instance() 2009-12-24 11:09:07 -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
6547d54e72 Fix a blown merge and bring calendarview up to date with rWatcher's
changes.
2009-11-26 11:21:51 -08:00
Bharat Mediratta
55f806b754 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib
Conflicts:
	modules/calendarview/controllers/calendarview.php
	modules/calendarview/libraries/Calendar_Breadcrumb.php
	modules/calendarview/views/kohana_calendar.php
2009-11-26 11:13:21 -08:00
rWatcher
8ca9f9e780 Added a month view and breadcrumbs to album view. 2009-11-27 03:09:40 +08:00
rWatcher
11153056f1 Code cleanup. 2009-11-18 19:04:47 -05:00
rWatcher
92e97357e5 Translation Fix. 2009-11-18 18:35:31 -05:00
rWatcher
47d1f16b40 Added a month view and breadcrumbs to album view. 2009-11-18 15:03:16 -05:00
rWatcher
9f2a08411c Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/calendarview/controllers/calendarview.php
2009-11-18 00:33:19 -05:00
Bharat Mediratta
85570acabd Merge branch 'master' of git@github.com:gallery/gallery3-contrib
Conflicts:
	modules/calendarview/controllers/calendarview.php
2009-11-17 15:55:19 -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
59648ce716 Move the CSS from the view file into a seperate .css file. 2009-11-18 02:11:19 +08:00
rWatcher
72a1019256 Remove "overlap dates" from calendar view. 2009-11-18 02:11:19 +08:00
rWatcher
3cb8810074 Move the CSS from the view file into a seperate .css file. 2009-11-17 02:44:29 -05:00
rWatcher
8905bd58e3 Remove "overlap dates" from calendar view. 2009-11-17 02:21:09 -05:00
rWatcher
4a3fd9b1b6 Initial commit of CalendarView module. 2009-11-11 23:04:01 -05:00