- Apr 15, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
All required actions are determined and saved in `submission.cycle` now. The actions required are determined at initialization of the submission. Different cycles now possibly can have different required actions. All template logic to determine required actions is removed from the codebase.
-
Jorran de Wit authored
-
- Apr 07, 2017
-
-
Jorran de Wit authored
-
- Mar 29, 2017
-
-
Jorran de Wit authored
-
- Mar 27, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Mar 26, 2017
-
-
Jorran de Wit authored
-
- 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...
-
- Feb 26, 2017
-
-
Jorran de Wit authored
-
Geert Kapteijns authored
Write tests and refactor html.
-
- Feb 25, 2017
-
-
Geert Kapteijns authored
-
Geert Kapteijns authored
Fix bug that allows a forged post request to create a comment, while the submission is not open for commenting.
-
Geert Kapteijns authored
-
Geert Kapteijns authored
Only works for comments on thesis links. All comment forms should post to this link from now on! (So all logic pertaining comment creation should disappear from the models' detail view.) I also added a `new_comment.html` partial template and added tests.
-
Geert Kapteijns authored
The datepicker behaved weird in firefox, and I think fixing it has no priority now. I've created the VettedThesisLinkFactory and wrote a couple of happy-path tests for the theses view.
-
- Feb 19, 2017
-
-
Geert Kapteijns authored
-
- Feb 18, 2017
-
-
Jean-Sébastien Caux authored
-
- Feb 14, 2017
-
-
Geert Kapteijns authored
-
Jorran de Wit authored
-
Jorran de Wit authored
Edit styles to make old comment form better readable. This commit includes a new template which should eventualy act as a replacement for crispyforms which do not allow for easy bootstrap implementation.
-
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
CAUTION! READ ME! This migration will setup a proper attachment environment. This means, that for existing files (journal publication!), these folders/files should be completely moved to the MEDIA_ROOT folder, else this will return a 404 NotFound for the related files.
-
Jorran de Wit authored
Improve comments app to follow PEP rules and remove all wildcard imports!!
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Feb 01, 2017
-
-
Jorran de Wit authored
-
- Jan 31, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Jan 29, 2017
-
-
Geert Kapteijns authored
I keep get weird bugs. Maybe merging in development will help.
-
- Jan 15, 2017
-
-
Geert Kapteijns authored
-
Geert Kapteijns authored
-
- Dec 19, 2016
-
-
Geert Kapteijns authored
-
- Dec 15, 2016
-
-
Geert Kapteijns authored
-
- Dec 13, 2016
-
-
Geert Kapteijns authored
- Alter field in_agreement on comment - Alter field in_disagreement on comment - Alter field in_notsure on comment - Alter field is_cor on comment
-
- Dec 12, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 10, 2016
-
-
Jorran de Wit authored
-