Re: MediaView Videos and Safari on iPad

2012-05-30 Thread Max D
ivery-mobile-devices I hope to find the time to clean up and release the code. Am Donnerstag, 24. Mai 2012 17:57:48 UTC+2 schrieb Max D: > > Hi, > > Cake: 2.0.3 > > I'm using MediaView to deliver videos to the user. This works great on > Firefox, Safari and on my Andr

MediaView Videos and Safari on iPad

2012-05-24 Thread Max D
Hi, Cake: 2.0.3 I'm using MediaView to deliver videos to the user. This works great on Firefox, Safari and on my Android Phone but when I try to use it with mobile Safari on an iPad, the video can't be played. I have a hard time debugging on the iPad, the only message I get in console is: "QuickT

Re: find all with at least one associated model

2010-11-03 Thread Max D
eturned 1. Anyway, having the counter_cache is nice anyway. So my problem is solved. On Nov 2, 9:12 am, ohcibi wrote: >  The easiest way would be to Use countercache and then just add > post_count > 0 to conditions... if you cant zdf countercache for some > reason you could also inner j

find all with at least one associated model

2010-11-01 Thread Max D
Hi, i use cake 1.3 and I have a "Blog hasMany Post" association and now I want to find all the Blogs, which have at least one Post. I use the Containable Behavior. I understand, that I could do a Blog->find('all', array('contain' => array('Post'))) and simply filter the results for the Blogs, whe

RSS in the Bakery broken

2010-10-27 Thread Max D
Hey, the RSS feed in the bakery seems to be broken. I worked a while ago, but now http://bakery.cakephp.org/articles/rss throws an error: Error: The requested address '/articles/rss' was not found on this server. I didn't know who to contact with this issue. Regards Max Check out the new CakeP