Changeset 1841
- Timestamp:
- 07/23/10 13:51:55 (19 months ago)
- Location:
- plugins/apostrophePlugin/trunk
- Files:
-
- 4 modified
-
. (modified) (1 prop)
-
lib/action/BaseaActions.class.php (modified) (1 diff)
-
web/css/a.css (modified) (1 prop)
-
web/images (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk
- Property svn:mergeinfo changed
/plugins/apostrophePlugin/branches/1.4 merged: 1840
- Property svn:mergeinfo changed
-
plugins/apostrophePlugin/trunk/lib/action/BaseaActions.class.php
r1697 r1841 598 598 } 599 599 600 $values = aZendSearch::searchLuceneWithValues(Doctrine::getTable('aPage'), $q, aTools::getUserCulture()); 600 try 601 { 602 $values = aZendSearch::searchLuceneWithValues(Doctrine::getTable('aPage'), $q, aTools::getUserCulture()); 603 } catch (Exception $e) 604 { 605 // Lucene search error. TODO: display it nicely if they are always safe things to display. For now: just don't crash 606 $values = array(); 607 } 601 608 602 609 $nvalues = array(); -
plugins/apostrophePlugin/trunk/web/css/a.css
- Property svn:mergeinfo changed (with no actual effect on merging)
-
plugins/apostrophePlugin/trunk/web/images
- Property svn:mergeinfo changed (with no actual effect on merging)

