Activity log for bug #491221

Date Who What changed Old value New value Message
2009-12-02 06:13:02 Ged Walsh bug added bug
2009-12-02 07:51:13 Ged Walsh description class TheWhiteboard(BasicScraper): latestUrl = 'http://www.the-whiteboard.com/' imageUrl = 'http://www.the-whiteboard.com/autowb%s.html' imageSearch = compile(r'<img SRC="(autotwb\d{1,4}.+?)">', IGNORECASE) prevSearch = compile(r'&nbsp<a href="(.+?)">previous</a>', IGNORECASE) help = 'Index format: n' latestUrl, imageUrl, imageSearch, prevSearch class TheWhiteboard(BasicScraper): latestUrl = 'http://www.the-whiteboard.com/' imageUrl = 'http://www.the-whiteboard.com/auto%s.html' imageSearch = compile(r'<img SRC="(autotwb\d{1,4}.+?|autowb\d{1,4}.+?)">', IGNORECASE) prevSearch = compile(r'&nbsp<a href="(.+?)">previous</a>', IGNORECASE) help = 'Index format: twb or wb + n wg. twb1000' latestUrl, imageUrl, imageSearch, prevSearch, help
2010-01-10 02:51:46 Tristan Seligmann dosage: importance Undecided Medium
2010-01-10 02:51:46 Tristan Seligmann dosage: status New In Progress
2010-01-10 02:51:46 Tristan Seligmann dosage: milestone 1.7.0
2010-01-10 02:51:46 Tristan Seligmann dosage: assignee Tristan Seligmann (mithrandi)
2010-01-10 03:34:11 Launchpad Janitor branch linked lp:~dosage-dev/dosage/bunch-of-comics-3
2010-01-11 00:32:55 Tristan Seligmann dosage: status In Progress Fix Committed