|
fixes in 1.4.beta3 |
- Due to sanitization the FilterFormPart used by several types of SearcvhPages did not work properly for advanced search with < and <= . getFilterCmp no longer sanitizes requestdata; getFilter1Cmp now delegates to getFilterCmp
- Encoding id by PntSelectWidget caused advanced search in FilterFormPart to 'forget' selections, PntSelectWidget::setOptionsFromObjects no longer encodes id,
::printSelectOptions now encodes values
- Usage of E_STRIC constant by PntAction::handleError causes notifications in PHP4,
PntAction::handleError now checks E_STRICT constant to be defined
- overflow=hidden style for BODY element caused report pages to be unscrollable,
phppeanuts.css body overflow=hidden removed
|
|