-
```
(janeway) root@b2:~/janeway/src# python3 manage.py install_janeway
No changes detected in app 'sites'
Operations to perform:
Apply all migrations: admin, auth, carousel, cms, comms, contentt…
-
I thought this would be wholly undesirable and some sort of check is required.
-
At the moment, we server the galleys via request, we could also offer them statically so that they can be opened in the browser without the user needing to download it and then open it.
This was pr…
-
-
If migrating from a previous version of Janeway, it is possible for tasks to be in an inconsistent state (i.e. proofreading tasks open for articles that are published).
We should probably have a pe…
-
The Google Analytics script is not present on the material theme `base.html`
Perhaps we should have a theme agnostic `base.html` template, which then every theme must extend in order to include commo…
-
Here's a test case:
```ts
"This sentence's apostrophe causes a linting error."
```
-
When trying to load Janeway using an sqlite3 backend (e.g. for quick local dev work), if there are any plugins in `src/plugins`, I get a `no such table: utils_plugin` error when running anything like …
-
coming from bash and Python, i'm used to exit shells w/ `+D`. that would be nice to have in janeway as well.
currently i'm stuck in a shell and i don't know how to end it from inside, a hint on tha…
-
Within a journal, when going to manager -> journal home settings and trying to click configure next to featured articles, we receive the attached error.
![screen shot 2018-09-27 at 10 06 06 am](https…