Paul Holden
d5316aeac6
MDL-80344 calendar: correct no subscriptions language string use.
...
Ensure expected parameters are present; avoid string concatenation.
2024-06-05 15:53:28 +01:00
Sara Arjona
22cc975705
MDL-81872 course: Improve wording and workflow for reset
2024-05-27 16:18:54 +02:00
Paul Holden
a64c272c4b
MDL-81358 calendar: avoid hard-coded English string concatenation.
2024-04-02 15:49:03 +01:00
Sara Arjona
1e1d6d8be8
Merge branch 'MDL-71734' of https://github.com/paulholden/moodle
2024-03-21 16:11:40 +01:00
Paul Holden
011619dbd3
MDL-71734 lang: final removal of deprecated 400 strings.
2024-03-21 09:44:15 +00:00
Mark Johnson
a64446c2ad
MDL-79007 calendar: Make screen readers read the new month name
2024-03-18 11:25:46 +00:00
Paul Holden
432fbbc81a
MDL-74327 calendar: format event location property if it's a URL.
2022-06-08 10:44:39 +01:00
Paul Holden
6ed8458eda
MDL-65801 lang: final removal of deprecated 37/38 strings.
...
The following lang strings have been undepecated, as they are still
in use:
* errorcoursewronglypublished, core_hub
* eventrolecapabilitiesupdated, core_role
2022-01-13 09:50:50 +00:00
Dongsheng Cai
cffefca11c
MDL-72237 core_calendar: limit number of day events on calenar view
2021-12-03 16:21:30 +11:00
Michael Hawkins
0d644fe4e0
MDL-72810 core_calendar: Remove the three-month pseudo block
...
This removes the three-month pseudo block from along the side of the
main calendar, and deprecates relevant files/methods which will no
longer be in use.
2021-11-19 18:33:46 +08:00
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
Simey Lameze
9afd980b4e
MDL-72543 block_timeline: change the display of event names
2021-10-07 14:05:34 +08:00
Michael Hawkins
b5a64bf719
MDL-72355 calendar: Improve clarity of the imports table heading
...
The updates string provides consistency with the main page heading.
This commit also improves accessibility by setting the heading as the
aria-describedby element for the table which it is describing.
2021-09-24 11:31:21 +08:00
Michael Hawkins
b1b8644fac
MDL-72355 calendar: Update manage subscriptions language string
...
This has been modified to reflect the updated content on the page,
as this is now also includes exports.
2021-09-24 11:29:56 +08:00
Helen Foster
92cc461235
MDL-72428 lang: Import fixed English strings (en_fix)
2021-09-03 17:38:35 +02:00
Eloy Lafuente (stronk7)
9438f0714b
Merge branch 'MDL-72045-master' of git://github.com/lameze/moodle
2021-08-23 18:33:27 +02:00
Simey Lameze
f3176e8ec5
MDL-72045 calendar: change export doc link by help text
2021-07-28 18:12:14 +08:00
Michael Hawkins
45fc997e84
MDL-72154 calendar: Remove unnecessary strings/link from import page
2021-07-21 16:41:13 +08:00
Jun Pataleta
6c131ead99
Merge branch 'MDL-71775-master' of git://github.com/lameze/moodle
2021-07-15 16:10:48 +08:00
Simey Lameze
f58750c2a5
MDL-71775 block_calendar_month: add footer options
2021-07-15 10:20:54 +08:00
Eloy Lafuente (stronk7)
43d77b9574
Merge branch 'MDL-71788-master-7' of git://github.com/junpataleta/moodle
2021-07-15 02:58:31 +02: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
Jun Pataleta
5c70150450
MDL-71788 calendar: Make it easier to copy the calendar URL
...
Converted the Calendar URL string to a read-only text input containing
the calendar URL. Pressing the "Copy URL" button will copy the calendar
URL to the clipboard.
Fixed Behat tests as well for the export feature. With the calendar URL
in a text input that clips the whole URL, the `preset_what` URL
parameter cannot be seen by the "I should see" step. Worked around
this by checking that the actual value attribute of the calendar URL
text input contains the preset_what parameter.
Plus: Deprecate the calendarurl string. It will be replaced by a new
lang string that does not contain the actual calendar URL.
2021-07-08 12:33:55 +08:00
Shamim Rezaie
7328144c9d
MDL-68444 calendar: Improve how screenreaders read day titles
...
Screenreaders now know if each day has any event or not
2020-07-14 22:12:06 +10:00
Marina Glancy
d268c5bac3
MDL-58866 core_calendar: separate color for other events, icons
2020-05-19 19:04:15 +02:00
Pau Ferrer Ocaña
375d82cafc
MDL-66612 calendar: Change global events to site events
...
AMOS BEGIN
CPY [category,moodle],[category,calendar]
CPY [site,notes],[eventtypesite,calendar]
CPY [site,moodle],[site,calendar]
MOV [typesite,moodle],[siteevent,calendar]
AMOS END
2019-10-21 09:33:01 +02:00
David Monllaó
16cb4f32a0
MDL-66536 analytics: Indicators can add extra data for targets
2019-09-18 13:07:21 +08:00
David Monllaó
486e797c5f
MDL-66091 analytics: Targets choose if there should be a report or not
2019-09-17 13:58:55 +08:00
Simey Lameze
d5727ed3ba
MDL-56223 calendar: skip events updating if nothing has changed
2019-09-05 16:18:37 +08:00
cescobedo
0504254f1d
MDL-59524 general: Remove strings deprecated in 3.4
2019-08-12 00:13:08 +02:00
Simey Lameze
fed1cc738d
MDL-65671 calendar: tidy up calendar header
2019-06-12 15:54:24 +08:00
Simey Lameze
dbccdae8f5
MDL-65671 calendar: add the calendar view selector
2019-06-10 13:09:57 +08:00
Simey Lameze
f19f6cceaf
MDL-63196 calendar: add missing option to export category events
2019-03-22 10:41:00 +08:00
Mihail Geshoski
10bd37fabd
MDL-54742 general: Remove strings deprecated in 3.2
2018-07-23 14:25:14 +08:00
Zig Tan
49d6fb0379
MDL-61693 core_calendar: Implemented privacy providers
2018-04-26 21:10:49 +08:00
Ryan Wyllie
4febb36efe
MDL-59936 calendar: use icons in event summary modal
2017-10-30 08:33:54 +08:00
Simey Lameze
8766097ed6
MDL-60070 core_calendar: remove old iCal icon
2017-10-09 10:20:02 +08:00
Andrew Nicols
3ea4f446bc
MDL-60096 calendar: Add JS for day view
2017-10-05 16:54:47 +08:00
Andrew Nicols
d0e56d847a
MDL-59890 calendar: Display category events on calendars
2017-10-03 23:22:18 +08:00
Andrew Nicols
5ba6507e5b
MDL-59890 calendar: Exporters support for categories
2017-10-03 21:28:32 +08:00
Andrew Nicols
05f184bb7f
MDL-59890 calendar: Add ability to add category events
2017-09-29 08:57:08 +08:00
Simey Lameze
8afe9f8a14
MDL-59750 core_calendar: better handling of event subscription
2017-09-20 12:47:27 +08:00
Andrew Nicols
2dbfb484aa
MDL-59920 calendar: Allow user to choose if deleting one or all events
2017-09-18 11:48:51 +08:00
Andrew Nicols
7aaca085fb
MDL-59392 calendar: Deprecate old event filters
2017-09-11 12:45:47 +08:00
Andrew Nicols
c8b6e9ab34
MDL-59392 calendar: Switch to templates in the cal block
...
This commit adds a set of templates for the calendar month block, and
the events filter. The same data exporters used in the main calendar
view are utilised and the same logic.
Some additional data was added to the exporters, and in the long term
this will be used in the main monthly view so I did not feel it was
prudent to strip it out into a different view of the model.
AMOS BEGIN
MOV [monthnext,access],[monthnext,calendar]
AMOS END
2017-09-11 12:45:46 +08:00
Simey Lameze
4757780aea
MDL-59864 core_calendar: add link to activity on module events
2017-09-04 08:37:30 +08:00
Eloy Lafuente (stronk7)
f0e6ff9a8e
Merge branch 'MDL-59669-master-3' of git://github.com/ryanwyllie/moodle
2017-08-29 02:15:18 +02:00
Ryan Wyllie
6bb8889932
MDL-59669 calendar: add validation for eventtype in event form
2017-08-24 12:20:56 +08:00
Simey Lameze
59641f4eb9
MDL-59910 core_calendar: add missing typegradingdue lang string
2017-08-23 15:42:44 +08:00