catagits/Catalyst-Runtime.git
2009-10-16 J. Shirley The longawaited nginx patch to support non-root apps...
2009-10-15 Tomas Doran Add docs I promised for r11484
2009-10-15 Andrew Rodland Give people a pointer to chase if they're looking for...
2009-10-14 Devin Austin fixed error message for mac osx 10.7
2009-10-14 Devin Austin Attempted to make the error message more obvious
2009-10-14 Devin Austin fixed regex for next mac codename/version, will have...
2009-10-14 Devin Austin Snow Leopard uses COPYFILE_DISABLE
2009-10-13 Rafael Kitover more correct fix for uninitialized warning from ACL
2009-10-12 Tomas Doran Less cargo cult madness
2009-10-12 Rafael Kitover better fix for uninitialized warning
2009-10-12 Rafael Kitover fix uninitialized warning in ACL
2009-10-07 Robert 'phaylon... added stub config section (incl TODO) to Cat.pm for...
2009-10-06 Dagfinn Ilmari... Set ->request on the response object i Catalyst::Test...
2009-10-06 Tomas Doran Improved the suggested fix warning when component resol...
2009-10-05 Tomas Doran And start the app correctly(ish) under the restarter...
2009-10-05 Tomas Doran Tidy up changelog/attribution
2009-10-05 Alexander Hartmaier Improved the suggested fix warning when component resol...
2009-09-27 Zac Stevens Further tests for Server script option parsing.
2009-09-27 Florian Ragwitz Make things run again with aggregation disabled.
2009-09-27 Florian Ragwitz More aggregation.
2009-09-27 Florian Ragwitz Fix a couple of aggregation warnings.
2009-09-27 Florian Ragwitz More aggregated tests.
2009-09-27 Tomas Doran Make r11422 not break stuff - idiot :(
2009-09-27 Tomas Doran Optional test not optional for authors
2009-09-25 Tomas Doran Remove warnings for using Catalyst::Dispatcher->dispatc...
2009-09-23 Tomas Doran Dep bump
2009-09-21 Mateu X. Hunter Update $c->forward and $c->state documentation to addre...
2009-09-21 Gareth Kirwan - Fix go / visit expecting captures and arguments in...
2009-09-20 Florian Ragwitz Use clean instead of autoclean in the ContextClosure...
2009-09-20 Florian Ragwitz Fix a syntax error in the ContextClosure pod.
2009-09-17 Tomas Doran Meh, that shows what I mean. This can be done waaaay...
2009-09-17 Tomas Doran Skeleton testapp for testing the args thrown to the...
2009-09-17 Tomas Doran Well, that got forgotten, oops
2009-09-17 Florian Ragwitz Version 5.80013. 5.80013
2009-09-17 Tomas Doran Re-space current release changelog to align with the...
2009-09-17 Tomas Doran Add note about ::[MVC]:: warnings
2009-09-17 Tomas Doran Add note about actions in appclass being deprecated
2009-09-17 Tomas Doran -short is dead, RT#49771
2009-09-16 Tomas Doran Now we depend on latest Moose we are certain to have...
2009-09-16 Tomas Doran Changelog
2009-09-15 Tomas Doran Remove what is now lies from Changes. Bump all the...
2009-09-15 Florian Ragwitz Use MooseX::Role::WithOverloading.
2009-09-15 Florian Ragwitz Merge branch 'master' into exception_interface
2009-09-14 Dave Rolsky The warning about a class having mutable ancestors...
2009-09-11 Tomas Doran Work with old and new Moose
2009-09-11 Dave Rolsky Preserve immutable_options when temporarily making...
2009-09-10 Andrew Rodland Rework the C<< $c->go >> documentation a little, hopefu...
2009-09-10 Tomas Doran Blargh. Merge branch deprecate_appclass_actions manuall...
2009-09-10 Tomas Doran Merge 'deprecate_appclass_actions' into 'trunk'
2009-09-10 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-10 Tomas Doran Fix warnings in upcoming moose
2009-09-09 Guillermo Roditi add myself to contributors
2009-09-09 Marcus Ramberg Prepare for release 5.80012
2009-09-09 Marcus Ramberg un-TODO passing TODO tests
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-07 Tomas Doran Fix duplicate results from get_action_methods. Q. Why...
2009-09-07 Tomas Doran AGH. Too tired to be doing this, fucked it up again
2009-09-07 Tomas Doran I'm an idiot, that totally doesn't work. remove.
2009-09-07 Tomas Doran Test for r11331 + fix to only report each action name...
2009-09-07 Tomas Doran Fix hash key name back to what it used to be for compat...
2009-09-05 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-09-05 Tomas Doran Basic tests for ScriptRunner, more needed
2009-09-05 Tomas Doran We also need autoclean
2009-09-05 Tomas Doran We need to depend on MX::Types, and ::StashChange not...
2009-09-05 Tomas Doran More POD
2009-09-05 Tomas Doran Gawd, that is out of date
2009-09-05 Tomas Doran Documentation dinks
2009-09-05 Tomas Doran Default run methods not required, can be provided by...
2009-09-05 Tomas Doran Add a short TODO list to complete before this branch...
2009-09-05 Tomas Doran Fix CGI script
2009-09-05 Tomas Doran Fix FastCGI script
2009-09-05 Tomas Doran Make ScriptRunner include the lib path.
2009-09-05 Tomas Doran Fix passing correct key, re-add getopt trait as this...
2009-09-03 Yousef H. Alhashemi Made $warnings a global variable for the appclass actio...
2009-09-03 Yousef H. Alhashemi Test that warnings are generated if appclass actions...
2009-09-02 Tomas Doran Changelogging
2009-09-02 Tomas Doran Factor stuff out into a script role, clean up all the...
2009-09-02 Tomas Doran Remove DBIC deploy script, this should not be in core...
2009-09-02 Tomas Doran Remove unused TestApp
2009-09-02 Tomas Doran Remove non-working tests
2009-09-01 Tomas Doran Changes tweaks
2009-09-01 Tomas Doran Bump versions back to 5.8.4
2009-09-01 Yousef H. Alhashemi Added a test that warnings do get thrown if appclass...
2009-09-01 Tomas Doran Changelog
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-09-01 Tomas Doran Stop remote tests breaking everything, and force author...
2009-09-01 Tomas Doran t/author in MANFEST
2009-09-01 Tomas Doran Author tests
2009-09-01 Tomas Doran Nuke skipped test which will never pass
2009-08-27 Dan Dascalescu POD addition: $c->req->body returns a string or a File...
2009-08-26 Arthur Axel... Look! I'm famous! (See Catalyst-Devel)
2009-08-26 Yousef H. Alhashemi Added 'use Test::More;'. Duh.
2009-08-26 Yousef H. Alhashemi Moved ACLTestApp from the test file to an app class...
2009-08-26 Yousef H. Alhashemi More actions moved to root controllers.
2009-08-25 Tomas Doran Fix duplicate components
2009-08-25 Tomas Doran 0003-Remove-diag-message.patch (marcus)
2009-08-24 Tomas Doran Test fixes for if CATALYST_DEBUG is set to 1.
2009-08-23 Florian Ragwitz Failing test for component loading
2009-08-23 Florian Ragwitz Version 5.80011. 5.80011
2009-08-23 Florian Ragwitz Changelogging.
next