Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2009-09-28 | Create and throw the exception, instead of logging. The theory behind | Bharat Mediratta | |
exceptions is that they only need to be logged if they can't be caught and handled. If we don't throw it, then the error gets swallowed and the code that errored out just blithely continues. | |||
2009-09-24 | Fix unit tests by updating the xss golden file and declaring ↵ | Tim Almdal | |
gallery_error::error_handler as static | |||
2009-09-22 | Create a gallery error handler that traps php errors and rethrows them as ↵ | Tim Almdal | |
Exceptions. This fixes ticket #763 |