[00:04] petriknz: yes. all homepage preferences should be in the general panel [00:04] petriknz: check which URL the wiki page has [00:08] tikiwiki: 03chealer * r34696 10/branches/7.x/ (2 files in 2 dirs): [00:08] tikiwiki: [FIX] Tracker Help module: fix ignored rows parameters (name conflict with common rows parameter) [00:08] tikiwiki: remove ignored max parameter [00:08] tikiwiki: From r28996 [00:15] tikiwiki: 03chealer * r34697 10/branches/7.x/modules/mod-func-trackerhelp.php: remove max parameter to the max [00:30] *** Caarrie|away is now known as Caarrie|sleeping [00:43] In the tracker area it says "Item creator can modify his items?" and then says "The tracker needs a user field with the option 1" How do I do this user field? [00:54] *** redflo has quit IRC (Quit: Leaving.) [01:32] *** dabright has joined #tikiwiki [01:33] *** dabright has quit IRC (Client Quit) [01:34] *** dabright has joined #tikiwiki [01:37] Have a question regarding permissions and wikiplugin_files and list_file_gallery_content.tpl (which the plugin uses). The plugin sets up a list of files and then passes it to smarty which formats the list using the tpl. If you list a gallery, the file name will be a link to download the file. If you list specific file (ids), then the file name will be link, but it has no href. [01:37] Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! [01:37] Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! [01:38] The plugin will set an attribute of the file, 'p_download_files', to indicate if the user has permission to download the file. But the tpl looks at files[].perms.tiki_p_download_files. The latter happens to be set when listing a gallery, but not when listing individual files. [01:39] So, which attribute should the template really be looking at when constructing the link? [01:42] fgal_context_menu.tpl looks at both, preferring p_download_files if set and falling back to perms.tiki_p_download_files if it isn't. [01:48] *** rtdos has quit IRC (Ping timeout: 250 seconds) [01:50] *** goj|ghost has joined #tikiwiki [01:53] *** marclaporte has joined #tikiwiki [01:53] *** ChanServ sets mode: +o marclaporte [01:54] polom [01:54] *** goj has quit IRC (Ping timeout: 276 seconds) [01:55] *** goj|ghost is now known as goj [02:07] How do you rename a wiki page? [02:09] If you have permission to do so, there should be a "Rename" button at the bottom of the page. [02:11] DOH! I was looking in the wrong place as always. [02:19] changi : ping [02:36] * chealer notes that it's Monday 04:36 in France [02:37] dabright: that's a mess. I did a modification for a customer for the FILE plugin a few days ago, if they don't whine I'll commit it. [02:38] dabright: but still there should be real cleanup, the array should pass a yes or no, not several things to check [02:38] I selected the calendar as a module for the right sidebar but it is not coming up, what have I done wrong now? [02:40] dabright: it's the PHP that should decide if each file is downloadable or not. [02:40] petriknz: which version do you use? [02:42] where can I locate exact version? It is 6.x [02:42] petriknz: in the admin panel, general I think [02:43] petriknz: did you select groups for the module? [02:43] chealer: agreed [02:44] How about if I change the php and tpl so that the php creates/sets the p_download_files attribute (which I actually think it already does) and the tpl always checks that attribute? [02:45] Yes selected the groups [02:48] On the other hand, it may be better to artificially generate the perms.tiki_p_download_files attribute when it isn't already there. There are a fair number of templates that check perms.* [02:48] Just a couple check other attributes like p_download_files [02:49] Or has your mod (pending checkin) already taken care of all this? [02:50] petriknz: is the calendar feature enabled? [02:50] Yes [02:51] dabright: my mod just tries to uniformize the checks in the templates for one place (the plugin wouldn't offer to download but tiki-list_file_galleries.php would [02:51] so it doesn't touch the PHP [02:52] petriknz: and the module doesn't show for a user in one of the selected groups? [02:55] Well I am logged in as admin right now, I did set it for the admin group as well as the group I want to see it in. There is a link "Calendar" in the default Application Menu, I just can't get it to show as a sidebar module, I'll try loging out and in as a user from the other group [02:56] No still not showing [02:56] tikiwiki: 03chealer * r34698 10/trunk/templates/list_file_gallery_content.tpl: [02:56] tikiwiki: FILE plugin: make link to download a file consistent with context menu link and tiki-list_file_gallery.php. The link would not be clickable (no href) even when the file is downloadable. [02:56] tikiwiki: I don't know if the other places use a good check, but this place was wrong for sure. [02:56] tikiwiki: TODO: cleanup [03:01] dabright: we should make sure all templates check a single attribute and have the PHP set just that [03:02] a good part of the problem is to establish what are the actual rules determining if one can view a file [03:06] Agreed on both points. I just updated to catch your mod; it is almost the same as what I did locally. There is another check a few lines down from that, though, that it looks like you missed. [03:07] From what I can tell, the PHP is setting the attribute correctly, the template just looks elsewhere. [03:08] Actually, I'd say that the PHP in wikiplugin_files is setting the permission correctly, but it shouldn't have to. The permission returned from the core really should be set correctly, but it doesn't appear to be so at this point. [03:11] dabright: right, feel free to fix that other place [03:12] In my case, I've got tiki_p_download_files set globally to allow and a category that denies tiki_p_download_files to anonymous. My gallery belongs to that category and has a file in it that is /not/ in the category (directly). Download of that is allowed only to registered users, which is what I wanted. [03:12] dabright: I agree for the individual file case, the plugin code is about what is should be [03:32] tikiwiki: 03dabright * r34699 10/trunk/templates/list_file_gallery_content.tpl: [FIX] FILES plugin: Correct another permission check to be consistent with context menu link. [03:43] tikiwiki: 03dabright * r34700 10/branches/7.x/templates/list_file_gallery_content.tpl: [bp/r34698,r34699][FIX] FILES plugin: Make list_file_gallery_content.tpl permission checking consistent with the plugin and the context menu template [03:47] Am I missing an on/off switch for the calendar somewhere, also what's the difference between Action Calendar and Calendar? [03:52] petriknz: the action calendar is a calendar of system events, such as wiki page modifications, forum posts and article publications [03:54] Well that confirms I'm trying to get the correct one going but It's not showing up. [04:22] last time I tried, it wasn't working (Action Calendar) [04:24] *** coaboa has joined #tikiwiki [04:24] *** coaboa|afk has quit IRC (Ping timeout: 246 seconds) [04:43] *** lphuberdeau has quit IRC (Ping timeout: 252 seconds) [04:52] *** petriknz has quit IRC (Quit: Page closed) [05:29] * marclaporte sees missing/squished modules on http://demo.tiki.org/7x/HomePage [05:44] * marclaporte fixed it [05:44] it was a feature, not a bug [05:44] filtering logo module by language [06:23] New Forum Posts: Show same category links in directory module based on wiki page category - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41367 [06:39] *** lphuberdeau has joined #tikiwiki [06:40] *** redflo has joined #tikiwiki [07:20] *** Wilkins has joined #tikiwiki [07:47] tikiwiki: 03chealer * r34701 10/branches/7.x/lib/prefs/wikipluginprefs.php: Change preference name 'Plugin pending notification' to 'Plugin pending approval notification' [08:11] tikiwiki: 03chealer * r34702 10/branches/7.x/lib/wiki-plugins/wikiplugin_catpath.php: [FIX] HTML special characters encoding [08:14] *** lphuberdeau has quit IRC (Ping timeout: 240 seconds) [08:26] tikiwiki: 03jyhem * r34703 10/branches/7.x/lib/tikilib.php: [FIX BP34691] Make the feature also usable for members of the Admins group [09:14] *** petriknz has joined #tikiwiki [09:20] Trying to setup File Galleries to directory, directory is writable but I still get error Cannot write to this file. What could be stopping it? [09:39] New Forum Posts: left menu disappears when tiki-view_blog_post - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41369 [09:39] New Forum Posts: Tiki multi sites? - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=41368 [09:53] *** petriknz has quit IRC (Quit: Page closed) [09:58] *** Caarrie|sleeping is now known as Caarrie|away [10:09] *** lphuberdeau has joined #tikiwiki [10:21] Recent Bug: Tracker item: #3904 - - Ip logging in many table too short for IPv6 - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3904 [10:33] tikiwiki: 03jonnybradley * r34704 10/trunk/lib/setup/twversion.class.php: [REL] Rollback version update from 7.x [11:20] *** chealer has quit IRC (Ping timeout: 246 seconds) [12:44] *** Bilal1 has joined #tikiwiki [12:46] I just enabled "BLOGS" in my TIKIWIKI 6.0 and it gives an error when I try to create a (first) blog , You don't have permission to access /tiki-edit_blog.php on this server. [12:46] how to fix this? [12:48] tikiwiki: 03lphuberdeau * r34705 10/trunk/tiki-ajax_services.php: [MOD] Moving feature checks that were applied too broadly [12:49] can anyone help? [12:49] try running setup.sh [12:49] sometimes it fixes things [12:51] lphuberdeau: are you suggesting me? [12:51] who else? [12:51] otherwise, check the apache error logs to see what caused that error [13:11] *** radek82 has joined #tikiwiki [13:31] *** rodrigo_sampaio has joined #tikiwiki [13:38] *** rodrigo_sampaio has quit IRC (Ping timeout: 244 seconds) [13:41] *** rodrigo_sampaio has joined #tikiwiki [14:08] *** Kissaki has left "Leaving" [14:28] Bilal1 : 6.0 or 6.3? I seem to remember some blog fixes [14:29] petriknz: maybe directory one level higher? [14:34] *** RobertPlummer has joined #tikiwiki [14:35] polom all [14:36] tikiwiki: 03robertplummer * r34706 10/branches/7.x/ (lib/toolbars/toolbarslib.php tiki-view_sheets.php): [FIX] Sheet save button and ajax combined within [14:37] marclaporte: you think it is a good idea to kill those buttons we talked about in sheet for 7? [14:37] no, 8 [14:37] ok [14:37] only critical things in 7 [14:58] * lphuberdeau just received a copy of Tiki for Smarties and it looks fantastic [15:01] lphuberdeau: The website? [15:01] or a book? [15:02] http://www.lulu.com/product/paperback/tiki-for-smarties/15849663 [15:04] *** eldios has joined #tikiwiki [15:04] Very Cool! [15:04] hey guys.. two simple questions [15:04] *** USlacker has joined #tikiwiki [15:05] 1) I get a 404 when I try to create a new empty non-existent page from a new non-existing URL.. any ideas? (both from directly and from a wiki-exixsting-page-URL) [15:05] a tiki 404? [15:05] 2) PDFTOHTML prints an empty page from wiki while it works as a charme by CLI... any hint? [15:06] lphuberdeau, yes.. "Page not found foobar" [15:06] it usually contains a link to create it [15:06] let me see again.. but it seems not to me [15:06] marclaporte: its 6.0 beta [15:06] which version? [15:07] no clue about pdftohtml... [15:23] *** Bilal1 has quit IRC (Quit: Page closed) [15:38] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [15:44] tikiwiki: 03lphuberdeau * r34707 10/trunk/ (6 files in 4 dirs): [NEW] Base for an AJAX comment interface, including basic handling for AJAX controllers [15:46] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [16:02] *** chealer has joined #tikiwiki [16:02] *** chealer has quit IRC (Changing host) [16:02] *** chealer has joined #tikiwiki [16:10] * marclaporte has "Tiki for Smarties" copies on the way [16:11] eldios : if you are allowed to edit pages, you'll have link to create that page [16:11] yes I did [16:12] the problem was I used the external link to link the non-existing page [16:12] that was the problem [16:12] =) [16:29] *** dabright1 has joined #tikiwiki [16:30] *** dabright has quit IRC (Ping timeout: 244 seconds) [16:31] *** DerZauberer has joined #tikiwiki [16:31] hi [16:31] I just installed tikiwiki [16:32] but I have a problem with the url generation [16:32] it looks like this: "/tiki-admin.php/tiki-admin.php?page=" [16:39] and the tiki_admin_modules.php page gets rendere without a header or footer [16:39] DerZauberer : which version of Tiki? [16:39] * marclaporte has never seen that [16:39] 6.3 [16:40] running on Lin or Win? [16:40] linux [16:40] nginx with php-fpm [16:41] did you change settings like Short URLs or base URL? [16:41] no [16:41] I didn't find the configuration for that [16:42] the base url [16:42] I am digging that up for you [16:44] tiki-admin.php -> can you use search engine here? [16:45] should be here: tiki-admin.php?page=look&cookietab=2&highlight=feature_html_head_base_tag [16:47] You may want to avoid ShortURLS (configured here: tiki-admin.php?page=sefurl&highlight=feature_sefurl) because it's not as well tested with nginx [16:48] thats also deaktivated [16:48] and base tag is deactivated [16:50] *** ricks99 has joined #tikiwiki [16:56] maybe activate base tag? [16:56] *** eldios has left "bye =)" [16:57] okay I will try that [16:58] still the same [16:59] Do you need to use nginx? [16:59] (enough to take the time to make it work?) [17:02] yes I do [17:02] or let's better say [17:02] I want to use it [17:03] :-) [17:04] I know amette (ping!) has used it in the past [17:05] okay [17:05] maybe it's best, to write a mail on the mailing list [17:06] yes, please: http://dev.tiki.org/Dev+Mailing+List [17:07] okay thanks for you help :) [17:07] my pleasure [17:07] tiki wiki would be perfect for our project [17:07] You could also try a Tiki 7.0RC1 [17:07] :) [17:07] That's good to hear :-) What kind of project? [17:08] well a community to mentaly health problems [17:09] it will be a mix of forum, wiki and social network [17:10] the goal is, to mix the wiki with the forum [17:10] :) [17:10] yes, that sounds like Tiki! [17:11] :) [17:11] polom [17:11] but I never worked much with tiki [17:11] so that's the first time [17:12] I think fedora has used tiki some times ago [17:13] Could be... [17:13] Do you code? [17:16] hi DerZauberer [17:16] *** DerZauberer has quit IRC (Ping timeout: 240 seconds) [17:18] *** DerZauberer has joined #tikiwiki [17:18] sorry [17:18] netsplit [17:19] *** emijrp has joined #tikiwiki [17:28] oh [17:29] what about eaccelerator [17:30] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [17:42] Should work but http://doc.tiki.org/XCache and http://doc.tiki.org/APC have an interface in the performance admin panel [17:43] so you can monitor stuff there. I have used APC with joy, as long as assigned enough memory (128 Megs in my case) [17:43] If you fix stuff, you can http://dev.tiki.org/Commit+Code directly [17:48] *** marclaporte has quit IRC (Ping timeout: 252 seconds) [17:58] *** ab has joined #tikiwiki [17:59] *** ab is now known as Guest95958 [18:03] *** Guest95958 has quit IRC (Ping timeout: 252 seconds) [18:03] *** ab2 has joined #tikiwiki [18:04] help [18:04] >help [18:04] (help [] []) -- This command gives a useful description of what does. is only necessary if the command is in more than one plugin. [18:17] *** redflo has left [19:07] *** petriknz has joined #tikiwiki [19:10] *** dabright1 has quit IRC (Quit: Leaving.) [19:16] *** dabright has joined #tikiwiki [19:18] *** Narkster has quit IRC (Read error: Operation timed out) [19:19] *** Narkster has joined #tikiwiki [19:22] *** Nils^ has joined #tikiwiki [19:22] hello. I asked this already a few days ago, but maybe now someone is here who knows the answer: Which is the php file where external feeds are imported? [19:26] *** RobertPlummer has joined #tikiwiki [19:27] Is there any reason we can't use a plugin attached to a feature? [19:27] polom by the way guys [19:28] I'm going to make trackers load inside spreadsheets and wanting to know if it would be bad to start with pluign trackerlist. [19:29] Nils^: lib/rss/rsslib.php [19:29] lphuberdeau: thanks [19:29] update_feed() is the part you are looking for [19:30] and another question: How can I turn on the php error console for anonymous users? Captcha images are not shown, but I can't see whats wrong (because only anons see the captcha) [19:33] there is a checkbox to show it only for admins just close to where you enable the error reporting [19:34] as for the captcha, I would check if you have gd installed on the server [19:34] it is. It was reported on installation [19:35] ah, now ... [19:35] no permission to write [19:36] tikiwiki: 03lphuberdeau * r34710 10/trunk/ (4 files in 3 dirs): [MOD] Adding basic AJAX comment submitting [19:36] good, works now. that was easy [19:39] I set global permisions to not allow a group to rename or remove wiki's yet when I login as a member of that group it still gives me those option, I have set all groups so none inherit any permisions from ohter groups Why is this happening? [19:39] robertplummer: I don't get what you're trying to do [19:40] I want to load a tracker as a read-only spreadsheet that we can use to creat live reports on with spreadsheets [19:40] lphuberdeau: This is something that marc wants [19:40] petriknz: could there be object permissions on that page overriding the global permissions? [19:41] robertplummer: you probably want to stay away from trackerfilter for that purpose [19:41] lphuberdeau: So I need tracker data in a table [19:41] lphuberdeau: What would you recommend? [19:41] *** DerZauberer has quit IRC (Quit: Verlassend) [19:41] lphuberdeau: my new join toy? [19:41] lol [19:41] jk [19:41] you can use the direct library calls [19:42] then format the data the way you need it [19:42] lphuberdeau: is it correct that there aren't any comments in the php files? at least in rsslib [19:42] lphuberdeau: But the format I was is the same as the trackerlist... [19:43] Well I'll go and take another look but if I recall I set object permissions to match the global in the hope that would fix it. I do this from admin login and then login as a group member to check it, could that be a problem? [19:43] nils^: well, that's debatable, but some files don't have too many comments [19:44] robertplummer, well, if that's exactly what you need, you can use it, but it does a lot of stuff [19:44] lphuberdeau: I'm looking for a way to disable showing the title of external feeds on a wiki page. I only want the news items. [19:45] nils^: fix that from the templates [19:45] lphuberdeau: ok, which file? [19:45] using the rss plugin? [19:46] ? [19:46] how do you display the external feeds? [19:46] {rss id=1} [19:47] replace that for {rss id=1 showtitle=0} [19:48] lphuberdeau: If this were working I would not try to edit the files [19:49] how am I supposed to know you tried that? [19:49] lphuberdeau: I think we had this conversation once. showing date and or title has no effect in 6.3 . Its always without date and with title [19:49] lib/wiki-plugins/wikiplugin_rss.php [19:49] lphuberdeau: Of course you cannot know. [19:49] What does "can admin the wiki" do? Is that over riding the settings perhaps [19:49] templates/wiki-plugins/wikiplugin_rss.php [19:49] petriknz, yes it does [19:52] Well that explains it then [19:54] *** petriknz has quit IRC (Quit: Page closed) [20:05] *** ab2 has quit IRC (Ping timeout: 252 seconds) [20:07] marclaporte, DerZauberer: pong - I used lighttpd, only had a brief look at nginx [20:07] lphuberdeau: good. I even got the date to show :) [20:45] New Forum Posts: Glitch in Tiki 7 RC - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=41372 [20:45] New Forum Posts: Folder Icons Won't Toggle with my new Tiki 6.3 install - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41371 [21:09] *** rodrigo_sampaio has joined #tikiwiki [21:11] *** petriknz has joined #tikiwiki [21:11] thank lphuberdeau, the plugin works perfectly! [21:13] I have wiki pages assigned as homepages for each of my groups, but one of my groups when you login tries to locate the page of another group and gets the error "You do not have permission to view this page." with a "Return to Home" button that takes you to the correct page [21:14] The question is why is it even looking for that other page, I am not inheriting any permissions [21:26] tikiwiki: 03chealer * r34712 10/branches/7.x/templates/tiki-objectpermissions.tpl: [21:26] tikiwiki: [FIX] Change "Are you sure you want to effect all child categories?" to "Are you sure you want to affect all child categories?" [21:26] tikiwiki: I presume "effect" was some kind of typo. Native English speakers: please check [21:39] *** emijrp has quit IRC (Quit: Ex-Chat) [21:51] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [21:51] *** petriknz has quit IRC (Quit: Page closed) [21:59] *** radek82 has quit IRC (Quit: Leaving) [23:58] *** marclaporte has joined #tikiwiki [23:58] *** ChanServ sets mode: +o marclaporte