catagits/Catalyst-Devel.git
2010-01-27 Tomas Doran Makebe fix FAR.. Remove warning suppresssion fix_par mirror/fix_par
2010-01-14 Tomas Doran Fix STUPID HATEFUL VERSION NUMBERS
2010-01-12 Florian Ragwitz Version 1.26. 1.26
2010-01-12 Florian Ragwitz Depend on a Static::Simple that's known to not break.
2010-01-06 Florian Ragwitz Revert "Search a list of potential template directories...
2010-01-06 masto Search a list of potential template directories, includ...
2010-01-02 Florian Ragwitz Version 1.25. 1.25
2009-12-14 Florian Ragwitz Update repo url.
2009-12-07 Florian Ragwitz Version 1.24. 1.24
2009-12-07 Florian Ragwitz Unrevert r12223.
2009-12-07 Tomas Doran Missed one
2009-12-07 Tomas Doran Changelog up to date
2009-12-06 Florian Ragwitz Stop requiring generated test files to have a true...
2009-12-06 kmx Win32 compatibility fix:
2009-12-06 Dave Rolsky Credit myself for generated_app.t fix
2009-12-06 Dave Rolsky Fix pod to match option names (ideally this would come...
2009-12-06 Florian Ragwitz One eval $VERSION ought to be enough for anybody.
2009-12-06 Florian Ragwitz sometimes consistency is not a bad thing either.
2009-12-06 Florian Ragwitz stuff.
2009-12-06 Tomas Doran Bump versions 1.23
2009-12-06 Tomas Doran Changelog
2009-12-06 Tomas Doran Merge 'generated_app-fix' into 'trunk'
2009-12-06 Tomas Doran Force the optional test dep in author mode
2009-12-06 Tomas Doran Fix epic fail, batch one
2009-12-05 Dave Rolsky Fixes for generated_app.t so it doesn't rely on finding...
2009-12-05 Dave Rolsky branch to fix generated_app.t
2009-12-05 Tomas Doran Bump version, changelog 1.22
2009-12-04 Tomas Doran Fix bug regerating applications
2009-12-01 Tomas Doran Bump versions for a dev release to get smoke test fail 1.21_01
2009-12-01 Tomas Doran Merge 'helper_refactor' into 'trunk'
2009-12-01 Tomas Doran Move the local ENV to the right place
2009-12-01 Tomas Doran Changelog the branch
2009-12-01 Tomas Doran Depend on default plugin versions which won't spit...
2009-12-01 Tomas Doran Less extra whitespace, use done_testing rather than...
2009-12-01 Tomas Doran TT helper still works just fine
2009-12-01 Tomas Doran All got tested
2009-12-01 Tomas Doran Fix bug with generated component classes and an issue...
2009-12-01 Tomas Doran Rip out all the refactoring as it doesn't really go...
2009-11-27 Tomas Doran Add more tests, kill off the required attributes and...
2009-11-27 Tomas Doran More tests, bump required Cat version, update TODO
2009-11-27 Tomas Doran Fix up all test tests
2009-11-27 Tomas Doran What was that for, die in fire
2009-11-27 Tomas Doran Properly fix the generated app test. Run tests in the...
2009-11-27 Tomas Doran Return true from the tests so that I can require them
2009-11-27 Tomas Doran Fix bugs
2009-11-27 Tomas Doran More refactoring. Yes, there are too many attributes...
2009-11-26 Tomas Doran We already need namespace::clean directly, so depend...
2009-11-26 Tomas Doran Remove the ability to generate short name apps. Refacto...
2009-11-26 Tomas Doran No, it needs to be left so that other components outsid...
2009-11-26 Tomas Doran Actually switch the create script to new script style...
2009-11-26 Tomas Doran These have gone
2009-11-26 Tomas Doran Update options
2009-11-26 Tomas Doran Add a short todo list
2009-11-26 Tomas Doran Remove dependency on parent.pm and remove from generate...
2009-11-26 Tomas Doran Merge 'trunk' into 'helper_refactor'
2009-11-25 Tomas Doran Fix issues, more tests
2009-11-25 Tomas Doran Bigger than the current version
2009-11-24 Karsten Heymann Add Changes entry for last commit
2009-11-24 Karsten Heymann Added POD description for some methods.
2009-11-13 Tomas Doran Remove crap
2009-11-13 Tomas Doran Fix docs, put SCRIPT_GEN back in the server scripts
2009-11-07 Dan Thomas Add entry in Changes describing r11782
2009-11-07 Dan Thomas Don't monitor t/, root/ and hidden dirs
2009-10-21 Jonathan Yu Bring copyright statement in sync with the other packages
2009-10-20 Dave Rolsky Fixed a typo in Changes
2009-10-18 Tomas Doran Bump versions 1.21
2009-10-18 Dave Rolsky Clarify comment.
2009-10-18 Dave Rolsky Fix the "eternally growing stack trace" problem with...
2009-10-05 Tomas Doran More cleanups in the generated skeleton app
2009-10-05 Tomas Doran Call config as a method rather than poking the hash...
2009-10-05 Tomas Doran Remove spurios warning. Remove dead script. Still fails...
2009-10-05 Tomas Doran Fix the restarter in devel branch hopefully
2009-10-05 Tomas Doran Why is 4 randomly hard coded there. If we can't get...
2009-09-17 Zachary Stevens Fixed get_sharedir_file.t checking for the wrong except...
2009-09-09 Devin Austin moved stuff around so that it sorta reflects a real...
2009-09-09 Devin Austin added example skeleton
2009-09-05 Tomas Doran Remove dbic deploy stub
2009-09-05 Tomas Doran Add Moose so we have a constructor and fix changes...
2009-09-05 Tomas Doran Fix syntax errors and warnings
2009-09-05 Tomas Doran Change generated application skeleton to use Moose
2009-09-05 Tomas Doran Tidy up dependencies
2009-09-05 Tomas Doran Remove gsoc notes
2009-09-05 Tomas Doran Clean up, no moose here.
2009-09-05 Tomas Doran Tidy up docs
2009-08-28 Florian Ragwitz Exclude more crap.
2009-08-26 Arthur Axel... Fix -I issues for win32 (Changelog)
2009-08-26 Arthur Axel... Fix -I issues for win32
2009-08-23 Devin Austin cleaned up steps to create an app/component
2009-08-23 Devin Austin added some notes, and removed $self->_mk_dbic_deploy...
2009-08-23 Devin Austin cleaned up File::Spec->cat(file|dir) stuff
2009-08-11 Florian Ragwitz Version 1.20. 1.20
2009-08-11 Florian Ragwitz Bump the File::ChangeNotify prereq some more.
2009-07-29 Jesse Sheidlower POD tweak (Oleg Kostyuk)
2009-07-24 Devin Austin added frif's patch
2009-07-17 Devin Austin added DBIx::Class schema "migration" script + test...
2009-07-16 Devin Austin added myapp_deploy_schema prototype
2009-07-12 Tomas Doran Fix issues
2009-07-12 Devin Austin unfucked
2009-07-12 Tomas Doran Clean up
2009-07-12 Tomas Doran Fix Makefile.PL
next