Quick search:

fixes in 1.4.beta3

  1. 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
  2. Encoding id by PntSelectWidget caused advanced search in FilterFormPart to 'forget' selections,  PntSelectWidget::setOptionsFromObjects no longer encodes id, ::printSelectOptions now encodes values
  3. Usage of E_STRIC constant by PntAction::handleError causes notifications in PHP4, PntAction::handleError now checks E_STRICT constant to be defined
  4. overflow=hidden style for BODY element caused report pages to be unscrollable, phppeanuts.css body overflow=hidden removed