Log message #1032088

# At Username Text
# Sep 11th 2009, 14:25 Ceeram ok ill switch to that branch then
# Sep 11th 2009, 14:25 markstory I think I got them all there.
# Sep 11th 2009, 14:25 deboni can i submit a form (method = GET) and the url be with named parameters? without redirect?
# Sep 11th 2009, 14:25 markstory do the searches in 1.3-misc.
# Sep 11th 2009, 14:24 Ceeram i will search for other convenience functions as well
# Sep 11th 2009, 14:24 markstory Ceeram: I will backport the patches though. :)
# Sep 11th 2009, 14:24 TehTreag ChipotleCoyote: Cool. Now just get the job, and convert them all over. :)
# Sep 11th 2009, 14:23 markstory I removed them all from there.
# Sep 11th 2009, 14:23 ChipotleCoyote Hm. Apparently, working with CakePHP has just gotten me an interview for a job that would be working with Symfony. How's that work?
# Sep 11th 2009, 14:23 markstory Ceeram: try looking in 1.3
# Sep 11th 2009, 14:23 Ceeram 809: $_this->regex = '/^(?:(?:https?|ftps?|file|news|gopher):\/\/)' . ife($strict, '', '?') .
# Sep 11th 2009, 14:22 Ceeram another one: cake/libs/validation.php
# Sep 11th 2009, 14:22 markstory darn, missed one.
# Sep 11th 2009, 14:22 Ceeram 678: $val = ife($val, 'true', 'false');
# Sep 11th 2009, 14:21 Ceeram and 2 matches in basics.php but that it where ife is
# Sep 11th 2009, 14:21 markstory where in Javascript helper?
# Sep 11th 2009, 14:21 markstory yeah.
# Sep 11th 2009, 14:21 Ceeram so that doesnt count
# Sep 11th 2009, 14:21 Ceeram well that is the test if the ife function itself
# Sep 11th 2009, 14:20 Ceeram 12 matches in tests
# Sep 11th 2009, 14:19 markstory Ceeram: they might have been left in the shells.
# Sep 11th 2009, 14:19 Ceeram cake/libs/view/helpers/javascript.php 1 match
# Sep 11th 2009, 14:19 markstory thanks
# Sep 11th 2009, 14:19 jmcneese excellent. good work on that stuff btw.
# Sep 11th 2009, 14:19 Ceeram cake/console/libs/acl.php 6 matches
# Sep 11th 2009, 14:19 markstory yeah
# Sep 11th 2009, 14:19 jmcneese markstory: so, minimal fiddling to get it to work, in your estimate
# Sep 11th 2009, 14:18 markstory *functions
# Sep 11th 2009, 14:18 markstory Ceeram: which methods?
# Sep 11th 2009, 14:18 Ceeram 22 matches
# Sep 11th 2009, 14:18 markstory Html helper got some methods from Javascript helper.
# Sep 11th 2009, 14:18 Ceeram its everywhere
# Sep 11th 2009, 14:18 markstory just itself, oh and the Html Helper.
# Sep 11th 2009, 14:18 Ceeram have 1.2 branch
# Sep 11th 2009, 14:18 jmcneese sweet
# Sep 11th 2009, 14:18 markstory nope
# Sep 11th 2009, 14:18 jmcneese markstory: so it doesn't depend on any other new-fangled classes or whatnot?
# Sep 11th 2009, 14:18 markstory they should all be gone from inside 1.3 and 1.2
# Sep 11th 2009, 14:17 markstory Ceeram: where?
# Sep 11th 2009, 14:17 markstory jmcneese: should be fine.
# Sep 11th 2009, 14:17 Ceeram Deprecate convenience methods, their use has been removed from the core, and they are often a bad practice. is on the todolist, but i still see them used in core