Jun Pataleta
3c6fdb1993
Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle
2022-07-13 11:39:08 +08:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Paul Holden
1dba7152d0
MDL-74595 calendar: consistent breadcrumbs navigating site calendar.
...
Take #3 , see also 7a529cc8 and 81b0d053.
2022-06-24 10:14:49 +01:00
Sara Arjona
8893ba5236
MDL-74154 calendar: has_secondary_navigation_setter has been renamed
...
In MDL-72481, method has_secondary_navigation_setter has been renamed
to set_secondary_navigation.
2022-03-16 16:10:23 +01:00
Peter Dias
8802254c8e
MDL-74154 calendar: Disable secondary nav in calendar
2022-03-16 09:24:07 +08:00
Sujith Haridasan
81b0d0533f
MDL-72470 calendar: Add breadcrumbs to calendar page
...
Add breadcrumbs to the calendar page.
2021-11-08 16:53:39 +05:30
Huong Nguyen
bca6b06a1c
MDL-71953 calendar: Accessibility improvement for manage subscription
...
- Create new web services for manage subscription (Update calendar subscription)
- Modified delete subscription feature to use Web service.
- Midified update subscription feature to use in-place editbale
- Delete subscription feature now have a confirmation box before processing.
- Fixed some accessibility issues
- Used 'Delete' instead of 'Remove' for deleting subscriptions
2021-10-21 11:02:34 +07:00
Sara Arjona
34f3d43397
Merge branch 'MDL-72106' of https://github.com/paulholden/moodle
2021-08-25 18:37:26 +02:00
Shamim Rezaie
7a529cc858
MDL-71952 calendar: Make breadcrumb consistent within calendar pages
2021-08-24 17:19:45 +10:00
Paul Holden
d87d6c226d
MDL-72106 calendar: redirect to same page post-subscription process.
...
Avoid issues when reloading page/re-sending POST data.
2021-08-10 09:40:45 +01:00
Huong Nguyen
48d21af177
MDL-71790 calendar: Revamp the manage subscriptions page
2021-07-13 13:21:20 +07:00
Dongsheng Cai
ff035c0aa7
MDL-71790 calendar: Create a new calendar import page
...
The commit was originally from MDL-71808
2021-07-13 13:19:57 +07:00
Simey Lameze
1834f1c9ce
MDL-67208 calendar: fix manage subscription redirection
...
This patch fix the subcription page only adding the course parameter
only when viewing the calendar on course context. It also passes the
url to the form instance, so we have the course parameter on the
form action attribute.
2021-06-24 16:32:59 +08:00
Simey Lameze
19bea57b90
MDL-66455 calendar: show site level subscriptions
2019-10-31 18:44:14 +08:00
Andreas Grabs
5d384053b0
MDL-65703 core_calendar: fix user event type filtering logic
2019-06-04 19:33:22 +08:00
Jun Pataleta
85354cb79e
MDL-64214 calendar: Populate the groups select box on page load
2018-11-30 09:25:42 +08:00
Simey Lameze
b13fe83adb
MDL-64214 core_calendar: fix event types form element handling
2018-11-29 13:59:32 +08:00
Marina Glancy
442f12f81a
MDL-62742 core: rename coursecat->core_course_category
...
Also rename course_in_list -> core_course_list_element
Deprecate class coursecat_sortable_records
2018-08-28 11:36:23 +02:00
Simey Lameze
cf2df6199d
MDL-60826 calendar: update manage subscription page to use new function
2018-07-24 07:58:34 +08:00
Andrew Nicols
b9fd516407
MDL-60361 calendar: Support all event types for calendar subs
2017-11-03 11:27:40 +08:00
Jun Pataleta
fb1a615dfe
MDL-40818 calendar: Require login to calendar pages
...
* Make sure that the course ID being passed points to an existing course
* Require user to login before granting access to calendar pages.
2017-06-23 09:20:32 +08:00
Stephen Bourget
9629790b1b
MDL-52798 calendar: Move calendar preferences to a user preferences page
...
This is based on the work of Shamim Rezaie and will also resolve
MDL-52375 and MDL-50378
2016-09-06 21:29:34 -04:00
Sam Hemelryk
566889aaa8
MDL-42317 output: reviewed standard/base layouts and converted where a better option was available
2014-04-06 15:57:32 +12:00
Ankit Agarwal
ee74a2a19e
MDL-41485 calendar: Replace value of action buttons on managesubscription page with int
2013-08-29 14:55:43 +08:00
Rajesh Taneja
9fd0cb9cb1
MDL-37338 Calendar: User will not see calendar subscription, which he/she can't edit
...
Signed-off-by: Rajesh Taneja <rajesh@moodle.com>
2013-03-04 01:49:02 +01:00
Rajesh Taneja
f40c37d005
MDL-37432 Calendar: If Calendar url is invalid then remove invalid subscription
2013-01-21 10:46:19 +08:00
Ankit Agarwal
7a216229ab
MDL-37106 calendar: Proper capability checks should be done before processing an ical request
2013-01-08 14:03:38 +08:00
Ankit Agarwal
7af294352b
MDL-36738 calendar: Display events imported details
...
We should display a the status of events when a new subscription is added. Although this means we need to redirect through an itermediate page.
2013-01-08 13:47:49 +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