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 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 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

14 years agoThis is even more horrible, but stops catalyst.pl from being bork in checkouts
Tomas Doran [Tue, 30 Jun 2009 23:53:59 +0000]
This is even more horrible, but stops catalyst.pl from being bork in checkouts

14 years agoSomewhat fix the scripts and tests
Tomas Doran [Sun, 28 Jun 2009 23:11:42 +0000]
Somewhat fix the scripts and tests

14 years agoAvoid .svn in your sharedir problem by adding an INSTALL.SKIP file
Tomas Doran [Sun, 28 Jun 2009 22:26:50 +0000]
Avoid .svn in your sharedir problem by adding an INSTALL.SKIP file

14 years agoClean up crap
Tomas Doran [Sun, 28 Jun 2009 22:07:24 +0000]
Clean up crap

14 years agoupdated script templates to reflect new -Runtime scripts
Devin Austin [Thu, 25 Jun 2009 10:44:03 +0000]
updated script templates to reflect new -Runtime scripts

14 years agoC::Devel (branche helper_refactor) generated_app.t fixed, now works well for me on...
kmx [Wed, 24 Jun 2009 10:13:36 +0000]
C::Devel (branche helper_refactor) generated_app.t fixed, now works well for me on Win32 and Linux

14 years agoupdated done
Devin Austin [Tue, 23 Jun 2009 23:03:47 +0000]
updated done

14 years agoupdated done list
Devin Austin [Tue, 23 Jun 2009 22:52:50 +0000]
updated done list

14 years agoadded kmx's patch, still fails
Devin Austin [Tue, 23 Jun 2009 22:49:55 +0000]
added kmx's patch, still fails

14 years agomoosified server template.
Devin Austin [Tue, 23 Jun 2009 22:35:53 +0000]
moosified server template.
added test to make sure new server works.  Can't seem to connect, so
test doesn't pass.

14 years agoupdated generated app
Devin Austin [Tue, 23 Jun 2009 21:50:11 +0000]
updated generated app
fixed 01app.t.tt (had a hardcoded app name in BEGIN {...})

14 years agoupdated done list
Devin Austin [Tue, 23 Jun 2009 20:26:47 +0000]
updated done list

14 years agoFile::Spec->catfile'd everything
Devin Austin [Tue, 23 Jun 2009 20:25:39 +0000]
File::Spec->catfile'd everything

14 years agoupdated done list
Devin Austin [Tue, 23 Jun 2009 20:12:50 +0000]
updated done list

14 years agoadded test to check to see if our generated app passes tests
Devin Austin [Tue, 23 Jun 2009 20:11:08 +0000]
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.

14 years agoupdated todo
Devin Austin [Tue, 23 Jun 2009 18:58:13 +0000]
updated todo

14 years agoudpated done stuff
Devin Austin [Tue, 23 Jun 2009 18:36:18 +0000]
udpated done stuff

14 years agoudpated gsoc todo
Devin Austin [Sat, 20 Jun 2009 15:22:00 +0000]
udpated gsoc todo

14 years agoupdated todo, and donelist
Devin Austin [Wed, 17 Jun 2009 11:36:14 +0000]
updated todo, and donelist

14 years agoadded tests for new methods
Devin Austin [Wed, 17 Jun 2009 11:09:18 +0000]
added tests for new methods

14 years agoupdated changelog
Devin Austin [Wed, 17 Jun 2009 10:12:27 +0000]
updated changelog

14 years agoadded names to generated_app.t
Devin Austin [Wed, 17 Jun 2009 09:55:28 +0000]
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

14 years agofixed paths to proper files
Devin Austin [Wed, 17 Jun 2009 09:31:10 +0000]
fixed paths to proper files

14 years agorenamed these two files
Devin Austin [Wed, 17 Jun 2009 09:28:00 +0000]
renamed these two files

14 years agorenamed tests
Devin Austin [Wed, 17 Jun 2009 09:21:13 +0000]
renamed tests

14 years agorenamed scripts
Devin Austin [Wed, 17 Jun 2009 09:16:05 +0000]
renamed scripts

