Page: Previous 1 2 3 4 5 6 Next
Posted by Herbert Poul |
|
Can't locate Catalyst/Plugin/Authentication/Credential/Password.pm Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
Can't locate Catalyst/Plugin/Authentication/Store/DBIC.pm
ok .. i think this is all now .. so .. auto-generate controllers.. $ script/myapp_create.pl controller Login $ script/myapp_create.pl controller Logout Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
herbert-pouls-computer:~/dev/frameworkcomparison/catalyst/BarCrud herbert$ script/barcrud_create.pl controller Login exists "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../lib/BarCrud/Controller" exists "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../t" created "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../lib/BarCrud/Controller/Login.pm" created "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../t/controller_Login.t" herbert-pouls-computer:~/dev/frameworkcomparison/catalyst/BarCrud herbert$ script/barcrud_create.pl controller Logout exists "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../lib/BarCrud/Controller" exists "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../t" created "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../lib/BarCrud/Controller/Logout.pm" created "/Users/herbert/dev/frameworkcomparison/catalyst/BarCrud/script/../t/controller_Logout.t" herbert-pouls-computer:~/dev/frameworkcomparison/catalyst/BarCrud herbert$ Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
ok .. auhtentication seems to work .. the bars now get a 'editor_id' set ..
now i need a break .. ;) Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
ok.. lets continue .. the following things are still missing:
1. only let logged in users create bars 2. display the name and date when a bar was last modified 3. comment bars 4. modify bars Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
ad 1. done
new 5. detail page for bars (i'm working on this now ..) Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
1,2,5 done
3 is what i'm currently working on 4 todo Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
3 done (very simple, not even HTML escaping, or whatever.. just a simple POST !!) Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
imho the examples are a bit strange
http://search.cpan.org/src/ZBY/Catalyst-Example-InstantCRUD-v0.0.18/lib/Catalyst/Example/Controller/InstantCRUD.pm has a do_add and do_edit method which look 99% the same.. well.. anyway .. i'll do it the same way ... Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Herbert Poul |
|
OK ..
i think .. i'm basically .... DONE Hey, we have Signatures !!! Great, isn't it ? ;) |
Page: Previous 1 2 3 4 5 6 Next
Please login to post a reply.