echo echo twiceler just discovered my big TW site. I think I have a few things to add to TW doc on robots.txt :-( New Forum Posts: Newsletter sending - takes too much cpu - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34155 New Forum Posts: Page Names and & - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34164 tikiwiki: 03sept_7 * r20416 10/branches/experimental/coe/ (57 files in 24 dirs): [MRG] Automatic merge, trunk 20394 to 20414 hi, i am trying to assign per page permissions using "perms" button. When i click Assign - i am getting a database entry error. Any ideas of fault finding this? The error is very helpful. tikiwiki: 03sylvieg * r20417 10/branches/proposed/lib/smarty_tiki/function.query.php: [bp/r20332] [FIX] smarty query: do not try to use only anchor when there is no explicit script specified but URL arguments specified - this fixes more correctly replies on forums and comments tikiwiki: 03sylvieg * r20418 10/branches/3.0/tiki-forums_rss.php: [bp/r20299][bp/r20298][FIX]forum: fix the forumId not affected in the IRC message - that was creating a logging error on tw.org tikiwiki: 03jonnybradley * r20419 10/branches/experimental/coe/templates/wiki_edit.tpl: tikiwiki: [FIX] Correct default for $textarea_name (should be 'edit' not 'wikiedit' which is $textarea_id) tikiwiki: Now both editors preview and save properly again tikiwiki: 03sylvieg * r20420 10/branches/3.0/templates/ (tiki-site_header.tpl tiki.tpl): [bp/r20150][bp/r20148][FIX] Conditional comment with br for IE can't have space between comment tags, to have 0 height. I'm still working on my problem creating structures. Someone asked yesterday if I tried it in the demo. I just did and it works. But in my local environment, It's still not working. Does anyone have any thoughts where to start looking for the problem? tikiwiki: 03jonnybradley * r20421 10/branches/experimental/coe/lib/wiki-plugins/wikiplugin_quote.php: [ENH] One more plugin icon tikiwiki: 03mangapower * r20422 10/branches/experimental/ws/ (3 files in 3 dirs): [MOD] Now it's possible to add groups and objects in WS and, in the same time, browse the groups and objects stored in a WS RLJII, did you turn on the structure feature? Yes, it's turned on. I and I assigned rights to the Groups I want to be allowed to create them. tikiwiki: 03sept_7 * r20423 10/branches/experimental/coe/templates/tiki-editpage.tpl: [FIX] remember when in WYSIWYG for preview What happens when you try to access tiki-admin_structures.php ? The problem is, when I try to create a structure, I'm getting an error on the DB query. It's not telling me what the error is, and the query looks correct to me: insert into `tiki_structures`(`parent_id`,`page_id`,`page_alias`,`pos`) values('0','18','Test','1') Maybe you should run the install again (to update the db). OK, I'll try that. i am getting this DB error - hi, i am trying to assign per page permissions using "perms" button. When i click Assign - i am getting a database entry error. Any ideas of fault finding this? The error is very helpful. opps will poaste but is a Db error when i try and do per page permissions. insert into `users_objectpermissions`(`groupName`, `objectId`, `objectType`, `permName`) values(?, ?, ?, ?) no other info except an error page. wookienz, I'd try running the install again, to update the database. correct ifim wrong but i lose everything? tikiwiki: 03kissaki * r20424 10/trunk/db/convertscripts/ (mysql3topgsql72.php mysql3tosqlite.php): replacing comments should no longer be necessary. you won't lose anything. Just be sure to click the "update" button (on the right hand side) not the "re-create" button on the left ("re-create" isn't the exact wording, but to that effect). what is th epage to re run the nistall? This will just update the database structure, not touch your added contents and prefs, etc. tiki-install.php ok thanks. can i dump the entire DB before i do? not my system ad dont wont to lose it all. does tikiwiki have a function for doing so? sure, that'd be a good idea. but Tiki doesn't have a dump function for the whole db. you'll need to use another tool, like phpmyadmin. yeah i thoug as much. yeah i thought as much. cheers, night ok, g'night tikiwiki: 03kissaki * r20425 10/trunk/db/ (tiki-4.0-pgsql.sql tiki-4.0-sqlite.sql): nothing new, conversation was run Every time I browse to tiki-install.php, it kicks me to the index page (I assume beacuse my original installation was successful, other than the specific issue I'm having with Structures). Is there a parameter I can add that will re-run the DB installation? it should do that even with a successfull installation Hmm. In tw.o forum 4, when I try to Reply to a comment I get an page not found error. WHO tikiwiki: 03kissaki * r20426 10/trunk/db/convertscripts/ (mysql3topgsql72.php mysql3tosqlite.php): code formatting I notice that the Create Structure Page has a "Structure ID" field. But the query tiki is running does not include a value for this field. I also notice that the data type of the structure_id field in the tiki_structures table is int(14). But the field appears to take alphanumeric data. So where is the data from the "Sturcture ID" field in the Create STructure page supposed to be stored? When I try running the query directly in MySQL, I get an error that the structure_id column does not have a default value. So is this value derived programmatically from another table? hey how can i realize a form on a wiki page? i tried to make it simple in html, and then using JS so i have a form, and on a buttonClick the JS has to work but, the form doesn't work the way i want if i write onClick="js()"; tikiwiki is making it to on(x)Click="js()"; and posts the rest on the html site SEWilco2, that's been fixed in trunk, I think. RLJII, I don't know, never looked at that. You could check the db tables and see if one looks likely. raveNorizoR: Dangerous HTML is sanitized by inserting . so what to do against it? Maybe the JS plugin or HTML plugin could be used. tikiwiki: 03kissaki * r20427 10/trunk/db/ (3 files in 2 dirs): tikiwiki: code formatting tikiwiki: add previously removed unique key with a lower indexing limit I want to realize some security hierarchy for wiki pages and did it with categories/structures and groups - that work's perfect s/work's/is working now I want some option to categorize a wiki page to some "default" category if a user misses to create the wiki page in a structure, that not everyone has as access to it is this possible somehow? idle - There is no default category yet. You'd have to add code for an Admin configuration of the default category, then code to insert that category if no other category has been selected. or perhaps introduce some security feature "show uncategorized wiki pages" - that would be nice how do I code security features? :) hm or do I want staging/approval? {tr}This is a new staging page that has not been approved before. Edit and manually move it to the category for approved pages to approve it for the first time.{/tr} New Forum Posts: Nice job on "Quick edit..." auto-complete! - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34168 okay, i tried to build a form with javascript doesnt work.. another idea? who's admin of dev.tw.o? Tracker items with a "submitted by" can't be edited/changed, just comments. However, others do work. I can not edit wiki page as a register user, where can I set the permission pls? admin users and there somewhere tikiwiki: 03stojanovim * r20428 10/trunk/ (4 files in 4 dirs): Machine Translation: worked on translating wiki syntax, a couple of more things to solve, but getting there. In the meantime machine translation is performed on html content, and works well. Is there a Module which can hande a search method on a wiki page? nainaide, on tiki-admingroups.php. chibaguy, thanks. chibaguy, now it works :) nice no answer for me? raveNorizorR, do you mean a module that has a search function to find wiki pages? or search in-page on a wiki page? ? in-page on a wiki page i want to a search form in which you can enter the search word why not just use the browser's search in page? control-f well it is an offical site, and i think that's perhaps not the best way for the normal user I don't think there's a module like that in Tiki. Also, I don't recall seeing a "find in page" search form very often at web sites - official ones or otherwise. mhm okay.. but they want to have one, so i have to include it :P A module would be the way to do it, I think, so it could be easily put in any page, or used in a side column. Do you have the script for the search already? js, form, etc. If so, you can make a custom module. html is ok, and javascript goes in {literal} {/literal} tags. any tracker experts online? i'm trying to allow multiple rating fields in single tracker. i see that tiki stores tracker ratings in the tiki_user_votings table with the id tracker.trackerId.trackerItem this will not allow multiple ratings for the same tracker. im trying to figure out how to change it to tracker.trackerId.trackerItemId.fieldId since this would mean a unique ID per field, allowing multiple ratings. any hints? tried changing the $key in trackerlib to include ....$fieldId but doesn't seem to make a difference chibaguy sorry, i was in a meeting i have the search script finished and now i want to add the html-form i tried to do this in java, but it doesnt work in html i can add this form, but it doesn't accept the onClick= it becomes on(x)Click hi everybody @raveNoizoR: u can use the HTMLPlugn to add full HTML (without sanitization) in a wiki page yes? that works? any italian here? I have 2 problems... 1st in italian localization... 2nd in anonymous access to wiki HP seem is not authoraized any help is very appreciated and where do i find this html plugin? @raveNorizoR: yes, the HTMLPlugin requires authorization, but (upon approval) it does not sanitize any scripting i do not find this in the admin mods included with 3.x -- see docs: http://doc.tikiwiki.org/pluginhtml @rux_: sorry , english only for me. for anonymous access, did you grant the Anonymous group the necessary permissions? @ricks99: where i can manage groups grants.... I'm a bit confused see docs: http://doc.tikiwiki.org/Permission and http://doc.tikiwiki.org/Groups%20Management cannot help with italian localization, :( spiacente thank's for your link.. is already a lot ;-) if u are new to tiki, might want to explore http://twbasics.keycontent.org tikiwiki: 03jonnybradley * r20429 10/branches/experimental/coe/ (42 files in 21 dirs): [MRG] Automatic merge, trunk 20414 to 20428 thank's I'm afraid I have overwritten group grants... at single page level, or at category... but i'm not able to roll back okay, this HTMLplugin is not available so I ask : where to manage single object (wiki page) grants? @rux_: on the specific wiki page, click PERMS @raveNorizoR: the plugin is in my 3.x install. u can always get it directly from SVN does it work in an older version? i don't know. on category I have rick99: thank's fixed rick99: thank's fixed you're welcome :) New Forum Posts: Image Gallery in filesystem not possible? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34170 Re-installing did not solve the problem creating structures. I did finally find another instance of this error though: http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=4&comments_parentId=33172. I didn't get the message "Field 'structure_id' doesn't have a default value" though. Doesn't look like the question was resolved for that user either. :( And here's another case: http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=6&comments_parentId=31859. Looks like there's a workaround for the problem in this one. And a third case: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=32014&highlight=query. All reported this year in the forums. tikiwiki: 03kissaki * r20430 10/trunk/db/ (6 files in 2 dirs): tikiwiki: add ` to table and column names to ease conversion and make it explicit tikiwiki: more work on pgsql script tikiwiki: 03ricks99 * r20431 10/trunk/templates/tiki-directory_add_site.tpl: [UI] adding label elements to form fields tikiwiki: 03ricks99 * r20432 10/branches/3.0/templates/tiki-directory_add_site.tpl: [UI] adding label elements to form fields, backport from trunk