- Feb 12, 2017
-
-
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
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
Improve HTML structure for journals such that all elements are aligned with eachother and most content is repsonsive. Biggest thing to do still is the journal-menu which is not reposnive yet.
-
Jorran de Wit authored
In the journals app, the Issue model is extended with a status field. This is published by default, but has a draft options such that a journal can be created without being shown. Incomplete issues can cause errors for visitors, so use the draft status if an issue is not "visitor-ready" yet.
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Feb 10, 2017
-
-
Geert Kapteijns authored
-
Geert Kapteijns authored
Change all involved tests. Start moving email to templates.
-
-
Geert Kapteijns authored
Update all involved tests. Also extend model_form_data to accept an argument `form_kwargs` to pass to form.
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
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.
-
Jorran de Wit authored
-
Jorran de Wit authored
-
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.
-
Jorran de Wit 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.
-
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.
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
- Feb 03, 2017
-
-
Jorran de Wit authored
-