Google Groups Home
Help | Sign in
bakery hates me
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  19 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Adam Royle  
View profile
 More options Jan 2, 6:33 am
From: "Adam Royle" <a...@sleekgeek.com.au>
Date: Wed, 2 Jan 2008 21:33:41 +1000
Local: Wed, Jan 2 2008 6:33 am
Subject: bakery hates me

Maybe it's just me, but I tried to add a comment to an article on the bakery, and it wouldn't show up, and didn't show a error message. So I am going to add it here. I am also going to scour the bakery source to find the root of the issue.

The article: http://bakery.cakephp.org/articles/view/want-to-order-your-sql

The comment:

<comment>
 <title>Who approved this??</title>
 <body>
  Sorry if this seems harsh but I think the above code is a terrible example to put on the bakery.

  A better solution for "mock stored procedures" already exists. Just create a method in your model like so.

  function getSomething($param1, $param2 = 0) {
   return $this->findAll( array('blah' => $param1) );
  }

  or if you need custom sql:

  function getSomething($param1, $param2 = 0) {
   return $this->query("SELECT ... ");
  }

  If it's something that is application specific, chuck it in your AppModel.
 </body>
</comment>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mariano Iglesias  
View profile
 More options Jan 2, 7:47 am
From: "Mariano Iglesias" <mariano.igles...@cricava.com>
Date: Wed, 2 Jan 2008 09:47:50 -0300
Local: Wed, Jan 2 2008 7:47 am
Subject: RE: bakery hates me

 <https://trac.cakephp.org/> https://trac.cakephp.org

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask.
So be smart, be cool, and share your knowledge.

BAKE ON!

blog: http://www.MarianoIglesias.com.ar

  _____  

De: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] En nombre
de Adam Royle
Enviado el: Miércoles, 02 de Enero de 2008 08:34 a.m.
Para: cake-php@googlegroups.com
Asunto: bakery hates me

Maybe it's just me, but I tried to add a comment to an article on the
bakery, and it wouldn't show up, and didn't show a error message. So I am
going to add it here. I am also going to scour the bakery source to find the
root of the issue.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dr. Hannibal Lecter  
View profile
 More options Jan 2, 12:27 pm
From: "dr. Hannibal Lecter" <lecter...@gmail.com>
Date: Wed, 2 Jan 2008 09:27:07 -0800 (PST)
Local: Wed, Jan 2 2008 12:27 pm
Subject: Re: bakery hates me
I don't think posting links to Trac solves anything, it is a fact that
bakery has many issues (some minor and some..not so minor).

Some things should be seriously reconsidered and rewritten. But that's
just my 2c.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Hartjes  
View profile
 More options Jan 2, 12:40 pm
From: "Chris Hartjes" <chart...@gmail.com>
Date: Wed, 2 Jan 2008 12:40:13 -0500
Local: Wed, Jan 2 2008 12:40 pm
Subject: Re: bakery hates me
On Jan 2, 2008 12:27 PM, dr. Hannibal Lecter <lecter...@gmail.com> wrote:

> I don't think posting links to Trac solves anything, it is a fact that
> bakery has many issues (some minor and some..not so minor).

> Some things should be seriously reconsidered and rewritten. But that's
> just my 2c.

I agree, but unless people post tickets to trac specifically outlining
the problems they were having, it remains unlikely that  the problem
will be addressed.  That's just the reality of how bugs are handled
for this project.

--
Chris Hartjes

My motto for 2007:  "Moving from herding elephants to handling snakes."

@TheKeyboard - http://www.littlehart.net/atthekeyboard


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dr. Hannibal Lecter  
View profile
 More options Jan 3, 4:10 am
From: "dr. Hannibal Lecter" <lecter...@gmail.com>
Date: Thu, 3 Jan 2008 01:10:44 -0800 (PST)
Local: Thurs, Jan 3 2008 4:10 am
Subject: Re: bakery hates me
Yeah, that's probably the sad reality.

I hope someone from the Cake team is reading this group and will
notice these comments, otherwise it wouldn't be a 'friendly
community'. :-/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. Tarique Sani  
View profile
(2 users)  More options Jan 3, 5:22 am
From: "Dr. Tarique Sani" <tariques...@gmail.com>
Date: Thu, 3 Jan 2008 15:52:07 +0530
Local: Thurs, Jan 3 2008 5:22 am
Subject: Re: bakery hates me
On Jan 3, 2008 2:40 PM, dr. Hannibal Lecter <lecter...@gmail.com> wrote:

> I hope someone from the Cake team is reading this group and will
> notice these comments, otherwise it wouldn't be a 'friendly
> community'. :-/

I find the above statement very unfair towards cakePHP team - if we as
users are not willing to take an extra step to help out the developers
who are giving us all this awesome goodness then I would say that we
users are being utterly selfish and do not understand how friendships
work!

And FWIW my personal experience is that posting in trac works.

Cheers
Tarique

--
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Royle  
View profile
 More options Jan 3, 5:26 am
