Skip to content
Snippets Groups Projects
  1. Nov 14, 2020
  2. Jun 28, 2020
  3. Jun 27, 2020
  4. Jun 15, 2020
  5. May 04, 2020
  6. May 03, 2020
  7. May 02, 2020
  8. Apr 13, 2020
    • Hangzhi Yu's avatar
      remove datetime import · e4269cdd
      Hangzhi Yu authored
      e4269cdd
    • Hangzhi Yu's avatar
      a79a96cc
    • Hangzhi Yu's avatar
      Completely changes the method used to display a simple TextInput field in the... · b7ec9072
      Hangzhi Yu authored
      Completely changes the method used to display a simple TextInput field in the dynamic bug_categories row; now using an extra CharField which is turned visible/invisible.
      Add free_text field to models.py, change migrations and admin.py accordingly.
      Added modified top/bottom margins in hjelp.css.
      Further disables all fields that are not visible and simplifies jQuery section of rebus.html.
      Modifies models.py so that children are deleted when the free text option is selected.
      b7ec9072
    • Hangzhi Yu's avatar
      Views: add property has_children to AJAX request · 484af6d1
      Hangzhi Yu authored
      rebus.html template: merge the ability to show/hide the next select field into setNextProperties function, automatically does not display next field if there are no children present
      484af6d1
    • Hangzhi Yu's avatar
      - Models: remove toplevel field and replace it with placeholder field for... · e5e1060a
      Hangzhi Yu authored
      - Models: remove toplevel field and replace it with placeholder field for children, adding tagging option for children
      - Migrations: change 0002_add_bug_report.py according to models.py
      - Forms: add default placeholder for first field, remove queryset filtering according to toplevel attribute
      - Admin: remove displaying of toplevel and replacing it by placeholder, add tagging
      - Views/URLs: replace rebus_get_icon AJAX request with a new rebus_get_next_properties which also includes the children's placeholder and tagging possibility
      - rebus.html template: remove default bug category labels, change javascript updating of next field according to new AJAX request, add functionality to toggle the ability to use tagging input and to change placeholder dynamically
      e5e1060a
  9. Apr 11, 2020
  10. Apr 07, 2020
  11. Apr 05, 2020
    • Hangzhi Yu's avatar
      Add basic select2-functionality: · c3759720
      Hangzhi Yu authored
      - small changes at REBUSCategory model
      - implement dependent ModelSelect2Widget in forms.py
      - include django-select2 CSS and JS in rebus.html
      - include select2-materialize.css/select2-materialize.js plugin in order to materialize select2-fields in rebus.html
      - parse REBUSCategory-objects to strings in views.py
      - add 0002_add_bug_report.py migration
      c3759720
  12. Jan 09, 2020
Loading