Rajesh Taneja
39bd8a5c59
MDl-36352 Calendar: Moved poll interval next to url field for accessibility
2012-11-16 15:57:21 +08:00
Rajesh Taneja
3e2efe3b05
MDl-36352 Calendar: Poll interval will be disabled for calendar file import
2012-11-16 15:55:45 +08:00
Rajesh Taneja
4e3ce3464d
MDL-36351 Calendar: Poll interval for existing subscriptions will update
...
Pollinterval option value was not set, which was returning string, expected is int.
Added int as pollinterval option value.
2012-11-16 15:44:00 +08:00
Dan Poltawski
c941aafebb
Merge branch 'wip-MDL-36276-m24' of git://github.com/samhemelryk/moodle
2012-11-16 14:52:09 +08:00
Dan Poltawski
716bf54332
Merge branch 'MDL-36525-master' of git://github.com/ankitagarwal/moodle
2012-11-16 14:49:44 +08:00
Dan Poltawski
c936a6af35
MDL-36526 - calendar: trim urls for copy/pasting
2012-11-16 12:06:41 +08:00
Ankit Agarwal
20bdf99764
MDL-36525 calendar: Curl should allow urls with force downloads
2012-11-15 16:55:03 +08:00
Dan Poltawski
b34e88508b
MDL-36526 calendar: Convert webcal:// to http://
...
Curl doesn't understand webcal, so needs to use http. Also fixed some
php warnings spotted during testing.
2012-11-15 15:48:24 +08:00
Ankit Agarwal
12927e568b
MDL-36526 calendar: calender ical import should allow webcal:// protocols
2012-11-14 10:22:28 +08:00
Sam Hemelryk
e60598730d
MDL-36276 calendar: subscription events are no longer editable
2012-11-14 13:34:54 +13:00
Dan Poltawski
20272a548c
Merge branch 'wip-mdl-36303' of git://github.com/rajeshtaneja/moodle
2012-11-07 11:57:58 +08:00
Aparup Banerjee
c770f07155
Merge branch 'wip-MDL-31824-master' of git://github.com/phalacee/moodle
2012-11-05 10:27:57 +08:00
Rajesh Taneja
cfa4a78b75
MDL-36303 Calendar: remove html special chars from event link in calendar block
2012-11-02 15:02:27 +08:00
Dan Poltawski
24a3115caf
MDL-16660 calendar - remove cron strings
...
We don't translate cronjobs
2012-10-30 15:27:02 +08:00
Dan Poltawski
c5a82120ac
MDL-16660 calendar: remove get_ical_data() from form
...
This code was only called in one path and so was not necessary.
2012-10-30 14:56:39 +08:00
Sam Hemelryk
e30390a0dd
MDL-16660 calendar: Cleaned u several areas of the iCal patch in preparation of the next peer-review
...
* Added a bit of AMOS to copy existing strings and save a little translation effort
* Cleaned up fixed strings in several places
* Cleaned up some existing strings as required.
* Fixed install and upgrade code. Split upgrade into two parts (one for each table).
* Fixed fatal error caused by missing forms lib inclusion
* Added param types to forms.
* Converted file_get_content to use curl for URL's.
* Cleaned things up per coding style.
* Separated subscription management and form into separate files.
* Tidied up bennu inclusion to just where required.
* Lots of other small fixes as well.
AMOS BEGIN
CPY [calendar,calendar],[colcalendar,calendar]
CPY [actions,moodle],[actions,calendar]
CPY [never,moodle],[never,calendar]
AMOS END
2012-10-30 17:33:49 +13:00
Jonathan Harker
4c349ad7ba
MDL-16660: WIP - fixes as per review
2012-10-30 17:33:18 +13:00
Jonathan Harker
b5a52acd9d
MDL-16660: Add calendar import.
...
Adds an extra import section alongside the existing export in the
calendar views. Allows the user to import from either a file or a
URL as a subscription, with an optional polling interval of hourly,
daily, weekly, monthly, or annually. This subscription may be added
to the user, group, global or course calendars. These subscriptions
are tracked in a separate database table, and an extra column added
to the events table to relate them to the subscription. The event
uuid field is also expanded to allow for the RFC-2445 UID property.
Subscriptions are listed on the calendar view page, and can be
added and removed, manually polled, and the polling interval
adjusted. Subscription events are updated on cron.
2012-10-30 17:33:18 +13:00
Jason Platts
462e42cb9a
MDL-34530 Calendar: Can create event for any group, but cannot view it
2012-10-23 10:17:16 +01:00
Jason Fowler
9e142d1121
MDL-31824 - Calendar - Fixing HTML classes fopr calendar month view - patch provided by Mark Ward
2012-10-18 12:49:32 +08:00
Dan Poltawski
ac9f5e3fc7
Merge branch 'wip-MDL-32180-master' of git://github.com/phalacee/moodle
2012-09-25 14:27:39 +08:00
Brian Jorgensen
d2b4684946
MDL-32180 calendar - added developer hint for a missing or unreadable calendar hook file
2012-09-25 14:12:32 +08:00
Sam Hemelryk
9c8299972d
Merge branch 'MDL-28071-master' of git://github.com/ankitagarwal/moodle
2012-09-24 15:06:25 +12:00
Ankit Agarwal
7df3ea154f
MDL-30889 calendar: Adding Aria-attributes to make event popup more accessible"
2012-09-21 14:23:38 +08:00
Ankit Agarwal
62caadafe5
MDL-30889 calendar: Adding focus and blur events to calendar renderer
2012-09-21 14:23:37 +08:00
Ankit Agarwal
7dbd7bb7c4
MDL-28071 calendar: Accessibility improvments on calendar new event page
2012-09-21 13:33:24 +08:00
Dan Poltawski
a2c5f73194
Merge branch 'MDL-35224-master' of git://github.com/ankitagarwal/moodle
2012-09-18 14:50:06 +08:00
Ankit Agarwal
3fe4a2fa69
MDL-35224 calendar: Adding current time string to make page titles unique
2012-09-18 14:42:08 +08:00
Frederic Massart
ef21ad21cc
MDL-32309 Accessibility: Improved accessibility of calendar filters
2012-09-17 09:47:01 +08:00
Rossiani Wijaya
5c57655218
MDL-34555 accessibility compliance for calendar: Add forform input text and select tag
2012-07-31 17:10:33 +08:00
Dan Poltawski
1383794b35
Merge branch 'MDL-34255' of git://github.com/rwijaya/moodle
2012-07-31 10:31:41 +08:00
Rossiani Wijaya
4370d73d48
MDL-34255 group calendar events: fixed adding group calendar event for students
2012-07-26 14:22:22 +08:00
Frederic Massart
6ca657a772
MDL-34462 Librairies: Replaced deprecated get_context_instance()
2012-07-23 16:22:36 +08:00
Ankit Agarwal
1ce66e00fe
MDL-31132 calendar: remove deprecated CALENDAR_STARTING_WEEKDAY
2012-07-16 15:44:35 +08:00
Ankit Agarwal
fa6e528c79
MDL-27831 calendar: Removing reduntand control icons in delete.php
2012-07-09 11:29:39 +08:00
Ankit Agarwal
069f4d8bef
MDL-32605 calendar: Fixing the missing parameter for get_string call
2012-06-27 13:32:20 +08:00
Dan Poltawski
05d80ae6cd
Merge branch 'MDL-30888-master' of git://github.com/FMCorz/moodle
2012-05-29 15:12:38 +08:00
Dan Poltawski
c46da75917
MDL-28557 - calendar: fix trivial whitespace issue
2012-05-25 11:08:14 +08:00
Dan Poltawski
ccee3cd67f
Merge branch 'MDL-28557' of git://github.com/bostelm/moodle
2012-05-25 11:07:14 +08:00
Frederic Massart
6534a90b2c
MDL-30888 Accessibility: small calendars summary does not display 'Data table'
2012-05-24 09:35:23 +08:00
Henning Bostelmann
7fd5786e6f
MDL-28557 Calendar filters: show all group events in course to teacher
2012-05-15 22:21:43 +01:00
Sam Hemelryk
dfb597b447
Merge branch 'MDL-31134-master' of git://github.com/ankitagarwal/moodle
2012-05-14 15:36:55 +12:00
Sam Hemelryk
04d7103804
Merge branch 'MDL-32340-master-2' of git://git.luns.net.uk/moodle
2012-05-14 14:04:21 +12:00
Andrew Robert Nicols
d083084a23
MDL-32340 Improve performance of calendar selection
2012-05-10 16:05:37 +01:00
Aparup Banerjee
1c7eb3df38
Merge branch 'MDL-31133-master' of git://github.com/ankitagarwal/moodle
2012-05-10 16:54:35 +08:00
Ankit Agarwal
e2ec154ec1
MDL-31134 calendar: Deleting deprecated function calendar_get_link_tag()
2012-05-10 10:48:25 +08:00
Ankit Agarwal
064f0c8ac3
MDL-31133 calendar: Deleting the deprecated function calendar_get_events()
2012-05-09 14:24:11 +08:00
Ankit Agarwal
f468956988
MDL-31133 calendar: Replace the deprecated function usage with core_calendar_renderer class
2012-05-09 14:23:27 +08:00
Sam Hemelryk
301cf946a6
Merge branch 'MDL-31671-master2' of git://github.com/ankitagarwal/moodle
2012-05-08 17:42:03 +12:00
Dan Poltawski
96a241736e
Merge branch 'MDL-18335' of git://github.com/rwijaya/moodle
2012-05-07 15:32:24 +08:00