From: Adam Royle <a...@sleekgeek.com.au>
Date: Thu, 3 Jan 2008 02:26:37 -0800 (PST)
Local: Thurs, Jan 3 2008 5:26 am
Subject: Re: bakery hates me
The reason why I didn't post to trac is being I don't post bugs
without a patch or a solid wya to reproduce. I did download the bakery
source, however I am wondering which version of cake it is using?

Cheers,
Adam

On Jan 3, 7:10 pm, "dr. Hannibal Lecter" <lecter...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dr. Hannibal Lecter  
View profile
 More options Jan 3, 8:35 am
From: "dr. Hannibal Lecter" <lecter...@gmail.com>
Date: Thu, 3 Jan 2008 05:35:31 -0800 (PST)
Local: Thurs, Jan 3 2008 8:35 am
Subject: Re: bakery hates me

> I find the above statement very unfair towards cakePHP team - if we as
> users are not willing to take an extra step to help out the developers
> who are giving us all this awesome goodness then I would say that we
> users are being utterly selfish and do not understand how friendships
> work!

Well, sorry, it was not my intention to be unfair. I think that the
Cake team is doing a great job each and every day and congratulate
them on that. Don't get me wrong on that.

But it is a bit odd that the same people who can create such great
framework can neglect the presentation layer. Bakery _is_ what most of
the new Cake users see after the official site, and if it's not
usable, what will the newcomers think of the framework itself?

On the other hand, isn't Cake created for us (users/developers)? No
users - no Cake. Of course, *no Cake team - no Cake*; but I'm pretty
sure that core bakers do not code all this for themselves. I would
never say anything against them because that would just plain suck
bigtime. I think that open source is all about sharing and _listening_
to what other people have to say, even if it is something negative.
The day bakers stop doing that will be the end of Cake (or any other
project for that matter). I don't know, I might be seriously wrong, I
guess that's the beauty of it. :-)

(I know the above paragraph will somehow be misinterpreted as bashing
and that I will regret for posting it)

Sorry for the off-topic.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. Tarique Sani  
View profile
 More options Jan 3, 9:23 am
From: "Dr. Tarique Sani" <tariques...@gmail.com>
Date: Thu, 3 Jan 2008 19:53:15 +0530
Local: Thurs, Jan 3 2008 9:23 am
Subject: Re: bakery hates me
On Jan 3, 2008 7:05 PM, dr. Hannibal Lecter <lecter...@gmail.com> wrote:

> (I know the above paragraph will somehow be misinterpreted as bashing
> and that I will regret for posting it)

If you are smart enough to realize this - I will shut up ;)

BTW is M$ Windows your primary OS?

Tarique

--
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dr. Hannibal Lecter  
View profile
 More options Jan 3, 11:02 am
From: "dr. Hannibal Lecter" <lecter...@gmail.com>
Date: Thu, 3 Jan 2008 08:02:02 -0800 (PST)
Local: Thurs, Jan 3 2008 11:02 am
Subject: Re: bakery hates me
Hehe, nice one :-)

Unfortunately, yes, I use WinXP as primary OS :-/
But you can't beat me with that fact, I've used SuSE for quite some
time too :-P
Due to my work (a company fairly well related to M$ dev tools) and
some games I like to play (never too old to play games:)), I am
oppressed to M$..

Say, would you agree that constructive criticism is good (even when
related to Cake)?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. Tarique Sani  
View profile
(1 user)  More options Jan 3, 11:06 am
From: "Dr. Tarique Sani" <tariques...@gmail.com>
Date: Thu, 3 Jan 2008 21:36:58 +0530
Local: Thurs, Jan 3 2008 11:06 am
Subject: Re: bakery hates me
On Jan 3, 2008 9:32 PM, dr. Hannibal Lecter <lecter...@gmail.com> wrote:

> Say, would you agree that constructive criticism is good (even when
> related to Cake)?

I am sure no one on this group will disagree with giving "constructive
criticism" is good -including the CakePHP dev team however I strongly
disagree with your definition and presumptions about the same.

This is now indeed getting off topic so EOT for me

Cheers
Tarique

--
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Royle  
View profile
 More options Jan 3, 5:33 pm
From: Adam Royle <a...@sleekgeek.com.au>
Date: Thu, 3 Jan 2008 14:33:39 -0800 (PST)
Local: Thurs, Jan 3 2008 5:33 pm
Subject: Re: bakery hates me
Thanks everybody for pitching in to this thread. However, maybe
someone missed my biggest point.

1. If you read my first post you'll notice I'm bagging out an article
that was approved on the bakery. Did anyone click the link and read
the article - if so, who agrees with my response?

and then later I asked...

2. What version of cake is the bakery running on?

I don't care much for politics, but I would like to help out and fix
what I can, even if that means re-writing half of the bakery.

Cheers,
Adam

On Jan 4, 2:06 am, "Dr. Tarique Sani" <tariques...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcin Domanski aka kabturek  
View profile
 More options Jan 3, 7:29 pm
From: Marcin Domanski aka kabturek <tram...@gmail.com>
Date: Thu, 3 Jan 2008 16:29:02 -0800 (PST)
Local: Thurs, Jan 3 2008 7:29 pm
Subject: Re: bakery hates me