Changeset 1520
- Timestamp:
- 08/03/06 16:23:16 (2 years ago)
- Location:
- trunk/gregarius
- Files:
-
- 2 modified
-
cls/search.php (modified) (1 diff)
-
schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/search.php
r1436 r1520 201 201 202 202 203 parent::populate($qWhere,$qOrder,0, -1,ITEM_SORT_HINT_MIXED,true);203 parent::populate($qWhere,$qOrder,0,getConfig("rss.search.maxitems"),ITEM_SORT_HINT_MIXED,true); 204 204 205 205 $this -> filterItems(); -
trunk/gregarius/schema.php
r1518 r1520 471 471 "rss.config.ajaxbatchsize" => array('3','3','num','Sets the number of feeds in a batch when using the ajax updater. Remember to set rss.config.serverpush to false.',NULL), 472 472 "rss.config.defaultdashboard" => array('true','true','boolean','If the first page seen when entering the admin section should be the dashboard',NULL), 473 "rss.config.deadthreshhold" => array('24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL) 473 "rss.config.deadthreshhold" => array('24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL), 474 "rss.search.maxitems" => array(500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL) 474 475 ); 475 476
