gecko-dev/webtools/litmus/Litmus
zach%zachlipton.com 909f525605 Remove the LIMIT 300 in User's FullTextMatches search to work around a mysql bug in the ancient version on rodan. 2006-06-29 17:41:49 +00:00
..
DB Remove the LIMIT 300 in User's FullTextMatches search to work around a mysql bug in the ancient version on rodan. 2006-06-29 17:41:49 +00:00
Auth.pm b=342041 2006-06-28 19:03:45 +00:00
BugzillaDBI.pm Only load Litmus::BugzillaDBI if Bugzilla auth is enabled, otherwise we get errors when the database connection fails. 2006-04-06 03:29:37 +00:00
CGI.pm b=314928 2006-01-25 17:03:40 +00:00
Cache.pm - added table related_testcases to track cloned testcase relations 2006-06-20 19:34:53 +00:00
Config.pm b=323768 2006-06-05 03:55:52 +00:00
DBI.pm Provide better error handling by defining an error handler in Litmus::DBI. When a database error is thrown, this handler will take care of calling Litmus::Error::internalError() and displaying a proper error message to the user. This should do much to prevent 500 Internal Server Errors and the blank pages that previously popped up. 2006-06-19 22:05:16 +00:00
DBTools.pm Fix a few more missing $sth->finish warnings in DBTools 2006-06-21 17:01:20 +00:00
Error.pm b=314928 2006-01-25 17:03:40 +00:00
FormWidget.pm Manage testgroup 2006-06-27 15:51:58 +00:00
SysConfig.pm Stupid typo... 2006-06-20 23:13:29 +00:00
Template.pm Add a simple formatting engine for testcase data using Text::Markdown. Normal HTML is passed through the filter unchanged, but now paragraphs will automatically be tagged with <p> and lists will automatically be converted to the proper html. A formatting help pane provides a description. The formatter is triggered with the 'markdown' filter in templates (e.g. [% expectedResults | markdown | testdata %]. 2006-06-15 18:54:15 +00:00
Testlist.pm b=314928 2006-01-25 17:03:40 +00:00
UserAgentDetect.pm b=323768 2006-06-05 03:55:52 +00:00
Utils.pm b=314928 2006-01-25 17:03:40 +00:00
XML.pm Bug fix in XML.pm. 2006-06-29 16:24:25 +00:00