Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-08 | Add in the missing 'error' count. | Bharat Mediratta | |
2010-01-20 | Use the exception itself to print out a nice text message. | Bharat Mediratta | |
2010-01-20 | Guard against missing/empty $description. | Bharat Mediratta | |
2010-01-20 | Move the error page to the expected location for K24. | Bharat Mediratta | |
2010-01-17 | Add special output support for ORM_Validation_Exception | Bharat Mediratta | |
2009-12-21 | Stop using Kohana::lang. | Bharat Mediratta | |
2009-05-18 | Fix security preambles | Bharat Mediratta | |
2009-05-18 | There's a new view for CLI unit test output in the Unit_Test library | Bharat Mediratta | |
2009-01-01 | Change 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-20 | Fix a problem with magenta | Bharat Mediratta | |
2008-12-16 | Dump out the stack trace on errors. | Bharat Mediratta | |
2008-12-16 | Colorize test output | Bharat Mediratta | |
2008-12-11 | whee, more ascii art | Bharat Mediratta | |
2008-12-08 | Some minor beautification. | Bharat Mediratta | |
2008-12-08 | moved erro page from unit_test to gallery_unit_test | Felix Rabinovich | |
2008-12-03 | Put the output in pretty ASCII boxes. | Bharat Mediratta | |
2008-11-04 | Add a test to detect tabs in our code, and convert all tabs to spaces | Bharat Mediratta | |
so that the test passes. | |||
2008-11-01 | Improve formatting | Bharat Mediratta | |
2008-11-01 | Remove all html::specialchars(); we're not getting rendered in a | Bharat Mediratta | |
browser. | |||
2008-11-01 | Exclude demo tests | Bharat Mediratta | |
2008-11-01 | Set up unit test framework. Tweak configuration so that it only runs in | Bharat 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. |