14 years agoVersion 1.15. 1.15
Florian Ragwitz [Wed, 13 May 2009 18:04:04 +0000]
Version 1.15.

14 years agoBump script version for the -pidfile fix.
Florian Ragwitz [Wed, 13 May 2009 18:03:54 +0000]
Bump script version for the -pidfile fix.

14 years agoMerge branch 'improved-restarter'
Florian Ragwitz [Wed, 13 May 2009 18:03:45 +0000]
Merge branch 'improved-restarter'

Conflicts:
Changes
lib/Catalyst/Devel.pm

14 years agoUnfuck -p option to do what I have a finger macro for
Tomas Doran [Wed, 13 May 2009 17:41:21 +0000]
Unfuck -p option to do what I have a finger macro for

14 years agoVersion 1.14_02. 1.14_02
Florian Ragwitz [Tue, 12 May 2009 02:31:57 +0000]
Version 1.14_02.

14 years agoBump script generation for latest ChangeNotify changes.
Florian Ragwitz [Tue, 12 May 2009 02:31:51 +0000]
Bump script generation for latest ChangeNotify changes.

14 years agodepend on File::ChangeNotify 0.03.
Dave Rolsky [Tue, 12 May 2009 02:26:11 +0000]
depend on File::ChangeNotify 0.03.
Bump version & update changes

14 years agoAdd a default directory if none is specific.
Dave Rolsky [Tue, 12 May 2009 02:22:55 +0000]
Add a default directory if none is specific.

This was in File::ChangeNotify but it's really Catalyst-specific, and
doesn't belong there.

14 years agoMake sure the app blows up if ::Runtime is too old.
Florian Ragwitz [Tue, 12 May 2009 00:03:20 +0000]
Make sure the app blows up if ::Runtime is too old.

Couresy of miyagawa++.

14 years agoVersion 1.14_01. 1.14_01
Florian Ragwitz [Mon, 11 May 2009 02:00:23 +0000]
Version 1.14_01.

14 years agodon't expect coverage for BUILD or DEMOLISH
Dave Rolsky [Mon, 11 May 2009 01:55:00 +0000]
don't expect coverage for BUILD or DEMOLISH

14 years agoWrite docs for Restarter
Dave Rolsky [Mon, 11 May 2009 01:54:00 +0000]
Write docs for Restarter
s/restart_sub/start_sub/g

14 years agoAdd changes for restarter
Dave Rolsky [Mon, 11 May 2009 01:42:53 +0000]
Add changes for restarter

14 years agoRequire the new, much less buggy, File::ChangeNotify 0.02
Dave Rolsky [Mon, 11 May 2009 01:33:13 +0000]
Require the new, much less buggy, File::ChangeNotify 0.02

14 years agoBump the script generation for the restarter changes.
Florian Ragwitz [Mon, 11 May 2009 01:19:32 +0000]
Bump the script generation for the restarter changes.

14 years agoMerge commit 'svn/trunk' into improved-restarter
Florian Ragwitz [Mon, 11 May 2009 01:15:51 +0000]
Merge commit 'svn/trunk' into improved-restarter

Conflicts:
Changes
Makefile.PL
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

14 years agoVersion 1.13.
Florian Ragwitz [Mon, 11 May 2009 00:54:32 +0000]
Version 1.13.

14 years agoCatalyst::Devel - add pidfile option to _server.pl
Rafael Kitover [Sun, 10 May 2009 16:07:39 +0000]
Catalyst::Devel - add pidfile option to _server.pl

14 years agoCatalyst::Devel - bump up Config::General dep
Rafael Kitover [Sun, 10 May 2009 14:18:18 +0000]
Catalyst::Devel - bump up Config::General dep

14 years agomerge from trunk to improved-restarter branch
Dave Rolsky [Thu, 7 May 2009 23:08:19 +0000]
merge from trunk to improved-restarter branch

14 years agoRewrote restarter to use the soon-to-be-on-CPAN File::ChangeNotify
Dave Rolsky [Thu, 7 May 2009 23:06:08 +0000]
Rewrote restarter to use the soon-to-be-on-CPAN File::ChangeNotify

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoNo need to cancel the watcher on a DELETE_SELF event, Inotify2 does that internally.
Dave Rolsky [Tue, 5 May 2009 19:50:28 +0000]
No need to cancel the watcher on a DELETE_SELF event, Inotify2 does that internally.

15 years agoRemove unneeded extra parens
Dave Rolsky [Tue, 5 May 2009 19:49:55 +0000]
Remove unneeded extra parens

15 years agoRemove a useless newline
Dave Rolsky [Tue, 5 May 2009 19:31:20 +0000]
Remove a useless newline

