catagits/Catalyst-Devel.git
2013-04-03 Tomas Doran Fix metadata remove_par mirror/remove_par
2013-03-14 Tomas Doran Do a complete par-ectomy, fixes RT#83936
2012-05-19 Tomas Doran Version 1.37 1.37
2012-05-19 Tomas Doran Update changelog
2012-05-19 Tomas Doran Add x_authority metadata
2012-05-19 Tomas Doran Try to fix the restarter selectivity
2012-01-02 Tomas Doran Use iomode => :raw to stop PNG files getting corrupted
2011-12-21 Justin Hunter add space between "BEGIN {" and "extends"
2011-12-21 Tomas Doran Fix typo noticed by abraxxa++
2011-10-25 Tomas Doran Version 1.36 1.36
2011-10-25 Tomas Doran Default to sending X-Catalyst header
2011-10-21 Tomas Doran Fix leaking temporary files in tests. RT#59166
2011-10-21 Tomas Doran Fix generated Makefile.PL on win32. RT#65456
2011-10-13 Tomas Doran I meant the app name, not the controller name
2011-10-13 Tomas Doran Fix tests generated for controllers generated with...
2011-10-13 Tomas Doran Merge
2011-10-06 Rafael Kitover bump Module::Install dep to 1.02
2011-09-05 Tomas Doran Version 1.35 1.35
2011-09-05 Tomas Doran Fix author_requires
2011-09-05 Tomas Doran Win32 fixes
2011-09-05 Tomas Doran Skip check for win32
2011-08-16 Tomas Doran Getting too enthusiastic with dates
2011-08-16 Ton Voon Added Changes entry for stderr hiding in catalyst_par par_stderr_not_null mirror/par_stderr_not_null
2011-08-16 Ton Voon Remove stderr hiding from PAR::Packer
2011-08-16 Tomas Doran Version 1.34 1.34
2011-08-16 Tomas Doran Update .gitignore for MYMETA
2011-08-16 Tomas Doran Update MANIFEST.SKIP for MYMETA
2011-08-16 Tomas Doran Fix to use apply_default_middlewares
2011-08-14 Tomas Doran Merge branch 'psgi'
2011-07-26 Tomas Doran Add MYMETA.yml
2011-07-24 Tomas Doran Add optional script deps to the -Devel installed package
2011-05-31 Tomas Doran Fix Pod - RT#68563
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-15 Dave Rolsky Fix failing test - render_file_contents is expected...
2011-04-07 Tomas Doran Changelog
2011-04-07 Alex J. G.... set permissions of script/*.pl to 0755
2011-04-07 Alex J. G.... allow changing permissions to 0000
2011-04-07 Alex J. G.... Fix RT#67303: -scripts changes permissions of original...
2011-03-29 t0m Fix duplicate 'use Test::More' statement in generated...
2011-03-27 Florian Ragwitz Merge branch 'master' into psgi
2011-03-27 Tomas Doran Long opts need double -
2011-03-24 Florian Ragwitz Version 1.33 1.33
2011-03-23 Jack Downes Catalyst::Utils is not an exporter
2011-03-22 Tomas Doran Version 1.32 1.32
2011-03-22 Tomas Doran Fix RT#57019: Fix bundling of File::Copy::Recursive.
2011-03-22 Tomas Doran Fix RT#65907: missing build require: Test::Exception
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-03-01 Florian Ragwitz Adapt to recent -Runtime changes
2011-02-14 Tomas Doran Use ensure_class_loaded, less ugly
2011-02-05 Dave Rolsky Make all Restarter subclasses immutable
2011-01-20 Tomas Doran Version 0.31
2011-01-20 Tomas Doran Make pod tests author only
2011-01-20 Tomas Doran Fix the test in dist build
2011-01-18 Alexander Hartmaier fixed config and template files not getting installed
2011-01-18 Alexander Hartmaier added test for checking installed files
2011-01-11 Tomas Doran Add built dists to MANIFEST.SKIP
2011-01-11 Tomas Doran Version 1.30 after pulling master, duh 1.30
2011-01-11 Tomas Doran Merge remote branch 'origin/master'
2011-01-11 Tomas Doran Version 1.29 1.29
2011-01-11 Tomas Doran Document --proc_title in generated fcgi script
2011-01-11 Tomas Doran Not so much use_ok
2010-12-13 Florian Ragwitz Explain why we depend on Module::Install
2010-12-05 Florian Ragwitz Create myapp.psgi
2010-12-05 John Napiorkowski Make sure we include needed rcopy dependency
2010-09-21 Andrew Rodland Update Changes
2010-09-21 Andrew Rodland Increase ConfigLoader dep from 0.23 to 0.30.
2010-08-12 Tomas Doran Changelog
2010-08-11 Caleb Cushing split method for creating tests
2010-08-11 Tomas Doran Changelog
2010-08-11 Caleb Cushing allow $self->{author} to be defined at ->new
2010-08-11 Tomas Doran Changelog
2010-08-11 Tomas Doran Merge remote branch 'origin/topic/template-remove-criti...
2010-08-11 Tomas Doran Changelog
2010-08-11 Tomas Doran Test it actually works
2010-08-11 Jan Henning... mk_app() can figure out app name and act from project...
2010-07-26 Caleb Cushing remove eval Perl-Critic doesn't like it
2010-07-20 Tomas Doran Note that plugin order is important
2010-06-24 Brian Cassidy Fix typo in share/script/myapp_server.pl.tt (RT #58475)
2010-06-18 Rafael Kitover use shellwords to split up pp option string
2010-06-17 Rafael Kitover split option string by whitespace
2010-06-17 Rafael Kitover don't pollute M::I plugin detector with GetOptions...
2010-06-16 Tomas Doran Version 1.28 1.28
2010-06-16 Tomas Doran Add a version number test
2010-06-16 Tomas Doran Move plan skip_all for ENV{TEST_POD} to the top
2010-05-22 Tomas Doran Fix Pod typo (RT#57362)
2010-05-08 Tomas Doran Fix brocket
2010-05-08 Tomas Doran Add a little more changelog and comments
2010-05-08 diegok Add restarter changes of not restarting on directory...
2010-05-07 diegok Don't restart on directory notifications
2010-05-07 diegok make restart test a bit less buggy (but still slow...
2010-05-01 Rafael Kitover adding -w to shebang line is rude
2010-04-14 Justin Hunter require Pod::Coverage 0.20+
2010-04-14 Tomas Doran fix the pod-coverage version required (by rjbs)
2010-04-07 Rafael Kitover update help for myapp_create.pl
2010-02-23 Florian Ragwitz Version 1.27. 1.27
2010-02-23 Rafael Kitover add 1; to the end of controller template
2010-02-03 Tomas Doran... Fix spacing
2010-02-03 Tomas Doran... Complain loudly if you don't have M::I::Catalyst
2010-01-28 Florian Ragwitz Trim more trailing whitespace.
2010-01-27 Tomas Doran Changelog
next