-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation page cannot be accessed #2
Comments
From [email protected] on November 07, 2010 23:18:28 I'm experiencing similar problems with Google Chrome 7.0.517.44 and Firefox 3.6.10 on Windows 7. The server returns a 500 Internal error when making a POST request to 'Teammates' with the following POST body: operation=student_getpendingevaluationlist The same request works perfectly fine for a friend using Firefox 4 beta though. |
From [email protected] on February 07, 2011 07:15:43 Status: Fixed |
From [email protected] on September 03, 2011 10:19:04 Owner: [email protected] |
From [email protected] on March 14, 2012 04:49:03 Status: Done |
From [email protected] on December 17, 2012 02:48:19 Labels: Milestone-V4.x |
[Change Log] |
Updating to latest TEAMMATES commit
* Add instructor search endpoint * Add tests
* Add instructor search endpoint * Add tests
* Implement search student endpoint * Implement instructors search endpoint (#2) * Add instructor search endpoint * Add tests * Switch from SearchInstructorsData to InstructorsData (#6) * Switch from SearchStudentsData to StudentsData (#7) * Allow travis to build search migration branch (#5) * Implement sessions search endpoint (#3) * Add sessions search endpoint * Add tests * Fix lint errors * Add course endpoint (#8) * Implement Links Endpoint (#4) * Add googleId field to StudentData (#9) * Add googleid to studentdata * Add nullable to student data * Improve search response classes (#12) * Improve students endpoint classes * Move joinState attribute from common to student * Improve instructors endpoint classes * Revert "Add googleId field to StudentData (#9)" This reverts commit b5d46ca. * Revert unnecessary InstructorData changes * Fix typo * Make joinState common * Make names sane again * Remove unused setters * Standardize search endpoints (#13) * Improve course endpoint class names * Improve links endpoint class names * Improve sessions endpoint class names * Standardize comments * Fix import order * Revert travis config * Split PR * Revert to existing response classes * Allow some attributes to be optional * Improve information hiding logic * Improve resource name Co-authored-by: Joshua Wong <[email protected]>
* Implement search student endpoint * Implement instructors search endpoint (#2) * Add instructor search endpoint * Add tests * Switch from SearchInstructorsData to InstructorsData (#6) * Switch from SearchStudentsData to StudentsData (#7) * Allow travis to build search migration branch (#5) * Implement sessions search endpoint (#3) * Add sessions search endpoint * Add tests * Fix lint errors * Add course endpoint (#8) * Implement Links Endpoint (#4) * Add googleId field to StudentData (#9) * Add googleid to studentdata * Add nullable to student data * Improve search response classes (#12) * Improve students endpoint classes * Move joinState attribute from common to student * Improve instructors endpoint classes * Revert "Add googleId field to StudentData (#9)" This reverts commit b5d46ca. * Revert unnecessary InstructorData changes * Fix typo * Make joinState common * Make names sane again * Remove unused setters * Standardize search endpoints (#13) * Improve course endpoint class names * Improve links endpoint class names * Improve sessions endpoint class names * Standardize comments * Fix import order * Revert travis config * Split PR * Revert to existing response classes * Fix lint * Improve information hiding logic * Improve resource name Co-authored-by: Joshua Wong <[email protected]> Co-authored-by: Xiao Pu <[email protected]>
* Add instructor search endpoint * Add tests
* Add instructor search endpoint * Add tests
* Add instructor search endpoint * Add tests
* Add instructor search endpoint * Add tests
* Implement search student endpoint * Implement instructors search endpoint (#2) * Add instructor search endpoint * Add tests * Switch from SearchInstructorsData to InstructorsData (#6) * Switch from SearchStudentsData to StudentsData (#7) * Allow travis to build search migration branch (#5) * Implement sessions search endpoint (#3) * Add sessions search endpoint * Add tests * Fix lint errors * Add course endpoint (#8) * Implement Links Endpoint (#4) * Add googleId field to StudentData (#9) * Add googleid to studentdata * Add nullable to student data * Improve search response classes (#12) * Improve students endpoint classes * Move joinState attribute from common to student * Improve instructors endpoint classes * Revert "Add googleId field to StudentData (#9)" This reverts commit b5d46ca. * Revert unnecessary InstructorData changes * Fix typo * Make joinState common * Make names sane again * Remove unused setters * Standardize search endpoints (#13) * Improve course endpoint class names * Improve links endpoint class names * Improve sessions endpoint class names * Standardize comments * Fix import order * Revert travis config * Split PR * Revert to existing response classes * Allow some attributes to be optional * Improve information hiding logic * Add key and institute field to students * Improve resource name * Fix rebase issues * lint * Fix str equality Co-authored-by: Daryl Chan <[email protected]> * Add mapping for courseId to instructorId Co-authored-by: Daryl Chan <[email protected]> * Fix some comments * Move key generation logic to studentData * Modify to avoid O(n^2) calls * Hide Key for instructor * Fix comments * Add helpful comment * Fix comments * Fix comments again * Rebuild travis Co-authored-by: Daryl Chan <[email protected]> Co-authored-by: Daryl Chan <[email protected]>
* Add instructor search endpoint * Add tests
* Add instructor search endpoint * Add tests
Add GET api for response records
From [email protected] on November 08, 2010 12:26:15
What steps will reproduce the problem? 1. Logging in as a student
2. Clicking on "Evaluations" What is the expected output? What do you see instead? I receive a dialog box saying "An unexpected error has occured. Please refresh the page." What version of the product are you using? On what operating system? Google Chrome on Windows Vista.
Does not work on Firefox on Vista either, but works on Firefox on Windows XP Please provide any additional information below. -
Original issue: http://code.google.com/p/teammatespes/issues/detail?id=2
The text was updated successfully, but these errors were encountered: