Loading...
 
Skip to main content

Category: 10.x

10.x
Show subcategories objects

Name Type
Tracker field descriptions show above the pretty tracker form
r45946

See source of http://dev.tiki.org/Bug+Tracker+Input+Form
Happens with any tracker plugin form using a wiki template.
tracker item
Video CMS - Unable to upload objects
The bug has already been submitte via SourceForge and posted on the [https://tiki.org/Video+Team|Video Team page]
tracker item
Tiki SMARTY Plugin no longer works with 'eval' option
Since Tiki10 the Tiki SMARTY Plugin, using the 'eval' option to simply display a smarty variable, no longer works because the underpinning smarty function.eval.php is no longer part of the Tiki distribution - the SMARTY Plugin code checks for the availability of function.eval.php in either lib/smarty/libs/plugins/ or the lib/smarty_tiki/ folders and gives an error message "Incorrect parameter"  if it is not found. Its removal is probably due to the move Smarty 3  but it is not clear whether there is Smarty 3 version of eval available. The Tiki 9 version of function.eval.php does not work in 10/11/trunk (gives fatal errors) so this doesn't give us a 'quick fix'.  

Solution needed to be able to 'eval' and display any smarty variable type not just strings
tracker item
test dynamic items list per Bernard Sfez email of 24 May
In Bernard's email he recommends the following:

---
Go to https://dev.tiki.org/tracker5 Insert new item, go to "Area" select any.

---
As I'm creating this enter, after selecting Area: Main Feature, in the Drop-down for Sub-Category I'm seeing, as he said a list of meaningless catId's. (Bernard: "Check sub-category, instead of showing category name, it show catId.") As far as I know this problem exist since the rewrite of tables in v.9.x During TikiFest in Montreal in April, ca 12-14 April, Louis-Philippe fixed this problem for me in 11.x (then still Trunk). Sorry but I'm still in Africa, with expensive, and very unstable internet, so I can't check updates, but perhaps this can help someone find the solution. I'll be available for the group again, but only starting someone coming Monday, 27 May. No promises but perhaps I can find a solution then, but it will take time. olaf-michael (omstefanov)
tracker item
LDAP password will not be accepted when using > or < in the password string
we are using ldap for login to tikiwiki. If the user has a > or < character in his password he is not able to login to tikiwiki. He will get the message "password is not correct".
I asume that this might be a code problem in php or html so that tikiwiki interprete these characters as code?

The Problem will be found here:

-> /srv/www/htdocs/tikiwiki/tiki-setup_base.php

in the line:

614: $_POST = $inputFilter->filter($_POST);

...in which obviously all Request-Parameters will be somehow filtered inklusive Password
($_REQUEST['pass']). Before/After the Request-Hash looks as follows (Test-Passwort: Ordix<0590):


<!-- array(5) {
["user"]=>
string(2) "ca"
["pass"]=>
string(10) "Ordix>0590"
["login"]=>
string(6) "Log In"
["stay_in_ssl_mode_present"]=>
string(1) "y"
["stay_in_ssl_mode"]=>
string(1) "n"
}
-->

<!-- array(5) {
["user"]=>
string(2) "ca"
["pass"]=>
string(9) "Ordix0590"
["login"]=>
string(6) "Log In"
["stay_in_ssl_mode_present"]=>
string(1) "y"
["stay_in_ssl_mode"]=>
string(1) "n"
}

the "inputFilter" will be declared here:

606:$inputFilter = DeclFilter::fromConfiguration($inputConfiguration, array('catchAllFilter'));

it seems to be a Bug inTikiwiki.

is there a solution?
tracker item
Make Unified Index optional
{syntax type="tiki" editor="plain"}
Full thread is here:
http://tiki.org/forumthread47305

"So should we have a new pref "unified_index" and add it as dependency for these features (PluginList, PluginListExecute, etc.), and thus people whose servers don't work with it have the option to turn them off? (effectively acting like a Tiki6)"


tracker item
Module months_links (blog or cms archive) can't display more than 12 months
Module months_links is expected to show links to the months in the last year where posts occurred, but also display a link to the previous years, so that the user can click to the previous year to list the months that hold posts, etc.

The user expected to be able to list all months where there were posts, from the previous years, but it only display posts from the last 12 months.

The rows param by default gets the value 10 (like month october, our current month by the time of this writing)
Increasing the value shows more links (from previous years). However, it seems that Value max="-1" (show all posts, with no max limit) doesn't fetch them all.
tracker item
Argument Variables are parsed even in "No parse" (np) zones
The following (without a space between braces) does not work anymore:

~np~
you can use the ~np~{{user} }~/np~ ~np~~/np~~/np~ ~np~((doc:Argument Variables|Argument Variable))
~/np~

Instead the Argument Variable which is inside __np__ gets parsed as current user login name.

__Update:__ updated the Subject field to more reflect what is the report about
tracker item
Parser regression on -> between 6 and 9, and still present in 10 and 11
{CODE(caption="This text behaves OK in 6x, but not in 9,10,11")}! Three ways to search

A. To search for a bug/feature request you can use the search bar in the upper right.

B. Use the Keywords way down on the right column over there -->

C. You can also search the main tracker using the form below.
{CODE}


{img fileId="258"}
tracker item
Performance Problem with structure menu
we have huge performance problems if we implement the structure as an menu in tikiwiki. Every time a page will be renewed or opened tikiwiki starts 1000 of sql statements i suppose for selecting the rights of each menu entry so that every call of one site takes about 6 sec. At the end of this text you will find the list of taken sql statements for one page.

131021 14:58:56 24 Connect root@localhost on tw102
24 Query SET NAMES utf8
24 Query SHOW TABLES LIKE 'tiki_preferences'
24 Query select `name`, `value` from `tiki_preferences` where `name`='session_lifetime' or `name`='session_storage' or `name`='session_silent' or `name`='session_cookie_name' or `name`='session_protected' or `name`='tiki_cdn' or `name`='tiki_cdn_ssl' or `name`='language' or `name`='lang_use_db' or `name`='feature_fullscreen' or `name`='error_reporting_level' or `name`='smarty_notice_reporting' or `name`='memcache_enabled' or `name`='memcache_expiration' or `name`='memcache_prefix' or `name`='memcache_compress' or `name`='memcache_servers' or `name`='min_pass_length' or `name`='pass_chr_special' or `name`='smarty_compilation' or `name`='menus_item_names_raw'
24 Query SELECT `groupName` FROM `users_usergroups` WHERE 1=1 AND `userId` = '10'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Admins'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Bereich Service'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Domain Users'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Gruppe Systemintegration'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='ordix'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='ordix_intern'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Registered'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Anonymous'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Service'
24 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='TerminalServer User'
24 Query SELECT `groupName`,`permName` FROM users_grouppermissions
24 Query select `prefName`, `value` from `tiki_user_preferences` where `user`='lk'
24 Query SELECT `page_id`, `pageName`, `hits`, `description`, `lastModif`, `comment`, `version`, `version_minor`, `user`, `ip`, `flag`, `points`, `votes`, `wiki_cache`, `cache_timestamp`, `pageRank`, `creator`, `page_size`, `lang`, `lockedby`, `is_html`, `created`, `wysiwyg`, `wiki_authors_style`, `comments_enabled` FROM `tiki_pages` WHERE `pageName`='User:lk'
24 Query SELECT COUNT(*) FROM `tiki_pageviews` WHERE 1=1 AND `day` = '1382306400' LIMIT 1 OFFSET 0
24 Query UPDATE `tiki_pageviews` SET `pageviews` = `pageviews` + '1' WHERE 1=1 AND `day` = '1382306400' LIMIT 1
24 Quit
25 Connect root@localhost on tw102
25 Query SET NAMES utf8
25 Query SHOW TABLES LIKE 'tiki_preferences'
25 Query select `name`, `value` from `tiki_preferences` where `name`='session_lifetime' or `name`='session_storage' or `name`='session_silent' or `name`='session_cookie_name' or `name`='session_protected' or `name`='tiki_cdn' or `name`='tiki_cdn_ssl' or `name`='language' or `name`='lang_use_db' or `name`='feature_fullscreen' or `name`='error_reporting_level' or `name`='smarty_notice_reporting' or `name`='memcache_enabled' or `name`='memcache_expiration' or `name`='memcache_prefix' or `name`='memcache_compress' or `name`='memcache_servers' or `name`='min_pass_length' or `name`='pass_chr_special' or `name`='smarty_compilation' or `name`='menus_item_names_raw'
25 Query SELECT `groupName` FROM `users_usergroups` WHERE 1=1 AND `userId` = '10'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Admins'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Bereich Service'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Domain Users'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Gruppe Systemintegration'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='ordix'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='ordix_intern'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Registered'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Anonymous'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='Service'
25 Query select `includeGroup` from `tiki_group_inclusion` where `groupName`='TerminalServer User'
25 Query SELECT `groupName`,`permName` FROM users_grouppermissions
25 Query select `prefName`, `value` from `tiki_user_preferences` where `user`='lk'
25 Query SELECT `page_id`, `pageName`, `hits`, `description`, `lastModif`, `comment`, `version`, `version_minor`, `user`, `ip`, `flag`, `points`, `votes`, `wiki_cache`, `cache_timestamp`, `pageRank`, `creator`, `page_size`, `lang`, `lockedby`, `is_html`, `created`, `wysiwyg`, `wiki_authors_style`, `comments_enabled` FROM `tiki_pages` WHERE `pageName`='User:lk'
25 Query SELECT `page_id`, `pageName`, `hits`, `description`, `lastModif`, `comment`, `version`, `version_minor`, `user`, `ip`, `flag`, `points`, `votes`, `wiki_cache`, `cache_timestamp`, `pageRank`, `creator`, `page_size`, `lang`, `lockedby`, `is_html`, `created`, `wysiwyg`, `wiki_authors_style`, `comments_enabled` FROM `tiki_pages` WHERE `pageName`='HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query SELECT COUNT(*) FROM `tiki_pageviews` WHERE 1=1 AND `day` = '1382306400' LIMIT 1 OFFSET 0
25 Query UPDATE `tiki_pageviews` SET `pageviews` = `pageviews` + '1' WHERE 1=1 AND `day` = '1382306400' LIMIT 1
25 Query SELECT * FROM `tiki_pages` WHERE `pageName`='HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query select `page_ref_id` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and (`parent_id` is null or `parent_id`=0) and `pageName`='HomePage' LIMIT 1 OFFSET 0
25 Query select `page_ref_id` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `pageName`='HomePage'
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '4aa58106a05cca61ca3bece74810fa08' )
25 Query UPDATE `tiki_pages` SET `hits` = `hits` + '1' WHERE 1=1 AND `pageName` = 'HomePage' LIMIT 1
25 Query select count(*) from `tiki_stats` where `object`='HomePage' and `type`='wiki' and `day`='1382306400' LIMIT 1 OFFSET 0
25 Query update `tiki_stats` set `hits`=`hits`+1 where `object`='HomePage' and `type`='wiki' and `day`='1382306400'
25 Query select * from `tiki_actionlog_conf` where `objectType` like '%' and `action` like '%' order by `objectType` desc, `action` asc
25 Query SELECT COUNT(*) FROM `tiki_comments` WHERE 1=1 AND `objectType` = 'wiki page' AND `object` = 'HomePage' LIMIT 1 OFFSET 0
25 Query SELECT * FROM `tiki_pages` WHERE `pageName`='HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query SELECT `attribute`, `value` FROM `tiki_object_attributes` WHERE 1=1 AND `type` = 'wiki page' AND `itemId` = 'HomePage'
25 Query SELECT `status`, if (`status`='pending' AND `last_update` < '2013-10-06 12:58:56', 'old', '') flag FROM `tiki_plugin_security` WHERE `fingerprint` = 'iframe-1ed9506d2436cd6bf5171049a6efa070-0df3f8fa6a273b5283894cce2d1e8455-570000-200000'
25 Query select `user`,`attId`,`page`,`filename`,`filesize`,`filetype`,`hits`,`created`,`comment` from `tiki_wiki_attachments` where `page`='HomePage' order by `created` desc
25 Query select count(*) from `tiki_wiki_attachments` where `page`='HomePage' LIMIT 1 OFFSET 0
25 Query SELECT COUNT(*) FROM `tiki_user_watches` WHERE 1=1 AND `user` = 'lk' AND `object` = 'HomePage' AND `type` = 'wiki page' LIMIT 1 OFFSET 0
25 Query select `categId` from `tiki_category_objects` tco, `tiki_categorized_objects` tto, `tiki_objects` o
where tco.`catObjectId`=tto.`catObjectId` and o.`objectId`=tto.`catObjectId` and o.`type`='wiki page' and `itemId`='HomePage'
25 Query SELECT * FROM `tiki_user_watches` WHERE 1=1 AND BINARY `user` = 'lk' AND `event` = 'category_changed'
25 Query select o.`objectId` from `tiki_categorized_objects` c, `tiki_objects` o, `tiki_category_objects` tco where c.`catObjectId`=o.`objectId` and o.`type`='wiki page' and o.`itemId`='HomePage' and tco.`catObjectId`=c.`catObjectId`
25 Query select * from `tiki_modules` where (`type` is null or `type` != 'y') order by `ord` asc
25 Query select `page_ref_id` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `pageName`='ORDIX-Struktur' LIMIT 1 OFFSET 0
25 Query select count(*) from `tiki_structures` where `parent_id`='97' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='97' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e47e7a395ab74545549420e809556306' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Beratung' ) ORDER BY `catObjectId`, `categId`
25 Query SELECT `objectId`, `groupName`, `permName` FROM `users_objectpermissions` WHERE `objectType` = 'category' AND `objectId` IN( '2fc8b475c69d8e6248bf5a3aef2c9388' )
25 Query select count(*) from `tiki_structures` where `parent_id`='98' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='98' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '10b5b0e5ce6434b2af80bc6749dd4322' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Bereichsvorstellung Beratung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='109' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '2196d1a228e486e3e5bd548d4768823f' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Ausbildung im Bereich Beratung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='112' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5f9b53fa2e535269712bbc28901d11ac' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Gruppen' ) ORDER BY `catObjectId`, `categId`
25 Query SELECT `objectId`, `groupName`, `permName` FROM `users_objectpermissions` WHERE `objectType` = 'category' AND `objectId` IN( '5f735b1ef3026be39a6d1c66e7fe4a19' )
25 Query select count(*) from `tiki_structures` where `parent_id`='113' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='113' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'cb4b08618a0eaa8fbb9276f09370d2c0' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Architekturberatung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='335' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='335' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '919909da238bb89dd486dfa0152decb7' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Events' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='738' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e28208c1f2fce5a65c80ca7a69b48c8d' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Know How' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='739' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '1409aa1cea747a246f1ada7c7c0ce446' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_beratung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='758' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='758' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '756fd7fa83e7efe1a77b221301b0d525' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_vorstellung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='732' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '93154152e82b051847d20242bdb05919' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_mitglieder' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='759' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='759' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'cf45e060727823c460ba47eb298c7553' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_dus' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='742' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '201f5af13fb9e9c1483d568a6b6c89df' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_anb' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='753' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8e1acffca5e4b7cfa9d5d651d712eb4a' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_kaf' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='743' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '4c66ab2f4e9970cc40be4ba326b62081' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_mie' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='755' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '4fe4cf1e149480b518756980805e7edf' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_msp' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='756' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8da69f4769b84f3dd5b34f9e0b3e4dcd' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_rob' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='754' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5877f3e3d1450fd05c29bf8bfd359e58' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_termine' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='760' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='760' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '41cb12faaad798d3e8c51006659e4adf' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_termin_gruppe' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='751' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3bfce809070e1d964a96e08633d65fc3' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_termine_sonstiges' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='752' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '0b6181c24cfd70ab22990cb5d4d37b14' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_knowhow' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='761' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='761' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '78f35065c9407de415032384f242ab8d' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_kn_allgemein' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='746' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'afa993c090ee04c289aa810580df7264' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_kn_dwh_kurs' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='747' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c950fc12ef613dfc1ba86835c46f8d12' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_kn_projektberichte' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='748' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '34f4953dd269c8abdc7255fe9d47faeb' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_kn_vorlagen' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='749' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '75ae51cf837e62e3245af35a042fc1b0' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'dwh_crm_tools' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='730' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '9c34d21ed88927550b0b834496cd1767' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Projektberatung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='114' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='114' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '0851e1cbdf2dd75b4c65153e8f95ebc9' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Oracle Security Checkliste (Entwurf)' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='750' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'cec9b2f94eb84901a12396ae98399115' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Technologieberatung' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='473' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='473' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5bdf9623b940168c8577d1b2ff614467' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Meetings' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='479' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'b64974416bceaa57693703d0f58b7c88' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Ergebnisse' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='491' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c3809f10452a700a49f4fc77d4888f0d' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'Persönliche Seiten' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='480' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='480' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5a317c7e2f683af1af08690f9afb48b4' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'ad' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='484' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '731476ed470992bf56069c8ea024746b' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'msk' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='485' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '07bc7cc1765877ebf9d77b19dbb988ce' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'vej' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='486' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3957652c224e3f94038e36c767609fbf' )
25 Query SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'uwb' ) ORDER BY `catObjectId`, `categId`
25 Query select count(*) from `tiki_structures` where `parent_id`='490' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e163cc8ee44a7aaf7f5d66bcfff7e7d1' )
25 Query select count(*) from `tiki_structures` where `parent_id`='100' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='100' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c5024476779068b7acf03c4ee1e044f9' )
25 Query select count(*) from `tiki_structures` where `parent_id`='115' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '524a73c5e0a2b92e644aded3fa0c4369' )
25 Query select count(*) from `tiki_structures` where `parent_id`='106' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '35fc484caac1fce7a8065bbbf8658999' )
25 Query select count(*) from `tiki_structures` where `parent_id`='117' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='117' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '78e6acaaa5cb362250265a761ee18f22' )
25 Query select count(*) from `tiki_structures` where `parent_id`='475' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='475' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '81dd31af651040c3a93e633936a1a613' )
25 Query select count(*) from `tiki_structures` where `parent_id`='707' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '0900e6ec9803956c9c55489590209c05' )
25 Query select count(*) from `tiki_structures` where `parent_id`='476' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '60a62550abad3a6d7e75222906efb2e9' )
25 Query select count(*) from `tiki_structures` where `parent_id`='477' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'dd7721ec5cfb0dc842ab6ecc424bc3af' )
25 Query select count(*) from `tiki_structures` where `parent_id`='102' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='102' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8f3f9840b8c11905175f5c4eb6c4fe45' )
25 Query select count(*) from `tiki_structures` where `parent_id`='169' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'be212fbd2244fec5924194919323053b' )
25 Query select count(*) from `tiki_structures` where `parent_id`='425' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='425' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'b985c237a8e9b72c657203b594693ba7' )
25 Query select count(*) from `tiki_structures` where `parent_id`='433' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='433' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'cb669bcb7377bd51ea570cb103c498af' )
25 Query select count(*) from `tiki_structures` where `parent_id`='575' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='575' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '139c9ab9f6e6e085c34e9b30f741c4d5' )
25 Query select count(*) from `tiki_structures` where `parent_id`='577' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '65014eeba3239a1f1f9a7f9150acc14e' )
25 Query select count(*) from `tiki_structures` where `parent_id`='578' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3c2240939b6796b038d23474c94c4eb5' )
25 Query select count(*) from `tiki_structures` where `parent_id`='579' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '95dbcb806268ce7e6ee5aedf336d8fa4' )
25 Query select count(*) from `tiki_structures` where `parent_id`='580' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '68f8bbdd7fa5aa78fa4419050e8fc6db' )
25 Query select count(*) from `tiki_structures` where `parent_id`='582' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='582' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '9b826d67f758a9badb4539b5f08bf944' )
25 Query select count(*) from `tiki_structures` where `parent_id`='682' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c97b43ee2ecd953c9c06df9e83ed5f9c' )
25 Query select count(*) from `tiki_structures` where `parent_id`='683' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e6dc3d8182f46a2e47ff7a1a0badd16a' )
25 Query select count(*) from `tiki_structures` where `parent_id`='588' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '21c1f51348d179db64593a811bfac408' )
25 Query select count(*) from `tiki_structures` where `parent_id`='584' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f380694463d12480b6dfcccdb851f8c1' )
25 Query select count(*) from `tiki_structures` where `parent_id`='592' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a95f8361e9e6035c9895e7fdd0a7485e' )
25 Query select count(*) from `tiki_structures` where `parent_id`='598' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a0a2e117fb2ee952d0dfee5c9aea8f63' )
25 Query select count(*) from `tiki_structures` where `parent_id`='594' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '741e1b191aedbc1c9314022e9081192d' )
25 Query select count(*) from `tiki_structures` where `parent_id`='593' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '34ff86053a3a64e27914523c4502fa21' )
25 Query select count(*) from `tiki_structures` where `parent_id`='597' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f89e7e4baee386f873b140b43999a305' )
25 Query select count(*) from `tiki_structures` where `parent_id`='586' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '89efd16ac4f4c68a735d8007936fa201' )
25 Query select count(*) from `tiki_structures` where `parent_id`='590' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'd3ebb42886267a7c8540e19a6a490738' )
25 Query select count(*) from `tiki_structures` where `parent_id`='591' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f32012b19ce6a42f1ac193ccb748b636' )
25 Query select count(*) from `tiki_structures` where `parent_id`='585' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3cdd8d39d1a1d1295bb949d04adb0ae4' )
25 Query select count(*) from `tiki_structures` where `parent_id`='587' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '87b91673366f48ada938b3650a57a9af' )
25 Query select count(*) from `tiki_structures` where `parent_id`='596' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '6d85e6c9694195585fa9f36e6d48f75b' )
25 Query select count(*) from `tiki_structures` where `parent_id`='595' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e705384e1842f12515dc895e3bcf9b42' )
25 Query select count(*) from `tiki_structures` where `parent_id`='589' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c913013f3be606a9ea6226384631c5db' )
25 Query select count(*) from `tiki_structures` where `parent_id`='435' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e8ce2408ae8c1e5002f1b4591fcb0ad5' )
25 Query select count(*) from `tiki_structures` where `parent_id`='776' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '6183c67fb6f8bb1bd0f696dd2183ddef' )
25 Query select count(*) from `tiki_structures` where `parent_id`='285' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='285' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8ea70ec597996bf6c476ba70fd6d58dd' )
25 Query select count(*) from `tiki_structures` where `parent_id`='286' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'b8ae339af62fccdf0fb5781639bc1008' )
25 Query select count(*) from `tiki_structures` where `parent_id`='178' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f7bc472a7023765d840a65ba328fa45b' )
25 Query select count(*) from `tiki_structures` where `parent_id`='371' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='371' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '55a23974a3e0b4047c15d12e3a779e28' )
25 Query select count(*) from `tiki_structures` where `parent_id`='372' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '91109cee87c34fd41c3751033caf6385' )
25 Query select count(*) from `tiki_structures` where `parent_id`='695' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='695' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '579338f5b73edb364fb44121976d6281' )
25 Query select count(*) from `tiki_structures` where `parent_id`='696' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '7d900d1f5e53f269a0aadd868c29eaf8' )
25 Query select count(*) from `tiki_structures` where `parent_id`='697' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5d2b75517b899392e7cc6acc5322d952' )
25 Query select count(*) from `tiki_structures` where `parent_id`='698' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='698' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '067ba37576c0cdfe65457da3c52ebe69' )
25 Query select count(*) from `tiki_structures` where `parent_id`='699' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'cd1e97412266d097cfadc41eb3211ab2' )
25 Query select count(*) from `tiki_structures` where `parent_id`='700' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '2b890de06d1b773a076ebf539b9252aa' )
25 Query select count(*) from `tiki_structures` where `parent_id`='701' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'd98e249ed3db207a98da7444ec8cd4c2' )
25 Query select count(*) from `tiki_structures` where `parent_id`='702' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f3dd2b9d79078b2fd7c25bc1fd79f355' )
25 Query select count(*) from `tiki_structures` where `parent_id`='708' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='708' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '6892cbdcadfeb6e48bb5577b42321a00' )
25 Query select count(*) from `tiki_structures` where `parent_id`='709' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'dab4de8f078e32963fa888ef171aef3b' )
25 Query select count(*) from `tiki_structures` where `parent_id`='710' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3a1ac688c0e3a1fcfd4ece405dfc3970' )
25 Query select count(*) from `tiki_structures` where `parent_id`='711' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '7f84cfddfc33e185e1c8c3ac692a5c6e' )
25 Query select count(*) from `tiki_structures` where `parent_id`='712' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='712' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '75817fddd053e1bfad74c7193bf5d0d7' )
25 Query select count(*) from `tiki_structures` where `parent_id`='713' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a0da739e8f79e13cb1a6864e504d4bbf' )
25 Query select count(*) from `tiki_structures` where `parent_id`='714' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a00c74be641560484f1062078bac9010' )
25 Query select count(*) from `tiki_structures` where `parent_id`='665' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='665' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c9e4e4ccecc6ec23116c4ca871ebabcc' )
25 Query select count(*) from `tiki_structures` where `parent_id`='666' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'db6d5ade1c8b0c0a179ae6d2f8ca2a73' )
25 Query select count(*) from `tiki_structures` where `parent_id`='232' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='232' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3f407ab3a71548117a554b3b0a0bf15f' )
25 Query select count(*) from `tiki_structures` where `parent_id`='287' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'ee4a2b948173ce15729b33eb64baefb6' )
25 Query select count(*) from `tiki_structures` where `parent_id`='667' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'acadcb9b70573ccbe33d5aba166e475a' )
25 Query select count(*) from `tiki_structures` where `parent_id`='668' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f029f1c577fbf02ab88c1e76cebf31f1' )
25 Query select count(*) from `tiki_structures` where `parent_id`='671' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f539c9e077df9aa605222973c45903b2' )
25 Query select count(*) from `tiki_structures` where `parent_id`='669' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'd41d3795d11e909964b8562bc82733ee' )
25 Query select count(*) from `tiki_structures` where `parent_id`='670' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'b767fcf26f20e02dd708417bc9f30de8' )
25 Query select count(*) from `tiki_structures` where `parent_id`='672' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'd8a107586a1bfd352f8e1fbe96d840fc' )
25 Query select count(*) from `tiki_structures` where `parent_id`='673' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '1624da149bb0eeffcbbf672eb4274bdf' )
25 Query select count(*) from `tiki_structures` where `parent_id`='674' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '1d1f919f85069398a1bb7b5a5fca5cdf' )
25 Query select count(*) from `tiki_structures` where `parent_id`='675' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5508aecc149e3d67ca25b0a295c64582' )
25 Query select count(*) from `tiki_structures` where `parent_id`='676' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'ce22d28fcb515c96deb4b640f9685e24' )
25 Query select count(*) from `tiki_structures` where `parent_id`='677' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f46aad6aedc943b60fcd90153ed9df69' )
25 Query select count(*) from `tiki_structures` where `parent_id`='678' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '9f304b34ee6879fb6c4e45acb9e919ce' )
25 Query select count(*) from `tiki_structures` where `parent_id`='679' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '3d1f62592725fe3891467207a727a8f2' )
25 Query select count(*) from `tiki_structures` where `parent_id`='680' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'bd4e832a75ad22e123b9ead5f3936527' )
25 Query select count(*) from `tiki_structures` where `parent_id`='681' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'fe9ed0136a9f0d60cf07759b5adc00ec' )
131021 14:58:57 25 Query select count(*) from `tiki_structures` where `parent_id`='684' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '6a80e642e48f905cc6314bf92b225213' )
25 Query select count(*) from `tiki_structures` where `parent_id`='690' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'b3957e4ffb8da67e32296839d0ef8fbc' )
25 Query select count(*) from `tiki_structures` where `parent_id`='691' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8ba1bddbeffb96bed35e5ee079b13b5f' )
25 Query select count(*) from `tiki_structures` where `parent_id`='692' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a48c2156d240f6b00dbb81f7177fddb5' )
25 Query select count(*) from `tiki_structures` where `parent_id`='693' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '92a2a9ee8dc945f1c43e766370a08f99' )
25 Query select count(*) from `tiki_structures` where `parent_id`='694' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'ca176bb9b06c0c38fdb15d983c084938' )
25 Query select count(*) from `tiki_structures` where `parent_id`='685' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'e05b9c0a667840406442146fe20e9292' )
25 Query select count(*) from `tiki_structures` where `parent_id`='686' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c3f5a04fdb640c7c3a221ab4d63ed51f' )
25 Query select count(*) from `tiki_structures` where `parent_id`='687' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '34f4c64727cfbb7215950ce3c312d3b2' )
25 Query select count(*) from `tiki_structures` where `parent_id`='688' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'ba95b187bcb86ac05dfab0d771195916' )
25 Query select count(*) from `tiki_structures` where `parent_id`='689' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '9c14fff9b055b4bd19ca45d99d93f520' )
25 Query select count(*) from `tiki_structures` where `parent_id`='233' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='233' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8b84b520f76619dcd3501cbc1aa9849c' )
25 Query select count(*) from `tiki_structures` where `parent_id`='438' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='438' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'a49c1191973ea027eed540c64ac56616' )
25 Query select count(*) from `tiki_structures` where `parent_id`='725' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '7cdf17a9267ce8e52321750e68cb2d77' )
25 Query select count(*) from `tiki_structures` where `parent_id`='440' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '2fe27bf52032f53cceb2ac455d45a7ce' )
25 Query select count(*) from `tiki_structures` where `parent_id`='443' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '108341cd9b0b0d4587e21ada0d0ecbb5' )
25 Query select count(*) from `tiki_structures` where `parent_id`='439' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '9bcfca1d8d3eaabbbee00ddbd44f3b23' )
25 Query select count(*) from `tiki_structures` where `parent_id`='442' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '49c66b1042f5d360940a5d230bb831f0' )
25 Query select count(*) from `tiki_structures` where `parent_id`='456' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '8ccdd0f6036f5fce74f848c4c42d4a5c' )
25 Query select count(*) from `tiki_structures` where `parent_id`='450' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '5e9b80b63135704a1ce9e9d0dfa70353' )
25 Query select count(*) from `tiki_structures` where `parent_id`='451' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '7b5efc0e079cdac77d0406ad2ea5c10c' )
25 Query select count(*) from `tiki_structures` where `parent_id`='452' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '0779e799c3ef29ff5889d62edd6ad751' )
25 Query select count(*) from `tiki_structures` where `parent_id`='453' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c0e63f3259634c3797288a799c2288d8' )
25 Query select count(*) from `tiki_structures` where `parent_id`='454' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '4e561cf229c79e4f52790620a4a34627' )
25 Query select count(*) from `tiki_structures` where `parent_id`='455' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'c0c0ce122a7d3383e5b40b90f6018ff0' )
25 Query select count(*) from `tiki_structures` where `parent_id`='436' LIMIT 1 OFFSET 0
25 Query select `page_ref_id`, `pageName`, `page_alias`, tp.`description` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and `parent_id`='436' order by `pos` asc
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( '7078301deada3cb1333fef4526678491' )
25 Query select count(*) from `tiki_structures` where `parent_id`='457' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'f0752cff3ab60a936af9f2888bc1eefb' )
25 Query select count(*) from `tiki_structures` where `parent_id`='458' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'bcc10271747d723e15f4fb7fea5ac3b9' )
25 Query select count(*) from `tiki_structures` where `parent_id`='459' LIMIT 1 OFFSET 0
25 Query SELECT `objectId`, `groupName`, `permName` FROM users_objectpermissions WHERE `objectType` = 'wiki page' AND `objectId` IN( 'ffd1b3ef693c2218972bd54c2bbdb712' )
25 Query select co
tracker item
Permission inheritance (default category) are not checked prior creating a wiki page
Permission from category are not applied for tiki_p_edit (Can edit/create pages) even if group "Default category assigned to uncategorized object edited by a user with this default group" is set.
Unless GLOBAL permission for tiki_p_edit is set (which is wrong as user of this group will be now able to create and edit any page anywhere without being locked in their category:structure).

