Log message #110510

# At Username Text
# Aug 7th 2008, 21:37 markstory but firephp is good for requests :)
# Aug 7th 2008, 21:37 markstory noworries :)
# Aug 7th 2008, 21:37 rjmolesa sorry
# Aug 7th 2008, 21:37 rjmolesa doesn't :-D
# Aug 7th 2008, 21:37 markstory rjmolesa: how does that debug javascript in IE?
# Aug 7th 2008, 21:37 rjmolesa firephp
# Aug 7th 2008, 21:36 markstory but IE development is very black box, dark voodoo.
# Aug 7th 2008, 21:36 markstory you can use fiddler to capture requests and see if requests are being made.
# Aug 7th 2008, 21:36 lqdice__ t.t
# Aug 7th 2008, 21:36 markstory hell no.
# Aug 7th 2008, 21:35 lqdice__ but i cant breakpoint like i do w/ firebug
# Aug 7th 2008, 21:35 lqdice__ you know what it prolly is.. there are a lot of try/catch in swfupload.. its prolly catching so not throwing an exception
# Aug 7th 2008, 21:35 markstory you want to turn on notify of all script errors. or something like that.
# Aug 7th 2008, 21:35 markstory lqdice__: M$ calls javascript 'active scripting' in some places as well.
# Aug 7th 2008, 21:33 markstory internet options -> advanced I think.. its hard as heck to find.
# Aug 7th 2008, 21:33 lqdice__ how do i turn it on though
# Aug 7th 2008, 21:33 markstory you can turn script debugging on but it just opens visual script editor and points at lines and then craps out.
# Aug 7th 2008, 21:33 lqdice__ where is that
# Aug 7th 2008, 21:32 markstory turn the error reporting on, and hope for the best.
# Aug 7th 2008, 21:32 lqdice__ i click the button.. nothing happens
# Aug 7th 2008, 21:32 markstory its a useless pile.
# Aug 7th 2008, 21:32 markstory lqdice__: you don't
# Aug 7th 2008, 21:32 lqdice__ damn swfupload isnt working in IE
# Aug 7th 2008, 21:32 lqdice__ oh god.. how do you debug javascript in IE ?
# Aug 7th 2008, 21:26 Jonah you would think var $displayField = 'username'; would fix it but it doesen't
# Aug 7th 2008, 21:26 SamuraiDio ok, no pro....
# Aug 7th 2008, 21:25 SamuraiDio ohh shit, alphaNumeric don't allow áéíóú 8\
# Aug 7th 2008, 21:24 Jonah if anything it should make the username field bold
# Aug 7th 2008, 21:24 Jonah real questing: on my user registration form, it is automatically making the email field bold. why?
# Aug 7th 2008, 21:24 t73net Hey all
# Aug 7th 2008, 21:23 Jonah They should have CakeIgnitorPhony
# Aug 7th 2008, 21:22 SamuraiDio yeah, seens the way to do
# Aug 7th 2008, 21:21 infantigniter otherwise i don't know what you'd do, besides use VALID_NOT_EMPTY which might be deprecated but still works in my app
# Aug 7th 2008, 21:20 infantigniter instead of alphanumeric
# Aug 7th 2008, 21:20 infantigniter SamuraiDio: try 'rule'=>''
# Aug 7th 2008, 21:20 SamuraiDio infantigniter, but i don't want alphaNumeric, but anything, even special chars
# Aug 7th 2008, 21:20 infantigniter SamuraiDio: try 'first_name'=>array('rule'=>'alphaNumeric', 'allowEmpty'=>false)
# Aug 7th 2008, 21:19 SamuraiDio Warning (2): preg_match() [function.preg-match]: Empty regular expression [CORE/cake/libs/model/model.php, line 2202]
# Aug 7th 2008, 21:19 SamuraiDio infantigniter, this is not working: 'first_name' => array('allowEmpty' => false)
# Aug 7th 2008, 21:19 SamuraiDio freebox, don't do relationship in database, let cake take care of it.
# Aug 7th 2008, 21:18 infantigniter SamuraiDio: as far as format goes they look fine