Custom Query (6 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 6)

1 2
Ticket Resolution Summary Owner Reporter
#4 fixed PEdit.inc.php rebuild quinn q
Description

Beau, I'm opening this ticket until we've worked out all the glitches in PEdit.

Here's one: In PEdit.inc.php, this...

id="sc-pedit-<?php echo $name; ?>"

...should be changed to...

id="sc-pedit-field-<?php echo $name; ?>"

...or something similar to prevent the case where $name is "form" or some other conflicting title. Is this id="" used anywhere else?

#3 fixed lib/FormValidator.inc.php: update validateEmail regex to follow RFC 2822 standards. q
#1 fixed Upload->setUploadPath() need to add dir exists checking before running realpath() q
Description

Otherwise if dir does not exist realpath returns empty string and error reporting is not helpful.

1 2
Note: See TracQuery for help on using queries.