Skip to content

External events #112

Merged
merged 9 commits into from
Apr 21, 2021
Merged

External events #112

merged 9 commits into from
Apr 21, 2021

Commits on Mar 26, 2021

  1. events: Remove Event.get_context()

    The added context variables seem to be ununused. Remove the method.
    donald committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    c3cbe28 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    dfa0a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315d7d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8f22b1 View commit details
    Browse the repository at this point in the history
  4. events: Remove "color" from event_dict

    We are going to feed internal and external events as separat event
    sources to the FullCalendar. It is more efficient to specify the color
    for the whole event source. So remove it from what get_dict returns for
    an event.
    donald committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9141129 View commit details
    Browse the repository at this point in the history
  5. event_index: Use event sources

    Retrive internal and external separately and use them as event sources
    for FullCalendar.
    
    Provide button to switch of and back on the "external" event source.
    donald committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f7b03b7 View commit details
    Browse the repository at this point in the history
  6. event_index: Make button label translatable

    Make the label of the button with toggles display of extern events
    translatable. Put the two translated strings into template variables,
    because one of it is used multiple times in the template.
    donald committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    13cc582 View commit details
    Browse the repository at this point in the history
  7. i18n: Run makemessages

    Create django.po with
    
        ./manage.py makemessages -l de --ignore bla/lib/python3.7/site-packages/xlwt
    donald committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b541908 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf6910c View commit details
    Browse the repository at this point in the history