-
sibley added riasshihab to the iPeer project.
2009-07-08 16:56:47 UTC by sibley
-
Send an email to students who have not submitted evaluations 24 hours before the due date.
2008-11-08 01:07:34 UTC by tiger0516
-
When importing students or groups, the drop-down list does not automatically set current course to be the default course. Consequently, some users simply import students or groups to the 1st list element in the drop-down list.
2008-11-08 01:02:30 UTC by tiger0516
-
This is a frequently requested feature:
Enable instructors to backup their courses.
Partial backup:
Backup events (including evaluations and surveys) only
Full backup:
Backup everything (students, groups, evaluations, surveys, and evaluation results)
2008-11-08 00:55:53 UTC by tiger0516
-
Current workflow is to import students first and then import groups. Instructors would like to import students to groups directly. At the same time, if the student is not in database, create a record for this student.
This type of import will not set student name, email on the fly. Instead, students will enter their names/emails after their first login.
2008-11-08 00:51:51 UTC by tiger0516
-
End users complain about the AJAX on Course home page. Remove the hide/show effect.
2008-11-08 00:47:00 UTC by tiger0516
-
tiger0516 committed patchset 345 of module ipeer_v2 to the iPeer CVS repository, changing 1 files.
2008-11-08 00:08:33 UTC by tiger0516
-
groups_controller.php, line 303 or so. Unfiltered input straight from the web getting concatenated, unquoted, into an sql statement:
$user = $this->User->find('student_no = '.$data['Group']['student_num']);
If you use non-numeric student_ids, you get (for instance) "unknown column s1234567 in 'where' clause"
I would like to direct your attention to http://xkcd.com/327/ - which has some...
2008-05-19 07:28:32 UTC by nobody
-
tiger0516 committed patchset 344 of module ipeer_v2 to the iPeer CVS repository, changing 80 files.
2007-11-05 07:47:06 UTC by tiger0516
-
When changing a user's password (through Edit Profile), it is suggested that the system confirms the change by asking users to input the same password twice.
2007-07-03 17:33:28 UTC by tiger0516