Grokbase
Topics Posts Groups | in
x
[ help ]

Marcus Ramberg (m...@thefeed.no)

Profile | Posts (36)Page 1 of 2: 1 2 > >>
1) Marcus Ramberg [Catalyst-dev] Status,stuff and nonsense - public-facing sites
| +1 vote
This sounds good, I support all of it :) Go forward bold warrior. Marcus ...
Catalyst Framework Development
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
This sounds good, I support all of it :) Go forward bold warrior.

Marcus


On 5/12/06, Brian Cassidy <brian.cassidy at nald.ca> wrote:
>
> Hey All,
>
> This isn't a point Matt mentioned likely due to the fact that it's not
> directly tied to the code, but IMO a relevant point.
>
> As we're going through some of these changes it's becoming more and more
> obvious that our public facing sites (catalyst.perl.org and friends) are
> more and more useless.
>
> I understand there's some wiki reorganization going on right now, though
> I'd
> like to take it one step further (as previously volunteered).
>
> 1) Overhaul catalyst.perl.org/catalystframework.org
>
> The design is stagnant and devoid of any meaningful content. Most links
> are
> to off-site urls. I'm sure we could come up with better info for the front
> page as well as catalyst themed docs and download pages.
>
> 2) Create a blog for news release purposes
>
> I realize that there's still the "random" blog, but I'd like something
> tied
> to the front page so we can see "May 12, 2006 - Catalyst 5.699999999
> Released" in a more prominent place.
>
> 3) Create a Planet Catalyst
>
> Since most of us already have our own site for blogging, the obvious way
> to
> merge them would be via a "planet". I know marcus had planted the seeds
> for
> this to happen, though I'll take that off his hands if that's okay.
>
> 4) Attempt to tie trac in to the fray
>
> Matt has told me before that trac is a pain to theme. I'd still like it to
> match, to some degree, the rest of the site.
>
> --
>
> Anyway, those points are basically listed in order of priority in my mind.
> I'd appreciate any comments on what I'm proposing.
>
> -Brian
>
>
>
> _______________________________________________
> Catalyst-dev mailing list
> Catalyst-dev at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst-dev
>



--
With regards
Marcus Ramberg
2) Marcus Ramberg [Catalyst-dev] Status, stuff and nonsense - Moose branch
| +1 vote
Lots of good stuff here matt, sounds like something we should start with soon. I'd be happy to fix...
Catalyst Framework Development
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Lots of good stuff here matt, sounds like something we should start
with soon. I'd be happy to fix the Log / Debug screen and stuff it
back into trunk.

Marcus

On 5/12/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
>
> (3) Moose stuff - very cool but needs to settle a bit. Also needs some
> heavy kicking for performance and bugs
> (4) Action stuff - ace interface design as always by the now-lost sri,
> implementation is fine but again needs performance and bug kicking

Actually 4 is Moose driven too, so I think these two should go
together, with the introduction of moose to Catalyst. Actually, I
guess it can be argued both ways.

