Changeset 2685
- Timestamp:
- 08/20/08 11:00:32 (5 months ago)
- Location:
- branches/0.11
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/filter/AgaviFormPopulationFilter.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2675 r2685 5 5 ---------------------------- 6 6 7 ADD: Allow ignoring of (X)HTML parse errors in FPF (#613) (David) 7 8 ADD: Set current Context instance on Doctrine connections (#800, #808) (David) 8 9 ADD: Support for doctrine connection settings and options (#788) (David) -
branches/0.11/src/filter/AgaviFormPopulationFilter.class.php
r2519 r2685 192 192 $lm->log($m, $cfg['logging_logger']); 193 193 } 194 195 // all in all, that didn't go so well. let's see if we should just silently abort instead of throwin an exception 196 if($cfg['ignore_parse_errors']) { 197 return; 198 } 199 194 200 throw new AgaviParseException($emsg); 195 201 } … … 911 917 'multi_field_error_messages' => array(), 912 918 919 'ignore_parse_errors' => false, 913 920 'log_parse_errors' => true, 914 921 'logging_severity' => AgaviLogger::FATAL,

