Skip to content
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

Closed
damithc opened this issue May 2, 2014 · 6 comments
Closed

Evaluation page cannot be accessed #2

damithc opened this issue May 2, 2014 · 6 comments

Comments

@damithc
Copy link
Contributor

damithc commented May 2, 2014

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

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

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.

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From [email protected] on February 07, 2011 07:15:43

Status: Fixed

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From [email protected] on September 03, 2011 10:19:04

Owner: [email protected]

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From [email protected] on March 14, 2012 04:49:03

Status: Done

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From [email protected] on December 17, 2012 02:48:19

Labels: Milestone-V4.x

@damithc
Copy link
Contributor Author

damithc commented Jul 25, 2014

[Change Log]
status: ~> closed

LowWeiLin pushed a commit that referenced this issue Apr 3, 2015
Updating to latest TEAMMATES commit
ashrayjain added a commit that referenced this issue Mar 31, 2016
whipermr5 added a commit to whipermr5/teammates that referenced this issue Apr 9, 2017
hcwong pushed a commit to hcwong/teammates that referenced this issue Feb 29, 2020
* Add instructor search endpoint

* Add tests
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 10, 2020
* Add instructor search endpoint

* Add tests
xpdavid pushed a commit that referenced this issue Mar 17, 2020
* 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]>
xpdavid added a commit that referenced this issue Mar 17, 2020
* 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]>
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 17, 2020
* Add instructor search endpoint

* Add tests
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 17, 2020
* Add instructor search endpoint

* Add tests
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 27, 2020
* Add instructor search endpoint

* Add tests
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 5, 2020
* Add instructor search endpoint

* Add tests
hcwong added a commit that referenced this issue Apr 7, 2020
* 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]>
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 7, 2020
* Add instructor search endpoint

* Add tests
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 11, 2020
* Add instructor search endpoint

* Add tests
daongochieu2810 referenced this issue in daongochieu2810/teammates Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant