SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Mar 21, 2017
  2. Mar 13, 2017
  3. Mar 12, 2017
  4. Mar 11, 2017
  5. Mar 10, 2017
    • Jorran de Wit's avatar
      Major improvement of personal page work load · d7e5cc0d
      Jorran de Wit authored
      The personal page has an extreme database load. The number
       of database queries is heavily dependent on the number of
       objects loaded into the views such as own_comments, etc etc.
       On my almost-empty local database this resulted in 94 queries
       in a single view request with a significantly long loading time!
      
      This is a quick and dirty, first improvement. Splitting the different
       tabs to different routes or dynamically load the tab content when
       opening seems a best option after all.
      d7e5cc0d
    • 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
      Merged master into development · 3d689e97
      Jorran de Wit authored
      3d689e97
    • 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
  6. Mar 09, 2017
  7. Mar 06, 2017
  8. Mar 01, 2017
  9. Feb 28, 2017
  10. Feb 27, 2017
Loading