ubuntu-bots team mailing list archive
-
ubuntu-bots team
-
Mailing list archive
-
Message #00285
[Merge] lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology
Thomas Molloy has proposed merging lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology.
Requested reviews:
Alan Bell (alanbell)
For more details, see:
https://code.launchpad.net/~lderan/ubuntu-bots/meeetingology-output/+merge/249417
A small change for the MoinMoin output to change "done" items to show as "done" in the meeting item output.
--
Your team Ubuntu IRC Bots is subscribed to branch lp:~ubuntu-bots/ubuntu-bots/meetingology.
=== modified file 'items.py' (properties changed: -x to +x)
--- items.py 2014-02-07 16:06:41 +0000
+++ items.py 2015-02-11 21:59:20 +0000
@@ -237,7 +237,7 @@
itemtype = 'HELP'
class Done(GenericItem):
itemtype = 'DONE'
- moin_template = """''ACTION:'' %(line)s"""
+ moin_template = """''DONE:'' %(line)s"""
class Accepted(GenericItem):
itemtype = 'ACCEPTED'
starthtml = '<font color="green">'
Follow ups