Real life case:
I have a tiki with several section (shop, store, marketing).
I create a category for each section.
For each section i also create group of user so each each group can edit is own section only.
I set 3 structures so user can also create page in his structure/category/section.

In group preference, i set each group to have "Default category assigned to uncategorized object edited by a user with this default group" with the relevant category (group_shop to category_shop, etc).

As things should work.
If a member of group_shop create a (child) page from a page in structure_shop having tiki_p_edit checked for category_shop, tiki should understand that the new page should inherit from the same category permission (category_shop) and create/edit the page.

But this is not happening. Tiki see the new page to be create has "non-categorised" yet therefor doesn't allow the creation for a usergroup with tiki_p_edit uncheck in global permissions.

Summary: When creating a new page, tiki should check user group category permission and apply them prior the page exist (applying inheritance on a create state page - not saved yet).
tracker item
PluginModule interface Crash on Custom Module Insert
===Summary===
The plugin for inserting modules into a wiki page has a bug where it crashes whenever it encounters custom modules. The following JS applies some duct-tape to the issue, and prevents the crash. I didn't get too deep into the workings of it, just got it to work. Someone who has worked on it before probably has a better understanding of the whole system, and could determine if this was the way to do it or not (the change could have cascading effects on behavior of pluginModule and how it deals with custom modules?)

