Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Update setup.pyv0.21.0 | Palaparthy Adityachandra | |
2020-03-19 | Remove usage of module six | adityacp | |
2020-02-28 | Bump django to the latest version | adityacp | |
2019-09-27 | Release 0.11.0 related changes | ankitjavalkar | |
2019-01-29 | Update django to 1.11.18 | prathamesh | |
2019-01-11 | Fix dependency version incompatibility | ankitjavalkar | |
2018-07-25 | Make pep8 changes in setup.py | maheshgudi | |
2018-07-25 | Remove yaksh cli | maheshgudi | |
2018-04-02 | Bump up Django version to 1.10 | ankitjavalkar | |
2018-03-23 | Update files for release 0.8 | adityacp | |
2017-11-15 | Update setup.py for PyPI release. | maheshgudi | |
- Update release date on changelog.txt | |||
2017-10-09 | - Add dependencies to setup.py file | ankitjavalkar | |
- Modify demo_settings.py and add new production settings variables | |||
2017-03-15 | Add version to online_test/__init__.py | ankitjavalkar | |
2017-01-31 | Remove forced dependency on mysql. | Prabhu Ramachandran | |
This does not seem necessary to test yaksh and run it with sqlite. Production deployment should really use a separate requirements file. | |||
2017-01-04 | Fix management commands | adityacp | |
2016-10-03 | change setup.py with py 3 | adityacp | |
2016-07-25 | - Fix syntax highlighting for c, java, shell and scilab | ankitjavalkar | |
- Add social-auth to setup.py | |||
2016-05-12 | added pytz in setup.py | adityacp | |
2016-04-11 | Migration from django 1.6 to django 1.9 | prathamesh | |
- upgraded django-taggit to 0.18 from 0.12.2 - added fields attribute in django forms, mandatory in django 1.9 - get_profile attribute of User object deprecated, used hasattr instead. - Template settings changed in django 1.9, all template related settings at one place. - Support for string view arguments to url() is deprecated, so passed callable views instead. - django.conf.urls.patterns() is deprecated, updated urlpatterns to a list of django.conf.urls.url() instances instead. - django.utils.unittest is deprecated, used unittest instead. - made changes in requirements and setup files other - added quiz prerequisite required as false in forms, so that the quiz is added without any prerequisite. - Time zone settings not implemented. | |||
2015-10-13 | Release specific changes | ankitjavalkar | |
2015-10-08 | Minor changes to setup.py and README.md | ankitjavalkar | |
2015-10-07 | Clean setup procedure | ankitjavalkar | |
- Make corresponding app name changes in script - Change app name in setup.py - Minor changes in Readme, it is now split into quickstart & production - rename install script | |||
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |
2015-09-14 | Change app name to 'yaksh' | 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 | 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-02-18 | Made changes as per the comments on the PR. | prathamesh | |
2014-09-24 | minor change | prathamesh | |
2014-09-23 | Changes in install requirements. | prathamesh | |
Added mysql-python and versions to various the packages. | |||
2014-08-11 | minor change | prathamesh | |
2014-08-11 | setup.py and readme files updated | prathamesh | |
2014-08-05 | Modification in manifiest.in to exlude some files from the testapp package | prathamesh | |
2014-08-05 | minor change | prathamesh | |
2014-08-05 | testing django-exam app, pip install from git | prathamesh | |
2014-08-05 | Placed setup.py in the parent folder. | prathamesh | |
pip install [git repo], this command will automatically run this setup file. |