Index: trunk/core/kernel/db/db_tag_processor.php
===================================================================
diff -u -r3635 -r3687
--- trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 3635)
+++ trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 3687)
@@ -415,6 +415,11 @@
*/
function prepareTagParams($tag_params = Array())
{
+ /*if (isset($tag_params['list_name'])) {
+ $list =& $this->GetList($tag_params);
+ $this->Init($list->Prefix, $list->Special);
+ }*/
+
$ret = $tag_params;
$ret['Prefix'] = $this->Prefix;
$ret['Special'] = $this->Special;
Index: trunk/core/units/categories/categories_config.php
===================================================================
diff -u -r3613 -r3687
--- trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 3613)
+++ trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 3687)
@@ -26,7 +26,7 @@
'ViewMenuPhrase' => 'la_text_Categories',
'TitlePresets' => Array(
- 'category_list' => Array('prefixes' => Array('c_List'), 'tag_params' => Array('c'=> Array('per_page'=>-1)), 'format' => "!la_title_Categories! (#c_recordcount#)"),
+ 'category_list' => Array('prefixes' => Array('c_List'), 'format' => "!la_title_Categories! (#c_recordcount#)"),
),
Index: trunk/kernel/units/categories/categories_config.php
===================================================================
diff -u -r3613 -r3687
--- trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 3613)
+++ trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 3687)
@@ -26,7 +26,7 @@
'ViewMenuPhrase' => 'la_text_Categories',
'TitlePresets' => Array(
- 'category_list' => Array('prefixes' => Array('c_List'), 'tag_params' => Array('c'=> Array('per_page'=>-1)), 'format' => "!la_title_Categories! (#c_recordcount#)"),
+ 'category_list' => Array('prefixes' => Array('c_List'), 'format' => "!la_title_Categories! (#c_recordcount#)"),
),
Index: trunk/kernel/units/categories/categories_tag_processor.php
===================================================================
diff -u -r3591 -r3687
--- trunk/kernel/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 3591)
+++ trunk/kernel/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 3687)
@@ -17,7 +17,7 @@
// $list->addFilter('parent_filter', 'ParentId = '.$parent_cat_id, WHERE_FILTER, FLT_SYSTEM);
//unset($params['skip_counting']);
- $this->Application->HandleEvent($event, $prefix_special.':SetPagination', $params );
+// $this->Application->HandleEvent($event, $prefix_special.':SetPagination', $params );
$list->Query();
return $list;
Index: trunk/core/units/categories/categories_tag_processor.php
===================================================================
diff -u -r3591 -r3687
--- trunk/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 3591)
+++ trunk/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 3687)
@@ -17,7 +17,7 @@
// $list->addFilter('parent_filter', 'ParentId = '.$parent_cat_id, WHERE_FILTER, FLT_SYSTEM);
//unset($params['skip_counting']);
- $this->Application->HandleEvent($event, $prefix_special.':SetPagination', $params );
+// $this->Application->HandleEvent($event, $prefix_special.':SetPagination', $params );
$list->Query();
return $list;
Index: trunk/kernel/admin_templates/category_selector.tpl
===================================================================
diff -u -r3664 -r3687
--- trunk/kernel/admin_templates/category_selector.tpl (.../category_selector.tpl) (revision 3664)
+++ trunk/kernel/admin_templates/category_selector.tpl (.../category_selector.tpl) (revision 3687)
@@ -1,6 +1,8 @@
+
+
@@ -86,27 +88,18 @@