index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
libraries
/
MY_Kohana_Exception.php
Age
Commit message (
Expand
)
Author
2010-08-08
Handle 404 exceptions specially to reduce spam in the log files. Fixes ticke...
Bharat Mediratta
2010-08-07
Add a max_level to _sanitize_for_dump() so that we don't blow the stack.
Bharat Mediratta
2010-06-19
Rework our exception framework to fit into Kohana's model better.
Bharat Mediratta
2010-06-19
single -> double quotes.
Bharat Mediratta
2010-06-12
Make login/logout continuation url code consistent. Where necessary,
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-27
Fix for ticket #1036 - Don't echo any sensitive information such as passwords...
Andy Staudacher
2010-02-12
Fix for tickets 1009 and 603: Show a themed error page to guests / registered...
Andy Staudacher
2010-01-30
Dump out validation errors so that we have some extra information in the logs.
Bharat Mediratta
2009-12-06
Add the current file/line at the top of the trace.
Bharat Mediratta
2009-12-06
Overload Kohana_Exception::text() to dump out the complete stack trace
Bharat Mediratta