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

Pull request for Mass Assignment - Team Ruby Racer #244

Open
wants to merge 178 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2013

  1. Configuration menu
    Copy the full SHA
    5405f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c17a7d View commit details
    Browse the repository at this point in the history
  3. Updated everyone's email addresses in .travis.yml

    CI setup and running on travis.
    tushar-dadlani committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    3a2dbd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Configuration menu
    Copy the full SHA
    244ae09 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. Configuration menu
    Copy the full SHA
    0cdb088 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2013

  1. Configuration menu
    Copy the full SHA
    7e6faa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. Configuration menu
    Copy the full SHA
    e8dfc4d View commit details
    Browse the repository at this point in the history
  2. Remove unneeded Factory item

    cllin committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    5818cb6 View commit details
    Browse the repository at this point in the history
  3. Remove unneed files

    cllin committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    7b4583d View commit details
    Browse the repository at this point in the history
  4. Comment out test cases

    cllin committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    9206aa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2013

  1. Configuration menu
    Copy the full SHA
    58eba0e View commit details
    Browse the repository at this point in the history
  2. added seeds for fse

    tushar-dadlani committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    28f6036 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev'

    tushar-dadlani committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    6ada701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee43ca0 View commit details
    Browse the repository at this point in the history
  5. New test case

    cllin committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    7cf7c4a View commit details
    Browse the repository at this point in the history
  6. Fixed seed bugs that seed same name prof and student

    Causes unnecessary confusion for the developers
    tushar-dadlani committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    229f5ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0fbb96 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. add http get

    innovateboliu committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    56e845d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72bb223 View commit details
    Browse the repository at this point in the history
  3. task 1 front end

    innovateboliu committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    2ada8b9 View commit details
    Browse the repository at this point in the history
  4. clean code

    innovateboliu committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    122514e View commit details
    Browse the repository at this point in the history
  5. task 1 front end code

    innovateboliu committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    9079841 View commit details
    Browse the repository at this point in the history
  6. add tab

    innovateboliu committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    6bcab0c View commit details
    Browse the repository at this point in the history
  7. Customized deliverables and added pending test cases

    Customized the controller to send deliverables filtered by teams based on if the
    teams belong to a professor or not
    Tushar Dadlani committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    e62e93d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'deliverables_filter_faculty'

    - Merged changes to filter by teams from deliverables_filter_faculty
    
    Conflicts:
    	app/controllers/deliverables_controller.rb
    tushar-dadlani committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    5af4413 View commit details
    Browse the repository at this point in the history
  9. Updating seed data for development db

    - Added a new professor
    - Linked the new professor to RE
    - Assigned teams to professors
    - Updated assignment time lines to 2013 in FSE and RE seed data
    - Updated student's graduation year to 2014 from 2012
    suryakiranl committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    b402a9d View commit details
    Browse the repository at this point in the history
  10. Added changes to get individual deliverables

    Added condition in deliverables_controller to filter individual deliverables.
    tushar-dadlani committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    b5d96d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2013

  1. Configuration menu
    Copy the full SHA
    97a96fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1e7a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5579ba View commit details
    Browse the repository at this point in the history
  4. Seed data changes

    Changes to make bundle exec rake db:setup work without errors.
    suryakiranl committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    8bdb7b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. Configuration menu
    Copy the full SHA
    eede294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3039e0 View commit details
    Browse the repository at this point in the history
  3. customized seeds data

    innovateboliu committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    8f83d1e View commit details
    Browse the repository at this point in the history
  4. User Story 2 - Task 1

    => in the Grading Queue Page
    - it displays the search box
    - it displays submittable assignments for the course
    - it displays only Ungraded as selected by default
    - it displays only My Teams as selected by default
    
    All file changes correspond to this.
    Note that hte change to css are made to standardize naming of search
    text box across people and grading queue.
    suryakiranl committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    ebd723d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57cc45e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Color Coding the grades

    Adding color coding for grades so that graded, ungraded and drafted
    rows have different color codes displayed
    suryakiranl committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    bfa20ad View commit details
    Browse the repository at this point in the history
  2. merge

    innovateboliu committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    248f639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0639ed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45ad0bd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. Configuration menu
    Copy the full SHA
    adddb47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc6fba View commit details
    Browse the repository at this point in the history
  3. merge

    innovateboliu committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    7fb5243 View commit details
    Browse the repository at this point in the history
  4. merge

    innovateboliu committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    c035d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc3f5f5 View commit details
    Browse the repository at this point in the history
  6. Commenting out current_user method in application_controller

    Accidentally uncommented by Bo in previous checkin
    suryakiranl committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    aed4a04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c7ebca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab23d0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'filter_factory'

    Added the basic capybara test for filters
    tushar-dadlani committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    1946e9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31d2d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Test cases for grading queue

    cllin committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    b34ebe7 View commit details
    Browse the repository at this point in the history
  2. Fixing failed build

    cllin committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    4044582 View commit details
    Browse the repository at this point in the history
  3. Fixing failed build

    cllin committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    45d0e58 View commit details
    Browse the repository at this point in the history
  4. Comment out error-causing lines

    cllin committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    fb4bd6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9358a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. Configuration menu
    Copy the full SHA
    f67879d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fa9ed View commit details
    Browse the repository at this point in the history
  3. More test cases

    cllin committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    e6e9fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    315e64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bc332d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Fixed mass assignment for 5 models.

    ./app/models/deliverable.rb:36 - protect mass assignment
    ./app/models/deliverable_attachment.rb:1 - protect mass assignment
    ./app/models/faculty_assignment.rb:1 - protect mass assignment
    ./app/models/team.rb:1 - protect mass assignment
    ./app/models/team_assignment.rb:1 - protect mass assignment
    tushar-dadlani committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    5f9ef1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb84c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Added TODO test cases to the broken courses_controller

    The courses controller code broke because of solving the faculty_assignments
    mass assignment problem.
    tushar-dadlani committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    6a4c371 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2013

  1. Deliverables test cases

    suryakiranl committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    ba2b303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65d07a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e4f05 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2013

  1. Configuration menu
    Copy the full SHA
    c42ce3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2779cf8 View commit details
    Browse the repository at this point in the history
  3. New query helper class for deliverables page

    This query helper class generates custom SQL query based on the filter
    preferences by the user
    suryakiranl committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    7068a2a View commit details
    Browse the repository at this point in the history
  4. Using the deliverable query helper class

    1. Using the query helper class
    2. Controller class now returns team, individual and both combined for
    usage in view
    suryakiranl committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    c26db0a View commit details
    Browse the repository at this point in the history
  5. Using the team and individual deliverables from controller

    Removed the extra if condition when rendering both team deliverables
    and individual deliverables.
    suryakiranl committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    a7ea735 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Clean up existing Java Script code

    Updated the existing code to modularize into functions and call them
    where needed. Also added comments on what each function does.
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    4725708 View commit details
    Browse the repository at this point in the history
  2. Search feature working

    Linked the resulting table data with the search feature.
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    aa38963 View commit details
    Browse the repository at this point in the history
  3. Showing a readble message when no deliverables are available

    Change done for both individual and team deliverables
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    46614d1 View commit details
    Browse the repository at this point in the history
  4. Filter an results are in sync now

    Changing the filter criteria updates the team and individual
    deliverable results appropriately.
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    5c0bd00 View commit details
    Browse the repository at this point in the history
  5. Showing readable message if there are no results

    Displaying a readable message than an empty table when there are no
    filter results under team or individual deliverables on grading queue
    page.
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    4a47e95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0670060 View commit details
    Browse the repository at this point in the history
  7. Delete filter_deliverables_team.rb

    Deleting this as it is a duplicate of grading_queue_for_course_spec.rb
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    eff174e View commit details
    Browse the repository at this point in the history
  8. Rename grading_queue_for_course.html.erb_spec.rb to grading_queue_for…

    …_course_spec.rb
    
    Renaming the file to comply with file naming convention used in the rest of the project
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    4006771 View commit details
    Browse the repository at this point in the history
  9. Include require in deliverables_controller.rb

    Adding this will notify ruby that we are using a class from a different
    file and referencing it here. It is clean this way.
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    d558f4a View commit details
    Browse the repository at this point in the history
  10. Fixed the breaking test cases for courses controller

    Fixing mass assignment on faculty_assignments broke the courses_controller spec.
    Refactored the test cases
    tushar-dadlani committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    f0d7987 View commit details
    Browse the repository at this point in the history
  11. Protected against strong parameters

    Did not find an appropriate controller where mass assignment might happen.
    tushar-dadlani committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    ccac753 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb487bf View commit details
    Browse the repository at this point in the history
  13. Test Cases for User Story 3 are complete

    Color coding tested
    suryakiranl committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    1915fe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. Configuration menu
    Copy the full SHA
    560d3ca View commit details
    Browse the repository at this point in the history
  2. Travis failure

    innovateboliu committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    8d3667d View commit details
    Browse the repository at this point in the history
  3. fix Travis failure

    innovateboliu committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    85f145f View commit details
    Browse the repository at this point in the history
  4. comment out all changes

    innovateboliu committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    0490f95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    920aff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c508103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fde383d View commit details
    Browse the repository at this point in the history
  8. Fixing test cases

    suryakiranl committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    1bd10c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Changing color(h3) in GQ page

    sony committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    b46bc79 View commit details
    Browse the repository at this point in the history
  2. Changed the color of h3 in GQ

    sony committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    80e2fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa4190 View commit details
    Browse the repository at this point in the history
  4. removed temp files

    tushar-dadlani committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    be62d5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb09fec View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. Changes made to grading spec file

    Anubhav Aeron committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    8458242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b10ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f6c4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d30a486 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2013

  1. Configuration menu
    Copy the full SHA
    cd8bf39 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2013

  1. Fixed the timezone causing the reminder_handler test cases to fail

    (cherry picked from commit c76c032ea5b9512cb9cae34a2bf088b3e450ce5b)
    tushar-dadlani committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    ef34f8c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Delete grading_q_tests_spec.rb

    Duplicate of grading_queue_for_course_spec.rb
    suryakiranl committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    c28fb2d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. Configuration menu
    Copy the full SHA
    6d669e3 View commit details
    Browse the repository at this point in the history
  2. Added code comments

    suryakiranl committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    becaf9a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. Mass assignment code changes for 5 models

    ./app/models/deliverable.rb:36 - protect mass assignment
    ./app/models/deliverable_attachment.rb:1 - protect mass assignment
    ./app/models/faculty_assignment.rb:1 - protect mass assignment
    ./app/models/team.rb:1 - protect mass assignment
    ./app/models/team_assignment.rb:1 - protect mass assignment
    suryakiranl committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    9332afe View commit details
    Browse the repository at this point in the history
  2. Adding strong parameters to Gemfile

    Version 0.2.1
    suryakiranl committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    01dcc80 View commit details
    Browse the repository at this point in the history
  3. Added TODO test cases to the broken courses_controller

    The courses controller code broke because of solving the
    faculty_assignments
    mass assignment problem.
    suryakiranl committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    3ee7be5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. Configuration menu
    Copy the full SHA
    6607e7b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2013

  1. Configuration menu
    Copy the full SHA
    2fc11c8 View commit details
    Browse the repository at this point in the history
  2. New test cases

    cllin authored and tushar-dadlani committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    425b3b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ee79b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e0bd2 View commit details
    Browse the repository at this point in the history
  5. professor#1 fix bug of clicking on some row the whole table layout ch…

    …anged. professor#2 fix tooltip bug when giving grade
    innovateboliu authored and tushar-dadlani committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    15d60d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1310a5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7936ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    527a56d View commit details
    Browse the repository at this point in the history
  9. Refactor test cases

    cllin authored and tushar-dadlani committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    9f36e47 View commit details
    Browse the repository at this point in the history
  10. Refactor test cases

    cllin authored and tushar-dadlani committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    9a0df7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88e7b6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1a314e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2013

  1. Fixing queries that fetch individual and team deliverables. Also upda…

    …ted the test cases code to associate course with teams which was missing previously.
    suryakiranl committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    ebc0fd4 View commit details
    Browse the repository at this point in the history
  2. Merging changes from Bo

    suryakiranl committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    448492b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a7ce3 View commit details
    Browse the repository at this point in the history
  4. should not checkin

    innovateboliu committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    c52da39 View commit details
    Browse the repository at this point in the history
  5. small twisting

    innovateboliu committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    739692f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b750a10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b856c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Configuration menu
    Copy the full SHA
    37e4abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6cb38 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Implemented score validation

    cllin committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    134683b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2013

  1. Configuration menu
    Copy the full SHA
    02336d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06da21c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2013

  1. Configuration menu
    Copy the full SHA
    d5ce862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576ba69 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Changes made after dividing course model into service. Service create…

    …d for course.rb is course_service.rb
    Anubhav Aeron committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    74b4bb4 View commit details
    Browse the repository at this point in the history
  2. commenting logging in

    Anubhav Aeron committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    f5c4265 View commit details
    Browse the repository at this point in the history
  3. Showing grading color code with check boxes, and with values on each …

    …grading queue table rows
    suryakiranl committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    420d21b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33fd1d4 View commit details
    Browse the repository at this point in the history
  5. Modifying test case which expected Indicator column name - as compare…

    …d to the new name - Status
    suryakiranl committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    3320e2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba40a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    392f3b3 View commit details
    Browse the repository at this point in the history
  8. Removing code for a separate grading status indicator bar as it is in…

    …tegrated with the filter select check boxes
    suryakiranl committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    1cbca87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78e9972 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2975b78 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a509b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bac270f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2013

  1. Removed score validation

    cllin committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    19d72d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1836f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31d2eed View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2013

  1. Adding loading and closing deliverable details messages. Also include…

    …d a Cancel link in deliverable details content.
    suryakiranl committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    0f60bb4 View commit details
    Browse the repository at this point in the history
  2. Updated test case to not look for text 'Attachment Version History' a…

    …s it does not get displayed by default when showing deliverabl details
    suryakiranl committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    bfaba99 View commit details
    Browse the repository at this point in the history
  3. Making the open and close of deliverable status consistent between cl…

    …icking Cancel and clicking on the deliverable table row
    suryakiranl committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    e3388be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b8cc02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef127cd View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. Configuration menu
    Copy the full SHA
    5e5888d View commit details
    Browse the repository at this point in the history
  2. Test case for Showing Latest Assignment updated, yet tested for the c…

    …ss of grading queue has changed
    cllin committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    e0c3c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2733314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35857bd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. Configuration menu
    Copy the full SHA
    85e8dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7306a6d View commit details
    Browse the repository at this point in the history
  3. Making Show latest version and show all versions work consistenly for…

    … both professors and students
    suryakiranl committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    fe48cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa22378 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6975c5 View commit details
    Browse the repository at this point in the history
  6. Mark test cases that require JavaScript as pending, for Travis does n…

    …ot support testing with browser
    cllin committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    5cfc059 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    193dff6 View commit details
    Browse the repository at this point in the history
  8. Bug fixed

    cllin committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    7ea643e View commit details
    Browse the repository at this point in the history
  9. Added comments for test cases

    cllin committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    a645b87 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79225e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4d60e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac88e5f View commit details
    Browse the repository at this point in the history
  13. Fixing page navigating away when click on Give Grade or Review Grade …

    …links
    
    Disabled the link's click event, then added row level click to show grading details. Note that order in which click event is disabled and, another click event is added is important.
    suryakiranl committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    3badafa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2013

  1. fixed sortable value

    tushar-dadlani committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    54493d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf7f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. Configuration menu
    Copy the full SHA
    45fb210 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2013

  1. Configuration menu
    Copy the full SHA
    eead50e View commit details
    Browse the repository at this point in the history
  2. Final Code changes from Ruby Racer code

    Merge branch 'master' of github.com:tushar-dadlani/teamrubyracer-whiteboard
    suryakiranl committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    c965720 View commit details
    Browse the repository at this point in the history