14 years agoUse Path::Resolver::Resolver::DistDir in place of File::ShareDir. custom_templates mirror/custom_templates
Christopher Masto [Wed, 6 Jan 2010 22:05:34 +0000]
Use Path::Resolver::Resolver::DistDir in place of File::ShareDir.

14 years agoClean up share path search:
Christopher Masto [Wed, 6 Jan 2010 20:11:49 +0000]
Clean up share path search:
  Using Path::Resolver
  Include per-user directory (~/.catalyst/helper)
  Environment variable comes first

14 years agoSearch a list of potential template directories, including the project base.
Christopher Masto [Wed, 6 Jan 2010 17:55:09 +0000]
Search a list of potential template directories, including the project base.

14 years agoVersion 1.25. 1.25
Florian Ragwitz [Sat, 2 Jan 2010 15:16:17 +0000]
Version 1.25.

14 years agoUpdate repo url.
Florian Ragwitz [Mon, 14 Dec 2009 23:51:50 +0000]
Update repo url.

14 years agoVersion 1.24. 1.24
Florian Ragwitz [Mon, 7 Dec 2009 22:29:31 +0000]
Version 1.24.

14 years agoUnrevert r12223.
Florian Ragwitz [Mon, 7 Dec 2009 22:22:53 +0000]
Unrevert r12223.

14 years agoMissed one
Tomas Doran [Mon, 7 Dec 2009 22:21:03 +0000]
Missed one

14 years agoChangelog up to date
Tomas Doran [Mon, 7 Dec 2009 22:19:52 +0000]
Changelog up to date

14 years agoStop requiring generated test files to have a true return value.
Florian Ragwitz [Sun, 6 Dec 2009 21:24:35 +0000]
Stop requiring generated test files to have a true return value.

14 years agoWin32 compatibility fix:
kmx [Sun, 6 Dec 2009 19:43:32 +0000]
Win32 compatibility fix:
1) hardcoded 'make' replaced by: $Config{make}||'make'
2) testing executable flags skipped on Win32

14 years agoCredit myself for generated_app.t fix
Dave Rolsky [Sun, 6 Dec 2009 18:51:28 +0000]
Credit myself for generated_app.t fix

