Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change version to 0.1.40_1_4Richard Darst2009-09-111-1/+1
* Don't show unassigned action items when there are none.Richard Darst2009-09-111-4/+7
* Rename "meeting log" to "meeting summary" since it's more accurateRichard Darst2009-09-111-5/+5
* Remove pygments import in meeting.pyRichard Darst2009-09-111-2/+0
* Add manual documentation for CSS config variablesRichard Darst2009-09-111-0/+22
* Fix/improve CSS writers for the HTMLxxx2 writersRichard Darst2009-09-112-90/+57
* Add tests for CSS writers and config optionsRichard Darst2009-09-111-1/+84
* Add default CSS filesRichard Darst2009-09-112-0/+49
* Make test runner able to run single testsRichard Darst2009-09-111-10/+8
* Add process_meeting function to replay a meetingRichard Darst2009-09-111-0/+30
* add dontSave config variable test in .save()Richard Darst2009-09-111-0/+3
* Make .save() methods return the resultant textRichard Darst2009-09-111-1/+4
* fix typo in run_tests.pyRichard Darst2009-09-111-1/+1
* Add safeMode to the Config class, also doc changesRichard Darst2009-09-052-4/+11
* Manual updates: "Developers" section and structural changesRichard Darst2009-09-041-48/+142
* Make HTML2 formater use CSS formatting from Francis GiannarosRichard Darst2009-09-022-12/+100
* Add a self-done HTMLlog writerRichard Darst2009-09-021-0/+102
* Fix encoding of HTMLlog outputRichard Darst2009-09-011-1/+1
* Add blurb to manual about connecting to multiple IRC networksRichard Darst2009-09-011-0/+11
* Modularize the HTML2 writer in preparation for improvementsRichard Darst2009-08-311-53/+65
* Add a generic html template to writers.pyRichard Darst2009-08-311-0/+13
* Wrap lines in the HTML logRichard Darst2009-08-311-0/+15
* Fix double-escaping of #link commandsRichard Darst2009-08-311-4/+4
* Fix HTML validation when there is no initial topicRichard Darst2009-08-311-0/+7
* Rename "#halp" command to "#help".Richard Darst2009-08-312-7/+7
* Update __version__ to 0.1.30_1_3Richard Darst2009-08-161-1/+1
* Update manual: `recent` command and `update_realtime` configRichard Darst2009-08-161-1/+17
* Improve wrapping and Text writer writingRichard Darst2009-08-161-9/+8
* Two small formatting changes in writers: INFO and blank linesRichard Darst2009-08-162-0/+4
* Rename `.init()` method to `.init_hook()`Richard Darst2009-08-161-2/+2
* Improve code for realtime updating of log filesRichard Darst2009-08-162-40/+30
* Update test runner script to actually workRichard Darst2009-08-161-14/+36
* Improve real-time writing of logfilesRichard Darst2009-08-151-21/+17
* Add meeting version note to output of writersRichard Darst2009-08-141-4/+11
* Add meetbot version to end meeting messageRichard Darst2009-08-141-3/+8
* Add comprehensive test suiteRichard Darst2009-08-074-1/+187
* Add a hook which is run each #saveRichard Darst2009-08-071-0/+2
* Documentation improvements to supybot plugin commandsRichard Darst2009-08-071-3/+10
* Catch exceptions in outFilter and ignore themRichard Darst2009-08-071-10/+15
* Change default writers to HTML2 and TextRichard Darst2009-08-071-4/+4
* Fix asctime() -> localtime() bug in previous recordRichard Darst2009-08-061-1/+1
* Create the recent_meetings variable if not already thereRichard Darst2009-08-061-5/+4
* Set a default self.starttime to avoid some problemsRichard Darst2009-08-061-0/+6
* First effort at realtime updating of log filesRichard Darst2009-08-012-11/+29
* Add a warning then the __main__ command isn't foundRichard Darst2009-07-311-1/+2
* Make MeetBot able to log output from other supybot commandsRichard Darst2009-07-312-15/+40
* don't show "INFO" or "LINK" in HTML2 writerRichard Darst2009-07-311-1/+5
* Add newlines to HTML2 and Text writers to improve readabilityRichard Darst2009-07-311-1/+3
* Allow bool variables to be set via supybot registry.Richard Darst2009-07-311-8/+11
* Improve semantics of setting the supybot config proxyRichard Darst2009-07-312-9/+14