--
With regards
Marcus Ramberg
3) Marcus Ramberg [Catalyst] [Administration] List traffic back to normal.
| +1 vote
There's nothing to see here, please move on :-) (Disabled moderation and let all pending mail...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
There's nothing to see here, please move on :-)
(Disabled moderation and let all pending mail through.)

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
4) Marcus Ramberg Re: [Catalyst] New Root Controller in Catalyst 5.66
| +1 vote
Actiually it will be sub end : Action('RenderView') {} The module is ready and awaiting the release...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On 4/17/06, Sebastian Riedel <sri@oook.de> wrote:
>
>
> 17.04.2006 15:30 Matt S Trout:
>
> > Sébastien Wagener wrote:
> >> On Wed, 2006-03-01 at 13:27 +0000, Matt S Trout wrote:
> >>> On Wed, Mar 01, 2006 at 06:00:01AM +0100, Sebastian Riedel wrote:
> >>>> 01.03.2006 05:39 Nilson Santos Figueiredo Junior:
> >>>>
> >>>>> On 3/1/06, Sebastian Riedel <sri@oook.de> wrote:
> >>>>>> This is another best practice promoted to be part of core, it
> >>>>>> will
> >>>>>> eliminate namespace collisions like for the famous "login"
> >>>>>> action in
> >>>>>> combination with auth plugins. ;)
> >>>> The application class was from the beginning just meant as a
> >>>> place to
> >>>> interact with Catalyst "internals", load plugins, configure the app
> >>>> and the like.
> >>> And of course, your $c for each request is blessed into that
> >>> class by
> >>> default (unless you set __PACkAGE__->context_class to something
> >>> else).
> >>>
> >> Is it normal that I still have to put the end action into the app
> >> class
> >> (instead of the Root controller) while using DefaultEnd?
> >>
> >> My end action:
> >> sub end : Private {
> >>   my ($self, $c) = @_;
> >> $c->log->debug("app end action");
> >>   $c->NEXT::end( $c );
> >> }
> >
> > Catalyst::Plugin::DefaultEnd should probably really be
> > Catalyst::Controller::DefaultEnd; I usually have my Controller::Root
> >
> > use base qw/Catalyst::Controller Catalyst::Plugin::DefaultEnd/;
>
> It should be a action class.
>
>      sub end : Private : Action('DefaultEnd') {}


Actiually it will be
sub end : Action('RenderView') {}

The module is ready and awaiting the release of Catalyst 5.70. This will
also make overriding functionality a whole lot easier.


--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
5) Marcus Ramberg Re: [Catalyst] ._ files in installation of Catalyst-5.67 from CPAN
| +1 vote
Yepp, osx resource forks. sorry about that, will remove them from the manifest for the next...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Yepp, osx resource forks. sorry about that, will remove them from the
manifest for the next release, but unless I miss something it's not
important enough to warrant a new release.


Marcus.


On 4/24/06, Scott Karns <scott@karnstech.com> wrote:
>
> Not a big deal, but thought someone might like to clean these up.
>
> W: perl-Catalyst hidden-file-or-dir
> /usr/lib/perl5/vendor_perl/5.8.7/Catalyst/._Engine.pm
> W: perl-Catalyst hidden-file-or-dir
> /usr/lib/perl5/vendor_perl/5.8.7/Catalyst/._Action.pm
> W: perl-Catalyst hidden-file-or-dir
> /usr/lib/perl5/vendor_perl/5.8.7/Catalyst/._Exception.pm
>
> --
> Scott Karns
>
>
>
> _______________________________________________
> Catalyst mailing list
> [email protected: Cat...@lists.rawmode.org]
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
6) Marcus Ramberg Re: [Catalyst] Removed Catalyst::Build
| +1 vote
I don't see the advantage of this, Sebastian. Why break backwards compability for no reason? ...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I don't see the advantage of this, Sebastian. Why break backwards
compability for no reason?


On 4/18/06, Sebastian Riedel <sri@oook.de> wrote:
>
> Catalyst::Build was deprecated for months now, it was time to remove
> it, so i finally did it in the moose branch.
> Everybody should be using the new Module::Install based Makefile.PL now.
>
> --
> sebastian
>
>
> _______________________________________________
> Catalyst mailing list
> [email protected: Cat...@lists.rawmode.org]
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
7) Marcus Ramberg Re: [Catalyst] Another RFC. $c->call()
| +1 vote
This does not match the common use case for this, imo. You usually want to do something like...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On 4/13/06, Matt S Trout <dbix-class@trout.me.uk> wrote:
>
> Marcus Ramberg wrote:
> > On 4/13/06, Matt S Trout <dbix-class@trout.me.uk> wrote:
> >> That would be the general idea, yes :)
> >>
> >> Bugger, everybody seems in favour. Does that mean I'm going to have to
> >> implement it?
> >
> > Would it also work like forward ?
> >
> > $c->action('/some/action'); # forwards to /some/action and sets
> $c->action ?
> >
> > If so I'm all for, and you get to implement it ;-)
>
> No, you'd do it in an auto() and then Catalyst would dispatch to
> /some/action
> instead of what it was originally going to dispatch to.