15 years agoMake the inotify watcher actually work.
Dave Rolsky [Tue, 5 May 2009 19:29:21 +0000]
Make the inotify watcher actually work.

It was totally broken before, but I _thought_ it was working because
of a combination of stupidity, and the fact that I'd improved the
FileModified code made it less obvious that I was using the old
watcher code.

15 years agoFix the default regex so it just contains one anchor
Dave Rolsky [Tue, 5 May 2009 19:28:34 +0000]
Fix the default regex so it just contains one anchor

15 years agoActually report failure to load the Inotify module unless it's not
Dave Rolsky [Tue, 5 May 2009 19:14:20 +0000]
Actually report failure to load the Inotify module unless it's not
because Linux::Inotify2 isn't installed.

15 years agomerge trunk to improved-restarter branch
Dave Rolsky [Tue, 5 May 2009 15:51:00 +0000]
merge trunk to improved-restarter branch

15 years agoforgot to re-add Watcher.pm
Dave Rolsky [Sat, 2 May 2009 02:01:04 +0000]
forgot to re-add Watcher.pm

15 years agoLots of changes to how the restarter & watcher work.
Dave Rolsky [Sat, 2 May 2009 01:55:00 +0000]
Lots of changes to how the restarter & watcher work.

First, the "wait on events" loop is no longer in the restarter. The
restarter lets the watcher handle this. When an event happens, the
watcher calls

   $restarter->handle_changes(@events);

This made it _much_ easier to implement the Inotify-based watcher I've
added. Catalyst::Watcher is now a parent & factory. The old watcher
code has been split between ::Watcher and ::Watcher::FileModified.

The FileModified version has been fixed to handle file deletions a
little better, but it's still kind of broken.

The Inotify version handles everything correctly, though sometimes
it's reports of what changed can be off (but it restarts as needed,
and adds new directories to the watch list properly).

Finally, I fixed some bugs in the Helper module where the generated
script did not use the right names for arguments passed when creating
the restarter.

15 years agoCatalyst::Devel - kill C3 warnings on 5.10
Rafael Kitover [Thu, 30 Apr 2009 20:11:57 +0000]
Catalyst::Devel - kill C3 warnings on 5.10

15 years agoAdd some tests for the restarter. These are not very reliable and seem very timing...
Dave Rolsky [Tue, 28 Apr 2009 01:50:00 +0000]
Add some tests for the restarter. These are not very reliable and seem very timing dependent. I _have_ seen them run all the way through successfully. They need a lot of improvement to be truly useful.

