Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add %(channel) replacement to filenamesupstreamRichard Darst2009-11-254-8/+37
* Fix case error in "class Config" exampleRichard Darst2009-11-251-1/+1
* Separate start/endmeeting variables into a replacements methodRichard Darst2009-11-241-12/+16
* Enable tests for template writersRichard Darst2009-11-241-2/+2
* Update template writers to use absolute/relative URLsRichard Darst2009-11-242-2/+2
* Special-case the LINK item type in the templates.Mathieu Bridon (bochecha)2009-11-232-7/+23
* Tests: test non-ascii nicks/lines from supybotRichard Darst2009-10-112-5/+18
* Warn when #chair'ing a nick that isn't in the channelRichard Darst2009-10-112-2/+9
* MediaWiki writer: fix title levelsRichard Darst2009-09-301-1/+1
* Added a test of meeting output, and other reorganizationRichard Darst2009-09-241-18/+94
* Unify the two writers, select template by using templateRichard Darst2009-09-241-71/+48
* Move the two template files to template.*Richard Darst2009-09-242-0/+0
* Add argument parsing for writer extensionsRichard Darst2009-09-241-1/+9
* Template problem: Don't ever return none for ActionItemsPersonRichard Darst2009-09-241-2/+2
* Genshi text templatebochecha2009-09-232-1/+95
* Implement a templating system with Genshibochecha2009-09-221-0/+88
* Implement a templating system with Genshibochecha2009-09-221-2/+28
* Add templaning necessary for the soon-to-be genshi templatingRichard Darst2009-09-222-13/+151
* Many manual updatesRichard Darst2009-09-191-78/+248
* Sentence-case section heading is the manualRichard Darst2009-09-191-10/+17
* Add MediaWiki and PmWiki to list of all test writersRichard Darst2009-09-191-0/+2
* Add PmWiki writerRichard Darst2009-09-191-8/+20
* Documentation fix: docstring of Text classRichard Darst2009-09-191-1/+1
* Have all writers say (none) for no action itemsRichard Darst2009-09-191-0/+8
* Fix up the MediaWiki writerRichard Darst2009-09-182-17/+34
* Add MediaWiki writer prototypeRichard Darst2009-09-141-0/+123
* Greatly change the Text writer to me more modularRichard Darst2009-09-141-59/+52
* Improve testing: runs all writers for all test scriptsRichard Darst2009-09-121-3/+32
* Add an extra test to verify proper supybot testsRichard Darst2009-09-121-0/+1
* Create ways for tests to disable meetingLocalConfigRichard Darst2009-09-122-0/+5
* Shuffle around writer namesRichard Darst2009-09-121-2/+3
* Move extraConfig for process_meeting to inside __init__Richard Darst2009-09-121-7/+11
* Make ReST and Text writers not write (none) for unassigned action itemsRichard Darst2009-09-121-6/+14
* 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