This does not match the common use case for this, imo. You usually want to
do something like
do_edit, and then forward / detach / call / whatever edit, and have Catalyst
act as if you called
edit from that point on.

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
8) Marcus Ramberg Re: [Catalyst] Another RFC. $c->call()
| +1 vote
Would it also work like forward ? $c->action('/some/action'); # forwards to /some/action and sets...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On 4/13/06, Matt S Trout <dbix-class@trout.me.uk> wrote:
> That would be the general idea, yes :)
>
> Bugger, everybody seems in favour. Does that mean I'm going to have to
> implement it?

Would it also work like forward ?

$c->action('/some/action'); # forwards to /some/action and sets $c->action ?

If so I'm all for, and you get to implement it ;-)

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
9) Marcus Ramberg [Catalyst] Another RFC. $c->call()
| +1 vote
Please check out http://marcusramberg.livejournal.com/12301.html Comments welcome.
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Please check out

http://marcusramberg.livejournal.com/12301.html

Comments welcome.

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
10) Marcus Ramberg Re: [Catalyst] HTML::Widget as_xml pretty print
| +1 vote
So maybe make Catalyst::Plugin::PrettyPrint to filter content through prettyprint? ...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
So maybe make Catalyst::Plugin::PrettyPrint to filter content through
prettyprint?


On 4/8/06, A. Pagaltzis <pagaltzis@gmx.de> wrote:
>
> * Sebastian Riedel <sri@oook.de> [2006-04-08 13:30]:
> > just pretty print $c->res->body while developing.
>
> Agreed.
>
> Regards,
> --
> Aristotle Pagaltzis // <http://plasmasturm.org/>
>
> _______________________________________________
> Catalyst mailing list
> [email protected: Cat...@lists.rawmode.org]
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
11) Marcus Ramberg [Catalyst] My blogging.
| +1 vote
11:30 <@sri> marcus: you didn't blog the real shocking things :) 11:30 <@sri> marcus: maybe you...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
11:30 <@sri> marcus: you didn't blog the real shocking things :)
11:30 <@sri> marcus: maybe you should tell the list that you are blogging
again

So, I'm now a proud lj user, at
http://marcusramberg.livejournal.com/
to get the catalyst related bits, check
http://marcusramberg.livejournal.com/tag/catalyst

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
12) Marcus Ramberg [Catalyst] [Announce] New DBIx::Class Developer release - 0.05999_04
| +1 vote
If a developer release is released on cpan, and nobody notices, does it make a sound? - Fix for...
Catalyst FrameworkDBIx::Class
[ Profile | Reply to groups ] [ Flat  Thread  Threaded ]
If a developer release is released on cpan, and nobody notices, does it make
a sound?

0.05999_04 2006-03-18 19:54:00
        - Fix for delete on full-table resultsets
        - Removed caching on count() and added _count for pager()
        - ->connection does nothing if ->storage defined and no args
(and hence ->connect acts like ->clone under the same conditions)
        - Storage::DBI throws better exception if no connect info
        - columns_info_for made more robust / informative
        - ithreads compat added, fork compat improved
        - weaken result_source in all resultsets
        - Make pg seq extractor less sensitive.


--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
13) Marcus Ramberg [Catalyst] [Announce] Catalyst 5.66
| +1 vote
I'm happy to inform you that Catalyst 5.66 should be coming to a cpan mirror near you shortly....
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I'm happy to inform you that Catalyst 5.66 should be coming to a cpan
mirror near you shortly. Here's the changes:

        - Added Test::WWW::Mechanize::Catalyst support
        - Cleaned generated tests
        - Added Root controller concept
        - Updated ConfigLoader plugin to version 0.04

The most significant change here is the Root controller. This means
you can put your root actions outside the main application file and
avoid worrying about clashing with builtin and plugin function names.

--
With regards
Marcus Ramberg

_______________________________________________
Catalyst mailing list
[email protected: Cat...@lists.rawmode.org]
http://lists.rawmode.org/mailman/listinfo/catalyst
14) Marcus Ramberg Re: [Catalyst] YAML woes
| +1 vote
Just force install YAML instead? :) Marcus ...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]