|
|
|
File Attachments:
|
1.
calendar15x.zip (29 kB)
|
|
Image Attachments:
|
|
|
Environment:
|
Probably irrelevant, but RHEL4 w/ apache2, php 5.2.0 and a remote MSSQL 2005 database
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
MDL-11208
Calendar always shows All Courses view even after selecting a single Course
|
|
|
|
 |
MDL-11133
Course selection drop down does not work
|
|
|
|
 |
|
|
|
|
MDL-10839
Calendar unexpectedly shows events from other courses when switching months in editing view
|
|
|
|
|
Relates
|
|
This issue has a non-specific relationship to:
|
|
MDL-9772
Calendar events disappear twice a month, sometimes more often
|
|
|
|
|
MDL-9059
When teacher creates Group event on calendar, they cannot see it
|
|
|
|
|
|
|
|
| Participants: |
Alan Trick, Anthony Borrow, Brad Hong, Chris Fryer, Frédéric Hoogstoel, Jeremy Hopkins, Joseph Rézeau, Ken Bauer, Martin Dougiamas, Nicolas Martignoni, Paul Stokes, Teresa Pomposo, Wen Hao Chuang and Yu Zhang
|
| Security Level: |
None
|
| QA Assignee: |
Nicolas Martignoni
|
| Resolved date: |
28/Jan/09
|
| Affected Branches: |
MOODLE_15_STABLE, MOODLE_16_STABLE, MOODLE_17_STABLE
|
| Fixed Branches: |
MOODLE_18_STABLE, MOODLE_19_STABLE
|
|
If you go to the detailed view of a calendar from a course, it will include the course id in the url (e.g. calendar/view.php?view=month&course=13&cal_d=1&cal_m=06&cal_y=2007). However, all of the links in the calendar do not have the course parameter so you'll get something like calendar/view.php?view=month&cal_d=1&cal_m=06&cal_y=2007. Oddly enough, it still stores which course you came from because that shows up in the breadcrumb, but it must be in a cookie or something.
This is bad on a number of accounts.
1. If the user bookmarks what they think is their calendar in one course, they come back later and it's another course because the cookie got changed.
2. For admin users who are viewing calendars for courses their not enrolled in, this is a big problem. Only the URLs with the course parameter will display the course's events. So as soon as they try to navigate anywhere in the calendar, they can't see anything anymore.
|
|
Description
|
If you go to the detailed view of a calendar from a course, it will include the course id in the url (e.g. calendar/view.php?view=month&course=13&cal_d=1&cal_m=06&cal_y=2007). However, all of the links in the calendar do not have the course parameter so you'll get something like calendar/view.php?view=month&cal_d=1&cal_m=06&cal_y=2007. Oddly enough, it still stores which course you came from because that shows up in the breadcrumb, but it must be in a cookie or something.
This is bad on a number of accounts.
1. If the user bookmarks what they think is their calendar in one course, they come back later and it's another course because the cookie got changed.
2. For admin users who are viewing calendars for courses their not enrolled in, this is a big problem. Only the URLs with the course parameter will display the course's events. So as soon as they try to navigate anywhere in the calendar, they can't see anything anymore. |
Show » |
toyomoyo committed 8 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 02/Oct/07 02:26 PM
toyomoyo committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 03/Oct/07 12:20 PM
MDL-10353, fixing 2 more raised calendar issues
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' - 03/Oct/07 12:21 PM
MDL-10353, in view.php we should not supply default course, otherwise calendar filters will not be set up properly (course filter wrong)
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 04/Oct/07 11:00 AM
MDL-10353, (calendar) accidentally backported new stuff from HEAD
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 04/Oct/07 01:12 PM
MDL-10353, after setting preferences in calendar user should return to same course
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' - 04/Oct/07 01:13 PM
merged fix for MDL-10353, after setting preferences user should return to same course view
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 05/Oct/07 11:51 AM
MDL-10353, calender export not handling course variable correctly
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' - 05/Oct/07 11:52 AM
merged fix for MDL-10353, calendar export not handing course variable correctly
|
|
|
toyomoyo committed 3 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 11/Oct/07 01:22 PM
MDL-10353, calender redirection broken when editting and exporting
|
|
|
toyomoyo committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 11/Oct/07 01:23 PM
MDL-10353, calender redirection broken when editting and exporting
|
|
|
toyomoyo committed 2 files to 'Moodle CVS' - 11/Oct/07 01:24 PM
MDL-10353, calender redirection broken when editting and exporting
|
|
|
toyomoyo committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 15/Oct/07 12:45 PM
MDL-10353, adding couse variable to nav bar in calendar preferences
|
|
|
toyomoyo committed 4 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 15/Oct/07 12:46 PM
MDL-10353, adding couse variable to nav bar in calendar preferences
|
|
|
toyomoyo committed 3 files to 'Moodle CVS' - 15/Oct/07 12:46 PM
MDL-10353, adding couse variable to nav bar in calendar preferences
|
|
|
whchuang committed 9 files to 'Moodle CVS' on branch 'MOODLE_15_STABLE' - 26/Oct/07 08:06 AM
Fixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD, but not yet in 1.6.x and 1.7.x (not yet backported).
|
|
|
|