- Jan 31, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
Add missing migrations
-
Jorran de Wit authored
Migrations involve appending default values to model fields
-
Boris Ponsioen authored
Improvements submissions
-
Boris Ponsioen authored
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Boris Ponsioen authored
-
Boris Ponsioen authored
-
Boris Ponsioen authored
-
Jorran de Wit authored
-
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 30, 2017
-
-
Geert Kapteijns authored
-
- Jan 29, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
Commentaries/tests
-
Jorran de Wit authored
-
Jorran de Wit authored
-
Jorran de Wit authored
Merge Commentaries/wip-jorran
-
Jorran de Wit authored
Merge conflict fixed in `theses_detail`, due to a hotfix in commit `4d42a5d8`.
-
Jorran de Wit authored
To avoid merging problems with useless files, merge the .gitignore file first.
-
- Jan 23, 2017
-
-
Jorran de Wit authored
-
Jorran de Wit authored
The dependencies list `package.json` was not included in repository, due to a mistake in the gitignore.
-
Jorran de Wit authored
I made a mistake by starting `go_responsive` from the `master` branch. However, I still want to first push it to `development`. Conflicts: .gitignore commentaries/views.py submissions/models.py theses/views.py
-
Jorran de Wit authored
-
Jorran de Wit authored
Alter the screen width values to get closer to the original SciPost design.
-
Jorran de Wit authored
Login page is now responsive with the use of a template filter, such that all forms from now on may easily be printed using the same html frame. See `bootstrap` templatetag.
-
- Jan 22, 2017
-
-
-
Jorran de Wit authored
The styling of the homepage is back to the styling of the `master` branch, but responsive. Needs detailed styling edits for i.e. the mobile menu.
-
Jorran de Wit authored
-
Jorran de Wit authored
Last commit was incomplete as the gitignore was not suffiently working on all static files. It now includes the renewed template files to make the homepage reponsive. Also, it completes the configuration for Bootstrap Webpack loader.
-
Jorran de Wit authored
Update and configure to Webpack@2.x and install Bootstrap@4.0.0@beta-6 loader. Configured to start using .scss files.
-
- Jan 20, 2017
-
-
Jorran de Wit authored
The `static` folder will be ignored in the future commits. All existing files in this folder in the repository are now removed. The README.md file is updated to include a correct workflow on how to deal with static files.
-
Jorran de Wit authored
Added a NPM packages.json list which manages JavaScript packages. Most important packages added is the Webpack package which acts as an assets bundler. It is added in its most basic working form. This includes additional settings in `settings.py` and the template tags in `base.html`. Please read the updated Readme.md to easily get started using Webpack for your new assets.
-
- Jan 17, 2017
-
-
Jean-Sébastien Caux authored
-