14 years agoNuke comparison testapp test. It has done it's job now well enough and can be replace...
Tomas Doran [Tue, 16 Jun 2009 08:27:20 +0000]
Nuke comparison testapp test. It has done it's job now well enough and can be replaced with more fine grained tests now

14 years agoErm, the app wasn't there..
Tomas Doran [Mon, 15 Jun 2009 22:18:35 +0000]
Erm, the app wasn't there..

14 years agololwut.
Devin Austin [Mon, 15 Jun 2009 22:13:34 +0000]
lolwut.

some fuckery with this test now. HALP ME t0m

14 years agofixed apptest.tt per #PXVL (hiveminder)
Devin Austin [Mon, 15 Jun 2009 21:52:27 +0000]
fixed apptest.tt per #PXVL (hiveminder)
removed stupid SKIP line in check_testapp_the_same (not needed)

14 years agoremove warning.
Tomas Doran [Sun, 14 Jun 2009 19:14:09 +0000]
remove warning.

14 years agoFixed podcoverage
Devin Austin [Sat, 13 Jun 2009 00:30:28 +0000]
Fixed podcoverage

14 years agorenamed per request of senor t0m
Devin Austin [Sat, 13 Jun 2009 00:11:10 +0000]
renamed per request of senor t0m

14 years agoMisspelled, useless test. dhoss - please rename and run with this crap?
Tomas Doran [Sat, 13 Jun 2009 00:08:07 +0000]
Misspelled, useless test. dhoss - please rename and run with this crap?

14 years agoremoved TestAppForInvocation
Devin Austin [Sat, 13 Jun 2009 00:07:51 +0000]
removed TestAppForInvocation

14 years agoupdated todo
Devin Austin [Fri, 12 Jun 2009 23:56:46 +0000]
updated todo

14 years agoBe consistent with renaming
Tomas Doran [Fri, 12 Jun 2009 23:32:53 +0000]
Be consistent with renaming

14 years agoFix Helper.pm, additional rename
Tomas Doran [Fri, 12 Jun 2009 09:00:11 +0000]
Fix Helper.pm, additional rename

14 years agorenamed!
Devin Austin [Fri, 12 Jun 2009 00:58:04 +0000]
renamed!

14 years agoMove images to correct place
Tomas Doran [Fri, 12 Jun 2009 00:49:51 +0000]
Move images to correct place

14 years agoStuff removal from root/ finished
Tomas Doran [Fri, 12 Jun 2009 00:47:18 +0000]
Stuff removal from root/ finished

14 years agoRemove more crap
Tomas Doran [Fri, 12 Jun 2009 00:46:25 +0000]
Remove more crap

14 years agoFix favicon to final location, delete more crap
Tomas Doran [Fri, 12 Jun 2009 00:44:41 +0000]
Fix favicon to final location, delete more crap

14 years agoDelete crap
Tomas Doran [Fri, 12 Jun 2009 00:42:45 +0000]
Delete crap

14 years agoUnfuck, tests pass again
Tomas Doran [Fri, 12 Jun 2009 00:42:35 +0000]
Unfuck, tests pass again

14 years agoBasic test for get_sharedir_file
Tomas Doran [Fri, 12 Jun 2009 00:29:43 +0000]
Basic test for get_sharedir_file

14 years agoupdated TODO
Devin Austin [Tue, 9 Jun 2009 09:26:45 +0000]
updated TODO

14 years agoupdated list of things done
Devin Austin [Tue, 9 Jun 2009 09:25:09 +0000]
updated list of things done

14 years agotests now pass!
Devin Austin [Tue, 9 Jun 2009 08:00:37 +0000]
tests now pass!

14 years agofixed render_sharedir_file, we were passing $self twice
Devin Austin [Tue, 9 Jun 2009 07:20:45 +0000]
fixed render_sharedir_file, we were passing $self twice

14 years agoremoved old invocation checking test
Devin Austin [Tue, 9 Jun 2009 06:25:01 +0000]
removed old invocation checking test

