summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views
AgeCommit message (Collapse)Author
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.