- Mar 24, 2017
-
-
Jorran de Wit authored
-
- Mar 21, 2017
-
-
Jorran de Wit authored
-
- Mar 17, 2017
-
-
Jorran de Wit authored
-
- Mar 13, 2017
-
-
Jorran de Wit authored
-
- Mar 10, 2017
-
-
Jorran de Wit authored
-
- Feb 25, 2017
-
-
Geert Kapteijns authored
Fix bug that allows a forged post request to create a comment, while the submission is not open for commenting.
-
- Feb 16, 2017
-
-
Jorran de Wit authored
-
- Feb 15, 2017
-
-
Boris Ponsioen authored
and browse) to a Class Based View, using the ListView class as a base. Also adds in the permission checks in the submission process, both in the PrefillUsingIdentifier as in the SubmissionCreateView. This should prevent any unauthorized submissions.
-
- Feb 14, 2017
-
-
Jean-Sébastien Caux authored
-
- Feb 12, 2017
-
-
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 transforming the prefill with Arxiv commentary request to a class based view using the Arxiv caller.
-
Jorran de Wit authored
-
Boris Ponsioen authored
-
- Feb 06, 2017
-
-
Jorran de Wit authored
Alter ArxivCaller to inheriting from BaseCaller and slightly alter the caller workflow. This prepares to be able to use ArxivCaller in for example Commentaries as well. Further initiate empty DOICaller which should be used to do similar work but with a DOI.
-
Jean-Sébastien Caux authored
-
Jorran de Wit authored
Prepare ArxivCaller to be used in multiple models. It includes the creation of a ArxivCallerMixin in the behavior file which should be used in all objects using the ArxivCaller.
-
- Feb 04, 2017
-
-
Jorran de Wit authored
Move ArxivCaller to the scipost folder, since this caller will be used by more apps, such as the commentaries apps.
-
- Jan 31, 2017
-
-
Boris Ponsioen authored
-
Boris Ponsioen authored
-
- Jan 25, 2017
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Jan 23, 2017
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Jan 17, 2017
-
-
Jean-Sébastien Caux authored
-
- Jan 03, 2017
-
-
Jean-Sébastien Caux authored
-
- Dec 23, 2016
-
-
Boris Ponsioen authored
-
Boris Ponsioen authored
The submission process contains some logic that could be either handled using default values in the model (where possible) or abstracted into model methods. This has the great advantage that the individual parts can be unit-tested (which is a lot harder to do with code in the view). For now there is still some commented-out code for easy reference. This code will be removed as it is replaced by the classes above it.
-
- Dec 22, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 21, 2016
-
-
Boris Ponsioen authored
-
- Dec 16, 2016
-
-
Boris Ponsioen authored
-
Boris Ponsioen authored
-
- Dec 15, 2016
-
-
Boris Ponsioen authored
In Submissions -> prefill_using_identifier (view). The ArxivCaller class handles all requests and responses during the Arxiv paper lookup. This can be used again in different places, and is covered by a few tests (submissions.test_services). Additionally, there are 2 tests for the views in submissions.test_views.
-
Boris Ponsioen authored
-
- Dec 14, 2016
-
-
Boris Ponsioen authored
Also slightly pep-improves the models and views.
-
- Dec 12, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 08, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-