Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2011/02/10 16:16:47 771 771 abw Added accept() and accept_language() to Badger::Web::Request::CGI
2011/02/10 16:16:25 770 770 abw Changed forms to be collected at init time in Badger::Web::App
2010/07/26 09:52:55 769 769 abw Minor debugging tweaks
2010/07/26 09:51:54 768 768 abw Fixed Badger::Web::Response in using expiry_time util function
2010/06/30 15:16:19 767 767 abw Refactored Badger::Database::Query::Select to be a bit cleaner
2010/06/22 12:28:28 766 766 abw Refactored Badger::Database::Query::Select
2010/02/22 12:42:01 765 765 abw Various documentation updates, whitespace fixes, etc
2010/01/20 14:01:49 764 764 abw Test tweaks
2010/01/20 13:58:50 763 763 abw Fixed a bug in Badger::Web::Form::Fields and Badger::Web::Form::Field::Class that was preventing custom fields from loading correctly
2010/01/20 13:57:47 762 762 abw Changed Badger::Web to use new auto_can hook
2010/01/20 12:48:21 761 761 abw Minor tweaks to button and email form fields
2010/01/20 12:47:49 760 760 abw Added comment noting move of Badger::Web::URL to Badger::URL
2009/11/27 08:16:10 759 759 abw Added tests for Badger::Data
2009/11/27 08:15:50 758 758 abw Added Badger::Data and friends
2009/11/27 08:15:34 757 757 abw Tweaked auto_can() in Bader::Class::Methods to be smarting about detecting
missing methods and getting stuck in an infinite loop.
2009/11/27 08:14:11 756 756 abw Added DOT to Badger::Constants
2009/11/27 08:13:57 755 755 abw Changed module_names() in Badger::Factory to camel_case() module names.
2009/11/27 08:12:42 754 754 abw Replaced AUTOLOAD, can() and generate_config_method() in Badger::Config
with single can_configure() method installed via auto_can.
2009/11/26 08:12:37 753 753 abw Fixed false-but-defined bug in Badger::Base::try and changed it to preserve scalar/list calling context
2009/11/24 12:33:54 752 752 abw Added alias method/hook to Badger::Class. Added some comments about
refactoring some parts of exception handling.