Note: crash outputs the following error in js console: -+Uncaught TypeError: Cannot read property 'params' of undefined tiki-js.js:1304+-

===Procedure===
To fix the issue, one can do the following:

Modify -+lib/tiki-js.js+- line 1303. Change the else statement to an else if, checking for the undefined object which would break things.

Note that the code in the examples below if from tiki 10, not 11, and may be a little bit different in 11, but the problem remains in 11 and the line changed is the same, and fixes it in 11 too.

So, in this block

{CODE()}//For PluginModule, add selected module parameters to the plugin edit form
if (type == 'module') {
//isolate the module parameter object so it will be shown first in the form
var onlymod = {"params":{"module": meta.params.module}};
//user has not changed the module selection since opening the form
if (typeof selectedMod == 'undefined') {
//pick up the parameters of the saved module parameter
if (typeof pluginArgs.module != 'undefined') {
//this orders the module parameter first, module related parameters second, other PluginModule parameters besides module last
meta.params = $.extend(onlymod.params, tiki_module_params[pluginArgs.module].params, meta.params);
//Use the module description
meta.params.module.description = tiki_module_params[pluginArgs.module].description;
//otherwise pick up the parameters of the first module option since that will be selected automatically
} else {
meta.params = $.extend(onlymod.params, tiki_module_params[meta.params.module.options[0].value].params, meta.params);
meta.params.module.description = tiki_module_params[meta.params.module.options[0].value].description;
}
//user has selected another module while the form was open - pick up parameters for the selected module
} else {
meta.params = $.extend(onlymod.params, tiki_module_params[selectedMod].params, meta.params);
meta.params.module.description = tiki_module_params[selectedMod].description;
}
}{CODE}

