Re: Tree Behaviors, Move Functions

2010-02-22 Thread Hiero
I am currently having the exact same problem. I cannot move nodes either up or down the tree. Using CakePHP 1.3 On Feb 22, 3:47 am, Ross Haggart wrote: > It is weird, i have multiple records and id 2 is the second record.  The > first record is 'All Products', then i have 5/6 records nested under

Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-15 Thread Hiero
Just a tip: For my my CakePHP blog I implemented Debuggable's Akismet behavior/datasource and it's done an excellent job nabbing comment spam without the need for captchas. http://debuggable.com/posts/akismet-datasource:48bbe6f0-b7c0-47e5-8337-15624834cda3 On Nov 14, 1:44 pm, thankyou wrote: > I

Re: Release: 1.2.4 and 1.3-dev

2009-08-15 Thread Hiero
Fantastic, thank you Mr. Story. On Aug 14, 12:52 pm, mark_story wrote: > git branch --track 1.3 origin/1.3 > git checkout 1.3 > > -Mark > > On Aug 14, 8:10 am, Hiero wrote: > > > > > I'm sorry but I have to ask a really noob question. > > > Now th

Re: Release: 1.2.4 and 1.3-dev

2009-08-14 Thread Hiero
I'm sorry but I have to ask a really noob question. Now that you have moved the codebase over to Git I am lost. I know the basics of using Git, and use it to pull down plugins from TheChaw, but how I do I get 1.3 from code.cakephp.org? Thanks - --~--~-~--~~~---~--~-

Re: Help debugging pseudocoder.com Asset Packer CakePHP Plugin

2009-07-07 Thread Hiero
Rename jsmin-1.1.1.php in Vendors to jsmin.php and all should work well. On Jul 7, 7:32 am, Hiero wrote: > The problem is with JS-Min. Once I comment out line 233 inasset.php > it packs up the JS just fine and renders it. However, we're no longer > get Minified output. > >

Re: Help debugging pseudocoder.com Asset Packer CakePHP Plugin

2009-07-07 Thread Hiero
The problem is with JS-Min. Once I comment out line 233 in asset.php it packs up the JS just fine and renders it. However, we're no longer get Minified output. On Jun 11, 2:53 am, RyOnLife wrote: > I'm tailing my logs and nothing suspicious is turning up. > > Re: the #3 instruction from above, I

Re: Help debugging pseudocoder.com Asset Packer CakePHP Plugin

2009-07-07 Thread Hiero
I tested it with a non-minified file as well and had the same issue. Not being able to handle already minified files would be a huge problem, as one of the points of the plugin is to concat files together. Using a minified version of libs like JQuery is standard practice. I'm pretty sure Pseudoco

Re: Help debugging pseudocoder.com Asset Packer CakePHP Plugin

2009-07-06 Thread Hiero
To follow up: CSS is packing fine, its JS that's causing all kinds of problems for Asset Packer. Jquery.1.3.2.min seems to crash the whole operation. Same for another obfuscated JS file. On Jul 6, 11:23 pm, Hiero wrote: > I'm having the same issue. Nothing in the logs, and since

Re: Help debugging pseudocoder.com Asset Packer CakePHP Plugin

2009-07-06 Thread Hiero
I'm having the same issue. Nothing in the logs, and since debug is off I can't get error messages. Perms are set correctly on ccss & cjs. CSS packs, but not JS. On Jun 11, 2:53 am, RyOnLife wrote: > I'm tailing my logs and nothing suspicious is turning up. > > Re: the #3 instruction from above,

Re: HABTM question - keeping associated records in a specific order

2009-06-03 Thread Hiero
Had an informative discussion on this at Stack Overflow: http://stackoverflow.com/questions/936203/storing-sort-order-for-items-held-in-an-habtm-association-cakephp On Jun 1, 9:31 pm, Hiero wrote: > I have a HasAndBelongsToMany association setup on Videos and Bins: A > Bin can s

HABTM question - keeping associated records in a specific order

2009-06-01 Thread Hiero
I have a HasAndBelongsToMany association setup on Videos and Bins: A Bin can store n references to Videos, and Videos can belong to n Bins. I need to be able to manually set and store the display order of the Videos within a particular Bin (so the client can have his Videos in a particular order

1.3 API

2009-03-24 Thread Hiero
Is it to early in the game or will the API for 1.3 be generated and available on api.cakephp.org anytime soon? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send em

Re: Release: 1.2.2.8120

2009-03-24 Thread Hiero
I know this is a noob question, but its driving me crazy. How do I grab just the 1.3 branch from the Git repo on Chaw? I used to work with SVN just fine to develop against nightlies of 1.2.x.x - but moving 1.3 to Git is seriously hampering my workflow. Could someone point me in the right direction

Re: Looking for a good spam - protection Component

2009-02-13 Thread Hiero
Are you talking about comment spam? If so, you might want to look at integrating Akismet into your app - The folks at Debuggable have done some work on this - http://bit.ly/vdv9h On Feb 13, 7:44 am, amarradi wrote: > Hello together, > > i'm looking for a good spam-protection. I tried > > http

Re: nice new API layout

2009-01-29 Thread Hiero
I agree with rogwei - The overall layout looks great, (especially love the use of Mac typefaces) and its very legible. But I do really miss those member list links, its a lot harder to scan and jump-to like I used to (and I rely on the API quite a bit.) On Jan 28, 10:26 am, rogwei wrote: > um

HttpOnly support in Cookies to help prevent XSS

2008-08-30 Thread Hiero
Anyone thought about adding HttpOnly support to the CookieComponent to help reduce possible XSS attacks? http://us.php.net/setcookie While it would be easy to add this to the CookieComponent on my local install, would this severely impact any other functionality? --~--~-~--~~--

Re: Problems with othAuth - installed, but doesn't work!

2006-12-02 Thread Hiero
I agree, I had the same issues and this post helped resolve them. It was not apparent that the models required HABTM if you don't have that much experience writing them, and to be honest the interactive mode in Bake is not that helpful if you don't know what you need. Adding at least skeletal mode