actually added c3 mro test :/
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2006-06-11 Matt S Trout added c3 mro test
2006-06-08 Jesse Sheidlower CatInABox doc updates (thanks claco!)
2006-06-08 Matt S Trout small tweak to Installation.pod
2006-06-08 Matt S Trout more detail, restructuring of Manual.pod
2006-06-08 Matt S Trout light docs work (Intro awaits signficant rearranging)
2006-06-08 Matt S Trout Models, ACCEPT_CONTEXT
2006-06-08 Matt S Trout slight clarification of MVC and web apps, added a coupl...
2006-06-08 Matt S Trout Tut docs work
2006-06-08 Matt S Trout Tut docs work
2006-06-08 Matt S Trout torched C::M::FAQ
2006-06-08 Matt S Trout Installation.pod fixups
2006-06-08 Matt S Trout fixed typo in Auth::Cred::Passwd example
2006-06-08 Matt S Trout Fix a Pod typo and add explicit install of Digest:...
2006-06-08 Matt S Trout Typo in Request.pm
2006-06-08 Matt S Trout Editing in docs branch
2006-06-08 Matt S Trout modified to introduce Controller::Root
2006-06-08 Matt S Trout some work on Tut docs
2006-06-08 Matt S Trout lib/Catalyst/Log.pm
2006-06-08 Matt S Trout Cleaned up Tut files; no substantive changes
2006-06-08 Matt S Trout initial import of new Tutorial stuff from hkclark
2006-06-07 Yuval Kogman be a bit more anal about the checking for successful...
2006-06-07 Yuval Kogman Catalyst::Utils::ensure_class_loaded
2006-06-04 Matt S Trout improved DispatchType docs
2006-06-03 Matt S Trout extended uri_for, added uri_for_action to dispatcher
2006-06-03 Matt S Trout added Catalyst::Component->action_for
2006-06-03 Matt S Trout multimethod dispatch
2006-06-03 Matt S Trout improved docs for action_namespace and path_prefix...
2006-06-02 Matt S Trout added actions-paths-from-config
2006-06-02 Gavin Henry Added all Advent entries. Still have to remove old...
2006-06-02 Matt S Trout doc'ed :Args
2006-05-31 Brian Cassidy added merge_config_hashes convenience method
2006-05-31 Matt S Trout Base takes namespace from self if object
2006-05-31 Matt S Trout minor Base.pm refac
2006-05-30 Yuval Kogman a bit of code clarification in the dispatcher
2006-05-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-24 Brian Cassidy Plugins are no longer bundled
2006-05-24 Brian Cassidy split out Catalyst::Helper
2006-05-24 Matt S Trout corrected tyop
2006-05-23 Brian Cassidy updated to version 0.08
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-20 Kieren Diment removed a little nerdspeak
2006-05-20 Jesse Sheidlower Proofread! Wrap docs at 72 colums!
2006-05-19 Marcus Ramberg Added charter
2006-05-19 Matt S Trout Use Class::Inspector->loaded() instead of ->can('can')
2006-05-19 Marcus Ramberg docs for reusable actions
2006-05-19 Matt S Trout added ActionClass attribute
2006-05-19 Marcus Ramberg updated log format
2006-05-18 Matt S Trout Updated docs for Catalyst::Component
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-05-18 Marcus Ramberg further doc updates.
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-05-17 Matt S Trout added restart directory option to test server
2006-05-13 Kieren Diment Clarification of purpose of QuickStart application
2006-05-10 Yuval Kogman s/snippets/captures/
2006-05-10 Yuval Kogman Fix the RV of the first call to ->config
2006-05-10 Matt S Trout fixup POD to only mention DBIC::Schema model, not DBIC
2006-05-09 Brian Cassidy ConfigLoader updated to version 0.07
2006-05-08 Marcus Ramberg (no commit message)
2006-05-08 Jesse Sheidlower swapped Xapian for Plucene in About.pod
2006-05-08 Jesse Sheidlower small additions to About.pod
2006-05-07 Matt S Trout Fixed config and subclassing in Catalyst::Component
2006-05-02 Yuval Kogman Fix Bill Moseley's double-auto bug, and add tests
2006-05-01 Jess Robinson Fix links
2006-04-30 Yuval Kogman make Catalyst::Test not try to require if $class->can...
2006-04-28 Brian Cassidy no, really, add it.
2006-04-28 Brian Cassidy added french version of "please come back later"
2006-04-26 Brian Cassidy updated ConfigLoader to 0.06
2006-04-24 Brian Cassidy ignore undefined values in uri_for and uri_with
2006-04-24 Marcus Ramberg lala
2006-04-22 Sebastian Riedel Fixed a small bug
2006-04-21 Yuval Kogman new incarnation of the continuation plugin
2006-04-21 Brian Cassidy typo
2006-04-20 Brian Cassidy make uri_with() play nicely with multi-value parameters
2006-04-20 Brian Cassidy uri_with is now utf8-safe
2006-04-20 Matt S Trout Type fix from ash
2006-04-19 Brian Cassidy added $c->req->uri_with helper + tests
2006-04-18 Brian Cassidy updated to latest ConfigLoader
2006-04-13 Yuval Kogman silly refactoring in Catalyst::Base
2006-04-13 Yuval Kogman docs for upload dir config param
2006-04-12 Andy Grundman Fixed typo in Tutorial (thanks Frank)
2006-04-08 Yuval Kogman perltidy and warning
2006-04-08 Yuval Kogman Refactor ->forward in the Dispatcher so that it isn...
2006-04-08 Yuval Kogman Simplify dispatcher guts to use hashes
2006-04-08 Yuval Kogman simplify get_action to use a hash, without that sneaky...
2006-04-08 Yuval Kogman remove visitor from actioncontainer node creation stuff
2006-04-08 Yuval Kogman recursive namespace creation ;-)
2006-04-08 Yuval Kogman refactor namespace container node creation thingamabob
2006-04-08 Yuval Kogman refactor dispatch type loading
2006-04-07 Jess Robinson Reinstate _config call in template
2006-04-05 Matt S Trout warning fix from fireartist
2006-04-04 Marcus Ramberg fixed pod errors
2006-03-30 Marcus Ramberg applied patch to allow a tmpdir setting.
2006-03-25 Matt S Trout Doc updates from the jester
2006-03-24 Andy Grundman Static::Simple 0.14 to core, also merged jester's doc...
2006-03-23 Andy Grundman Removed forced engine instructions from tutorial
2006-03-21 Marcus Ramberg fix liten typo
2006-03-16 David Kamholz apply docs patch from Carl Franks (thanks!) with a...
2006-03-16 Gavin Henry Added a Template loop in usercreate.tt to show existing...
next