[00:01] Hi, Who can inform me about the db management and his upgrades during dev (i.e. 7.1, 7.x ->) ?. [00:01] The reason of this question is again after updating SVN, and a run of installer, that I got a fatal error : new column in table "tiki-plugin-security" "added_by" not updated. I am not sure there are not other bugs in db update. [00:01] I think that such problems are normal during dev, but the developer, who updates, should be able to check the db (his, new ref, after upgrade). [00:01] If you think in the chat that this remark is pertinent, I will open a discussion on [tiki-devel] [00:13] *** RobertPlummer has joined #tikiwiki [00:17] *** Caarrie|away is now known as Caarrie|sleeping [00:21] tikiwiki: 03chealer * r37032 10/trunk/ (2 files in 2 dirs): [00:21] tikiwiki: Admin Cagegories: show less when in no category [00:21] tikiwiki: [REF] Optimize paths display [00:25] *** dthacker has joined #tikiwiki [00:34] *** dthacker has quit IRC (Remote host closed the connection) [00:46] Man, has anyone played with openlayers at all recently? [00:46] I know we have an integration in tiki. [00:47] I'm working on a project where I'm using it, I gotta tell you, it is solid! [00:55] *** dthacker has joined #tikiwiki [00:57] What's the minimum MySQL requirement for tiki 7.1? [00:59] help [00:59] !help [00:59] You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [01:00] RobertPlummer, have you come across my ActiveXObject is not defined in http://openlayers.org/api/2.10/OpenLayers..js line 246? something Gears related by my reading [01:00] dthacker, should be MySql 5 why? [01:00] Not yet that I know of. I would be glad to look into it while I'm doing the other stuff though. [01:00] nkoth, 'cos I'm trying my first install in a couple of years. [01:00] I'm getting more and more into the code and how to manipulate. [01:01] dthacker; I have it trunk running on 5.0.77 (centos default) so should be ok [01:01] BTW info.tiki.org is not answering for me. [01:01] info responds for me [01:01] nkoth|nelson: I tell you what though, their team is very responsive, you can run it by their IRC channel. [01:01] I think it is #openlayers [01:01] ISP DNS, no doubt [01:08] RobertPlummer it looks like it's in a try catch block, would that trigger firebug? [01:08] Does it do it in any other browser? [01:08] I don't think it's a fatal error I mean it's in a try block [01:08] I've not had any trouble with openlayers and firebug specifically. [01:09] Is it an error, or a warning? [01:11] nelson, there is only 1 try in that line. [01:11] Containing this: [01:11] "return OpenLayers.Rico.Color.createColorFromBackground(el).asHex();" [01:11] maybe it's the wring line number then [01:12] Is there a way I can reproduce the error? [01:13] I'm going to ignore it, it is just a try catch so I think firebug picks up the catch [01:13] ok. [01:13] I'm heading out for the night. [01:13] email me if you need me. [01:14] it's mot really an error, just a notification [01:14] a break notification [01:17] *** RobertPlummer has quit IRC (Read error: Operation timed out) [01:23] *** goj has quit IRC (Disconnected by services) [01:23] *** goj_killedByISP has joined #tikiwiki [01:23] *** goj_killedByISP is now known as goj [01:24] *** Trebly has quit IRC (Ping timeout: 246 seconds) [01:27] dthacker: tiki 8 will be much better than 7 (the second one after LTS is always the best) Are you installing it for something specific or just testing it out? [01:28] nkoth|nelson: I haven't installed anything since 1.9, so I'm just testing. [01:28] might as well test trunk then :) [01:29] but anyway, much nicer than 1.9 already [01:29] how are you doing? [01:29] hehe, I can see that from the docs and front page. [01:30] I'm good. Wanting to get back into helping. Need to re-learn the ropes. [01:31] you're always wecome (and I would say much needed now that there is so much more to document :)) [01:32] good to hear :) [01:33] *** rodrigo_sampaio has quit IRC (Ping timeout: 276 seconds) [01:50] *** coaboa has joined #tikiwiki [01:52] *** coaboa|afk has quit IRC (Ping timeout: 245 seconds) [02:13] *** pindemon has quit IRC (Quit: I was wondering...) [02:24] tikiwiki: 03chealer * r37033 10/trunk/lib/core/Search/GlobalSource/CategorySource.php: [REF] getParents(): optimize. untested [02:30] tikiwiki: 03chealer * r37034 10/trunk/lib/categories/categlib.php: [02:30] tikiwiki: [REF] reorder get_category_path_string_with_root() [02:30] tikiwiki: [REF] remove get_category_path(), unused since r37033 [02:36] tikiwiki: 03chealer * r37035 10/trunk/lib/categories/categlib.php: [REF] CategLib: document that remove_category() also removes descendants [02:40] tikiwiki: 03chealer * r37036 10/trunk/ (tiki-search_replace.php tiki-theme_control.php): [FIX] Sorry, I apparently didn't commit these in r37028 [02:43] chealer: categories break for me [02:43] let be check [02:46] nkoth|nelson: I played with the cache a lot, so be sure to clear that before anything [02:47] CategLib->get_category('orphan') leads to Invalid category intier [02:47] nkoth|nelson: hum. and where is that called from? [02:47] lib/core/Search/GlobalSource/CategorySource.php [02:50] nkoth|nelson: could you give me a full backtrace? if it's coming from CategorySource.php:65, that means getParents() is getting called with a string as $categId [02:51] yes, I am in theat file now, and svn loggin [02:52] basically the cause is line 42, which then leads to getWithParent then getParents [02:53] anyway, chealer: http://pastebin.com/r2FHJH0d [02:53] nkoth|nelson: ah. indeed. one of my earlier commits did reveal these kinds of errors. [02:56] nkoth|nelson: that comes from http://sourceforge.net/apps/trac/tikiwiki/changeset/31022 [02:56] could you report? [02:57] actually i know how to fix it [02:57] it's pretty obvious [02:58] excellent (didn't look at the new search yet) [03:01] tikiwiki: 03nkoth * r37037 10/trunk/lib/core/Search/GlobalSource/CategorySource.php: [FIX] If there are no categories for object, then don't bother to getWithParent, otherwise trying to do so with string 'orphan' is nonsense, which now with more rigid checking in categlib causes error [03:01] chealer ^ [03:03] nkoth|nelson: thanks [03:11] orphan is used to search for items with no category... [03:12] because you can't search for empty/no values in the unified search [03:13] *** nkoth|nelson has left [03:51] tikiwiki: 03chealer * r37038 10/trunk/lib/categories/categlib.php: [REF] get_categorypath(): somewhat document and remove unused parameter include_excluded, despite the nice name [03:55] *** dontpanic\ has joined #tikiwiki [03:56] *** dontpanic has quit IRC (Ping timeout: 250 seconds) [04:59] *** Tiki|bot has quit IRC (Ping timeout: 264 seconds) [05:20] *** dontpanic\ is now known as dontpanic [06:11] *** phazuka has joined #tikiwiki [06:11] hi all, just a quickie question [06:12] what's the wiki syntax for making a TOC update from the pages I'm editing? say, i have a main page TOC and making a page that has it's own TOC...is there a way for the main page to auto-update from teh pages i'm editing? [06:18] *** olinuxx has joined #tikiwiki [06:19] bonjour :) [06:29] *** Merbster has joined #tikiwiki [06:29] good morning [06:31] *** fabricius has joined #tikiwiki [06:38] fabricius, Weren't you mucking around with conditional menus? [06:39] *** phazuka has quit IRC (Quit: Page closed) [06:40] polom [06:41] merbster hi. hmmm I did use the words a few time recently [06:41] fabricius, but you haven't set it up? [06:41] Merbster: in my mind it belongs to site organisation / structuring [06:42] Merbster: I did a longer while ago [06:43] I think, there are two ways [06:43] -> with categories - what I never got find out , but will try to find out again [06:44] -> the contextual menu, where you have the same menu twice, but with different parameters [06:45] sylvieg: did explain that to me a few month ago and I added to one of the menu/module documantations [06:45] let me check, if I find the link for you Merbster [06:51] Merbster: http://doc.tiki.org/menu#Creating_a_Custom_Menu -> scroll down to "contextual menu example" and see "three steps to a contextual menu" [06:54] fabricius, thank you I will take a look at this [06:55] When I find out how to do with categories, I will add it to this doc aswell [06:57] one guy (arild or bernard I do not remember) brought me to an idea that could work aswell - it is not really a contextual menu, but may be used for one (and even maybe maintained automatically): [06:58] using the category list plugin that might be configured to list pages of certain categories under certain conditions [06:58] but again ... we need the module preference to show/hide a module according to the actual category [06:59] that would meke things much easier [07:06] I found somewhere, where it's possible to bind a module display to a perspective. [07:07] But I can't find it again [07:11] fabricius, have you noticed that the UI for editing modules that contains menus are different than modules containing something else? [07:12] *** Bernard1 has joined #tikiwiki [07:13] hmm. I am confused now [07:16] *** dthacker has quit IRC (Read error: Operation timed out) [07:18] *** SJ-Jay has joined #tikiwiki [07:20] hi all ! [07:22] "one guy (arild or bernard I do not remember)" i vote for Bernard ! :) [07:28] *** Wilkins has joined #tikiwiki [07:33] Does anyone know how to include wiki plugins in smarty templates? [07:44] good morning & polom tikiverse [07:49] Merbster: see themes.tiki.org - Template Tricks there is a description on how to include those [07:49] coaboa, I have been looking at that page but did not find anything, do you remember what heading it is under? [07:50] mom [07:52] hi coaboa [07:53] themes - Tricks - Template Tricks http://themes.tiki.org/Template+Tricks page3 Add wiki Syntax in custom code area (works also in tpl as far as I know) [07:53] coaboa, I tried it, I get syntax errors [07:53] oh. I used it. but not recently [07:54] I get "unrecognized tag: literal" [07:54] and it complains about my {wiki} tag not being closed, but it is! :S [07:54] which tiki version [07:54] 7.1 [07:54] mom [07:56] coaboa, I found an error. my literal tag was not closed. :S [07:56] now I don't get errors, but the JQ stuff I tried to include via. the JQ plugin is just output as plaintext [07:57] not {JQ()} though. only the actualy JQ code [07:58] I think that is because of smarty security. But I never tryed to use js in this way [07:58] I have disabled smarty security [07:58] coaboa, http://pastebin.com/b6GieT12 <- you can see my module defintion here [07:58] I have used {JQ()} plugin in wikipages before. [08:00] I don't think JQ plugin can handle being included from a module :P [08:01] don't know that [08:01] coaboa, can JQ access variables in $_REQUEST ? [08:01] I am thinking to just add the hiding code in the custom area part under look & feel [08:02] I need to compare on $objectCategoryIds variable. but I don't know how to access it from JS [08:07] I used {if $objectCategoryIds[0] eq ''}Somethint to do {/if} directly in the template [08:08] but I'am not a coder ;-) but this works for me [08:10] *** arildb has joined #tikiwiki [08:10] coaboa, in the first iteration I used that too. But it did not work with the JS code. So I ghtouhg I would test if I could get JS code running first [08:10] and then use that trick [08:24] Hmm. Tiki is not including the JS stuff I am inserting in look and feel [08:24] Merbster - I just saw, that you asked me a question at 9:11 [08:25] Don't bother fabricius :P [08:25] Merbster: "fabricius, have you noticed that the UI for editing modules that contains menus are different than modules containing something else?" [08:25] Merbster: is that still actual? [08:25] All user modules doesn't have the nice UI but you can set preferences through text. [08:26] yupi [08:27] I often have to put module parameters in manually - if I use the WYSIWYG editor, I have to switch into the source mode for that [08:27] not nice, but works well [08:28] an so I relatively often look into the doc.tiki.org - all documentation - wikiplugins ... to find all the parameters listed, I could not remind [08:28] so you are sorted with that issue? [08:28] fabricius, I was referring to specifying user modules. Like in what perspective the module should be shown [08:29] fabricius, on all menus, you need to put the menu in a module that calls the menu, and then assign the module to one of your bars [08:29] if you in "parameters" text filed type "page=somePage" the module (i.e. the menu in the module) is only shown when page = somePage [08:30] *** olinuxx has quit IRC (Quit: Ex-Chat) [08:36] *** Jyhem_laptop has joined #tikiwiki [08:39] fabricius, [08:39] I found a somewhat "userfriendly" solution for page specific menues [08:50] page specific as several specific pages can use the same menu. [08:50] not just one (as with the page=pageName) parameter [08:50] (or does it support several pages?) [09:03] I think it supports several pages, as most kind of parameters you can put in several divided by comma or by semicolon [09:03] sadly theses parametersettings seems to be not always reliable [09:04] for some sorts of parameters there is exclusion missing [09:04] and again: limitation of categories (inclusion and exclusion) is missing [09:05] another way should be some smarty filter syntax in an custom_module instead of the module_menu [09:05] what "userfriendly" solution you have discovered? [09:06] fabricius, adding 1 line of JS in look and feel that hides the menu. and in all pages that need it I include 1 line of JS to show it again. [09:07] So the menu is hidden and when the user enters a page that is set to show it. it will do it. Almost the same as page=somePage [09:07] so the menu appears, when a page is active, that contains thi JS line [09:07] Yes [09:07] I am more and more convinced to setup a special documentation area on doc.t.o for structuring Tiki websites [09:08] all this contextual menus, hide and show menus/modules, perspectives, areas etc. [09:08] fabricius, It can be a daunting task to find all this information beacuse it is spread around. And when new with tiki it's hard having an overview of what Tiki as capable of [09:09] and for all these issues some grafical stuff, some pics, step by step HowTo etc. [09:09] I remember, when I started and after nearly 2 years, I still haven found all that what I needed then [09:10] for ex this category contextual menu [09:10] was mentioned a few times, but never found it [09:10] have an idea now [09:11] and the perspectives ... even much experienced Tiki users and admins fear to work with them and do not really understand for what it could be used [09:11] for many people here perspectives are kind of a mystery [09:12] that is not necessary [09:13] I am thinking about that since long time and I think, I have now nearly a concept for this part of documentation [09:13] remember how good the few lines of Luci yestarday have been [09:15] Alot of the docs needs an overhaul :P [09:17] th doc revamp, yes [09:18] Rick is on that [09:18] I am editing and improving docs as I try [09:18] restructuring the docs [09:18] yes, we all should contirbute in that [09:22] *** redflo has joined #tikiwiki [09:28] *** Tiki|bot has joined #tikiwiki [09:53] *** chibaguy has joined #tikiwiki [09:53] *** ChanServ sets mode: +o chibaguy [09:53] polom [09:54] hi chibaguy [09:54] hi coaboa [10:08] *** arildb has quit IRC (Quit: Leaving) [10:09] New Forum Posts: Webdav and IIS - what configuration is required? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42201 [10:12] *** arildb has joined #tikiwiki [10:19] *** rodrigo_sampaio has joined #tikiwiki [10:24] *** olinuxx has joined #tikiwiki [10:30] *** Caarrie|sleeping is now known as Caarrie|away [10:42] Ouin ! on a 6.p each time i submit an article i got a database error… how can i track such error ? [10:45] Bernard1, make sure PHP error level is set correctly. maybe look at tiki-syslog.php (I don't know if failed DB queries are logged by default) [10:46] k [10:46] But php error level set to strcit will show the DB erros at the bottom of tikis page in the "PHP errors" tab [10:56] *** Trebly has joined #tikiwiki [11:03] if($("#itemExist").length > 0) [11:03] { [11:03] $("#editItemForm1").parents("td:first").hide(); [11:03] } [11:03] else [11:03] { [11:03] alert("you suck"); [11:03] } <- it HTML encodes my > [11:33] *** chibaguy has quit IRC (Ping timeout: 258 seconds) [11:34] *** RobertPlummer has joined #tikiwiki [11:34] Merbster: tks [11:34] Bernard1, ? [11:35] *** ricks99 has joined #tikiwiki [11:35] Lost in space… tks for your comments about db error ! :) [11:35] hi Rick [11:36] nick /Bernard|Away [11:36] Bernard1, you solved the problem I take it? [11:36] arf [11:36] *** Bernard1 is now known as Bernard|Away [11:36] polom [11:36] not yet got to run… Thursday is a stressful day in Israel ! :D [11:36] Bernard|Away, lol. Well have a nice day! [11:37] ricks99, Good evening sir! :) [11:37] evening [11:37] maybe not [11:37] morning here :-) [11:37] I don't know what I'm thinking [11:37] it's afternoon here [11:37] risks99, you are on our side of the lake, right? [11:37] (US) [11:37] yup. NC [11:37] ah yes, I remember now. [11:39] I still need to visit america [11:42] Merbster: You in Europe? [11:42] RobertPlummer, I am Danish yes. :) [11:43] Merbster: I've only been to the US, Caribbean, and Mexico, I'd like to visit Europe next. [11:44] RobertPlummer, nothing really to see.. other then rain rain rain! [11:44] especially in DK [11:44] never had so much rain as this yeah [11:44] year [11:44] SJ-Jay: WOw [11:44] Well, I guess the grass is always greener. [11:45] Does it get very hot there? [11:45] just kiddin'... u can always take a glance at our famous little mermaid.. [11:45] oh wait.. no the chinese guys took it [11:45] :D [11:45] Here, in the midwest, there is a 100 degree (Fahrenheit) difference in the winter vs the summer. [11:46] plenty of rain so far this fall in NC (with more on the way) [11:51] lphuberdeau: You around? [11:52] chealer: How about you? [11:54] Merbster: could I use the following code for a contextual menu? [11:54] Merbster: {if isset($objectCategoryIds) and in_array(2, $objectCategoryIds)} {menu id=43 css=y type=horiz}{else}{menu id=44 css=y type=horiz}{/if} [11:55] *** Bernard|Away is now known as Bernard1 [11:55] "Sun is shining, the weather is sweet…" (Bob Marley) ;) [11:55] fabricius, the menues will change yes. but if you need to hide the menu entirely the border of the module will still be there [11:56] fabricius, Also you need to set "categories in templates" [11:56] Merbster: If I use only single links to categorized landingpages in the topbar [11:57] Merbster: but it might be possible to show/hide the menu module with perspectives/areas [11:57] ricks99, we had more rain in July then we usually have i an entire year! [11:57] so with or without the perspective binder [11:58] fabricius, I am not sure. If you can categorize a module (or set it to only show in a specific perspective yes you can do that) [11:59] Merbster: best would be to have the module parameters show / hide in category (several devided by semicolon), what is not yet coded [11:59] RobertPlummer, think it's the same in Denmark ;) [11:59] fabricius, you can show/hide module based on current perspective, it's ALMOST the same as category :P [12:00] since categories are bound to perspectives. [12:00] Merbster: for this simple usecase perspective seems to be a usable workaround - BUT like shooting sparrows with am M16 [12:01] Merbster: and to make it really working with perspectives you need the perspective binder - what is still a hack and not yet natively included in the code [12:01] fabricius, I agree. :P but then there's the JS way or using page as menu plugin [12:02] fabricius, you could use the "page as menu plugin" and include ALL menues in that page. [12:02] and use smarty {if} to show the different modules [12:02] depending on $objectCategoryIds [12:02] Merbster: I will try the category method and I will try the JS method - hope you'd give me a hand - in a few days [12:03] Merbster: then I think I have the necessary stuff to start the structuring documentation [12:03] fabricius, the JS method has a side effect; ALL menues will show en 2-3 seconds before they are hidden [12:03] the page as menu probably won't have that side effect [12:05] So we get a few ways and combinations stacked together, how to structure Tiki in respect of navigation and visibility [12:06] included with the Areas - your perspective_binder it's gonna to become awesome [12:07] ok found the edit-submit bug… The form require an author name and is not working when author is not registered and the field is filled manually (submission are open to anonymous). [12:07] just needs to be put on one page [12:07] oups sry Torsten. :) [12:07] oups for what Bernard? :-P [12:08] i don't like when i jump in the middle of an ongoing discussion... [12:08] :) [12:09] hehe no problem - what you should do, if so many people have to sare the same room? [12:09] and I hope, that this discussion might be interesting for more people [12:10] and I think, most is said for now anyway [12:11] Torsten, will you be here tomorrow ? I have to test the areas thing and decide between the options i got for a self creating menu. [12:11] (today i won;t have enought time) [12:14] Bernard, definitely NOT tomorrow and mostlikely not before saturday evening [12:14] But if you want to start before: I did describe everything step by step in a comment in the file [12:15] you can download the file here: http://dev.tiki.org/Areas [12:15] open in your editor and follow step by step [12:16] great i'll do then, a important question does it work with the LST ? [12:16] Bernard1, why are you using LTS? [12:16] in the file you need to change the base category Id (if it would not be the category with Id=1, what makes sense at a fresh installation) [12:17] AND you need to write your database credentials into the file in two lines (around line fiftysomething) [12:17] in one line all credentials, like localhost, dbname, dbusernam, password [12:18] and in one line only the dbname [12:18] Merbster: part of my business is on intranet and off-line website. It is a pain to upgrade them so i stick to 6.x lts as i need extended support and have a few options in case of something is broken. [12:18] you have to do changes/entries in three lines altogether [12:18] the an include in tiki-setup.php and some configuration in the Tiki admin panel [12:19] Bernard1, ok. so there's a service provider that gives support on LTS version of tiki? [12:19] yes, me :D [12:19] If you did once before, tha setup will need just five minutes altogether [12:19] Bernard1, I use tiki for intranet too. But I found out quite fast that Tiki stable gets bugfixes alot faster than LTS version. [12:20] yes but may be you are in site…. i'm not. And i require several authorizations before i can put a finger on a keyboard there… ^^ [12:21] ok Torsten… but again did you test it with tw6.x ? [12:22] 6.x and 7.x [12:23] cool [12:36] Any of you that is here now that knows jQuery? [12:37] Merbster: I've been developing with jQuery for sometime. [12:37] I wrote jQuery.sheet and jQuery.s5 and a few others. and use it regularly in tiki. [12:38] RobertPlummer, http://jsfiddle.net/eJ79r/ <- I am trying to select the next link after the #itemExist input [12:38] Actually the href attribute value. [12:38] I am still new with JQ and I find the selectors mildly confusing at times :P [12:39] Updated [12:40] $(function() { [12:40]     var someCoolHr = $("#itemExist").next().find("a.tablename").attr("href"); [12:40]     alert(someCoolHr);            [12:40] }); [12:41] btw. just to clarify, under no circumstance would I use those var names in production code :P [12:41] lol [12:42] RobertPlummer, what's the point of being able to suppluy elements to .next if you need to do find on them anywas? [12:42] anyways* [12:43] RobertPlummer, another thing, why wrap it in an anonymous function? [12:44] Oh yes, another thing. THANK YOU RobertPlummer :) [12:45] the $(function() {}); probably isn't needed, but is the same as $(document).ready(function() {}); [12:45] It is just good practice. [12:46] ok [12:46] RobertPlummer, Thank you for telling me, I _try_ to abide by good (best?) practices when I can [12:51] hmm... tiki 6.4 getting Fatal Error: Interface "Zend_Captcha_Adapter" not found..... and WSOD :-( [12:51] RobertPlummer, does global JS vars persist across postbacks? [12:52] from 1 page to another? [12:52] it's the same page [12:52] if it is an ajax postback, yes. [12:52] oh I don't know if it is [12:52] $.ajax() or $.post() or $.get() [12:53] it's nit [12:53] not* [12:53] then [12:53] Then no, javascript life-cycle is page bound. [12:53] I am trying to make a nice page with a tracker and a trackerlist [12:53] You need a server side component. [12:53] if the trackerlist has 1 item. the tracker should be hidden (always) [12:54] If it a wiki page or php? [12:54] (html) [12:54] wikipage [12:54] ah [12:54] trhough JQ plugin [12:54] ok [12:54] then we have an "edit button link" [12:54] that supplies the itemId param [12:54] hm... [12:54] so that the tracker entes edit mode (instead of entry mode) [12:55] Sounds like you should build a plugin for what you are doing. [12:55] I have 7 days until deadline [12:55] no time [12:55] lol, I think you could do it in much less if you did it in php. [12:56] RobertPlummer, But then we have a "custom" wiki. [12:56] *** lphuberdeau has quit IRC (Read error: Operation timed out) [12:56] aren't they all custom ;) [12:56] I need to learn hwo to do DB queries etc. all the "correct wiki way" [12:56] Merbster, use Tracker Query lib [12:57] $trkqrylib->tracker_query("Tracker Name"); and you have all the tracker data you need. [12:57] Manipulate at will [12:57] RobertPlummer, I think I can manage with JQ plugin and pretty tracker :P [12:58] ok [12:58] I haven't given up yet atleast [12:58] Just a suggestion, I know that it can be done in wiki what you want, it just seems like a lot of overhead. [12:58] RobertPlummer, I agree. but we're limited to around 100-150 users and if it doesn't scale well [12:58] I can optimize by using plugins [13:00] later [13:00] after I "finished" for the deadline [13:00] Merbster: That sounds good. [13:01] any help for rick's zend fatal error ^^^ [13:01] pls [13:01] ricks99, I would love to help you but I have no clue as what's going on [13:02] tx anyway merbster [13:03] risks99 What is the problem? [13:03] 01tiki 6.4 getting Fatal Error: Interface "Zend_Captcha_Adapter" not found..... and WSOD 01 [13:04] *** lphuberdeau has joined #tikiwiki [13:04] RobertPlummer, Can JS fetch and set variables from $_REQUEST ? [13:04] *** prgmctan has joined #tikiwiki [13:04] Merbster: You should use json if you are going to do that. THere are plugins that allow you to do it, but none that I've used perfectly do it. [13:05] Merbster: You need a server side component. [13:05] RobertPlummer, ok. [13:05] ricks99: What options do you have on that could be leading to this? [13:05] Have you tried switching them off and on? [13:05] RobertPlummer, the reason why you think the plugin way is better, is because there's no way to preserve state of the page when clicking the link that feeds the tracker with itemId [13:05] @RobertPlummer: this is after an upgrade 6.2 -> 6.4 [13:06] I can't get to any tiki page [13:07] Merbster: It isn't always that, you can always find a way around that, it is when you are using things in a very custom way, it adds to complexity. Some things can be done much easier and with way fewer lines of code. [13:07] But it also ads to complexity when upgrading so I can see your point of view. [13:08] exactly. [13:08] RobertPlummer, So. to preserve state of the page, I could write something like a smarty plugin (so that I have a server side component) ? [13:09] *** changi|work has quit IRC (*.net *.split) [13:09] *** Sp4rKy has quit IRC (*.net *.split) [13:09] *** CIA-50 has quit IRC (*.net *.split) [13:09] *** goj has quit IRC (*.net *.split) [13:09] *** Sp4rKy has joined #tikiwiki [13:09] *** Sp4rKy has quit IRC (Changing host) [13:09] *** Sp4rKy has joined #tikiwiki [13:09] Sure [13:09] The smarty plugin would simply take a json object containing state information. And it would load the json object on page load. [13:09] *** changi|work has joined #tikiwiki [13:09] Merbster: But you remember that tiki is community driven, if you have a good idea for a plugin, add it. [13:09] to core, and then it will be updated when you go to upgrade. [13:10] *** goj has joined #tikiwiki [13:10] Merbster: But you may want to generalize it a bit. [13:10] RobertPlummer, ofcourse. I just haven't had the time to learn SVN properly yet [13:10] No learning. [13:10] Merbster: You windows or linux? [13:10] Windows [13:10] We live in the age of gui, have a gui manage it. [13:10] TortoiseSVN, download NOW! [13:11] RobertPlummer, I know tortoise SVN but getting familiar with it still takes time :P [13:11] DOwnload, install, checkout, mod, click update, add comment, done. [13:11] if rick can svn on win, anyone can [13:11] Yes [13:11] But I'm afraid I'll comit something nasty and ruin everything [13:11] :P [13:11] Merbster: I used to think it was very complex, but seriosly, just install Tortoisesvn, it is VERY easy. [13:11] And for Linux "PySVN Workbench" might do the job similarly good [13:11] If you can start you computer, you can use it. [13:11] Ofcourse. [13:12] But it still takes 1 hour to sit down and tinker with it. [13:12] fabricius: RabbitVCS I use with PySVN Workbench. [13:12] But I have a plan of installing svn and using netbeans interface [13:12] Merbster: No it doesn't just download it, it is almost self explaining. [13:12] to have everything nicely integrated [13:12] Merbster: Tortoise adds contect menu integrtion. [13:12] Merbster: It is shell integrated. [13:12] right click on folder, click checkout, supply path, done. [13:13] RobertPlummer, I know. actually it's allready installed. [13:13] Merbster: Then go ahead and create your plugin, and I will walk you through committing it later. [13:13] Merbster: even I understood it (the basic use) after I have been shown once in Strasbourg - you won t need even that [13:13] But last time I used SVN /tortoise we where 4 IT engineer students that had trouble merging our code without overwriting something important :P [13:14] Merbster: Tortoise won't let you commit if you do it right if you haven't updated your code. [13:14] RobertPlummer: I do not know RabbitVCS [13:14] Merbster: Plus you are creating a new entity, nobody is going to mess with that. [13:14] fabricius: It is a tortoisesvn clone. [13:14] for svn and git [13:14] aye [13:14] RobertPlummer, You make it sound like I don't even have a choice ;) [13:15] Merbster: Life is full of choices, I'm simply giving you the path of least resistance. [13:15] RobertPlummer: and why it would be better to use both tools together (Rabbit and Workbench)? [13:15] fabricius: lol, rabbit vcs is awesome.... [13:15] when it works ;) [13:15] fabricius: it is just too new, and it is pretty slow. [13:16] But I need Workbench as technical base? [13:16] *** CIA-87 has joined #tikiwiki [13:16] fabricius: RabbitVCS gives full folder integration, it makes me lazy. [13:16] fabricius: Py takes 1-2 extra clicks that my fingers don't want to do ;) [13:17] fabricius: No they do the same thing, but one is a workbench, and the other is full nautilus integration. [13:17] or thundar [13:18] RobertPlummer, yes ofc. I was just trying to be humouristic ;) [13:26] polom [13:26] RobertPlummer, smarty pluign should be ok right? - it can be included from wikipages, artciles etc. as long as smarty security is disabled? [13:26] chealer: polom [13:26] (no need for a fully fledged wiki plugin) [13:27] Merbster: Yea I wouldn't touch smarty, that is a big can of worms. [13:27] I don't wanna edit smarty code itself :P [13:27] Was more wondering if smarty plugin was ok. compared to wikiplugin [13:29] you can't include smarty plugins from wiki pages [13:29] lphuberdeau: Thanks, I didn't know on that one. [13:29] lphuberdeau, so I have to do a wikiplugin wrapper then [13:30] I don't know what you want to do, the log is too long for me to read [13:30] lphuberdeau, I need to persist page state across a postback [13:30] what? [13:30] lol [13:31] ok I take it from the top [13:31] I have a page with a tracker and a trackerlist, trackerlist has responsibility of showing items in the tracker. [13:31] I want to hide the tracker when there's 1 item in it [13:31] because users are not allowed to create more than one item. [13:32] When clicking an edit link, I want to show the tracker, in edit mode. (by passing itemId in the url) [13:32] But. [13:32] When I press the edit link [13:32] the JS that hides the tracker, is executed [13:32] So I need to indicate that I am in "editmode" [13:33] I thouhgt I could do that by adding a click handler on the edit link and setting editmode = 1 [13:33] but since JS code ends its life when you do a postback that variable will be celared. [13:33] cleared* [13:34] lphuberdeau, So RobertPlummer suggested I needed a serverside part. To do that. [13:34] and that's where the smarty plugin came in. [13:34] that sounds too detailed for me to comment on [13:35] Let's just say I am testing the outer bounds of what tiki can do with it's own functionality these days. [13:35] :P [13:35] Merbster: My solution wasen't to write a plugin based off that, there were other requirements that you spoke of, and it just sounded a bit more complex than what I'm used to with wikiplugins. [13:36] RobertPlummer, you suggested a serverside part. And I suggested maybe a smarty plugin (because I have written one of those allready) [13:36] I just don't get the issue of the edit form hiding [13:36] seems to me you're trying to patch over a navigation issue [13:37] agreed [13:37] lphuberdeau, If I keep the tracker vat all times, I might be in the situation where the user will add an item, instead of editing the item [13:37] and you should be fixing the navigation issue [13:37] lphuberdeau, It would take me a week or more to figure out hwo to fix it properly and commit it back to tiki [13:37] and I have a deadline in 7 days [13:37] what causes the limit of 1 item? [13:37] lphuberdeau, business rules. [13:38] we need to document what kind of contract has been agreed on a certain project. [13:38] but there's only 1 contract [13:39] *** radek82 has joined #tikiwiki [13:39] and having a user add more than one will be confusing [13:39] I don't think I can help you without getting the full picture, and 7 days is too short for me to help anyway [13:39] BTW: hope everyone saw that Tiki was added to the top 30 cms on cmsreport: http://cmsreport.com/blog/2011/10-new-content-management-systems-cms-focus [13:40] ricks99: Woohoo! [13:41] lphuberdeau, getting the full picture how? [13:41] lphuberdeau, what else do you want to know? [13:41] I don't see your problem [13:42] and it lies in details about your business I don't have [13:42] so I can't help [13:42] lphuberdeau, problem is. the tracker should only contain 1 item [13:42] And we want users to only edit that one item [13:42] never ever add a new one [13:42] they should not even be able to add a new one [13:42] because they WILL do it. and then we have to give them support and tell them what they did wrong and they will hate the system [13:43] don't give them permission to create new items? [13:43] lphuberdeau, they need to create 1 item if the tracker is empty [13:44] actually the tracker can contains several items, but they have different categories, those categories are jailed in each of their own perspectives [13:46] in short, how would you build the UI so that it limits insertion of items to 1. ? [13:50] *** Bernard1 has quit IRC (Quit: Leaving.) [13:50] ricks99: we need to resolve some issue with the service provider list [13:51] ? [13:51] it's killing the server [13:51] the filter allows for too many options [13:51] ricks99: hi [13:52] ricks99: did you see lph answer from our mysql problem on info.to with the consultant page [13:52] for the moment, could you live with only name, location and type as filters? [13:52] lphuberdeau: thx [13:52] i can live with it, but it makes the list un-useful for end users [13:53] well, we don't have a gazillion consultants now [13:53] i understand, do what needs to be done. it this a limitation / issue with trackers? [13:53] or did i build the consultant tracker incorrectly? [13:54] well, I think there are too many yes/no switches that could be better served with categories [13:55] but it's a limitation with trackerlist and one of the reason unified search was built [13:55] Hm... maybe you can rework it, so I can see what you mean. [13:55] for the record,it tack 400% of CPU for 5 minutes to get a result [13:55] s/tack/take [13:56] actually, taking out name and username would help as well [13:56] * ricks99 thinks all fields are useful for searching, but if performance is an issue, feel free to streamline [13:58] Polom [13:58] *** arildb has quit IRC (Read error: Connection reset by peer) [14:01] ricks99: there are no error when you select any everywhere, you can test switching all checkbox to no [14:01] ricks99: the query did not end [14:01] does it return an error, or simply poor performance? [14:02] take 10 minutes to get the result, when apache does not kill the connection [14:03] so it is a performance issue... a problem with trackers in general? [14:03] ricks99: yes a performance issue, too much join in the query : | 7125 | info | doc.tikiwiki.org:53908 | infoto | Query | 153 | statistics | SELECT tti.*, ttif.`value`, ttf.`type`, sttif.`value` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) LEFT JOIN (`tiki_tracker_ite [14:04] sounds like someone needs to fix trackers. ;-) [14:04] this is not about fixing trackers, it's about making that part of them obsolete, far beyond repair [14:05] changi, made the change [14:05] * ricks99 confused. [14:05] lphuberdeau: you're the best [14:05] lphuberdeau: thx [14:05] is there something i need to do? or lph already did it? [14:06] ricks99: lph already did it [14:06] I removed most filters, which keeps the query manageable [14:06] ricks99: it is just that you are now informed that we made some change on the consultant page [14:06] ok. but that's not a real solution [14:06] something that could help is removing all the yes/no fields and turning them into a single, multi-select category field [14:06] can we now all try it, to confirm that it doesn't crash ? :-) [14:06] ricks99: it's a workaround [14:06] *** Merbster has quit IRC (Quit: Leaving) [14:06] Jyhem: yes you can [14:07] i agree a workaround. [14:07] url ? [14:07] info.tiki.org/Consultants [14:07] @lph: could the fileds be converted? or a whole new field and manually moved? [14:07] yeah, requires a manual transition [14:07] *** Bernard1 has joined #tikiwiki [14:08] *** SJ-Jay has quit IRC (Read error: Connection reset by peer) [14:08] * changi|work Community Server thank you for the recent changes. [14:10] lphuberdeau, ricks99: I would love to see those huge queries migrate to tracker query lib so we can make it better for 8, and then when we refactor how trackers storage, it will be cake. [14:10] ricks99: when do you want to switch info.to to 7.x ? [14:10] I think it would improve usability as well... no more, Do you offer X? Do you offer Y?... just a Services you offer with checkboxes [14:10] +1 [14:10] but note that info in on lts -- not tiki7 [14:10] robert, unified search can already handle that query just fine [14:11] ricks99: that the point :) [14:11] lphuberdeau: Is unified search how we plan on storing trackers? [14:11] changi|work: I think the plan is never [14:11] but in the mean time, categories would be a lesser evil [14:11] chealer: hi [14:11] chealer: ok [14:11] hey :-) [14:11] * Jyhem confirms info.tiki.org/Consultants looks fine and fast [14:11] * ricks99 still thinks that we need at least 1 high-volume site to stay on LTS [14:11] robert, not storing, indexing [14:12] lphuberdeau: My solution is for storage, not about which can handle it. [14:12] ricks99: no problem :) [14:12] storage is not an issue here [14:12] I'll look at re-vamping the consultants tracker to use categories instead of separate y/n fields. [14:12] lphuberdeau: Trackers are the issue with all those joins, those joins are there because of how trackers are stored, storage is the issue. [14:13] Tx lph & changi [14:13] well, partially, but storage does not need to change to resolve the issue [14:13] * Jyhem agrees with ricks99 : we need a high profile site on LTS [14:13] lphuberdeau: i think unified search would be the solution for those query too [14:13] lphuberdeau: But it is on the map, and it will resole the issue, it was only a suggestion. [14:15] Or a wish ;) [14:35] *** arildb has joined #tikiwiki [14:38] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [14:41] *** CodyG has joined #tikiwiki [14:41] polom all [14:42] *** nkoth|nelson has joined #tikiwiki [14:44] *** olinuxx has quit IRC (Quit: Ex-Chat) [14:47] Bernard1 are you here? [14:47] CodyG: polom [14:47] re: my still not working group contact form. This should work on 7.1, yes? {MAIL(showgroupdd="y", group="Admins")}{MAIL} [14:47] New Forum Posts: Left vertical menu not showing new features? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=42202 [14:47] and a good morning to you too robert [14:48] ;) [14:49] i'm looking for a solution [14:50] i'm surprised i can't get this to work. {MAIL(showgroupdd="y",showuserdd="n",showrealnamedd="n", group="Admins")}{MAIL}... maybe it's a bug? [14:51] CodyG: I've never used the mail plugin. [14:51] oh [14:52] arildb: yeap ! [14:52] Bernard1: I guess you send the email: Db upgrade with new stable versions and during development [14:53] i was thinking of using a tracker solution [14:54] Bernard1: I was just wondering which OS you are running, and if you are running MySQL in strict mode or not. [14:54] not sure i can get the permissions right... ie: users in group a send 1 private message to all users in groupb. "Send Message to Strata Council" [14:55] tracker permissions [14:55] do you use trackers robert? [14:56] arildb: not sure about the email you talk about but my server is Debian/Apache2 [14:57] Bernard1: Send by Bernard TREMBLAY...maybe that's another Bernard? [14:58] arildb: yes another one. :) [14:58] Bernard1: OK [14:59] CodyG: Yes I use trackers, sorry. [14:59] it's almost 8am here. i'm going to take stella for a walk. bbl. [14:59] CodyG: I wrote Tracker Query Lib [14:59] sheesh [14:59] i'm back [15:01] ok ... i'm started this tracker for "Send Message to Council". Tracker is actually a better solution than MAIL}. But I don't know if i can finish it because of permissions. [15:03] owner(user) needs to send a message to group(council) without being able to view all the other owners (users) messages to council. [15:03] whew. [15:03] i'd rather use a tracker. but i doubt this permissions thing is doable. is it? [15:04] if it i'll go back to working on the tracker i started [15:04] <<<< needs a new keyboard. [15:05] is there tiki speak for "frustrating?" [15:06] i think i will take stella for her walk. [15:06] bbl. [15:07] ok [15:15] *** Tiki|bot0 has joined #tikiwiki [15:16] *** Merbster has joined #tikiwiki [15:18] *** CIA-87 has quit IRC (*.net *.split) [15:18] *** goj has quit IRC (*.net *.split) [15:18] *** lphuberdeau has quit IRC (*.net *.split) [15:18] *** Tiki|bot has quit IRC (*.net *.split) [15:18] *** Tiki|bot0 is now known as Tiki|bot [15:18] Hi everyone [15:19] RobertPlummer, regarding the tracker stuff we were talking about, after considdering the situation on my way home from work I think you are right regarding the plugin. [15:19] *** CIA-12 has joined #tikiwiki [15:19] Merbster: polom [15:19] RobertPlummer, I mean you are right regarding to writing a wikiplugin instead of trying to work magic [15:19] Merbster: Yea, and once you become familiar with it, we will gain another useful developer ;) [15:20] RobertPlummer, but it made me think, trackers allready take an itemId and go into "edit mode" like that. [15:20] Merbster: right [15:20] so what's needed is to figure out the right itemId depending on the current page's category. [15:21] :) looks like you are on your way. [15:21] We're automatically creating Wiki pages in Tiki with an integration script an external consultant wrote. [15:21] I am thinking that maybe it's easier to do the "resolving of ids" during the creation process [15:22] Create Wikipage, set categories on this page, create tracker item with correct category fitting the page. and "voila" it will always end up in edit mode [15:23] Merbster: What verison of Tiki are you on? [15:23] 7.1 [15:23] *** goj has joined #tikiwiki [15:23] we allready looked into datachannels but the consultant said they had some limitations in regard to our usecase [15:24] Merbster: You could easily use tracker query lib for what you want to do. [15:24] (I have not checked what datachannels can by myself) [15:24] At least obtaining the right data, saving would need to be handled elsewhere. [15:24] RobertPlummer, Yes because the category ID of the page and the tracker item will be the same. [15:25] RobertPlummer, I am only using trackerlist as a work around, using tracker directly as both "view" and "edit" will actually make it work better I think [15:25] very good! [15:54] tikiwiki: 03sylvieg * r37042 10/trunk/lib/ (setup/javascript.php tiki-js.js): [FIX]textarea: use the default fgal Id when browsing area for File ID [16:09] do we have a tool that transfers the wiki images from wiki_up to a fgal? [16:10] sylvieg: WHat is wiki_up? [16:10] it was directory where in the old days the page loaded in a wiki page were loaded [16:11] sylvieg: would be very usefull [16:11] especially for dev /doc / info [16:11] :) [16:11] on my list ;-) [16:12] sylvieg: same for tracker file :) [16:12] Are you guys talking about moving files from image gal to file gal? [16:12] no from the img/wiki_up dir to a fgal [16:13] RobertPlummer: that's another issue :) [16:13] I have created such a system, it isn't very difficult to do. [16:15] *** changi|work is now known as changi|hsh [16:15] RobertPlummer: Thx I will probably use it for my purpose [16:21] +1 on a script to move Gimages->Gfiles [16:24] tikiwiki: 03chealer * r37043 10/trunk/lib/categories/categlib.php: [REF] getSortedSubTreeNodes(): pass $categories by reference [16:26] hmmm knock knock [16:27] who's there? [16:27] is anybody familiar with the newsletter? [16:27] I want to include a picture [16:27] but it is not shown in the recieved e-mail [16:27] just the word "image" [16:28] is the path right from the email's point of view? [16:28] Is it showing the "alt" attribute from the tag? [16:30] I am not sure how the path must look like [16:31] http://www.mywebsite.com/path_to_photo.jpg [16:32] I do not understand, sorry [16:33] ARe you using wikiplugin img? [16:35] Or are you using html? [16:35] WYSIWYG [16:35] Torsten, i put this at the top of my newsletter : [16:36] [16:36] [16:36] http://example.com/tiki-download_file.php?fileId=1 I get all the time [16:36] (and i don't use wysiwyg for it) :) [16:37] sylvieg: didn't you take care about maketoc and newsletter ? [16:39] I did not have time yet [16:39] sorry [16:40] np i just though it was done. [16:41] not working [16:41] maybe a certainlinkformat to the picture? [16:41] ... [16:42] *** dontpanic has quit IRC (Quit: Leaving) [16:43] tikiwiki: 03lphuberdeau * r37044 10/trunk/ (4 files in 4 dirs): [MOD] Moving import [16:43] I need to save the picture in a folder, than it works [16:44] I can use the logo in the root [16:44] but how to use a picture from the filegallery? [16:44] may be you should use files galleryId= [16:45] *** Wilkins has quit IRC (Ping timeout: 260 seconds) [16:46] *** redflo has left [16:51] fabricius: dl12&display for example [16:51] sylvieg: Beat me to it. [16:51] you need the param display to the tiki-download_file.php [16:54] Ok sylvieg [16:57] sylvieg: all not working [16:58] image is visible before I send andnot in the recieved email [16:58] ah in the mail.... [16:58] you need a baseref probably as Bernard1 ex[plained [17:00] I always try also with http://mywebsite.com/someparameters-or-path-or-both [17:03] *** Merbster has quit IRC (Ping timeout: 258 seconds) [17:07] *** lphuberdeau has joined #tikiwiki [17:14] *** RobertPlummer has quit IRC (Ping timeout: 260 seconds) [17:26] *** RobertPlummer has joined #tikiwiki [17:30] tikiwiki: 03chealer * r37045 10/trunk/ (4 files in 4 dirs): [17:30] tikiwiki: [REF] listCategs(): Rather than changing categpath elements, add a new relativePathString element to avoid confusion. [17:30] tikiwiki: Note: I may have missed changing a few usages of the relative path, causing longer paths. [17:44] *** lphuberdeau has quit IRC (Read error: Connection reset by peer) [17:53] What is the name of the tool louis philippe wrote to maintain tiki sites as distance (via ftp or ssh)? [17:54] found it trim [17:55] *** RobertPlummer has quit IRC (Ping timeout: 260 seconds) [17:56] tikiwiki: 03chealer * r37046 10/trunk/lib/categories/categlib.php: [17:56] tikiwiki: [REF] CategLib: remove get_category_info() [17:56] tikiwiki: Note: this was unused, but if filtering with several categories is needed, please allow it by extending the $filter argument of getCategories() [18:05] does anyone know if the search ValueFormatter cannot work on arrays? [18:06] *** _qP has joined #tikiwiki [18:09] *** radek82 has quit IRC (Ping timeout: 258 seconds) [18:12] *** RobertPlummer has joined #tikiwiki [18:19] *** garypp has joined #tikiwiki [18:23] *** Warkster has quit IRC (Read error: Connection reset by peer) [18:32] *** garypp has quit IRC (Quit: garypp) [18:36] tikiwiki: 03chealer * r37047 10/trunk/lib/categories/categlib.php: [REF] CategLib: use TikiLib::lib() [18:41] tikiwiki: 03chealer * r37048 10/trunk/lib/ (articles/artlib.php categories/categlib.php): [18:41] tikiwiki: [REF] Fold CategLib->approve_submission() into ArtLib->approve_submission(). [18:41] tikiwiki: Note: Unclear why this was separate except for the link with tiki_objects, probably an old assumption now broken. Untested. [18:46] tikiwiki: 03mlustenberg * r37049 10/trunk/lib/wiki/editlib.php: [ENH] EditLib::processInlineTag() Modifications to prepare the code for the processing of that produces wiki inline tags. [18:51] *** nick has joined #tikiwiki [18:51] hi all [18:51] *** nick is now known as Guest4784 [18:52] does anyone know how to create a plugin with variable number of parameters? [18:53] *** changi|hsh is now known as changi [18:54] Guest4784: an example ? [18:55] i want to create a plugin where some text items can be entered. the number depends on one of the other parameters. [18:55] so i could just estimate a reasonable maximum, but..... [18:56] this is not too nice. [18:57] sorry no idea [18:58] ok, thx. [18:58] tikiwiki: 03chealer * r37050 10/trunk/lib/comments/commentslib.php: [REF]Comments: remove outdated comment in lock_object_thread() [19:00] Is RobertPlummer listening? [19:00] Guest4784: I'm here [19:00] let me look at the log.... [19:00] Hi, just another question. [19:00] Guest4784: ok, go ahead [19:01] I tried to utilize the new Parser.... [19:01] Guest4784: lol, yea. [19:01] Guest4784: If there are any errors in your wiki syntax it will blow up. [19:01] but got some unexpected results.... [19:01] Guest4784: They were? [19:02] Guest4784: Some things like If and group may not work right. [19:02] my question: what is the state of the parser? [19:02] Guest4784: Experimental, it needs a bit more tlc. [19:02] I entered problems with numbered headings...Headings at all, and some other basic syntax. [19:02] Guest4784: It is a proof of concept that just got past poc. The next step is to make it stable. [19:03] ok. [19:03] Guest4784: #tags don't work yet, what were your problems with headings? [19:03] !Heading? [19:04] one thing that i want to do (when it is stable :) : create an own generator, i found no way to extend the parser, did i miss any great feature? [19:04] *** changi is now known as changi|pause [19:05] !Heading in deed, and !!Heading when no newline follows... [19:05] Guest4784: Yea, those are known bugs and will be addresses soon. [19:05] fine. [19:05] Guest4784: The big thing about it is that it will let you create your own syntax. [19:06] Guest4784: If you want to look into it, it is based around Jison, which is a Bison clone. [19:06] Jison make lexing and parsing very easy with languages. [19:06] To extend it, you'd need to download jison to get started. [19:06] jison is not included in tiki, just the outputs from it. [19:08] *** fabricius has quit IRC (Remote host closed the connection) [19:08] tikiwiki: 03mlustenberg * r37051 10/trunk/lib/ (3 files in 2 dirs): [19:08] tikiwiki: [FIX] EditLib::parseToWiki() Line break handling of bold and italic text [19:08] tikiwiki: fixed for [19:08] tikiwiki: fixed for [19:09] the thing is, i wanted to not generate HTML but anything else, so i hoped i can simply replace or better extend the parserlib class. [19:09] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [19:12] Guest4784: Yea, infact take a look at the directory. [19:12] There is a file in there, called WikiParser.jison [19:12] It is the language. [19:12] You mod that, and run it through jison, and your are done. [19:13] I'd love to get some help on it ;) [19:13] tikiwiki: 03mlustenberg * r37052 10/trunk/lib/test/editlib/EditLibTest.php: [ENH] More tests for EditLib [19:15] ok, i will have a look at it and hope my 15 years unused flex/bison skills will help a bit :-) thanks [19:23] RobertPlummer, did you tranlate the jison output to PHP by hand? [19:23] tikiwiki: 03mlustenberg * r37053 10/trunk/lib/ (test/editlib/ParseToWiki_CharacterTest.php wiki/editlib.php): [FIX] EditLib::parseToWiki() Handling of line breaks within underlined/strikethrough text. [19:24] tikiwiki: 03chealer * r37054 10/trunk/lib/ (6 files in 6 dirs): [19:24] tikiwiki: [REF] declare map_object_type_to_permission() as static. [19:24] tikiwiki: [REF] move map_object_type_to_permission() away from CategLib. moved it to ObjectLib. [19:25] *** rodrigo_sampaio has joined #tikiwiki [19:30] bye all [19:30] *** Guest4784 has quit IRC (Quit: Page closed) [19:42] *** lphuberdeau has joined #tikiwiki [19:46] *** lphuberdeau has quit IRC (Ping timeout: 260 seconds) [20:01] *** fabricius has joined #tikiwiki [20:16] *** CodyG has left [20:50] tikiwiki: 03chealer * r37055 10/trunk/lib/categories/categlib.php: [20:50] tikiwiki: [REF] CategLib: [20:50] tikiwiki: getCategories(): cache and return descendants. Cache roots. [20:50] tikiwiki: get_category_descendants(): Optimize using caches and document. [21:00] tikiwiki: 03chealer * r37056 10/trunk/lib/categories/categlib.php: [REF] CategLib: somewhat document findRoots() [21:08] tikiwiki: 03chealer * r37057 10/trunk/lib/categories/categlib.php: [REF] CategLib: implement "descendants" filter type for getCategories() [21:47] tikiwiki: 03chealer * r37058 10/trunk/lib/categories/categlib.php: [21:47] tikiwiki: [FIX] getCategories(): only children in descendants element (oops) [21:47] tikiwiki: [REF] list_categs(): use getCategories() $filter (I will miss the previous code) [21:50] tikiwiki: 03nkoth * r37059 10/trunk/tiki-register.php: [FIX] User tracker not preserving the user in the tracker [21:51] *** RobertPlummer has quit IRC (Ping timeout: 260 seconds) [21:56] *** _qP has quit IRC (Quit: Leaving) [21:59] *** arildb has quit IRC (Read error: Connection reset by peer) [21:59] *** arildb has joined #tikiwiki [22:06] *** prgmctan has quit IRC (Ping timeout: 258 seconds) [22:48] tikiwiki: 03nkoth * r37060 10/trunk/templates/admin/include_login.tpl: [FIX] set value of passcode keeps disappering each time page loads [23:06] *** arildb_ has joined #tikiwiki [23:06] *** arildb has quit IRC (Read error: Connection reset by peer) [23:08] *** arildb_ has quit IRC (Client Quit) [23:18] *** RobertPlummer has joined #tikiwiki [23:19] *** RobertPlummer has left [23:20] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [23:34] does anyone understand the new events system? [23:35] who wrote it? [23:36] lphuberdeau I will ask him later, [23:37] ok, this works. [23:39] tikiwiki: 03nkoth * r37061 10/trunk/lib/setup/events.php: [FIX] Language should be updated for trackeritem even on creation, not just update [23:45] tikiwiki: 03nkoth * r37062 10/trunk/ (4 files in 4 dirs): [23:45] tikiwiki: [NEW] Allow syncing of user tracker item language to user system lang. I know [23:45] tikiwiki: there is a preference field but that does not update the tracker item lang and [23:45] tikiwiki: there is another use case where the preference field is better, for example, [23:45] tikiwiki: multilingual user profiles where there is one tracker item for multiple lang [23:45] tikiwiki: user information [23:46] *** RobertPlummer has joined #tikiwiki [23:49] *** RobertPlummer has left