[00:26] *** xen216 has quit IRC (Ping timeout: 246 seconds) [00:33] *** xen216 has joined #tikiwiki [00:45] Tiki Draw is coming along nicely. /me cheers Robert! [00:48] and /me cheers SVG-edit community [00:51] tikiwiki: 03chealer * r35101 10/trunk/ (3 files in 3 dirs): [FIX] French: "Dessiner - (SVG - modifier)" => "Dessiner - (SVG-edit)". "SVG-edit" is a proper noun. [01:14] tikiwiki: 03marclaporte * r35102 10/branches/7.x/lib/wiki-plugins/wikiplugin_draw.php: [MOD] changing image to drawing to make it clear that it's not the same thing [01:19] *** Caarrie|away is now known as Caarrie|sleeping [01:25] tikiwiki: 03lindonb * r35103 10/branches/7.x/lib/setup/prefs.php: [FIX] Set default status upon setup for new plugins to avoid preferences from setting unexpectedly [01:38] *** xen216 has quit IRC (Quit: Ex-Chat) [01:43] tikiwiki: 03chibaguy * r35104 10/branches/7.x/lang/ (48 files in 48 dirs): [FIX] Keep language files consistent with case change in r35075 (Admin DSN). [01:45] tikiwiki: 03marclaporte * r35105 10/trunk/lib/userslib.php: [MOD] starting to re-order permissions so we can put most used permissions at the top [01:55] *** goj has quit IRC (Ping timeout: 276 seconds) [01:55] *** goj has joined #tikiwiki [01:59] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [02:06] tikiwiki: 03chibaguy * r35106 10/branches/proposals/6.x/lang/ (47 files in 47 dirs): bp/r[35104][FIX] Keep language files consistent with case change in r35076 (Admin DSN). [03:01] *** Bernard1 has joined #tikiwiki [03:06] tikiwiki: 03marclaporte * r35107 10/branches/7.x/templates/tiki-upload_file.tpl: [MOD] Making file upload interface clearer because as of now, it's confusing which button is to add a new file to upload and which button is to start the upload. Feedback please [03:37] tikiwiki: 03marclaporte * r35108 10/branches/7.x/templates/tiki-admin_menu_options.tpl: [MOD] Moving more-often used menu options towars the top. TODO in Tiki8: hide the lesser used ones like sections and permissions to an advanced section. Feedback please. [03:43] tikiwiki: 03marclaporte * r35109 10/branches/7.x/lib/setup/prefs.php: [MOD] turn off search within the file gallery on a fresh install, to make a leaner first experience. [03:45] marclaporte: r35107-8 look good, thank you [03:46] there is no need to tag these commits [MOD] though (maybe more appropriate for 35109). all commits modify something... [03:46] yes, but they change behavior [03:46] so people should know [03:46] no? [03:49] marclaporte: well indeed [MOD] is for behavior changes, and in one sense all changes change behavior, but I don't see a label change as a "behavior change". it's not something that could confuse much, there is at most a reaction the first time "oh, they changed how it's called"... [03:49] ok [03:49] chealer : I think merge could have conflicts. can you help me with this? [03:50] could be if someone could be lost in the new interface but I don't see a significant risk of that here [03:50] marclaporte: you want me to do the merge to trunk or what? [03:51] that would be nice :-) [03:52] (my brain is in improve UI mode now) [03:53] marclaporte: sorry but I've never done merges (unless a long time ago) and am not particularly thrilled to start doing those, in particular at this time [03:54] oh, ok :-) [04:03] *** DarkCalf has quit IRC (Quit: Leaving) [04:08] *** DarkCalf has joined #tikiwiki [04:17] tikiwiki: 03marclaporte * r35110 10/branches/7.x/lib/wiki-plugins/wikiplugin_draw.php: fix perm check [04:22] *** marclaporte has quit IRC (Ping timeout: 255 seconds) [05:04] *** DarkCalf has quit IRC (Read error: Connection reset by peer) [05:04] *** DarkCalf has joined #tikiwiki [05:24] *** marclaporte has joined #tikiwiki [05:24] *** ChanServ sets mode: +o marclaporte [05:50] *** chealer has quit IRC (Remote host closed the connection) [06:00] tikiwiki: 03marclaporte * r35111 10/branches/7.x/templates/modules/mod-search.tpl: (log message trimmed) [06:00] tikiwiki: [FIX] If I search for a string and click title, it will only give me that exact [06:00] tikiwiki: result instead of all page names which contain that string. User is confused [06:00] tikiwiki: into thinking no page exists containing that string. Since AJAX auto-complete of [06:00] tikiwiki: pages names is offered, users wanting exact result can easily do so. Module [06:00] tikiwiki: could perhaps have an additional param to determine if exact match should be [06:00] tikiwiki: checked but I wonder if it's of any use. I wonder if exact_match on [06:20] tikiwiki: 03marclaporte * r35112 10/branches/7.x/lib/setup/prefs.php: [MOD] http://doc.tiki.org/PluginList is a rising star so activating by default [07:13] *** Merbster has joined #tikiwiki [07:13] Good morning Tikilovers :) [07:21] hi! [07:21] sounds like a name for a Pizza :-) [07:21] or rehab facility! [07:48] *** Jyhem_laptop has joined #tikiwiki [08:02] marclaporte, I see no reason to be rehabilitated from TikiWiki :P [08:05] if I want to create a tpl file for the PlugniWebservice plugin, how do I reference the variables that the webservice will return? [08:33] the global variable $page [08:33] is it just a string or an object? [08:51] apparantly it's null... [09:01] I need to get a reference to the current wikipage. [09:02] And check the category of this page. [09:05] * marclaporte wishes lphuberdeau was here [09:05] how come marclaporte ? [09:05] he wrote that [09:06] aah. [09:06] I am trying to figure out where the code is placed, then I can read the functionality myself (I hope :P) [09:07] what boggles my mind is that according to the docs I can reference $page from tiki syntax. (I guess you guys are making this possible with some smarty magic) [09:07] But when I var_dump it, it's null, but I have the $user variable set correctly [09:08] (by including tiki-setup.php and then declaring the $user and $page variable as globals. [09:31] tikiwiki: 03jonnybradley * r35113 10/branches/7.x/tiki-objectpermissions.php: [09:31] tikiwiki: [FIX] perms: Simpler fix and partial revert of 35060 - jQuery 1.6 seems to now interpret an empty string as being true for boolean attributes [09:31] tikiwiki: Restores previous behaviour (shows perms set) [10:04] *** marclaporte has quit IRC (Read error: Connection reset by peer) [10:22] *** Caarrie|sleeping is now known as Caarrie|away [11:24] *** ricks99 has joined #tikiwiki [11:25] polom y'all [11:57] hey ricks99 [11:57] ricks99, do you per chance now how to get a reference to the current page? [11:57] (in code that is) [11:58] the full url? or just page name (for wiki pages?) [11:58] I need to "inspect" the current page, to know which category it is in. [11:59] so you want to display the category of a given page/object? [11:59] Yes [11:59] actually I want to resolve the category's database id. [11:59] but if I can get the page I can use the get_page_id_from_name() function in tikilib [11:59] on admin: cateogry, enable the "show category path" and tiki will display the category of the given page [12:00] I want a reference to it, in code [12:00] {$page} [12:00] I tried, $page variable is empty when I check it's content from my plugin [12:00] but the $user variable works. [12:00] {$page} is valid only for wiki pages [12:01] can you futher explain what you're trying to do? [12:01] We're trying to modify tikiwiki so it can handle our project work-flow. I work for a building engineering company so there's alot of documentation to go to the different projects, and we're sharing knowledge through tikiwiki about these projects and the projects current state. [12:02] We are using the categories [12:02] so that we can categorize the different wiki pages into their appropriate projects [12:02] i.e. each project number will equal a category in TikiWiki [12:02] building a tracker for this, right? [12:03] several [12:03] ok. [12:03] we have custom modules that interface with webservices also. [12:03] But [12:03] the whole idea [12:03] is that if we have the category of the page [12:03] we can identify which project the page correlates to [12:04] So that for example we can use the "categories" plugin that lists last items in a specific category (i.e. for a specific case) [12:04] But since the actual work on the project can spread over several wiki pages, we need to mark the "Current working project" [12:04] So our idea is to create a plugin that sets up some global variables etc. [12:05] *** lphuberdeau has joined #tikiwiki [12:05] så that we can include the reference to our needed variables, wherever it's needed. so that we can use for example, the category id as a paraemter to the categories plugin [12:06] iirc, {$categId} is the id [12:08] you're using function get_object_categories, i assume? [12:09] you need the object id -- not necessarily a page name [12:09] *** mastroDani has joined #tikiwiki [12:09] ricks99, exactly [12:09] I just looked trhough tikilib and found these helper functions [12:10] ricks99, so everytime for example {$categId} does not work on a page, it's because that "page" is nto categorizable? (I don't know if this word even exists) [12:13] you need {$page_id} which will return the unique id of the page -- not the page name [12:13] ok. [12:13] then, iirc, get_object_categories uses the *id* -- not the page name [12:14] you're only dealing with wiki pages? not other objects (files, galleries, articles, etc?) [12:14] I might be dealing with articles [12:14] i believe you need to feed the *type* also (ie.., articles) [12:14] to the function [12:14] The plugin I am making will mostly be included from articles, wiki pages and sometimes blogs. Allthough if TikiWiki has some limitations about what can be accessed from the blogs (i.e. page id) then they wil lhave to live with that. :P [12:15] * ricks99 hasn't greped the code in a *long* time [12:15] *** amette has quit IRC (Ping timeout: 240 seconds) [12:15] only wiki pages have pageId [12:15] what about articles? [12:15] articles have {$articleId}, blogs have a blogId and postId [12:16] wikis are the only things that are "pages" [12:16] ok. [12:16] *** amette has joined #tikiwiki [12:17] out of those mentioned blog is the only thing that is not categorizable? [12:17] blogs can be categorized. just about all tiki objects are categorizable [12:18] ah yes, the blog can, but all blogs posts in that blog, will inherit the category from the blog itself? (i.e. each blog post inside same blog cannot have diff. categories) [12:19] correct [12:23] ricks99, you have been a huge help, if you drop by Denmark sometime, let me know, I'll buy you a beer ;) [12:25] glad to help. [12:25] * ricks99 likes Tuborg, but tough to get in NC, USA :( [12:25] New Forum Posts: blank page after edit forum post - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41678 [12:27] ricks99, tbh there's alot of other beers that's better... [12:28] it's a beer for the mainstream, made to please all, thus not excelling at anything :P [12:28] yeah, its the 'budweiser' of denmark ive heard [12:28] Yup. [12:29] We have some micro breweries who does beer way better... but I guess it is more for the "conneseurs" [12:33] tikiwiki: 03lphuberdeau * r35114 10/trunk/ (2 files in 2 dirs): [MOD] Treetable should not re-sort the list which is now provided in a predictable order [12:42] *** Merbster has quit IRC (Quit: Leaving) [13:00] *** radek82 has joined #tikiwiki [13:06] *** rodrigo_sampaio has joined #tikiwiki [13:35] *** Bernard1 has quit IRC (Quit: Leaving.) [13:36] *** SJ-Jay has joined #tikiwiki [13:36] hey guys [13:37] anyone knows if i can use the module frame in a plugin? [13:43] you could also use the iframe plugin I guess [13:52] think u are misunderstanding the question, or else i didn't explain myself correct :) [13:53] if you use {MODULE} there is a frame around the module, but not if you use plugin [13:54] use nobox parameter [13:55] i WANT the frame :D [13:55] but with a plugin [13:56] if you're using the MODULE plugin, you can use decorations=y [13:56] or nobox=n [13:57] just tried but didn't work :S [13:57] the plugin i'm using is articles [13:58] use one of the article modules [13:59] yeah but the article module only shows heading [14:01] you just want the frame/border around the articles plugin, is that all? [14:02] yeah exactly! :) [14:03] you can simply surround the plugin with the necessary DIV elements to make it "look" like a module [14:04]

