- Feb 16, 2017
-
-
Jorran de Wit authored
-
- Feb 14, 2017
-
-
Geert Kapteijns authored
Also fix missing template error for modified thesis links.
-
Jorran de Wit authored
-
- Feb 13, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Feb 12, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
The Comment model now has a option to append a file (pdf, png, jpg) to itself.
-
Jorran de Wit authored
-
- Feb 09, 2017
-
-
Jorran de Wit authored
Start with making commentaries pages responsive.
-
Jorran de Wit authored
Start transforming the prefill with Arxiv commentary request to a class based view using the Arxiv caller.
-
- Feb 04, 2017
-
-
Jorran de Wit authored
RequestCommentary is transformed to a class based view. Further moved strings to `/strings` and used django.messages middleware to pass messages to the user instead of context data.
-
- Feb 01, 2017
-
-
Jorran de Wit authored
-
- Jan 31, 2017
-
-
Jorran de Wit authored
Migrations involve appending default values to model fields
-
Jorran de Wit authored
Basic tests to check response contains commentaires.
-
Jorran de Wit authored
-
Jorran de Wit authored
Write test for bug from last commit.
-
Jorran de Wit authored
New Commentary requests were not completed as the `requested_by` field was not properly saved.
-
Jorran de Wit authored
Test if the `vet_commentary_requests` is responding with the right Commentary object.
-
Jorran de Wit authored
Passwords generated by factoryboy were directly put into the table as a string, unhashed! However, if the testclient tried to login, it used all auth methods a normal user uses as well. This caused the test user to never be able to login with the generated password.
-
Jorran de Wit authored
Add tests to VetCommentary view, however the fixtures for groups remain empty (no permissions) causing problems with the ContributorFactory. Need some fix first, to have the groups work properly with the factories.
-
- Jan 29, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Jan 23, 2017
-
-
Jorran de Wit authored
-
- Jan 01, 2017
-
-
Jorran de Wit authored
Add test to check expected ValueError on processing form before validation.
-
- Dec 31, 2016
-
-
Jorran de Wit authored
Add more VetCommentary tests for the three different possible valid form actions.
-
- Dec 30, 2016
-
-
Jorran de Wit authored
Add valid test for accepted `VetCommentaryForm`. Further added factory for unvetted Commentary.
-
- Dec 24, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 23, 2016
-
-
Jorran de Wit authored
These are the templates that had to be within the last commit.
-
Jorran de Wit authored
Emails sent from the vet request commentaries are contains in templates now in the templates folder.
-
Jorran de Wit authored
Logic from vet_commentary_request has been moved to the VetCommentaryForm form. Further moved some code to improve DRY.
-
- Dec 21, 2016
-
-
Jorran de Wit authored
-
Jorran de Wit authored
Method test_form_with_duplicate_*'s second part gave a false-positive result as the form_data contained neither a DOI nor a Arxiv ID. The tests came back positive but actually they were not.
-
Jorran de Wit authored
Add invalid form test for RequestCommentaryForm. Tests contain having no Arxiv ID or DOI or trying to give an already existing identifier.
-
- Dec 19, 2016
-
-
Jorran de Wit authored
Add first form tests using Factory to test RequestCommentaryForm.
-
Jorran de Wit authored
Move few constants to a seperate file away from models. This implies minor edits in other apps relying on these few constants.
-
- Dec 15, 2016
-
-
Jorran de Wit authored
-
Jorran de Wit authored
This commit contains the first working view test for the `request_commentaries` view.
-
Jorran de Wit authored
-
Jorran de Wit authored
Move form validation and saving of instances to the form class. From here you are able to instantly save your validated form to the database. Further reduces the size of the views. Form may need error handling on not having found a Contributor before saving the form instance.
-