Skip to content
Snippets Groups Projects
  1. Jan 29, 2021
    • Benjamin Hättasch's avatar
      Do not track changes of AK interest counter · d6f00e09
      Benjamin Hättasch authored
      This fixes #97
      Exclude interest_counter from AK history
      Prevent saving of history record when increasing interest counter
      
      Run the following action after applying the change/migration to remove existing duplicate history records (the ones without changes to tracked fields, hence caused by either saving without changing any field or especially the ones created due to changes of the now ignored interest_counter):
      python manage.py clean_duplicate_history AKModel.ak
      d6f00e09
    • Benjamin Hättasch's avatar
      Add missing migration for akslot field update · 0f93fa7f
      Benjamin Hättasch authored
      Verbose name of AKSlot.fixed was updated in a previous commit, this migration reflects this change
      0f93fa7f
  2. Nov 05, 2020
  3. Nov 04, 2020
  4. Nov 03, 2020
  5. Aug 31, 2020
  6. May 21, 2020
  7. May 19, 2020
  8. May 18, 2020
  9. May 16, 2020
  10. May 12, 2020
  11. May 10, 2020
  12. Mar 01, 2020
    • Benjamin Hättasch's avatar
      Improve Model · 4471a4a0
      Benjamin Hättasch authored
      Add dependency django-timezone-field
      Add timezone field to Event
      Introduce i18n for default_slot field
      Add new and missing translations
      Add title property to Room (for better access of combined building + name form)
      4471a4a0
  13. Jan 08, 2020
  14. Oct 29, 2019
  15. Oct 25, 2019
  16. Oct 24, 2019
    • Benjamin Hättasch's avatar
      Introduce automated link generation for AK submission · 2367e3cd
      Benjamin Hättasch authored
      Add base url field to event
      Generate Wiki link from title and base url
      2367e3cd
    • Benjamin Hättasch's avatar
      Improve submission and update forms for AKs as well as underlying model · 19ff8e5a
      Benjamin Hättasch authored
      Improve blank and unique constraints of model:
      - allow blank starting times of slotes to store durations before scheduling and adapt string representation
      - change unique constraint from name and shortname of AK to unique for each event only
      Implement handling of tags for submission and update (auto-creation) by using a semicolon-separated text file instead of multiple choice field
      Implement handling of durations for submission
      Automatically generate short name
      Use different forms for submission and update
      Use special adapted template for AK updates instead of submission template
      Fix EventSlugMixin for POST requests
      19ff8e5a
  17. Oct 23, 2019
  18. Oct 20, 2019
  19. Oct 18, 2019
  20. Oct 16, 2019
  21. Oct 12, 2019
  22. Oct 11, 2019
  23. Oct 09, 2019
Loading