SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Jan 31, 2017
    • Jorran de Wit's avatar
      Fix UserFactory bug · 879bdec0
      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.
      879bdec0
    • Jorran de Wit's avatar
      Add tests to VetCommentary · 1943c209
      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.
      1943c209
  2. Jan 30, 2017
  3. Jan 29, 2017
  4. Jan 23, 2017
  5. Jan 22, 2017
  6. Jan 20, 2017
    • Jorran de Wit's avatar
      Remove static files from Git · fbba5537
      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.
      fbba5537
    • Jorran de Wit's avatar
      Add Webpack bundler · 4186925d
      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.
      4186925d
  7. Jan 17, 2017
  8. Jan 16, 2017
  9. Jan 13, 2017
  10. Jan 07, 2017
  11. Jan 06, 2017
  12. Jan 05, 2017
  13. Jan 03, 2017
Loading