15 years agoTurn off buffering when running under the test harness (it's a hack,
Dave Rolsky [Tue, 28 Apr 2009 01:49:09 +0000]
Turn off buffering when running under the test harness (it's a hack,
but better than just turning off buffering entirely).

15 years agoMove killing the child into its own method and add a Win32-specific hack
Dave Rolsky [Mon, 27 Apr 2009 21:10:00 +0000]
Move killing the child into its own method and add a Win32-specific hack

15 years agomerge from trunk
Dave Rolsky [Sun, 26 Apr 2009 14:22:28 +0000]
merge from trunk

15 years agoVersion 1.12. 1.12
Florian Ragwitz [Sun, 26 Apr 2009 13:46:39 +0000]
Version 1.12.

15 years agoRemove deprecated BindLex from _create.pl help message.
Florian Ragwitz [Sun, 26 Apr 2009 13:46:30 +0000]
Remove deprecated BindLex from _create.pl help message.

15 years agoCannot run in the background when also watching for file changes and restarting.
Dave Rolsky [Fri, 24 Apr 2009 02:14:28 +0000]
Cannot run in the background when also watching for file changes and restarting.

15 years agoAdd an empty line for restart message.
Dave Rolsky [Fri, 24 Apr 2009 02:13:43 +0000]
Add an empty line for restart message.

15 years agoRestore background feature lost in branch creation.
Dave Rolsky [Fri, 24 Apr 2009 02:09:45 +0000]
Restore background feature lost in branch creation.

15 years agomerge from trunk
Dave Rolsky [Fri, 24 Apr 2009 02:08:29 +0000]
merge from trunk

15 years agoUpdate docs
Dave Rolsky [Fri, 24 Apr 2009 02:06:19 +0000]
Update docs

15 years agoRevamped how the restarter stuff works so it's totally separate from
Dave Rolsky [Fri, 24 Apr 2009 02:02:19 +0000]
Revamped how the restarter stuff works so it's totally separate from
the Catalyst Engine modules.

This is _much_ simpler, and there's no need to test for
reloadability. If it fails to reload, the server dies, but it keeps
watching for changes, and will keep trying to reload as you change
things.

15 years agoBranch to put the restarter in C::Devel
Dave Rolsky [Fri, 24 Apr 2009 01:54:03 +0000]
Branch to put the restarter in C::Devel

15 years agoFix changelog fail. 1.11
Florian Ragwitz [Wed, 22 Apr 2009 20:57:15 +0000]
Fix changelog fail.

15 years agoVersion 0.11.
Florian Ragwitz [Wed, 22 Apr 2009 17:07:00 +0000]
Version 0.11.

15 years agoAdd .gitignore.
Florian Ragwitz [Wed, 22 Apr 2009 17:05:32 +0000]
Add .gitignore.

15 years agoExclude git files from MANIFEST.
Florian Ragwitz [Wed, 22 Apr 2009 17:03:42 +0000]
Exclude git files from MANIFEST.

15 years agoBump script version.
Florian Ragwitz [Wed, 22 Apr 2009 17:03:36 +0000]
Bump script version.

15 years agoChangelogging.
Florian Ragwitz [Wed, 22 Apr 2009 16:59:45 +0000]
Changelogging.

15 years agoRemove duplicate changelog entry.
Florian Ragwitz [Wed, 22 Apr 2009 16:58:06 +0000]
Remove duplicate changelog entry.

15 years agoC::D - update Changes
Rafael Kitover [Tue, 21 Apr 2009 07:50:04 +0000]
C::D - update Changes

15 years agoC::D - minor rewording of unknown error warning
Rafael Kitover [Tue, 21 Apr 2009 07:48:55 +0000]
C::D - minor rewording of unknown error warning

15 years agoAdd "Unknown error" check
Rafael Kitover [Tue, 21 Apr 2009 06:56:29 +0000]
Add "Unknown error" check

15 years agoChanglog merges
Tomas Doran [Sat, 28 Mar 2009 17:31:14 +0000]
Changlog merges

15 years agoPull the part of ashs r8144 which didn't make it from 1.10
Tomas Doran [Sat, 28 Mar 2009 17:26:06 +0000]
Pull the part of ashs r8144 which didn't make it from 1.10

15 years agoMerge r9317 from broken 1.10 branch
Tomas Doran [Sat, 28 Mar 2009 17:16:49 +0000]
Merge r9317 from broken 1.10 branch

15 years agoMerge r8655 from broken 1.10 branch
Tomas Doran [Sat, 28 Mar 2009 17:13:13 +0000]
Merge r8655 from broken 1.10 branch

15 years agorevprops to ignore generated files
Tomas Doran [Sat, 28 Mar 2009 17:00:12 +0000]
revprops to ignore generated files

15 years agoOn the suggestion of mst, which I totally agree with.
Tomas Doran [Sat, 28 Mar 2009 16:51:59 +0000]
On the suggestion of mst, which I totally agree with.

15 years agoCorrected run-on sentence in license
Dan Dascalescu [Fri, 6 Mar 2009 15:10:14 +0000]
Corrected run-on sentence in license

15 years agoAdd a -background cli option to the dev server.
Florian Ragwitz [Tue, 10 Feb 2009 04:44:00 +0000]
Add a -background cli option to the dev server.

Closes RT#43077.  Patch by duncan_j_ferguson@yahoo.co.uk.

15 years agoprep release 1.10
Ricardo SIGNES [Thu, 5 Feb 2009 20:04:54 +0000]
prep release

15 years agofix use of dist/package
Ricardo SIGNES [Thu, 5 Feb 2009 20:03:17 +0000]
fix use of dist/package
fix bug that could cause create scripts to fail

15 years agoPrepare for a devel release 1.09
Marcus Ramberg [Wed, 4 Feb 2009 19:58:27 +0000]
Prepare for a devel release

15 years agoTypo
Dan Dascalescu [Fri, 30 Jan 2009 01:39:20 +0000]
Typo

15 years agoRemove trailing whitespace in generated scripts and modules.
Florian Ragwitz [Mon, 25 Aug 2008 22:46:51 +0000]
Remove trailing whitespace in generated scripts and modules.

15 years agoFix syntax error in _create.pl.
Florian Ragwitz [Mon, 25 Aug 2008 22:46:43 +0000]
Fix syntax error in _create.pl.

Introduced in r8193 (Fix warning when devel is missing).

15 years agodoc improvements to Catalyst::Helper
Kieren Diment [Mon, 18 Aug 2008 22:38:19 +0000]
doc improvements to Catalyst::Helper

15 years agoupdate docs so Helper doesn't refer to a deprecated module
Kieren Diment [Sun, 17 Aug 2008 08:26:10 +0000]
update docs so Helper doesn't refer to a deprecated module

15 years agoadd sri's PROJECT FOUNDER section from Catalyst to Catalyst::Devel as requested
Matt S Trout [Fri, 15 Aug 2008 11:17:32 +0000]
add sri's PROJECT FOUNDER section from Catalyst to Catalyst::Devel as requested

15 years agoFix warning when devel is missing
Marcus Ramberg [Wed, 6 Aug 2008 20:18:37 +0000]
Fix warning when devel is missing

15 years agoCorrect version number in devel changes file
Marcus Ramberg [Wed, 16 Jul 2008 17:35:39 +0000]
Correct version number in devel changes file

15 years agoPrepare to release
Marcus Ramberg [Sun, 13 Jul 2008 16:11:22 +0000]
Prepare to release

15 years agorevert to use catalyst qw/@plugins/
Kieren Diment [Wed, 9 Jul 2008 12:08:15 +0000]
revert to use catalyst qw/@plugins/

15 years agomissed one
Brian Cassidy [Mon, 30 Jun 2008 16:23:51 +0000]
missed one

15 years agoauthor list points to Catalyst.pm
Brian Cassidy [Mon, 30 Jun 2008 16:13:28 +0000]
author list points to Catalyst.pm

15 years agoRequire Config::General instead of YAML
Brian Cassidy [Thu, 26 Jun 2008 14:07:55 +0000]
Require Config::General instead of YAML

15 years agoupdate changelog
Kieren Diment [Tue, 27 May 2008 22:10:08 +0000]
update changelog

15 years agofixed index for _create.pl Controller
Kieren Diment [Tue, 27 May 2008 22:09:50 +0000]
fixed index for _create.pl Controller

15 years agofixing some style in the helper
Kieren Diment [Tue, 27 May 2008 12:01:28 +0000]
fixing some style in the helper

15 years agoPrepared Devel for release
Marcus Ramberg [Sun, 25 May 2008 21:38:33 +0000]
Prepared Devel for release

15 years agoupdate changes file and generalted Makefile.PL in 1.00
Kieren Diment [Fri, 23 May 2008 22:20:51 +0000]
update changes file and generalted Makefile.PL in 1.00

15 years agochanging to config::general in the correct version of catalyst::devel
Kieren Diment [Fri, 23 May 2008 22:20:26 +0000]
changing to config::general in the correct version of catalyst::devel

16 years agoFix pod generation in Catalyst-Helper
Marcus Ramberg [Tue, 29 Apr 2008 16:12:59 +0000]
Fix pod generation in Catalyst-Helper

16 years agoreleased C-D 1.06
Marcus Ramberg [Wed, 9 Apr 2008 06:36:21 +0000]
released C-D 1.06

16 years agoadd missing parent dependency, released new Catalyst-Devel
Marcus Ramberg [Mon, 7 Apr 2008 10:30:52 +0000]
add missing parent dependency, released new Catalyst-Devel

16 years agoupdate changes, prepare for release
Marcus Ramberg [Sun, 6 Apr 2008 21:19:17 +0000]
update changes, prepare for release

16 years agoremove catalyst-manual dependency, change default helper to use parent
Marcus Ramberg [Sun, 6 Apr 2008 20:59:05 +0000]
remove catalyst-manual dependency, change default helper to use parent

16 years agoupdate changes
Marcus Ramberg [Tue, 5 Feb 2008 20:38:25 +0000]
update changes

16 years agoUpdate default actions in generated root.pm
Marcus Ramberg [Tue, 5 Feb 2008 20:37:11 +0000]
Update default actions in generated root.pm

16 years agoMoved most of POD to the bottom.
Jess Robinson [Mon, 28 Jan 2008 14:48:22 +0000]
Moved most of POD to the bottom.
Added doc about scripts created.
Re-arranged the rest a little.

16 years agoignore svn/git/darcs/bzr/hg files
Jonathan Rockway [Sat, 8 Dec 2007 01:40:12 +0000]
ignore svn/git/darcs/bzr/hg files

16 years agomoved Catalyst-Devel to new repo layout
Matt S Trout [Fri, 14 Sep 2007 20:11:27 +0000]
moved Catalyst-Devel to new repo layout

16 years agoadded auto_install to Makefile.PL
Matt S Trout [Fri, 14 Sep 2007 20:10:27 +0000]
added auto_install to Makefile.PL

16 years agothe emacs temp file change is still in -Devel, but never made it into 1.03
Brian Cassidy [Fri, 14 Sep 2007 12:47:01 +0000]
the emacs temp file change is still in -Devel, but never made it into 1.03

16 years agorestarting engine fixes from willert
Brian Cassidy [Fri, 14 Sep 2007 12:38:42 +0000]
restarting engine fixes from willert

16 years agomissing changes
Marcus Ramberg [Fri, 14 Sep 2007 12:04:17 +0000]
missing changes