# |
Sep 19th 2009, 14:42 |
Phally |
can someone please restore my admin privileges at the bakery? username: Frank (http://whatboyswant.com/newsitem/5017/1/Police_Called_For_Halo_Sniper_Rifle.html) |
# |
Sep 15th 2009, 17:09 |
ProLoser1 |
herro |
# |
Sep 13th 2009, 10:01 |
sky_l3ppard |
ah i got it, then the only thing is translation. but in some cases having the path and slug in one model is convenient |
# |
Sep 13th 2009, 09:57 |
AD7six |
also means a user can override/choose a different behavior/write your own slug method |
# |
Sep 13th 2009, 09:55 |
AD7six |
y dig? |
# |
Sep 13th 2009, 09:55 |
AD7six |
calling $Model->slug($string) not $this->slug($Model, $string) in the code |
# |
Sep 13th 2009, 09:54 |
AD7six |
ohic. imo the best way to do that is to a) make a dummy slug($string = '') method in yuor behavior, so that it works with no dependencies, and have actsAs = array('Slugged', 'YourBehavior'); as the recommended use |
# |
Sep 13th 2009, 09:54 |
sky_l3ppard |
for example if to have urls instead of (example.com/pages/slug) to (example.com/pages/parent/child/current_slug) etc |
# |
Sep 13th 2009, 09:53 |
sky_l3ppard |
the main idea is to make pretty urls for tree based models |
# |
Sep 13th 2009, 09:52 |
sky_l3ppard |
i'm doing a sluggedTree behavior, which will also store the path field + slug_parent/slug_child/slug_current + it can translate the slug ant the path |
# |
Sep 13th 2009, 09:51 |
AD7six |
I mean why would you extend it |
# |
Sep 13th 2009, 09:51 |
sky_l3ppard |
your Slugged behavior does not have a bug on unique check, and it has more options than Sluggable |
# |
Sep 13th 2009, 09:50 |
AD7six |
I don't mind, but why would you do that |
# |
Sep 13th 2009, 09:49 |
sky_l3ppard |
do you mind if i extend it in my behavior which is currently pending for approval |
# |
Sep 13th 2009, 09:46 |
AD7six |
sky_l3ppard: I do |
# |
Sep 13th 2009, 09:25 |
sky_l3ppard |
i see you have nice Slugged behavior in your project |
# |
Sep 13th 2009, 09:24 |
sky_l3ppard |
hi AD7six |
# |
Sep 11th 2009, 23:17 |
Predominant |
Spam Comment |
# |
Sep 11th 2009, 23:17 |
Predominant |
http://bakery.cakephp.org/articles/view/release-1-2-2-8120 |
# |
Sep 10th 2009, 12:07 |
Phally |
it seems i am no longer admin, since i don't see that gray menu |
# |
Sep 10th 2009, 12:06 |
Phally |
i.e. http://bakery.cakephp.org/articles/view/mambo-licious#comment-5028 |
# |
Sep 10th 2009, 12:06 |
Phally |
what happened? i can no longer un-publish spam |
# |
Sep 9th 2009, 11:38 |
sky_l3ppard |
hi AD7six |
# |
Sep 9th 2009, 06:43 |
ADmad |
brr... thechaw.com/cakebook |
# |
Sep 9th 2009, 06:42 |
ADmad |
*thechaw.com/cookbook |
# |
Sep 9th 2009, 06:42 |
ADmad |
tPl0ch: you can post tickets on thechaw.com/bakery ... the 'code' link has beeen already but most likely that updated hasnt been pushed to live site yet |
# |
Sep 9th 2009, 03:16 |
tPl0ch |
) |
# |
Sep 9th 2009, 03:16 |
tPl0ch |
just telling to make cakephp a better world |
# |
Sep 9th 2009, 03:15 |
tPl0ch |
as well as the top navigation which still includes the item 'trac' - which should be 'code' I think |
# |
Sep 9th 2009, 03:15 |
tPl0ch |
If you are on book.cakephp.org and click on login -> forgot password, I'll get redirected to Home, where I should get redirected to bakery's forgot password form |
# |
Sep 9th 2009, 03:14 |
tPl0ch |
if somebody is here who is half way responsible, here is what I found |
# |
Sep 9th 2009, 03:13 |
tPl0ch |
Hello, I have found some bugs on book.cakephp.org |
# |
Sep 9th 2009, 03:11 |
tPl0ch |
ok |
# |
Sep 9th 2009, 03:11 |
Predominant |
I dont have much to do with the bakery, personally |
# |
Sep 9th 2009, 03:11 |
tPl0ch |
lol |
# |
Sep 9th 2009, 03:11 |
Predominant |
I lurk here. Thats all. |
# |
Sep 9th 2009, 03:11 |
tPl0ch |
) |
# |
Sep 9th 2009, 03:11 |
tPl0ch |
hello |
# |
Sep 9th 2009, 03:10 |
Predominant |
Hello tPl0ch |
# |
Sep 6th 2009, 18:22 |
jperras |
http://bin.cakephp.org/view/1749947518 refs. http://code.cakephp.org/tickets/view/41 |
# |
Sep 6th 2009, 11:00 |
DeSian |
that is my problem my path is so in .profile "PATH="/var/www/cake/cake/console/cake:$HOME/bin:$PATH" but if run cake "command not found" what is wrong? |