14 years agoFix pod to match option names (ideally this would come directly from Catalyst::Script...
Dave Rolsky [Sun, 6 Dec 2009 18:49:56 +0000]
Fix pod to match option names (ideally this would come directly from Catalyst::Script::Server instead of being duplicated here)

14 years agoOne eval $VERSION ought to be enough for anybody.
Florian Ragwitz [Sun, 6 Dec 2009 13:52:00 +0000]
One eval $VERSION ought to be enough for anybody.

14 years agosometimes consistency is not a bad thing either.
Florian Ragwitz [Sun, 6 Dec 2009 13:45:33 +0000]
sometimes consistency is not a bad thing either.

14 years agostuff.
Florian Ragwitz [Sun, 6 Dec 2009 13:45:26 +0000]
stuff.

14 years agoBump versions 1.23
Tomas Doran [Sun, 6 Dec 2009 12:18:54 +0000]
Bump versions

14 years agoChangelog
Tomas Doran [Sun, 6 Dec 2009 12:17:39 +0000]
Changelog

14 years agoMerge 'generated_app-fix' into 'trunk'
Tomas Doran [Sun, 6 Dec 2009 12:14:46 +0000]
Merge 'generated_app-fix' into 'trunk'

r12228@t0mlaptop (orig r12193):  autarch | 2009-12-05 22:30:42 +0000
branch to fix generated_app.t
r12229@t0mlaptop (orig r12194):  autarch | 2009-12-05 22:32:19 +0000
Fixes for generated_app.t so it doesn't rely on finding catalyst.pl in the current path, and so that it always uses the right share dir
r12237@t0mlaptop (orig r12202):  t0m | 2009-12-06 12:13:01 +0000
Force the optional test dep in author mode

14 years agoForce the optional test dep in author mode
Tomas Doran [Sun, 6 Dec 2009 12:13:01 +0000]
Force the optional test dep in author mode

14 years agoFix epic fail, batch one
Tomas Doran [Sun, 6 Dec 2009 11:00:53 +0000]
Fix epic fail, batch one

14 years agoFixes for generated_app.t so it doesn't rely on finding catalyst.pl in the current...
Dave Rolsky [Sat, 5 Dec 2009 22:32:19 +0000]
Fixes for generated_app.t so it doesn't rely on finding catalyst.pl in the current path, and so that it always uses the right share dir

14 years agobranch to fix generated_app.t
Dave Rolsky [Sat, 5 Dec 2009 22:30:42 +0000]
branch to fix generated_app.t

14 years agoBump version, changelog 1.22
Tomas Doran [Sat, 5 Dec 2009 07:21:01 +0000]
Bump version, changelog

14 years agoFix bug regerating applications
Tomas Doran [Fri, 4 Dec 2009 11:12:27 +0000]
Fix bug regerating applications

14 years agoBump versions for a dev release to get smoke test fail 1.21_01
Tomas Doran [Tue, 1 Dec 2009 03:33:05 +0000]
Bump versions for a dev release to get smoke test fail

14 years agoMerge 'helper_refactor' into 'trunk'
Tomas Doran [Tue, 1 Dec 2009 03:32:02 +0000]
Merge 'helper_refactor' into 'trunk'

r10260@t0mlaptop (orig r10259):  dhoss | 2009-05-23 22:34:47 +0100
Created new helper refactor branch
r10261@t0mlaptop (orig r10260):  dhoss | 2009-05-23 22:43:10 +0100
added temporary test app to diff current C::H generation with progressive api updates
r10262@t0mlaptop (orig r10261):  dhoss | 2009-05-23 23:09:30 +0100
added gsoc todo stuff
r10263@t0mlaptop (orig r10262):  t0m | 2009-05-24 12:09:45 +0100
Erm, the test app for comparison needs to be generated with the current code, or it doesn't compare the same
r10264@t0mlaptop (orig r10263):  t0m | 2009-05-24 12:10:12 +0100
Add script to check that the testapp we generate compares the same
r10265@t0mlaptop (orig r10264):  t0m | 2009-05-24 12:10:46 +0100
Adjust ignore props so we don't accidentally commit the wrong TestApp
r10266@t0mlaptop (orig r10265):  t0m | 2009-05-24 12:21:15 +0100
Make sure changing the templates makes the test break
r10267@t0mlaptop (orig r10266):  t0m | 2009-05-24 12:21:47 +0100
And back out so test passes again
r10311@t0mlaptop (orig r10310):  dhoss | 2009-05-27 09:33:17 +0100
Fixed up test to check to see if user has a diff program installed
r10312@t0mlaptop (orig r10311):  dhoss | 2009-05-27 10:33:13 +0100
added test file for new file dealings, as well as get_template_files, get_image, and get_version dir. Now using Moose, Path::Class and File::ShareDir
r10313@t0mlaptop (orig r10312):  dhoss | 2009-05-27 10:35:17 +0100
changed get_images to get_files so get_file doesn't break (more)

r10314@t0mlaptop (orig r10313):  dhoss | 2009-05-27 10:40:41 +0100
need to fix create_files.t to pass (no tests currently being run)
need to fix regex to look for .tt/.tt2 files

r10317@t0mlaptop (orig r10316):  t0m | 2009-05-27 20:47:11 +0100
Sharedir in Makefile.PL
r10318@t0mlaptop (orig r10317):  t0m | 2009-05-27 20:51:45 +0100
Fix not generating any files by: svn merge -r 10313:10310 .
r10319@t0mlaptop (orig r10318):  t0m | 2009-05-27 21:07:17 +0100
Make the favicon be in the sharedir
r10333@t0mlaptop (orig r10332):  dhoss | 2009-05-28 07:35:44 +0100
pulled all files out, i believe i got everything.
fixed code to use File::ShareDir instead of __DATA__

r10334@t0mlaptop (orig r10333):  dhoss | 2009-05-28 07:36:45 +0100
added lingering files

r10335@t0mlaptop (orig r10334):  dhoss | 2009-05-28 07:37:35 +0100
removed wrongly named tt files

r10336@t0mlaptop (orig r10335):  dhoss | 2009-05-28 07:51:17 +0100
added missing test files

r10337@t0mlaptop (orig r10336):  dhoss | 2009-05-28 09:26:39 +0100
unfucked get_file

r10338@t0mlaptop (orig r10337):  dhoss | 2009-05-28 09:47:32 +0100
added # Do not touch this method, *EVER*, it is needed for back compat.
comment to respective methods

r10339@t0mlaptop (orig r10338):  t0m | 2009-05-28 09:51:11 +0100
Fix image files
r10340@t0mlaptop (orig r10339):  dhoss | 2009-05-28 10:09:20 +0100
added stuff to gsoc plan

r10341@t0mlaptop (orig r10340):  dhoss | 2009-05-28 10:17:30 +0100
removed crap

r10355@t0mlaptop (orig r10354):  dhoss | 2009-05-29 09:39:42 +0100
added a few fixes

r10356@t0mlaptop (orig r10355):  t0m | 2009-05-29 09:40:05 +0100
Give a shit about blank lines, I do not
r10357@t0mlaptop (orig r10356):  t0m | 2009-05-29 09:56:30 +0100
Should detect if we're in a checkout. I'm still not happy with this
r10384@t0mlaptop (orig r10383):  dhoss | 2009-05-30 03:14:36 +0100
updated todo

r10387@t0mlaptop (orig r10386):  dhoss | 2009-05-30 07:55:18 +0100
restructured dirs. need to write test to test how helper is invoked. also need to get helper to play with new dir struct well
r10398@t0mlaptop (orig r10397):  dhoss | 2009-05-30 23:57:34 +0100
fixed invocation test

r10399@t0mlaptop (orig r10398):  dhoss | 2009-05-31 00:02:23 +0100
updated todo, rfc time?

r10416@t0mlaptop (orig r10415):  dhoss | 2009-06-02 05:32:11 +0100
updated todo

r10417@t0mlaptop (orig r10416):  dhoss | 2009-06-02 06:43:38 +0100
updated todo again (kd: bug fixes)

r10428@t0mlaptop (orig r10427):  dhoss | 2009-06-04 02:06:21 +0100
updated todo
r10429@t0mlaptop (orig r10428):  dhoss | 2009-06-04 02:56:16 +0100
Added deprecated methods test.
Renamed .png files to .png.bin
split up render_file into a method to take in new template files
and a backwards compatible method to take in __DATA__.
2/3 tests pass for this, but the render_file test in back_compat.t is
still having issues.

r10430@t0mlaptop (orig r10429):  dhoss | 2009-06-04 03:44:15 +0100
added list of done stuff to keep track of
r10481@t0mlaptop (orig r10480):  dhoss | 2009-06-09 07:10:23 +0100
added static directory, removed .png files

r10482@t0mlaptop (orig r10481):  dhoss | 2009-06-09 07:25:01 +0100
removed old invocation checking test

r10483@t0mlaptop (orig r10482):  dhoss | 2009-06-09 08:20:45 +0100
fixed render_sharedir_file, we were passing $self twice

r10484@t0mlaptop (orig r10483):  dhoss | 2009-06-09 09:00:37 +0100
tests now pass!

r10487@t0mlaptop (orig r10486):  dhoss | 2009-06-09 10:25:09 +0100
updated list of things done

r10488@t0mlaptop (orig r10487):  dhoss | 2009-06-09 10:26:45 +0100
updated TODO

r10508@t0mlaptop (orig r10507):  t0m | 2009-06-12 01:29:43 +0100
Basic test for get_sharedir_file
r10509@t0mlaptop (orig r10508):  t0m | 2009-06-12 01:42:35 +0100
Unfuck, tests pass again
r10510@t0mlaptop (orig r10509):  t0m | 2009-06-12 01:42:45 +0100
Delete crap
r10511@t0mlaptop (orig r10510):  t0m | 2009-06-12 01:44:41 +0100
Fix favicon to final location, delete more crap
r10512@t0mlaptop (orig r10511):  t0m | 2009-06-12 01:46:25 +0100
Remove more crap
r10513@t0mlaptop (orig r10512):  t0m | 2009-06-12 01:47:18 +0100
Stuff removal from root/ finished
r10514@t0mlaptop (orig r10513):  t0m | 2009-06-12 01:49:51 +0100
Move images to correct place
r10515@t0mlaptop (orig r10514):  dhoss | 2009-06-12 01:58:04 +0100
renamed!
r10517@t0mlaptop (orig r10516):  t0m | 2009-06-12 10:00:11 +0100
Fix Helper.pm, additional rename
r10520@t0mlaptop (orig r10519):  t0m | 2009-06-13 00:32:53 +0100
Be consistent with renaming
r10521@t0mlaptop (orig r10520):  dhoss | 2009-06-13 00:56:46 +0100
updated todo

r10522@t0mlaptop (orig r10521):  dhoss | 2009-06-13 01:07:51 +0100
removed TestAppForInvocation

r10523@t0mlaptop (orig r10522):  t0m | 2009-06-13 01:08:07 +0100
Misspelled, useless test. dhoss - please rename and run with this crap?

r10524@t0mlaptop (orig r10523):  dhoss | 2009-06-13 01:11:10 +0100
renamed per request of senor t0m

r10525@t0mlaptop (orig r10524):  dhoss | 2009-06-13 01:30:28 +0100
Fixed podcoverage

r10537@t0mlaptop (orig r10536):  t0m | 2009-06-14 20:14:09 +0100
remove warning.

r10544@t0mlaptop (orig r10543):  dhoss | 2009-06-15 22:52:27 +0100
fixed apptest.tt per #PXVL (hiveminder)
removed stupid SKIP line in check_testapp_the_same (not needed)

r10545@t0mlaptop (orig r10544):  dhoss | 2009-06-15 23:13:34 +0100
lolwut.

some fuckery with this test now. HALP ME t0m

r10546@t0mlaptop (orig r10545):  t0m | 2009-06-15 23:18:35 +0100
Erm, the app wasn't there..

r10549@t0mlaptop (orig r10548):  t0m | 2009-06-16 09:27:20 +0100
Nuke comparison testapp test. It has done it's job now well enough and can be replaced with more fine grained tests now
r10567@t0mlaptop (orig r10566):  dhoss | 2009-06-17 10:16:05 +0100
renamed scripts

r10568@t0mlaptop (orig r10567):  dhoss | 2009-06-17 10:21:13 +0100
renamed tests

r10569@t0mlaptop (orig r10568):  dhoss | 2009-06-17 10:28:00 +0100
renamed these two files

r10570@t0mlaptop (orig r10569):  dhoss | 2009-06-17 10:31:10 +0100
fixed paths to proper files

r10571@t0mlaptop (orig r10570):  dhoss | 2009-06-17 10:55:28 +0100
added names to generated_app.t
reverted 01app.t to old version so that compatability remains (for now)
made changes to C::Helper.pm to reflect new and moar bettar names

r10572@t0mlaptop (orig r10571):  dhoss | 2009-06-17 11:12:27 +0100
updated changelog

r10573@t0mlaptop (orig r10572):  dhoss | 2009-06-17 12:09:18 +0100
added tests for new methods

r10574@t0mlaptop (orig r10573):  dhoss | 2009-06-17 12:36:14 +0100
updated todo, and donelist

r10604@t0mlaptop (orig r10603):  dhoss | 2009-06-20 16:22:00 +0100
udpated gsoc todo

r10621@t0mlaptop (orig r10620):  dhoss | 2009-06-23 19:36:18 +0100
udpated done stuff

r10622@t0mlaptop (orig r10621):  dhoss | 2009-06-23 19:58:13 +0100
updated todo

r10628@t0mlaptop (orig r10627):  dhoss | 2009-06-23 21:11:08 +0100
added test to check to see if our generated app passes tests
need to fix so that prove -l t/ finds the correct stuff in @INC, or
correct stuff is *put* into @INC. Whatever.

r10629@t0mlaptop (orig r10628):  dhoss | 2009-06-23 21:12:50 +0100
updated done list

r10630@t0mlaptop (orig r10629):  dhoss | 2009-06-23 21:25:39 +0100
File::Spec->catfile'd everything

r10631@t0mlaptop (orig r10630):  dhoss | 2009-06-23 21:26:47 +0100
updated done list

r10633@t0mlaptop (orig r10632):  dhoss | 2009-06-23 22:50:11 +0100
updated generated app
fixed 01app.t.tt (had a hardcoded app name in BEGIN {...})

r10634@t0mlaptop (orig r10633):  dhoss | 2009-06-23 23:35:53 +0100
moosified server template.
added test to make sure new server works.  Can't seem to connect, so
test doesn't pass.

r10635@t0mlaptop (orig r10634):  dhoss | 2009-06-23 23:49:55 +0100
added kmx's patch, still fails

r10636@t0mlaptop (orig r10635):  dhoss | 2009-06-23 23:52:50 +0100
updated done list

r10637@t0mlaptop (orig r10636):  dhoss | 2009-06-24 00:03:47 +0100
updated done

r10642@t0mlaptop (orig r10641):  kmx | 2009-06-24 11:13:36 +0100
C::Devel (branche helper_refactor) generated_app.t fixed, now works well for me on Win32 and Linux
r10665@t0mlaptop (orig r10664):  dhoss | 2009-06-25 11:44:03 +0100
updated script templates to reflect new -Runtime scripts

r10715@t0mlaptop (orig r10714):  t0m | 2009-06-28 23:07:24 +0100
Clean up crap
r10716@t0mlaptop (orig r10715):  t0m | 2009-06-28 23:26:50 +0100
Avoid .svn in your sharedir problem by adding an INSTALL.SKIP file
r10719@t0mlaptop (orig r10718):  t0m | 2009-06-29 00:11:42 +0100
Somewhat fix the scripts and tests
r10767@t0mlaptop (orig r10766):  t0m | 2009-07-01 00:53:59 +0100
This is even more horrible, but stops catalyst.pl from being bork in checkouts
r10864@t0mlaptop (orig r10863):  dhoss | 2009-07-12 01:13:56 +0100
fixed path to comptest.tt

r10868@t0mlaptop (orig r10867):  dhoss | 2009-07-12 03:20:33 +0100
fixed compclass

r10871@t0mlaptop (orig r10870):  t0m | 2009-07-12 18:29:43 +0100
Strip trailing whitespace
r10872@t0mlaptop (orig r10871):  t0m | 2009-07-12 18:31:24 +0100
Fix Makefile.PL
r10873@t0mlaptop (orig r10872):  t0m | 2009-07-12 18:31:46 +0100
Clean up
r10874@t0mlaptop (orig r10873):  dhoss | 2009-07-12 18:43:03 +0100
unfucked

r10875@t0mlaptop (orig r10874):  t0m | 2009-07-12 18:44:06 +0100
Fix issues
r10895@t0mlaptop (orig r10894):  dhoss | 2009-07-16 10:26:40 +0100
added myapp_deploy_schema prototype

r10914@t0mlaptop (orig r10913):  dhoss | 2009-07-17 02:51:03 +0100
added DBIx::Class schema "migration" script + test in generated_app.t

r10979@t0mlaptop (orig r10978):  dhoss | 2009-07-25 00:38:48 +0100
added frif's patch

r11223@t0mlaptop (orig r11222):  dhoss | 2009-08-23 22:32:35 +0100
cleaned up File::Spec->cat(file|dir) stuff

r11224@t0mlaptop (orig r11223):  dhoss | 2009-08-23 22:59:26 +0100
added some notes, and removed $self->_mk_dbic_deploy since it's not going to be default

r11225@t0mlaptop (orig r11224):  dhoss | 2009-08-23 23:03:59 +0100
cleaned up steps to create an app/component

r11335@t0mlaptop (orig r11306):  t0m | 2009-09-05 16:15:20 +0100
 r11313@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:03:30 +0100
 Clean up, no moose here.

r11336@t0mlaptop (orig r11307):  t0m | 2009-09-05 16:15:25 +0100
 r11314@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:04:58 +0100
 Remove gsoc notes

r11337@t0mlaptop (orig r11308):  t0m | 2009-09-05 16:15:31 +0100
 r11315@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:08:47 +0100
 Tidy up dependencies

r11338@t0mlaptop (orig r11309):  t0m | 2009-09-05 16:15:37 +0100
 r11316@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:11:59 +0100
 Change generated application skeleton to use Moose

r11339@t0mlaptop (orig r11310):  t0m | 2009-09-05 16:15:44 +0100
 r11317@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:23:28 +0100
 Fix syntax errors and warnings

r11340@t0mlaptop (orig r11311):  t0m | 2009-09-05 16:15:48 +0100
 r11318@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:30:42 +0100
 Add Moose so we have a constructor and fix changes generation

r11341@t0mlaptop (orig r11312):  t0m | 2009-09-05 16:15:50 +0100
 r11319@tomas-dorans-macbook-pro:  t0m | 2009-09-05 12:32:51 +0100
 Remove dbic deploy stub

r11371@t0mlaptop (orig r11341):  dhoss | 2009-09-09 18:27:25 +0100
added example skeleton
r11372@t0mlaptop (orig r11342):  dhoss | 2009-09-09 18:33:13 +0100
moved stuff around so that it sorta reflects a real Catalyst app
r11411@t0mlaptop (orig r11381):  zts | 2009-09-17 23:20:48 +0100
Fixed get_sharedir_file.t checking for the wrong exception text.

r11490@t0mlaptop (orig r11460):  t0m | 2009-10-05 23:11:21 +0100
Fix the restarter in devel branch hopefully
r11496@t0mlaptop (orig r11462):  t0m | 2009-10-05 23:58:56 +0100
 r11492@t0mlaptop:  t0m | 2009-10-05 23:23:34 +0100
 Remove spurios warning. Remove dead script. Still fails, CURSE YOU

r11497@t0mlaptop (orig r11463):  t0m | 2009-10-05 23:59:03 +0100
 r11493@t0mlaptop:  t0m | 2009-10-05 23:52:34 +0100
 Call config as a method rather than poking the hash directly. Less gross

r11498@t0mlaptop (orig r11464):  t0m | 2009-10-05 23:59:11 +0100
 r11494@t0mlaptop:  t0m | 2009-10-05 23:59:22 +0100
 More cleanups in the generated skeleton app

r11848@t0mlaptop (orig r11813):  t0m | 2009-11-13 00:56:03 +0000
Fix docs, put SCRIPT_GEN back in the server scripts
r11849@t0mlaptop (orig r11814):  t0m | 2009-11-13 00:56:37 +0000
Remove crap
r12048@t0mlaptop (orig r12013):  t0m | 2009-11-25 21:04:38 +0000
Bigger than the current version
r12049@t0mlaptop (orig r12014):  t0m | 2009-11-25 21:22:17 +0000
Fix issues, more tests
r12073@t0mlaptop (orig r12038):  t0m | 2009-11-26 22:58:09 +0000
Remove dependency on parent.pm and remove from generated component classes
r12074@t0mlaptop (orig r12039):  t0m | 2009-11-26 22:58:38 +0000
Add a short todo list
r12075@t0mlaptop (orig r12040):  t0m | 2009-11-26 23:06:57 +0000
Update options
r12076@t0mlaptop (orig r12041):  t0m | 2009-11-26 23:21:07 +0000
These have gone
r12077@t0mlaptop (orig r12042):  t0m | 2009-11-26 23:22:25 +0000
Actually switch the create script to new script style. Testing I did yesterday obviously lies
r12078@t0mlaptop (orig r12043):  t0m | 2009-11-26 23:25:07 +0000
No, it needs to be left so that other components outside devel still work
r12080@t0mlaptop (orig r12045):  t0m | 2009-11-26 23:42:06 +0000
Remove the ability to generate short name apps. Refactor trivial stuff into attributes
r12081@t0mlaptop (orig r12046):  t0m | 2009-11-26 23:42:31 +0000
We already need namespace::clean directly, so depend on it
r12082@t0mlaptop (orig r12047):  t0m | 2009-11-27 00:38:51 +0000
More refactoring. Yes, there are too many attributes at the moment.
r12083@t0mlaptop (orig r12048):  t0m | 2009-11-27 01:15:59 +0000
Fix bugs
r12084@t0mlaptop (orig r12049):  t0m | 2009-11-27 01:16:43 +0000
Return true from the tests so that I can require them
r12085@t0mlaptop (orig r12050):  t0m | 2009-11-27 01:17:35 +0000
Properly fix the generated app test. Run tests in the generated app using the new subtest stuff in Test::More
r12086@t0mlaptop (orig r12051):  t0m | 2009-11-27 01:18:47 +0000
What was that for, die in fire
r12087@t0mlaptop (orig r12052):  t0m | 2009-11-27 01:44:43 +0000
Fix up all test tests
r12088@t0mlaptop (orig r12053):  t0m | 2009-11-27 02:07:28 +0000
More tests, bump required Cat version, update TODO
r12090@t0mlaptop (orig r12055):  t0m | 2009-11-27 03:21:18 +0000
Add more tests, kill off the required attributes and start instead building a data structure which is waaay more sane. Component generation now works again and has tests, except it fails for controllers - guess I probably knackered the template
r12137@t0mlaptop (orig r12102):  t0m | 2009-12-01 02:29:08 +0000
Rip out all the refactoring as it doesn't really go anywhere and things are still horrible. I think app generation can/should just be hit with a big stick instead. This breaks component generation, to be fixed
r12139@t0mlaptop (orig r12104):  t0m | 2009-12-01 02:47:08 +0000
Fix bug with generated component classes and an issue with the test
r12140@t0mlaptop (orig r12105):  t0m | 2009-12-01 02:58:26 +0000
All got tested
r12141@t0mlaptop (orig r12106):  t0m | 2009-12-01 03:04:21 +0000
TT helper still works just fine
r12142@t0mlaptop (orig r12107):  t0m | 2009-12-01 03:06:55 +0000
Less extra whitespace, use done_testing rather than have a test count
r12143@t0mlaptop (orig r12108):  t0m | 2009-12-01 03:22:58 +0000
Depend on default plugin versions which won't spit warnings everywhere
r12144@t0mlaptop (orig r12109):  t0m | 2009-12-01 03:24:12 +0000
Changelog the branch
r12145@t0mlaptop (orig r12110):  t0m | 2009-12-01 03:28:48 +0000
Move the local ENV to the right place

14 years agoMove the local ENV to the right place
Tomas Doran [Tue, 1 Dec 2009 03:28:48 +0000]
Move the local ENV to the right place

14 years agoChangelog the branch
Tomas Doran [Tue, 1 Dec 2009 03:24:12 +0000]
Changelog the branch

14 years agoDepend on default plugin versions which won't spit warnings everywhere
Tomas Doran [Tue, 1 Dec 2009 03:22:58 +0000]
Depend on default plugin versions which won't spit warnings everywhere

14 years agoLess extra whitespace, use done_testing rather than have a test count
Tomas Doran [Tue, 1 Dec 2009 03:06:55 +0000]
Less extra whitespace, use done_testing rather than have a test count

14 years agoTT helper still works just fine
Tomas Doran [Tue, 1 Dec 2009 03:04:21 +0000]
TT helper still works just fine

14 years agoAll got tested
Tomas Doran [Tue, 1 Dec 2009 02:58:26 +0000]
All got tested

14 years agoFix bug with generated component classes and an issue with the test
Tomas Doran [Tue, 1 Dec 2009 02:47:08 +0000]
Fix bug with generated component classes and an issue with the test

14 years agoRip out all the refactoring as it doesn't really go anywhere and things are still...
Tomas Doran [Tue, 1 Dec 2009 02:29:08 +0000]
Rip out all the refactoring as it doesn't really go anywhere and things are still horrible. I think app generation can/should just be hit with a big stick instead. This breaks component generation, to be fixed

14 years agoAdd more tests, kill off the required attributes and start instead building a data...
Tomas Doran [Fri, 27 Nov 2009 03:21:18 +0000]
Add more tests, kill off the required attributes and start instead building a data structure which is waaay more sane. Component generation now works again and has tests, except it fails for controllers - guess I probably knackered the template

14 years agoMore tests, bump required Cat version, update TODO
Tomas Doran [Fri, 27 Nov 2009 02:07:28 +0000]
More tests, bump required Cat version, update TODO

14 years agoFix up all test tests
Tomas Doran [Fri, 27 Nov 2009 01:44:43 +0000]
Fix up all test tests

14 years agoWhat was that for, die in fire
Tomas Doran [Fri, 27 Nov 2009 01:18:47 +0000]
What was that for, die in fire

14 years agoProperly fix the generated app test. Run tests in the generated app using the new...
Tomas Doran [Fri, 27 Nov 2009 01:17:35 +0000]
Properly fix the generated app test. Run tests in the generated app using the new subtest stuff in Test::More

14 years agoReturn true from the tests so that I can require them
Tomas Doran [Fri, 27 Nov 2009 01:16:43 +0000]
Return true from the tests so that I can require them

14 years agoFix bugs
Tomas Doran [Fri, 27 Nov 2009 01:15:59 +0000]
Fix bugs

14 years agoMore refactoring. Yes, there are too many attributes at the moment.
Tomas Doran [Fri, 27 Nov 2009 00:38:51 +0000]
More refactoring. Yes, there are too many attributes at the moment.

14 years agoWe already need namespace::clean directly, so depend on it
Tomas Doran [Thu, 26 Nov 2009 23:42:31 +0000]
We already need namespace::clean directly, so depend on it

14 years agoRemove the ability to generate short name apps. Refactor trivial stuff into attributes
Tomas Doran [Thu, 26 Nov 2009 23:42:06 +0000]
Remove the ability to generate short name apps. Refactor trivial stuff into attributes

14 years agoNo, it needs to be left so that other components outside devel still work
Tomas Doran [Thu, 26 Nov 2009 23:25:07 +0000]
No, it needs to be left so that other components outside devel still work

14 years agoActually switch the create script to new script style. Testing I did yesterday obviou...
Tomas Doran [Thu, 26 Nov 2009 23:22:25 +0000]
Actually switch the create script to new script style. Testing I did yesterday obviously lies

14 years agoThese have gone
Tomas Doran [Thu, 26 Nov 2009 23:21:07 +0000]
These have gone

14 years agoUpdate options
Tomas Doran [Thu, 26 Nov 2009 23:06:57 +0000]
Update options

14 years agoAdd a short todo list
Tomas Doran [Thu, 26 Nov 2009 22:58:38 +0000]
Add a short todo list

14 years agoRemove dependency on parent.pm and remove from generated component classes
Tomas Doran [Thu, 26 Nov 2009 22:58:09 +0000]
Remove dependency on parent.pm and remove from generated component classes

14 years agoMerge 'trunk' into 'helper_refactor'
Tomas Doran [Thu, 26 Nov 2009 22:52:46 +0000]
Merge 'trunk' into 'helper_refactor'

r10268@t0mlaptop (orig r10267):  autarch | 2009-05-24 16:56:38 +0100
Doh, accidentally left in use threads & Thread::Cancel

r10269@t0mlaptop (orig r10268):  autarch | 2009-05-24 16:57:46 +0100
Add changes for 1.17

r10270@t0mlaptop (orig r10269):  rafl | 2009-05-24 17:19:34 +0100
Version 1.17.
r10273@t0mlaptop (orig r10272):  autarch | 2009-05-24 19:09:15 +0100
Add an 's'

r10342@t0mlaptop (orig r10341):  t0m | 2009-05-28 11:35:08 +0100
Bump required versions of Module::Install in Makefile.PL
r10377@t0mlaptop (orig r10376):  autarch | 2009-05-29 23:28:39 +0100
We need to capture @ARGV in the restarter, for the benefit of Win32
only, so that it can re-execute itself with the right
options. Getopt::Long eats @ARGV before we have a chance to get to it.
r10378@t0mlaptop (orig r10377):  autarch | 2009-05-29 23:29:29 +0100
Changes for my win32 fix

r10409@t0mlaptop (orig r10408):  autarch | 2009-06-01 20:42:28 +0100
Wait on the child process before starting a new child - hopefully will
fix intermittent problems arcanez reported where the restarter cannot
start a new child because the port is not available.

r10410@t0mlaptop (orig r10409):  autarch | 2009-06-01 20:43:39 +0100
Doc changes for forking restarter

r10491@t0mlaptop (orig r10490):  kmx | 2009-06-09 20:04:59 +0100
C::Devel - handling some "Use of uninit. value" warnings in Module::Install::Catalyst
r10496@t0mlaptop (orig r10495):  rafl | 2009-06-10 18:03:17 +0100
Version 1.18.
r10550@t0mlaptop (orig r10549):  t0m | 2009-06-16 09:36:04 +0100
Merge gsoc branch down. Specifically merged some revisions, but may have missed some - need to specifically check a TestApp generated before and after this branch to ensure nothing 'got lost' - note I have note done this yet as it's time => work
r10557@t0mlaptop (orig r10556):  t0m | 2009-06-16 20:54:16 +0100
Lets compile. That would be novel. merge fail
r10708@t0mlaptop (orig r10707):  rafl | 2009-06-28 18:53:11 +0100
Always use unix paths in generated Makefile.PLs.
r10711@t0mlaptop (orig r10710):  dhoss | 2009-06-28 22:37:27 +0100
removed crap

r10712@t0mlaptop (orig r10711):  t0m | 2009-06-28 22:42:08 +0100
Remove warnings
r10713@t0mlaptop (orig r10712):  t0m | 2009-06-28 22:42:57 +0100
Remove blank file, add more ignore props
r10714@t0mlaptop (orig r10713):  t0m | 2009-06-28 22:54:48 +0100
Un-merge r10556:10548 leaving gsoc code in branch as whilst all the things have been fixed in the branch we need to release this first step, I can't be bothered cherry picking them, so I'm just going to give up with Catalyst::Script::* is baked
r10717@t0mlaptop (orig r10716):  rafl | 2009-06-28 23:41:32 +0100
Version 1.19.
r10768@t0mlaptop (orig r10767):  t0m | 2009-07-01 15:50:39 +0100
Need File::ChangeNotify => 0.06
r10999@t0mlaptop (orig r10998):  jester | 2009-07-29 20:58:23 +0100
POD tweak (Oleg Kostyuk)
r11120@t0mlaptop (orig r11119):  rafl | 2009-08-11 21:34:22 +0100
Bump the File::ChangeNotify prereq some more.
r11121@t0mlaptop (orig r11120):  rafl | 2009-08-11 21:34:29 +0100
Version 1.20.
r11250@t0mlaptop (orig r11249):  frew | 2009-08-26 19:33:32 +0100
Fix -I issues for win32
r11251@t0mlaptop (orig r11250):  frew | 2009-08-26 19:49:25 +0100
Fix -I issues for win32 (Changelog)
r11265@t0mlaptop (orig r11264):  rafl | 2009-08-28 14:00:32 +0100
Exclude more crap.
r11484@t0mlaptop (orig r11454):  t0m | 2009-10-05 22:30:59 +0100
Why is 4 randomly hard coded there. If we can't get it from the right place, go bang
r11649@t0mlaptop (orig r11614):  autarch | 2009-10-18 18:18:15 +0100
Fix the "eternally growing stack trace" problem with the restarter.

Added this to changes, and cleaned up Changes text for the other change in there.
r11650@t0mlaptop (orig r11615):  autarch | 2009-10-18 18:19:18 +0100
Clarify comment.

r11651@t0mlaptop (orig r11616):  t0m | 2009-10-18 18:35:51 +0100
Bump versions
r11673@t0mlaptop (orig r11638):  autarch | 2009-10-20 03:37:31 +0100
Fixed a typo in Changes

r11690@t0mlaptop (orig r11655):  jawnsy | 2009-10-21 03:49:58 +0100
Bring copyright statement in sync with the other packages
r11817@t0mlaptop (orig r11782):  dew | 2009-11-07 19:19:38 +0000
Don't monitor t/, root/ and hidden dirs
r11818@t0mlaptop (orig r11783):  dew | 2009-11-07 22:22:08 +0000
Add entry in Changes describing r11782
r12036@t0mlaptop (orig r12001):  kasimon | 2009-11-24 13:53:49 +0000
Added POD description for some methods.
Added debian-specific files to ignore list.
Fixed subversion pattern in ignore list.

r12037@t0mlaptop (orig r12002):  kasimon | 2009-11-24 14:28:38 +0000
Add Changes entry for last commit

14 years agoFix issues, more tests
Tomas Doran [Wed, 25 Nov 2009 21:22:17 +0000]
Fix issues, more tests

14 years agoBigger than the current version
Tomas Doran [Wed, 25 Nov 2009 21:04:38 +0000]
Bigger than the current version

14 years agoAdd Changes entry for last commit
Karsten Heymann [Tue, 24 Nov 2009 14:28:38 +0000]
Add Changes entry for last commit

14 years agoAdded POD description for some methods.
Karsten Heymann [Tue, 24 Nov 2009 13:53:49 +0000]
Added POD description for some methods.
Added debian-specific files to ignore list.
Fixed subversion pattern in ignore list.

14 years agoRemove crap
Tomas Doran [Fri, 13 Nov 2009 00:56:37 +0000]
Remove crap

14 years agoFix docs, put SCRIPT_GEN back in the server scripts
Tomas Doran [Fri, 13 Nov 2009 00:56:03 +0000]
Fix docs, put SCRIPT_GEN back in the server scripts

14 years agoAdd entry in Changes describing r11782
Dan Thomas [Sat, 7 Nov 2009 22:22:08 +0000]
Add entry in Changes describing r11782

14 years agoDon't monitor t/, root/ and hidden dirs
Dan Thomas [Sat, 7 Nov 2009 19:19:38 +0000]
Don't monitor t/, root/ and hidden dirs

14 years agoBring copyright statement in sync with the other packages
Jonathan Yu [Wed, 21 Oct 2009 02:49:58 +0000]
Bring copyright statement in sync with the other packages

14 years agoFixed a typo in Changes
Dave Rolsky [Tue, 20 Oct 2009 02:37:31 +0000]
Fixed a typo in Changes

14 years agoBump versions 1.21
Tomas Doran [Sun, 18 Oct 2009 17:35:51 +0000]
Bump versions

14 years agoClarify comment.
Dave Rolsky [Sun, 18 Oct 2009 17:19:18 +0000]
Clarify comment.

14 years agoFix the "eternally growing stack trace" problem with the restarter.
Dave Rolsky [Sun, 18 Oct 2009 17:18:15 +0000]
Fix the "eternally growing stack trace" problem with the restarter.

Added this to changes, and cleaned up Changes text for the other change in there.

14 years agoMore cleanups in the generated skeleton app
Tomas Doran [Mon, 5 Oct 2009 22:59:11 +0000]
More cleanups in the generated skeleton app

14 years agoCall config as a method rather than poking the hash directly. Less gross
Tomas Doran [Mon, 5 Oct 2009 22:59:03 +0000]
Call config as a method rather than poking the hash directly. Less gross

14 years agoRemove spurios warning. Remove dead script. Still fails, CURSE YOU
Tomas Doran [Mon, 5 Oct 2009 22:58:56 +0000]
Remove spurios warning. Remove dead script. Still fails, CURSE YOU

14 years agoFix the restarter in devel branch hopefully
Tomas Doran [Mon, 5 Oct 2009 22:11:21 +0000]
Fix the restarter in devel branch hopefully

14 years agoWhy is 4 randomly hard coded there. If we can't get it from the right place, go bang
Tomas Doran [Mon, 5 Oct 2009 21:30:59 +0000]
Why is 4 randomly hard coded there. If we can't get it from the right place, go bang

14 years agoFixed get_sharedir_file.t checking for the wrong exception text.
Zachary Stevens [Thu, 17 Sep 2009 22:20:48 +0000]
Fixed get_sharedir_file.t checking for the wrong exception text.

14 years agomoved stuff around so that it sorta reflects a real Catalyst app
Devin Austin [Wed, 9 Sep 2009 17:33:13 +0000]
moved stuff around so that it sorta reflects a real Catalyst app

14 years agoadded example skeleton
Devin Austin [Wed, 9 Sep 2009 17:27:25 +0000]
added example skeleton

14 years agoRemove dbic deploy stub
Tomas Doran [Sat, 5 Sep 2009 15:15:50 +0000]
Remove dbic deploy stub

14 years agoAdd Moose so we have a constructor and fix changes generation
Tomas Doran [Sat, 5 Sep 2009 15:15:48 +0000]
Add Moose so we have a constructor and fix changes generation

14 years agoFix syntax errors and warnings
Tomas Doran [Sat, 5 Sep 2009 15:15:44 +0000]
Fix syntax errors and warnings

14 years agoChange generated application skeleton to use Moose
Tomas Doran [Sat, 5 Sep 2009 15:15:37 +0000]
Change generated application skeleton to use Moose

14 years agoTidy up dependencies
Tomas Doran [Sat, 5 Sep 2009 15:15:31 +0000]
Tidy up dependencies

14 years agoRemove gsoc notes
Tomas Doran [Sat, 5 Sep 2009 15:15:25 +0000]
Remove gsoc notes

14 years agoClean up, no moose here.
Tomas Doran [Sat, 5 Sep 2009 15:15:20 +0000]
Clean up, no moose here.

14 years agoTidy up docs
Tomas Doran [Sat, 5 Sep 2009 15:15:12 +0000]
Tidy up docs

14 years agoExclude more crap.
Florian Ragwitz [Fri, 28 Aug 2009 13:00:32 +0000]
Exclude more crap.

14 years agoFix -I issues for win32 (Changelog)
Arthur Axel "fREW" Schmidt [Wed, 26 Aug 2009 18:49:25 +0000]
Fix -I issues for win32 (Changelog)

14 years agoFix -I issues for win32
Arthur Axel "fREW" Schmidt [Wed, 26 Aug 2009 18:33:32 +0000]
Fix -I issues for win32

14 years agocleaned up steps to create an app/component
Devin Austin [Sun, 23 Aug 2009 22:03:59 +0000]
cleaned up steps to create an app/component

14 years agoadded some notes, and removed $self->_mk_dbic_deploy since it's not going to be default
Devin Austin [Sun, 23 Aug 2009 21:59:26 +0000]
added some notes, and removed $self->_mk_dbic_deploy since it's not going to be default

14 years agocleaned up File::Spec->cat(file|dir) stuff
Devin Austin [Sun, 23 Aug 2009 21:32:35 +0000]
cleaned up File::Spec->cat(file|dir) stuff

14 years agoVersion 1.20. 1.20
Florian Ragwitz [Tue, 11 Aug 2009 20:34:29 +0000]
Version 1.20.

14 years agoBump the File::ChangeNotify prereq some more.
Florian Ragwitz [Tue, 11 Aug 2009 20:34:22 +0000]
Bump the File::ChangeNotify prereq some more.

14 years agoPOD tweak (Oleg Kostyuk)
Jesse Sheidlower [Wed, 29 Jul 2009 19:58:23 +0000]
POD tweak (Oleg Kostyuk)

14 years agoadded frif's patch
Devin Austin [Fri, 24 Jul 2009 23:38:48 +0000]
added frif's patch

14 years agoadded DBIx::Class schema "migration" script + test in generated_app.t
Devin Austin [Fri, 17 Jul 2009 01:51:03 +0000]
added DBIx::Class schema "migration" script + test in generated_app.t

14 years agoadded myapp_deploy_schema prototype
Devin Austin [Thu, 16 Jul 2009 09:26:40 +0000]
added myapp_deploy_schema prototype

14 years agoFix issues
Tomas Doran [Sun, 12 Jul 2009 17:44:06 +0000]
Fix issues

14 years agounfucked
Devin Austin [Sun, 12 Jul 2009 17:43:03 +0000]
unfucked

14 years agoClean up
Tomas Doran [Sun, 12 Jul 2009 17:31:46 +0000]
Clean up

14 years agoFix Makefile.PL
Tomas Doran [Sun, 12 Jul 2009 17:31:24 +0000]
Fix Makefile.PL

14 years agoStrip trailing whitespace
Tomas Doran [Sun, 12 Jul 2009 17:29:43 +0000]
Strip trailing whitespace

14 years agofixed compclass
Devin Austin [Sun, 12 Jul 2009 02:20:33 +0000]
fixed compclass

14 years agofixed path to comptest.tt
Devin Austin [Sun, 12 Jul 2009 00:13:56 +0000]
fixed path to comptest.tt