imip-agent

Changeset

842:a18e4a9fc03a
2015-10-15 Paul Boddie raw files shortlog changelog graph Removed redundant reminder comments.
imipweb/event.py (file) imipweb/resource.py (file)
     1.1 --- a/imipweb/event.py	Thu Oct 15 19:36:26 2015 +0200
     1.2 +++ b/imipweb/event.py	Thu Oct 15 19:37:50 2015 +0200
     1.3 @@ -311,8 +311,6 @@
     1.4                      page.td.close()
     1.5                      page.tr.close()
     1.6  
     1.7 -                # NOTE: Permit attendees to suggest others for counter-proposals.
     1.8 -
     1.9              # Handle potentially many values of other kinds.
    1.10  
    1.11              else:
    1.12 @@ -358,7 +356,6 @@
    1.13          page.td(class_="objectvalue")
    1.14  
    1.15          # Show a form control as organiser for new attendees.
    1.16 -        # NOTE: Permit suggested attendee editing for counter-proposals.
    1.17  
    1.18          if self.can_change_object() and self.can_edit_attendee(attendee_uri):
    1.19              self.control("attendee", "value", attendee, size="40")
    1.20 @@ -386,7 +383,6 @@
    1.21              page.span(dict(self.partstat_items).get(partstat, ""), class_="partstat")
    1.22  
    1.23          # Permit organisers to remove attendees.
    1.24 -        # NOTE: Permit the removal of suggested attendees for counter-proposals.
    1.25  
    1.26          if self.can_change_object() and (self.can_remove_attendee(attendee_uri) or self.is_organiser()):
    1.27  
    1.28 @@ -436,7 +432,6 @@
    1.29          page.p("This event occurs on the following occasions within the next %d days:" % self.get_window_size())
    1.30  
    1.31          # Show each recurrence in a separate table if editable.
    1.32 -        # NOTE: Allow recurrence editing for counter-proposals.
    1.33  
    1.34          if self.can_change_object() and recurrences:
    1.35  
    1.36 @@ -814,7 +809,6 @@
    1.37          if reply or create or cancel or save:
    1.38  
    1.39              # Update principal event details if organiser.
    1.40 -            # NOTE: Handle edited details for counter-proposals.
    1.41  
    1.42              if self.can_change_object():
    1.43  
     2.1 --- a/imipweb/resource.py	Thu Oct 15 19:36:26 2015 +0200
     2.2 +++ b/imipweb/resource.py	Thu Oct 15 19:37:50 2015 +0200
     2.3 @@ -604,7 +604,6 @@
     2.4          page = self.page
     2.5  
     2.6          # Show controls for editing as organiser.
     2.7 -        # NOTE: Allow attendees to edit datetimes for counter-proposals.
     2.8  
     2.9          if self.can_change_object():
    2.10              page.td(class_="objectvalue dt%s" % (show_start and "start" or "end"))