SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Jul 21, 2017
  2. Jun 26, 2017
  3. Jun 06, 2017
  4. Jun 04, 2017
  5. May 28, 2017
  6. May 20, 2017
    • Jorran de Wit's avatar
      Refactoring of Submit Manuscript · a3c62cde
      Jorran de Wit authored
      Needed refactoring of submit manuscript flow.
      Checks are run via the forms. Also, the copying
      of data from old submissions is done via forms.
      
      All this functionality is removed from the model.
      a3c62cde
  7. May 12, 2017
  8. May 11, 2017
  9. Apr 18, 2017
  10. Apr 15, 2017
  11. Apr 08, 2017
  12. Apr 07, 2017
  13. Mar 31, 2017
  14. Mar 27, 2017
  15. Mar 26, 2017
  16. Mar 25, 2017
    • Jorran de Wit's avatar
      Major template overhaul... · ab25a419
      Jorran de Wit authored
      This commit contains the removal of html from 'the important' models
       or at least contains replacements for model methods such as `print_as...()`,
       etc. etc. Except for `header_as_li`, methods are not completely deleted yet.
      
      > Fixed/Improved the nested comments and comments in reports. They were
       not shown before.
      
      > Improved DRY principle in several templates/codes.
      
      > Created Managers in the `submissions` app to filter i.e. "pool" submissions
       (so exclude potential author from judging on his own publication) for the
       pool view in the query; not in the template!
      
      > More...
      ab25a419
  17. Mar 24, 2017
  18. Mar 10, 2017
  19. Feb 16, 2017
  20. Feb 15, 2017
  21. Feb 12, 2017
  22. Feb 06, 2017
    • Jorran de Wit's avatar
      Make ArxivCaller multi-object ready · 2d66c854
      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.
      2d66c854
  23. Jan 23, 2017
  24. Jan 17, 2017
  25. Jan 13, 2017
  26. Dec 23, 2016
    • Boris Ponsioen's avatar
      Move as much logic as possible to submission model · a11cf2c0
      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.
      a11cf2c0
  27. Dec 22, 2016
  28. Dec 21, 2016
  29. Dec 19, 2016
Loading