SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Mar 10, 2017
    • Jorran de Wit's avatar
      3c269b1d
    • Jorran de Wit's avatar
      Reduce commentaries list view db load · 4313304f
      Jorran de Wit authored
      The select_related method reduces the database load
       by a factor of +/- 5 on the list view.
      4313304f
    • Jorran de Wit's avatar
      Transform general search to GET request · b7a5af75
      Jorran de Wit authored
      The context processor for the old search form is removed to
       be replaced with a general HTML tag coded in the template.
      
      'Bootstraped' the search result page.
      b7a5af75
    • Jorran de Wit's avatar
      Add debug-toolbar to local settings · 02fa667c
      Jorran de Wit authored
      02fa667c
    • Jorran de Wit's avatar
      Merge 'custommails' into develop: "readme!" · ddd055f7
      Jorran de Wit authored
      This update contains state_migrations on `scipost.remark` and
       `scipost.{vgm_tables}`. This means the database scheme won't be
       altered but the migrations table which tracks all migrations done
       by the system will be updated to make sure the system knows how
       to handle the new apps. (Note the db_table option in the models of
       the new apps, this makes sure no db scheme migration is needed).
      
      When doing the migration, the following will be asked:
      """
      The following content types are stale and need to be deleted:
      
          scipost | newsitem
          scipost | motion
          scipost | nomination
          scipost | feedback
          scipost | vgm
      
      Any objects related to these content types by a foreign key will also
      be deleted. Are you sure you want to delete these content types?
      If you're unsure, answer 'no'.
      """
      
      One can anwser 'yes', the database won't be altered, no entries will
       be lost during this operation.
      ddd055f7
  2. Mar 06, 2017
  3. Mar 01, 2017
  4. Feb 28, 2017
  5. Feb 27, 2017
  6. Feb 26, 2017
  7. Feb 25, 2017
Loading