summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views
AgeCommit message (Collapse)Author
2010-08-08Add in the missing 'error' count.Bharat Mediratta
2010-01-20Use the exception itself to print out a nice text message.Bharat Mediratta
2010-01-20Guard against missing/empty $description.Bharat Mediratta
2010-01-20Move the error page to the expected location for K24.Bharat Mediratta
2010-01-17Add special output support for ORM_Validation_ExceptionBharat Mediratta
2009-12-21Stop using Kohana::lang.Bharat Mediratta
2009-05-18Fix security preamblesBharat Mediratta
2009-05-18There's a new view for CLI unit test output in the Unit_Test libraryBharat Mediratta
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2008-12-20Fix a problem with magentaBharat Mediratta
2008-12-16Dump out the stack trace on errors.Bharat Mediratta
2008-12-16Colorize test outputBharat Mediratta
2008-12-11whee, more ascii artBharat Mediratta
2008-12-08Some minor beautification.Bharat Mediratta
2008-12-08moved erro page from unit_test to gallery_unit_testFelix Rabinovich
2008-12-03Put the output in pretty ASCII boxes.Bharat Mediratta
2008-11-04Add a test to detect tabs in our code, and convert all tabs to spacesBharat Mediratta
so that the test passes.
2008-11-01Improve formattingBharat Mediratta
2008-11-01Remove all html::specialchars(); we're not getting rendered in aBharat Mediratta
browser.
2008-11-01Exclude demo testsBharat Mediratta
2008-11-01Set up unit test framework. Tweak configuration so that it only runs inBharat Mediratta
command line mode, and expects to put data into test/var. Create a module to wrap it that generates a nice text-only view of the output.