change this statement

{CODE()}
} else {
meta.params = $.extend(onlymod.params, tiki_module_params[selectedMod].params, meta.params);
meta.params.module.description = tiki_module_params[selectedMod].description;
}

{CODE}

to
{CODE()}
} else if (typeof tiki_module_params[selectedMod] != 'undefined') {
meta.params = $.extend(onlymod.params, tiki_module_params[selectedMod].params, meta.params);
meta.params.module.description = tiki_module_params[selectedMod].description;
}
{CODE}

===Context===
The issue is caused because the module plugin tries to get the parameters for the object to display in the interface, but for custom modules there are none. The tiki_module_params object stores a parameters object for each module as the value for an attribute named after the module (e.g., -+tiki_module_params~np~[mymodule]~/np~+- would return the params object for -+~np~[mymodule]~/np~+-). The problem is that the if there are no parameters for the object, it sets the value for the module attribute to false, and the unmodified else statement above from -+lib/tiki-js.js+- will try to read the attribute .params from the false object, which will fail, and the js will crash.

Another possible solution to this issue could be to populate the value as an empty object instead of false, in -+tiki-jsmodule.php+-.
tracker item
PluginTracker does not show input form after saving an item
After submitting a tracker item using PluginTracker, the form doesn't show after the page refreshes. This is because of certain url parameters that are added when the page refreshes. For example the url upon refresh can be:
tiki-index.php?page=HomePage__&ok=y&iTRACKER=1#wikiplugin_tracker1__