some text title

YOUR PLUGIN HERE
[14:04] obviously, use the {DIV} wiki syntax. [14:05] but should work quite easily [14:05] isn't there a BOX plugin? [14:06] probably. i have a tendency to overlook the easy answer sometimes :( [14:07] but does the box plugin look like modules? [14:07] it has to look exactly the same [14:07] think it depends on your theme [14:08] we have a custom theme :) [14:08] then you'll probably need to adjust the box output accordingly [14:09] hmm the div thing doesn't look like the modules :) [14:10] probably need to surroudn with the appropriate #col elements [14:10] depends on your theme [14:18] any help configuring a gmail smtp for tikiwiki? [14:22] *** nkoth has joined #tikiwiki [14:22] any more specific questions? [14:25] there are quite a few parameters, but it's fairly straightforward [14:25] must use encrypted connection and use PLAIN authentication if I remember correctly [14:26] although I think there are a few bits of code that won't go through SMTP at this time [14:51] *** SJ-Jay has quit IRC () [15:09] I just svn update trunk and getting unexpected T_PAAMAYIM_NEKUDOTAYIM in lib/core/Tracker/Field/Factory.php on line 41, anyone getting the same thing? [15:09] btw, this is at tiki-view_tracker.php?trackerId=1 [15:11] hmm... let me update... [15:12] tikiwiki: 03sylvieg * r35115 10/trunk/lib/wiki-plugins/wikiplugin_carousel.php: [NEW]carousel: a plugin to simplify the use of the carousel - pick the images of a fgal [15:12] must be really recent as I updated not so long ago and things seem to work [15:13] btw, that's related to double-colon if you want to look at the code [15:13] only hebrew word I know [15:13] does this look wrong to you? $providedFields = $class::getTypes(); [15:13] that looks fine [15:14] try updating again and clearing cache just in case [15:14] any conflicts or anything? [15:14] is php 5.3 required for something like this? this is php 5.2.10 [15:15] I wouldn't think so [15:15] try replacing with call_user_func(array($class, 'getTypes')) [15:17] tikiwiki: 03lphuberdeau * r35116 10/trunk/ (2 files in 2 dirs): [MOD] New field list using jquery ui sortable to change field order [15:24] apparently this is a 5.3 syntax to invooke a class method statically this way [15:24] have to use call_user_func/call_user_func_array [15:24] I'll change it [15:29] but I'm having other problems like the fields not showing - hunting [15:33] clearing cache seems to have fixed that [15:34] tikiwiki: 03lphuberdeau * r35117 10/branches/7.x/lib/smarty_tiki/function.attachments.php: [FIX] File attachments in file gallery stored the file in the wrong gallery, leaving the impression that the file did not upload at all. [15:36] tikiwiki: 03nkoth * r35118 10/trunk/lib/core/Tracker/Field/Factory.php: [FIX] Calling class method statically through not supported in PHP 5.2 causes T_PAAMAYIM_NEKUDOTAYIM [15:38] do we have already in jquery/tiki a slideshow that looks like http://www.lestouilleurs.com/Boutique or http://www.nitinh.com/static/SlideShow/jquery.html [15:42] perhaps I can use the carousel ... and change the thumbanils... [15:48] New Forum Posts: FileGallery permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41681 [15:59] *** Wilkins has quit IRC (Ping timeout: 255 seconds) [16:00] lphuberdeau: I am having a problem in admin tracker fields where the input field for the params of files and relations aren't showing. do you have the same problem? Could it be something with the new multi-character field type? [16:14] *** mastroDani has quit IRC (Ping timeout: 240 seconds) [16:20] *** mastroDani has joined #tikiwiki [16:21] new multi-character field type? [16:22] I always found that the default selection was broken an the display of the options field to be quite random [16:22] switching things around fixes it [16:22] but I'm in the process of re-doing that interface, so I don't care much about those UI issues [16:24] lphuberdueau: Under New Tracker Field, when I change the field, e.g. to Text Area, the input field where I can enter the params appear [16:24] toehter with the help text [16:24] But for the Relations and Files field, no help text nor input field appears [16:26] sorry, no idea [16:26] save it and come back [16:27] I had a look at /lib/core/Tracker/Field/Files.php I can't see anything different about the description etc on top except that the field type is 'FG' [16:27] *** Tiki|bot has quit IRC (Ping timeout: 276 seconds) [16:27] I know [16:28] I looked into it and couldn't find a reason either [16:28] ok, let me experiment [16:28] I'm getting rid of that UI in the next few days/week [16:28] *** mastroDani has quit IRC (Ping timeout: 258 seconds) [16:28] so the issue will be gone with it anyway [16:29] *** overseer has joined #tikiwiki [16:29] hey guys. [16:29] I need some help with seting up ad/ldap stuff [16:29] i keep getting "unknown net_ldap2 error" in my logs [16:30] does that mean that my settings are wrong? [16:30] *** chealer has joined #tikiwiki [16:30] *** chealer has quit IRC (Changing host) [16:30] *** chealer has joined #tikiwiki [16:33] *** mastroDani has joined #tikiwiki [16:39] lphuberdeau: if I change 'FG' to 'Z' and clear cache it works, and if I switch it back to 'FG' it fails again [16:40] seriously, that whole UI will be gone, so don't worry about it [16:40] *** Tiki|bot has joined #tikiwiki [16:48] where are the tiki logs stored? [16:56] the action log is in the db [16:57] ok. Is there a good way to print out part of the logs in plaintext? [16:57] I need to copy and paste and it doesnt work when its in the table for /tiki-syslog.php [16:57] i guess you could dump the tables [16:58] eh...then it would come out as sql [16:58] so theres no utility premade for doing that? [16:58] i mean, in Tiki, you can use the DBREPORT to dump from the db and format the wiki page any way you want [16:58] *DBREPORT plugin [17:06] tikiwiki: 03lphuberdeau * r35120 10/trunk/lib/prefs/feature.php: [ENH] Providing a hint linking to the tracker admin panels from the preference [17:12] *** ricks99 has quit IRC (Remote host closed the connection) [17:18] tikiwiki: 03lphuberdeau * r35121 10/trunk/lib/ (2 files in 2 dirs): [MOD] Include the external token as a class on external links [17:18] *** ricks99 has joined #tikiwiki [17:33] *** RavenC has joined #tikiwiki [17:33] *** RavenC has quit IRC (Client Quit) [17:40] New Forum Posts: fatal error during upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41683 [17:41] *** garypondstone has joined #tikiwiki [17:45] *** garypondstone has left [17:48] *** garyp has joined #tikiwiki [17:55] *** garyp has left [17:56] tikiwiki: 03lphuberdeau * r35122 10/trunk/ (2 files in 2 dirs): [MOD] Adding checkboxes to select the listed columns [18:05] polom [18:24] *** Bernard1 has joined #tikiwiki [18:26] tikiwiki: 03lphuberdeau * r35124 10/trunk/styles/layout/design.css: [MOD] Adding CSS properties to do odd/even automatically in participating browsers [18:29] *** Bernard1 has quit IRC (Quit: Leaving.) [18:38] tikiwiki: 03chealer * r35125 10/trunk/ (4 files in 4 dirs): [FIX] French: "JQuery Infinite Carousel" => s/Caroussel permanent JQuery/Carousel infini JQuery/ [18:56] tikiwiki: 03marclaporte * r35126 10/branches/7.x/lib/setup/prefs.php: [MOD] removing zip option on fresh installs to make interface simpler [18:59] tikiwiki: 03lphuberdeau * r35127 10/trunk/ (2 files in 2 dirs): [MOD] Automatically refresh list when field added, moving new field list up as it's more fun [19:00] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [19:03] tikiwiki: 03chealer * r35128 10/trunk/lib/wiki-plugins/wikiplugin_carousel.php: [FIX] CAROUSEL plugin: parameter names and descriptions [19:08] *** lphuberdeau has quit IRC (Ping timeout: 240 seconds) [19:21] *** lphuberdeau has joined #tikiwiki [20:43] New Forum Posts: Paramètre de "Googlemap plugin " - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=41689 [21:10] *** Caarrie|away has quit IRC (Quit: bye see you later) [21:15] *** Ichi-Keynon has joined #tikiwiki [21:16] *** overseer_ has joined #tikiwiki [21:16] hey guys [21:16] *** Caarrie has joined #tikiwiki [21:17] im trying to set up ad/ldap authentication and i need some help [21:18] When setting the location to look for users, can I specify for it to look at members of groups? [21:18] idk if that makes sense [21:18] in our ad we have a root OU that stores all the people, and another OU that stores the departments [21:18] *** Caarrie is now known as Caarrie|away [21:19] so i need all the people in a department that belong to a group. But the actual users are in a separate ou [21:19] DN of the group maybe...hmmm...i think i saw an option in there for that [21:24] Option that might work is: [21:24] LDAP User DN [21:24] What OU are your users under? This may be something like ou=People. This is just the group/OU, not the full DN [21:25] yeah, my users are in a people ou [21:26] so the user DN i would put just DN=People? or do i need the whole thing? [21:26] DC* [21:26] DC=People is what i meant [21:26] getting screwed up with acronyms [21:26] h.o i gotta run. I'll be back on in a bit to work on this some more [21:28] overseer_: which version do you use? [21:30] @ anyone...how can i specify a link for each image in a line w/o using html...just using the Tiki code [21:30] ive got this for the inline images: [21:31] {img (id=19|20|21)}{img} [21:31] and it works fine....but id like a unique link for each [21:31] ive tried a few combos based on my html knowledge...but no workie... ;( [21:32] tikiwiki: 03sylvieg * r35129 10/trunk/lib/wiki-plugins/wikiplugin_carousel.php: [FIX]carousel: inappropriate copy/paste: thx chealer [21:35] *** fabricius has joined #tikiwiki [21:36] polom [21:44] hey guys im back [21:44] btw: im overseer_ as well :P [21:44] chealer: im using 7.0 [21:45] overseer: did you see the "External groups" tab right to the right of "LDAP"? [21:46] yes. If I use that, can I manage groups internally? Or do they have to be managed via the AD then? [21:48] overseer: I'm not sure what you mean, but Tiki groups still exist even if Tiki uses LDAP groups [21:49] chealer: ok. what does the "Use an external LDAP server for groups" checkbox do then? [21:53] overseer: when a LDAP users logs in, Tiki will query LDAP for group memberships and place the Tiki users in some Tiki groups. [21:54] ok [21:54] do i have to check that to use external groups at all? [22:00] *** radek82 has quit IRC (Quit: Leaving) [22:29] chealer: I do not understand why you want me to do with snarf [22:30] right now everything must be approved by an admin [22:31] sylvieg: if you use the plugin in a wiki page for example, yes [22:32] in a module too - if I well remember... [22:32] sylvieg: but not if wikiplugin_snarf() is called directly, as happens in snarf_ajax.php [22:32] sylvieg: a module is also wiki-parsed (assuming it's enabled) [22:34] * sylvieg does not remember ... too long ago and used only once [22:37] sylvieg: well, did you check the code? http://sourceforge.net/apps/trac/tikiwiki/browser/trunk/snarf_ajax.php [22:37] that pretty much just calls wikiplugin_snarf() [22:37] is it possible to test that you come from an ajax call? [22:38] sylvieg: test in wikiplugin_snarf() that you're called from snarf_ajax.php? there could be an argument for that [22:43] *** Ichi-Keynon has quit IRC (Quit: Leaving) [22:45] tikiwiki: 03sampaioprimo * r35130 10/trunk/ (17 files in 5 dirs): starting new get_strings.php (work in progress) [23:08] tikiwiki: 03sylvieg * r35131 10/branches/7.x/lib/wiki-plugins/wikiplugin_snarf.php: [FIX]snarf: filter params [23:17] tikiwiki: 03sylvieg * r35132 10/branches/7.x/templates/wiki-plugins/wikiplugin_snarf.tpl: escape [23:20] tikiwiki: 03sylvieg * r35133 10/branches/6.x/ (2 files in 2 dirs): [bp/r 35131 35132][FIX]snarf: filter params + escape [23:46] *** xen216 has joined #tikiwiki [23:59] tikiwiki: 03xen216 * r35134 10/branches/7.x/lib/wiki-plugins/wikiplugin_perspective.php: [NEW] backport of perspective wiki plugin: displays content based on the user's current perspective.