Logs for

Page 375 of 211,270, showing 20 records out of 4,225,381 total, starting on record 7,481, ending on 7,500

# At Username Text
# Aug 9th 2008, 15:11 markstory dieselz: whitelist removes extra data that isn't supposed to be saved.
# Aug 9th 2008, 15:11 AD7six dieselz: think about "why [his code -> a malicous user]...
# Aug 9th 2008, 15:11 eaqua AD7six: hm, so it might be a switch from php4 to php5 on the shared hosting...
# Aug 9th 2008, 15:12 adj Howard``: maybe. i never looked back at it. i've had enough negative MS experiences that i don't really trust them anymore
# Aug 9th 2008, 15:12 adj so i'm definitely a bit biased
# Aug 9th 2008, 15:12 AD7six eaqua: if changing to find is problematic (I don't really see how) look at the __call and call__ methods in model are implemented and overide in yoru app model.
# Aug 9th 2008, 15:12 Howard`` yeah, they seem to be opening up the dev end or something lately, they have a lot of their resources you can access through quite extensive api's now
# Aug 9th 2008, 15:13 Martz once bitten, twice shy
# Aug 9th 2008, 15:17 jaredhoyt i think i have a little ocd -- everytime i decide on a new coding standard, i feel like i have to go back through all my code and change everything :D
# Aug 9th 2008, 15:17 markstory jaredhoyt: I do that too sometimes. when I have a slow day.
# Aug 9th 2008, 15:17 DrBacchus Especially useful if you get paid by changed lines of code.
# Aug 9th 2008, 15:17 jaredhoyt i decided today i like spaces on each side of the . when concatenating
# Aug 9th 2008, 15:17 jaredhoyt DrBacchus: hah, that's evil
# Aug 9th 2008, 15:19 eaqua AD7six: thanks, changed model/datasources/dbo_source.php and it works now.
# Aug 9th 2008, 15:20 AD7six eaqua: in your app I hope
# Aug 9th 2008, 15:21 eaqua AD7six: nah, in cake/libs, I don't think I have this in my app.
# Aug 9th 2008, 15:21 markstory eaqua: so what happens when you upgrade you cake libs?
# Aug 9th 2008, 15:26 VolVE hey all, so what's the 1.2 version of $session->flash() ?
# Aug 9th 2008, 15:26 markstory $session->flash() ?
# Aug 9th 2008, 15:27 VolVE I was under the impression that the flash() concept for user messages was totally redone in 1.2 ?