Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | Change app name to 'yaksh' | ankitjavalkar | |
2015-09-09 | Change app name, related paths in views and readme | ankitjavalkar | |
2015-09-07 | remove old exam dir | ankitjavalkar | |
2015-09-07 | Add Date-Time expiry notification on front page | ankitjavalkar | |
2015-09-07 | Add Date-Time limits for exams | ankitjavalkar | |
2015-09-04 | Merge pull request #55 from ankitjavalkar/yaksh | Prabhu Ramachandran | |
Change app name to yaksh | |||
2015-09-04 | Fix conflicts and add jquery file | ankitjavalkar | |
2015-09-02 | Change app name to yaksh | ankitjavalkar | |
2015-09-01 | Merge pull request #54 from ankitjavalkar/filter-sort | Prabhu Ramachandran | |
Filter fields for questions | |||
2015-09-01 | Merge pull request #52 from ankitjavalkar/quickstarter | Prabhu Ramachandran | |
Quick Start and README changes | |||
2015-08-28 | Change install script name | ankitjavalkar | |
2015-08-05 | Add filters: Minor fixes | ankitjavalkar | |
2015-08-05 | Add filters to question display | ankitjavalkar | |
2015-08-03 | Minor changes to Readme | ankitjavalkar | |
2015-08-03 | - Move initial_fixtures to testapp/fixtures | ankitjavalkar | |
- Add fixtures path to demo_settings - Modify installer to include fixtures while creating proj | |||
2015-08-03 | Small Fix: fix import error in language_registry.py | ankitjavalkar | |
2015-08-03 | - Install script: Add subcommands | ankitjavalkar | |
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json | |||
2015-08-03 | Remove taggit-autocomplete app, make pip compatible | ankitjavalkar | |
Conflicts: testapp/templates/demo_urls.py | |||
2015-08-03 | Edit readme | ankitjavalkar | |
2015-08-03 | Modify installer script and cleanup; | ankitjavalkar | |
- Add __init__.py - Add templates dir to MANIFEST - Add persistent store for project details - Modify initial_data.json - Fix imports Conflicts: testapp/templates/demo_settings.py | |||
2015-07-31 | Merge pull request #51 from ankitjavalkar/add-travis | Prabhu Ramachandran | |
Add travis CI | |||
2015-06-24 | Move docs/ dir to exam/ dir, fix code_evaluators dict in exam/settings | ankitjavalkar | |
2015-06-22 | Fix test cases and code_server imports | ankitjavalkar | |
2015-06-17 | Multiple fixes to errors after code-rearrangement | ankitjavalkar | |
- Remove evaluators from evaluators dir - Language IDs in forms has been fixed, all lower case - Remove spoken-tutorial database from settings | |||
2015-06-17 | Add .travis.yml file | ankitjavalkar | |
2015-06-17 | Fix import paths, formatting and minor errors | ankitjavalkar | |
- Submitted file path should be set after changing directory - Change timeout duration in java test case - Set shell=True in _compile_command - Fix errors in code as per tests | |||
2015-06-10 | Merge pull request #49 from ankitjavalkar/feedback-changes | Prabhu Ramachandran | |
Feedback changes | |||
2015-06-01 | Fix Multiple features: | ankitjavalkar | |
- Update unanswered questions by model method not model field - Validate unanswered question | |||
2015-06-01 | Add Multiple Features based on feedback | ankitjavalkar | |
- Remove Attempt later button on last question - Improve mechanism for cycling through - Add attempt summary on Quit or Completion - Fix error paginator not displaying on error | |||
2015-06-01 | Change Skip Question button to Attempt Later | ankitjavalkar | |
2015-05-27 | Merge pull request #50 from hardythe1/remotes/origin/RemoveBuildout | Prabhu Ramachandran | |
Removed Buildout and related files & made a standard Django project | |||
2015-05-27 | Fixed indentation | hardythe1 | |
2015-05-27 | Removed Buildout and related files & made a standard Django project | hardythe1 | |
2015-05-27 | Merge pull request #48 from ankitjavalkar/add-docs | Prabhu Ramachandran | |
Re apply docs directory in testapp directory and other changes | |||
2015-05-20 | Fix import paths, formatting, views and minor errors | ankitjavalkar | |
- Submitted file path should be set after changing directory - Change timeout duration in java test case - Set shell=True in _compile_command - Fix errors in code as per tests | |||
2015-05-14 | Fix test case fetching for old questions | ankitjavalkar | |
2015-05-14 | Re apply the docs directory within testapp directory | ankitjavalkar | |
2015-05-12 | Merge pull request #41 from ankitjavalkar/code-server-redesign-mymaster2 | Prabhu Ramachandran | |
Code server redesign | |||
2015-05-12 | Seperated tests into seperate folder, formatting changes | ankitjavalkar | |
2015-05-11 | - Seperate testcases, Modify views, models, templates for compatibility | ankitjavalkar | |
- Change functions names in code_evaluator | |||
2015-04-30 | Code Review: Code Refactoring | ankitjavalkar | |
2015-04-26 | Make PEP8 consistent | ankitjavalkar | |
2015-04-26 | Code Review: Code refactoring | ankitjavalkar | |
- Rename files - Create function for @classmethod call - Fix current, add new testcases - Fix views to fetch solution/ref_code_path fields in question post save - Fix errors | |||
2015-04-26 | Code Review: Code refactoring | ankitjavalkar | |
- Add from_json classmethod - Question language is passed directly to the code server - Fix errors in evaluation of code - Fix test cases | |||
2015-04-26 | Add code checker registration class | ankitjavalkar | |
2015-04-26 | Code review - code refactoring as per suggestion | ankitjavalkar | |
- Add subclasses for different languages - Create seperate modules for different languages - Dynamic selection of subclasses based on language used - Add testcases | |||
2015-04-26 | Code review - changes as per code review discussion | ankitjavalkar | |
- Further commonify and simplify code_server, fix bugs | |||
2015-04-26 | Add test cases for models | ankitjavalkar | |
2015-04-26 | Code review - changes as per code review discussion | ankitjavalkar | |
- make loop in consolidate_test_cases more readable - split signal handler func definition into three seperate func - pass seperate kwargs to TestCode class - unpack json in CodeServer class and then pass to TestCode | |||
2015-04-26 | Changes to Question model, Views, Add-Question UI | ankitjavalkar | |
- ref_code_path is now part of Question model - MCQ/MCC answers checked using solution field in question model - Formset should reload even after errors - add_question page chould display solution field only in MCQ/MCC |