The parameters in bold above cause the form to not show. If the following lines are commented out in wikiplugin_tracker.php (around line 986 in 12x) then the form will show:
{CODE()}
} else if (!empty($page)) {
$url = "tiki-index.php?page=".urlencode($page);
if (!empty($itemId)) {
$url .= "&itemId=".$itemId;
}
$url .= "&ok=y&iTRACKER=$iTRACKER";
$url .= "#wikiplugin_tracker$iTRACKER";
header("Location: $url");
exit;
{CODE}

I set the admin password for the show instance to 12345. See instructions for recreating on the home page of the show instance.
tracker item
Remarksbox: Allow users to tick a checkbox "Don't show this again"
When we have the ability to close repetitive remarksboxes and save some user space it would be nice to allow users to tick a checkbox and opt-out to not show that remarksbox up on next page reload again...
tracker item
rss icons not displayed when switching language (site wide or wiki page translation)
rss icons are not properly displayed when switching language on tiki.org.

Go to http://tiki.org/tiki-index.php check at the bottom (above contributors) you'll see the RSS icons. Change language, let say french, it show now a broken image.
tracker item
Survey Plugin Will Not Update Options To Redirect
{syntax type="tiki" editor="plain"}
I cannot update the Option To Redirect. When I put the TikiWiki page to redirect to it never saves that page. It always sends me back to a list of the Surveys.

Example: http://foreclosurepedia.org/istar/tiki-index.php?page=Contractor+Database+Survey

Windows 8; Firefox, Google Chrome and IE
tracker item
Tighter integration with Apache's > .htaccess (error messages, etc.)
When you try to access a wiki page which doesn't exist, Tiki offers you a list of similarly named pages, to search for that word, to create the page, etc.

__Good.__

When you try to access other contents in Tiki (articles, blog posts, etc.) that don't exist (either have been deleted, moved, not yet published, protected, etc.), you get a Tiki error message.

__Good as well.__


But what if you try an URL which is just not possible?

Ex.: If you migrated from another system to Tiki and you are still getting hits with the previous URLs?

Of course, you could check your access logs and add nice redirects. But how can we make this easier for site admins?


The bundled _htaccess file (which you need to rename .htaccess to make active) has an example line:
{img src=images/code.png}%%% {CODE()}
ErrorDocument 404 /tiki-index.php?page=Page+not+found
{CODE}

__This is good.__

Now, how could we use this to provide the Tiki admin with a top-x error pages? And thus, it would help to detect broken links, etc.

Could .htaccess include some configuration info from Tiki? So a Tiki admin could add configuration information without using FTP, all in Tiki, possibly with a secret "system" wiki page.

Great inspiration:
https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess
tracker item
tiki-print_pages.php should allow to choose tikiversion for all pages, if PluginVersion is used
tiki-print_pages.php should allow to set the parameter tikiversion at printing time, if Plugin Versions is being used. Example: doc.tw.o of twforsmarties: print documentation for veersion 1.9.x, 2.x or 3.x.
http://doc.tikiwiki.org/tiki-print_pages.php

http://twbasics.keycontent.org/tiki-print_pages.php

Right now, if I want to print the full structure of the documentation, I can't chose version (so that the default is shown)


marclaporte: and the same idea should apply to language. Show me doc in my language, if there is none, fall back to available language.
tracker item
Tracker fields of Radio buttons and multiple selection pre-select value 0 when it's one of the options even if not manually set as default
Tracker fields of Radio buttons and multiple selection pre-select value 0 when it's one of the options even if not manually set as default

Set as options for that tracker field: 1,2,3,4, and no value is pre-selected (expected behavior)

Set as options for that tracker field: 0,1,2,3,4, and value 0 is pre-selected (wrong behavior; no value should be preselected, since no value is repeated twice)

Workaround (for radio buttons): 0,1,2,3,4, ,
(note that a space is set as option, twice, after value 4).

For multiple selections this workaround is not valid, since value 0 is also pre-selected.

Reproduced here:
http://xavi-9794-5599.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=1&cookietab=2

u: admin
p: 12345

See fields 5 (radio button) and 6 (multiple select)
---
{BOX()}
Update: {sign user="xavi" datetime="2015-03-26T09:37:35+00:00"}
Bug still alive, it seems jonny. I svn-up'ed to Thursday March 26, 2015 09:25:10 CET - REV 54744, and new items from your new tracker show a default value of "0" preseleected for the radio button, even if no value should be pre-selected according to the configuration.
See:
http://xavi-9794-5599.show.tikiwiki.org/tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=2&modal=1

And the radio button field definition ([http://xavi-9794-5599.show.tikiwiki.org/tiki-ajax_services.php?trackerId=2&fieldId=9&controller=tracker&action=edit_field]) still has as options: "0,1,2,3,4", so no pre-selection is expected, but "0" is pre-selected.
{BOX}
tracker item
User information link is broken if language is not english (user preferences -> tracker)
You can set a tracker to hold more user information.
On the tiki preferences (tiki-user_preferences.php) it will set a link "User's personal tracker information: View extra information".

With tiki in english the link will go to the user (latin-char or non-latin-char) i'm look at.
If the Tiki is set to multilingual the link is broken and will show my own (admin for example) information.
tracker item
When moving a part of a structure to a new structure the structure_id will not be updated
{syntax type="tiki" editor="plain"}
When you move a part of a structure to another or new structure, the structure_id will not be updated.
tracker item
Wiki alias links are broken when a page is rolled back
Check this page: https://dev.tiki.org/Tiki+Slideshow+used+in+BigBlueButton

See screencast for explanation

{flash type="url" movie="display560" width="859" height="603"}
tracker item
wiki help - plugin list sorting
{syntax type="tiki" editor="plain"}
The plugin section of the wiki help is listing the plugins aplhabetically based on their english name. When it is translated to another language the sorting remains based on the english name, it is quite confusing and looks a bit chaotic in other languages in my opinion. Is there a specific reason why the code here is written this way? If not, can this be fixed for Tiki 4? I dont know how to do it but would appreciate it :)
tracker item
Tracker field type relations: should be viewable and editable
{syntax type="tiki" editor="plain"}
Relation should be
* visible in view mode:
* and editable in tracker item edit mode

ex.:
https://trunkdev.tiki.org/tiki-view_tracker_item.php?itemId=4025
tracker item
Edit/add multiple tracker items in one operation (mass edits)
Say I have a ((doc:TrackerList)) report: I want to edit several items, I would like the whole report to become editable with a single save button
tracker item
Show PHP error messages