- Mar 25, 2017
-
-
Jorran de Wit authored
This commit contains the removal of html from 'the important' models or at least contains replacements for model methods such as `print_as...()`, etc. etc. Except for `header_as_li`, methods are not completely deleted yet. > Fixed/Improved the nested comments and comments in reports. They were not shown before. > Improved DRY principle in several templates/codes. > Created Managers in the `submissions` app to filter i.e. "pool" submissions (so exclude potential author from judging on his own publication) for the pool view in the query; not in the template! > More...
-
- Mar 10, 2017
-
-
Jorran de Wit authored
The select_related method reduces the database load by a factor of +/- 5 on the list view.
-
- Feb 26, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Geert Kapteijns authored
Write tests and refactor html.
-
Geert Kapteijns authored
The url is based off of the DOI. Because the DOI is always the same, making more than one factory instance crashes the detail page. UnpublishedVettedCommentaryFactory does not have this problem, as it has an empty DOI field and a valid (random) arxiv identifier.
-
- Feb 25, 2017
-
-
Geert Kapteijns authored
-
- 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
-