14 years agoadded static directory, removed .png files
Devin Austin [Tue, 9 Jun 2009 06:10:23 +0000]
added static directory, removed .png files

14 years agoadded list of done stuff to keep track of
Devin Austin [Thu, 4 Jun 2009 02:44:15 +0000]
added list of done stuff to keep track of

14 years agoAdded deprecated methods test.
Devin Austin [Thu, 4 Jun 2009 01:56:16 +0000]
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.

14 years agoupdated todo
Devin Austin [Thu, 4 Jun 2009 01:06:21 +0000]
updated todo

14 years agoupdated todo again (kd: bug fixes)
Devin Austin [Tue, 2 Jun 2009 05:43:38 +0000]
updated todo again (kd: bug fixes)

14 years agoupdated todo
Devin Austin [Tue, 2 Jun 2009 04:32:11 +0000]
updated todo

14 years agoupdated todo, rfc time?
Devin Austin [Sat, 30 May 2009 23:02:23 +0000]
updated todo, rfc time?

14 years agofixed invocation test
Devin Austin [Sat, 30 May 2009 22:57:34 +0000]
fixed invocation test

14 years agorestructured dirs. need to write test to test how helper is invoked. also need to...
Devin Austin [Sat, 30 May 2009 06:55:18 +0000]
restructured dirs. need to write test to test how helper is invoked. also need to get helper to play with new dir struct well

14 years agoupdated todo
Devin Austin [Sat, 30 May 2009 02:14:36 +0000]
updated todo

14 years agoShould detect if we're in a checkout. I'm still not happy with this
Tomas Doran [Fri, 29 May 2009 08:56:30 +0000]
Should detect if we're in a checkout. I'm still not happy with this

14 years agoGive a shit about blank lines, I do not
Tomas Doran [Fri, 29 May 2009 08:40:05 +0000]
Give a shit about blank lines, I do not

14 years agoadded a few fixes
Devin Austin [Fri, 29 May 2009 08:39:42 +0000]
added a few fixes

14 years agoremoved crap
Devin Austin [Thu, 28 May 2009 09:17:30 +0000]
removed crap

14 years agoadded stuff to gsoc plan
Devin Austin [Thu, 28 May 2009 09:09:20 +0000]
added stuff to gsoc plan

14 years agoFix image files
Tomas Doran [Thu, 28 May 2009 08:51:11 +0000]
Fix image files

14 years agoadded # Do not touch this method, *EVER*, it is needed for back compat.
Devin Austin [Thu, 28 May 2009 08:47:32 +0000]
added # Do not touch this method, *EVER*, it is needed for back compat.
comment to respective methods

14 years agounfucked get_file
Devin Austin [Thu, 28 May 2009 08:26:39 +0000]
unfucked get_file

14 years agoadded missing test files
Devin Austin [Thu, 28 May 2009 06:51:17 +0000]
added missing test files

14 years agoremoved wrongly named tt files
Devin Austin [Thu, 28 May 2009 06:37:35 +0000]
removed wrongly named tt files

14 years agoadded lingering files
Devin Austin [Thu, 28 May 2009 06:36:45 +0000]
added lingering files

14 years agopulled all files out, i believe i got everything.
Devin Austin [Thu, 28 May 2009 06:35:44 +0000]
pulled all files out, i believe i got everything.
fixed code to use File::ShareDir instead of __DATA__

14 years agoMake the favicon be in the sharedir
Tomas Doran [Wed, 27 May 2009 20:07:17 +0000]
Make the favicon be in the sharedir

14 years agoFix not generating any files by: svn merge -r 10313:10310 .
Tomas Doran [Wed, 27 May 2009 19:51:45 +0000]
Fix not generating any files by: svn merge -r 10313:10310 .

14 years agoSharedir in Makefile.PL
Tomas Doran [Wed, 27 May 2009 19:47:11 +0000]
Sharedir in Makefile.PL

14 years agoneed to fix create_files.t to pass (no tests currently being run)
Devin Austin [Wed, 27 May 2009 09:40:41 +0000]
need to fix create_files.t to pass (no tests currently being run)
need to fix regex to look for .tt/.tt2 files