[00:03] tikiwiki: 03sept_7 * r34797 10/branches/7.x/ (db/tiki.sql lib/payment/cartlib.php): [00:03] tikiwiki: [FIX] Fix Payment::Payment_CartTest [00:03] tikiwiki: o missing table from tiki.sql added in 20110224_tiki_cart_inventory_hold_tiki.sql [00:03] tikiwiki: o added default value for CartLib::get_gift_certificate_code() and CartLib::get_gift_certificate [00:03] tikiwiki: o change suspicious test this !empty() [00:03] tikiwiki: Should fix pb reported by quality.t.o test suite [00:31] tikiwiki: 03nkoth * r34798 10/branches/7.x/db/tiki.sql: [FIX] obvious cut and paste typo from prev commit [00:57] *** jgeorge300 has joined #tikiwiki [01:07] *** Caarrie|away is now known as Caarrie|sleeping [01:18] New Forum Posts: Error saving wiki page - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41428 [01:30] *** Sug4r has joined #tikiwiki [01:34] *** jgeorge300 has quit IRC (Quit: Page closed) [01:52] *** goj has quit IRC (Read error: Operation timed out) [01:56] *** rodrigo_sampaio1 has quit IRC (Ping timeout: 260 seconds) [02:07] *** goj has joined #tikiwiki [02:08] *** rodrigo_sampaio has joined #tikiwiki [02:29] *** dabright has joined #tikiwiki [02:39] tikiwiki: 03nkoth * r34799 10/third_party/jquery/jquery-validate/ (106 files in 18 dirs): [FIX] Upgrade to latest version to be compatible with jQuery 1.5.1+ (needed for Tiki 7) [02:47] tikiwiki: 03nkoth * r34800 10/branches/7.x/templates/ (register-pass.tpl register-pass2.tpl): [FIX] Return to usable state by disabling non-functioning old ajax checking [02:58] why is it when I do an svn update it does not update the changes I committed in r34799 until I go inside to the lib/jquery folder and run svn update? [03:19] nkoth: eww. see the bottom of http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html [03:19] nkoth: in fact if you go back to the root and svn up again, it will downgrade [03:20] nkoth: see the last warning [03:21] $ svn propget svn:externals lib/|grep jquery [03:21] jquery -r34668 https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/third_party/jquery [03:21] ymm [03:22] waht should I do then? [03:24] From what I understand form that warning it seems I have to change the externals revision or somehting... [03:25] nkoth: right, but we use the same directory for all versions [03:25] http://sourceforge.net/apps/trac/tikiwiki/log/third_party/jquery shows that there were 3 other changes since r34668 [03:25] or is it I was supposed to commit one level up than I did? [03:26] right, I see that too [03:26] nkoth: those by RobertPlummer. I'm not sure these are meant to be in 7.x [03:26] right, you have apoint [03:26] nkoth: so unfortunately I don't think you can just bump the revision of the external definition [03:27] nkoth: but no, jquery.validate has always been part of the jquery third party, so unless you want to change that your commit is at the right place [03:28] chealer: do you mean to say that each time one of the externals are updated something else needs to be done to point to a newer version? [03:29] nkoth: not necessarily, but for branch 7, yes. as you can see in the output of svn propget above, the external in 7.x is frozen on r34668 [03:30] there must be a way just to bump the jquery-validate then [03:30] tthat way robertplummer's commits to sheet don't get propagated to tiki 7 as well [03:31] nkoth: I'm afraid there is no mechanism planned to update the third_party externals (unless they are still unchanged). you could copy the jquery third party and make one for 7. I would discuss with Robert and/or jonnyb [03:34] shouldn't a svn propset possible? [03:35] nkoth: or we could say that lib/jquery is no more an external in 7 but an actual directory (again a copy of the r34668 third_party/jquery + your commit) [03:35] nkoth: what do you mean, what would you set? [03:37] In branch 7.x, execute svn propset svn:externals "lib/jquery/jquery-validate -r 34799 https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/third_party/jquery/jquery-validate" [03:38] and then commit... [03:40] nkoth: the root doesn't have any external, lib/ does [03:40] currently it has jquery [03:40] but it doesn't have jquery.validate directly, it's only a part of jquery. [03:40] unfortunately we can't override part of an external [03:41] that is true. I just ran into it (trying it) [03:41] ok, in this case it needs discussing with Robert if his stuff is good for TIki 7 or not [03:41] nkoth: right. we probably hit this problem already, probably did something but I don't remember what [03:42] last time jonnyb found a simple workaround avoiding any SVN solution (something like removing the file...) [03:43] Thanks chealer. I will send an email. need to go bed now :) [03:44] good night nkoth [04:04] *** nkoth has left [04:48] *** coaboa|afk has joined #tikiwiki [04:48] *** coaboa has quit IRC (Ping timeout: 240 seconds) [05:23] tikiwiki: 03chealer * r34801 10/trunk/templates/blog_post_author_actions.tpl: [FIX] view_blog_post: "Undefined index: blogId" (notepad) [05:26] *** chealer has quit IRC (Remote host closed the connection) [06:23] *** sylvieg has quit IRC (Ping timeout: 250 seconds) [06:28] *** sylvieg has joined #tikiwiki [06:28] *** ChanServ sets mode: +o sylvieg [06:29] *** rodrigo_sampaio has quit IRC (Ping timeout: 255 seconds) [06:37] *** Caarrie has joined #tikiwiki [06:40] *** Caarrie|sleeping has quit IRC (Ping timeout: 240 seconds) [07:07] *** codyg has quit IRC (Ping timeout: 252 seconds) [07:54] *** rodrigo_sampaio has joined #tikiwiki [08:32] *** Bernard1 has joined #tikiwiki [08:50] *** Bernard1 has quit IRC (Quit: Leaving.) [09:08] *** chealer has joined #tikiwiki [09:08] *** chealer has quit IRC (Changing host) [09:08] *** chealer has joined #tikiwiki [09:46] tikiwiki: 03sept_7 * r34802 10/branches/7.x/lib/tikilib.php: [FIX] WikiParser : Fix handling of ~pp~ [09:47] tikiwiki: 03sept_7 * r34803 10/branches/7.x/lib/test/attributes/AttributeTest.php: [09:47] tikiwiki: [FIX] Fix typo in the test : [09:47] tikiwiki: set_attribute( 'test', 'HelloWorld', 'tiki . test . aaa55bBb', 121.22 ) [09:47] tikiwiki: does not match assertion... So correct it... [09:57] *** omstefanov has joined #tikiwiki [10:04] *** jonnyb has joined #tikiwiki [10:06] polom [10:21] New Forum Posts: Modify left menu - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=41431 [10:32] *** Caarrie is now known as Caarrie|away [10:45] *** ricks99 has joined #tikiwiki [10:58] polom y'all [11:00] hi ricks99 [11:01] been meaning to find out a bit more about the blocker you put on the tiki7 page - i couldn't work it out (urls in menus, but they look ok to me) [11:02] is an issue with the structure menu module [11:03] it creates menu links using &structure=foo [11:03] but the & should be simply & [11:03] on doc.t.o? [11:03] y. [11:03] Tiki doesn't know what to do with a URL http://doc.tiki.org/Installation&structure=Tiki+Installation+Guide [11:04] ok, not ever really used that [11:04] the URL should b http://doc.tiki.org/Installation&structure=Tiki+Installation+Guide [11:04] * ricks99 thought someone removed it as a "blocker" [11:04] i know - really stupid design, having & as the escape character, what were they thinking! :) [11:04] lol [11:05] btw, how goes 7? i keep seeing new issues cropping up [11:05] i know - Nelson's jquery lib issue is a bad one [11:05] maybe time for a refreshed rc? [11:06] yes, once that's resolved [11:06] trouble is it's now almost 3 months late! [11:06] well, two maybe [11:06] :( [11:22] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [11:22] *** ricks99 has joined #tikiwiki [11:25] sorry ricks99 - can't seem to get menustructure working here - just an emmpty box [11:26] u have a structure, right? working fine on doc.t.o [11:26] yup [11:27] :( [11:27] ok, sorry got it - always find structures confusing [11:29] *** RobertPlummer has joined #tikiwiki [11:29] polom all [11:30] polom RobertPlummer [11:30] What can I do jonnyb for externals? [11:31] Also, is skype down? [11:31] i think we need to switch back your libs to stable, update the jquery external and then you can put them back for trunk (although i'd rather you move them outside of jquery) [11:31] did you see my mail to devels? [11:31] *** Logger starts logging #tikiwiki at Tue Jun 07 11:31:45 2011 [11:31] *** Logger has joined #tikiwiki [11:31] *** Logger has joined #tikiwiki [11:31] | Starting logging this channel #tikiwiki - See logs at http://irc.tiki.org - Lines beginning with "[off]" will not be logged - You can stop logging by typing Logger: off [11:32] jonnyb: explain "outside of jquery" [11:32] jonnyb: explain "outside of jquery" [11:32] I did [11:32] I did [11:33] hi RobertPlummer. (and y, some problems with skype: http://heartbeat.skype.com/) [11:33] hi RobertPlummer. (and y, some problems with skype: http://heartbeat.skype.com/) [11:33] polom ricks99 [11:33] polom ricks99 [11:33] ricks99: thanks for the update [11:33] ricks99: thanks for the update [11:37] polom [11:37] polom [11:37] polom luciash [11:37] polom luciash [11:38] hi Rob [11:38] didn't Microsoft just buy Skype? (never crashed before!) [11:38] didn't Microsoft just buy Skype? (never crashed before!) [11:38] hi Rob [11:38] jonnyb: It hasven't been accured yet. [11:38] jonnyb: It hasven't been accured yet. [11:38] jonnyb: yup yup :D [11:38] jonnyb: yup yup :D [11:38] acquired [11:38] acquired [11:42] * luciash thought it was [11:42] * luciash thought it was [11:43] *** Bernard1 has joined #tikiwiki [11:43] *** Bernard1 has joined #tikiwiki [11:44] skype had a few crashes in the past [11:44] skype had a few crashes in the past [11:44] I experienced at least 3 [11:44] I experienced at least 3 [11:44] hi lp [11:44] hi lp [11:44] good morning [11:44] good morning [11:44] never spotted one before [11:44] never spotted one before [11:45] usually lasts a couple hours [11:45] usually lasts a couple hours [11:46] was only kidding about micro$oft, almost feel sorry for them there days :P [11:46] was only kidding about micro$oft, almost feel sorry for them there days :P [11:46] * ricks99 likes ms :-) [11:46] * ricks99 likes ms :-) [11:47] * luciash loves ballmer :-p [11:47] * luciash loves ballmer :-p [11:52] tikiwiki: 03jonnybradley * r34804 10/branches/7.x/lib/structures/structlib.php: [FIX] menustructure module: Replace & with & in structure urls for menus (thanks ricks99) [11:52] tikiwiki: 03jonnybradley * r34804 10/branches/7.x/lib/structures/structlib.php: [FIX] menustructure module: Replace & with & in structure urls for menus (thanks ricks99) [11:53] so RobertPlummer - can you do this fix for the sheet and s5 externals back to stable? i won't be available for a few days so it's sort of now or never [11:53] so RobertPlummer - can you do this fix for the sheet and s5 externals back to stable? i won't be available for a few days so it's sort of now or never [11:53] tikiwiki: 03robertplummer * r34805 10/third_party/jquery/: [MOD] Externals of jQuery.sheet and jQuery.s5 back to stable releases [11:53] tikiwiki: 03robertplummer * r34805 10/third_party/jquery/: [MOD] Externals of jQuery.sheet and jQuery.s5 back to stable releases [11:53] :D [11:53] :D [11:53] thanks RobertPlummer [11:53] thanks RobertPlummer [11:54] Sorry jonnyb, I still am learning some of the fundamentals of tiki, sorry for all the confusion and headaches. [11:54] Sorry jonnyb, I still am learning some of the fundamentals of tiki, sorry for all the confusion and headaches. [11:55] me too really - it's all a bit guess work when it comes to svn externals [11:55] me too really - it's all a bit guess work when it comes to svn externals [11:55] For 8 when you said take them "outside of jquery", you mean give them their own folder? [11:55] For 8 when you said take them "outside of jquery", you mean give them their own folder? [11:55] i tihnk we've learnt that nesting them is A Bad Idea [11:55] i tihnk we've learnt that nesting them is A Bad Idea [11:55] yea, agreed. [11:55] yea, agreed. [11:55] yes, so lib/jquery_robertplummer or something :P [11:55] yes, so lib/jquery_robertplummer or something :P [11:55] lol [11:55] lol [11:56] jquery_plugins [11:56] jquery_plugins [11:56] i guess just lib/jquery.sheet/ and lib/jquery.s5/ - something like that [11:56] i guess just lib/jquery.sheet/ and lib/jquery.s5/ - something like that [11:56] I figured. [11:56] I figured. [11:57] I will do that after we release. [11:57] I will do that after we release. [11:57] ricks99: can you test r34804 a lot for us please? i don't think it gets used anywhere else, but i couldn't work out why it had broken [11:57] ricks99: can you test r34804 a lot for us please? i don't think it gets used anywhere else, but i couldn't work out why it had broken [11:57] thanks RobertPlummer [11:57] thanks RobertPlummer [11:57] I wanted to talk about trackers for a few minutes if anyone is interested.... [11:57] I wanted to talk about trackers for a few minutes if anyone is interested.... [11:57] lphuberdeau: you have a few? [11:57] lphuberdeau: you have a few? [11:58] tx. jonnyb. i'll svn up in a bit and check it out. [11:58] tx. jonnyb. i'll svn up in a bit and check it out. [11:58] thanks [11:58] thanks [12:00] oh well maybe later than on trackers. [12:00] oh well maybe later than on trackers. [12:01] also, skype = back up for me. [12:01] also, skype = back up for me. [12:02] polom [12:02] polom [12:02] hi all [12:02] hi all [12:02] hi Bernard1 [12:02] hi Bernard1 [12:04] robert, give me a few minutes, I have not had my coffee yet [12:04] robert, give me a few minutes, I have not had my coffee yet [12:04] tikiwiki: 03jonnybradley * r34806 10/branches/7.x/lib/: [FIX] jquery libs: Update fixed revision for lib/jquery to update jquery.validate (thanks nkoth & robertplummer) [12:04] tikiwiki: 03jonnybradley * r34806 10/branches/7.x/lib/: [FIX] jquery libs: Update fixed revision for lib/jquery to update jquery.validate (thanks nkoth & robertplummer) [12:05] *** omstefanov has left [12:05] *** omstefanov has left [12:05] did that work for you RobertPlummer ? [12:05] did that work for you RobertPlummer ? [12:05] i'm just checking here... [12:05] i'm just checking here... [12:08] brb [12:08] brb [12:13] *** lphuberdeau has quit IRC (Ping timeout: 258 seconds) [12:13] *** lphuberdeau has quit IRC (Ping timeout: 258 seconds) [12:19] *** lphuberdeau has joined #tikiwiki [12:19] *** lphuberdeau has joined #tikiwiki [12:22] tikiwiki: 03jonnybradley * r34807 10/third_party/mobileESP/mdetect.php: [MOD] mobile esp: Update lib to June 04, 2011 version [12:22] tikiwiki: 03jonnybradley * r34807 10/third_party/mobileESP/mdetect.php: [MOD] mobile esp: Update lib to June 04, 2011 version [12:23] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [12:23] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [12:35] *** RobertPlummer has joined #tikiwiki [12:35] *** RobertPlummer has joined #tikiwiki [12:36] I'm back [12:36] I'm back [12:42] lphuberdeau: I'm getting to a point where I'd like to merge my work for the new tracker access, and I'm wanting some direction on how you think it should be best done. [12:42] lphuberdeau: I'm getting to a point where I'd like to merge my work for the new tracker access, and I'm wanting some direction on how you think it should be best done. [12:43] Should it be a new type of trackerlib, or should it be a new function within the current tracker lib. [12:43] Should it be a new type of trackerlib, or should it be a new function within the current tracker lib. [12:43] I think you need to convert the existing data to avoid the need for the temporary table [12:43] I think you need to convert the existing data to avoid the need for the temporary table [12:43] then it can just be a function within trackerlib [12:43] then it can just be a function within trackerlib [12:43] right [12:43] right [12:43] So mod how tiki stores the options? [12:43] So mod how tiki stores the options? [12:44] conversion should be pretty straightforward for you [12:44] conversion should be pretty straightforward for you [12:44] yea [12:44] yea [12:44] how tiki stores the item link [12:44] how tiki stores the item link [12:44] instead of keeping the title and have to re-calculate it all, store the itemId directly [12:44] instead of keeping the title and have to re-calculate it all, store the itemId directly [12:44] I think the options would be easier. [12:44] I think the options would be easier. [12:45] your join would not need to know options at all [12:45] your join would not need to know options at all [12:45] I guess I don't understand. [12:45] I guess I don't understand. [12:45] just the field type, then you can use the value to join to some other tracker item [12:45] just the field type, then you can use the value to join to some other tracker item [12:45] RIght now it is based on options directly [12:45] RIght now it is based on options directly [12:46] Yes, but I still need to know where to join it, and on what. [12:46] Yes, but I still need to know where to join it, and on what. [12:46] your join queries the options to figure out which field the value points to [12:46] your join queries the options to figure out which field the value points to [12:46] right [12:46] right [12:46] if instead of storing the value of the remote field as defined by the options, you store the itemId, you don't need that [12:46] if instead of storing the value of the remote field as defined by the options, you store the itemId, you don't need that [12:47] what needs to change is the save procedure, and you need to convert past data [12:47] what needs to change is the save procedure, and you need to convert past data [12:47] but the itemId is only part of the option [12:47] but the itemId is only part of the option [12:47] it will simplify much of the logic that is going on too and avoid a whole class of issues with duplicates [12:47] it will simplify much of the logic that is going on too and avoid a whole class of issues with duplicates [12:47] there is also a field value to return [12:47] there is also a field value to return [12:47] which can be different [12:47] which can be different [12:48] we "pivot" off of the itemId to get... email address for instance. [12:48] we "pivot" off of the itemId to get... email address for instance. [12:48] essentially item links are foreign keys right? [12:48] essentially item links are foreign keys right? [12:48] Right [12:48] Right [12:49] what you need to have a foreign key is just to store the primary key of the other row [12:49] what you need to have a foreign key is just to store the primary key of the other row [12:49] right now, it stores a non-primary key and that will depend on some configuration in the options [12:49] right now, it stores a non-primary key and that will depend on some configuration in the options [12:49] Sounds like a lot of storage... [12:49] Sounds like a lot of storage... [12:50] 1 per linked feild in any row. [12:50] 1 per linked feild in any row. [12:50] the primary key of the other row is called the itemId [12:50] the primary key of the other row is called the itemId [12:50] if you store just that, you have a stable link (something new in tiki!) [12:50] You sure my solution isn't less of a headache? [12:50] if you store just that, you have a stable link (something new in tiki!) [12:50] You sure my solution isn't less of a headache? [12:50] I think your solution is a patch around the real issue ;) [12:50] I think your solution is a patch around the real issue ;) [12:51] After I add it, then I need to manage update, delete, insert..... [12:51] After I add it, then I need to manage update, delete, insert..... [12:51] trackers are at a point we need to stop patching and start fixing [12:51] trackers are at a point we need to stop patching and start fixing [12:51] Why can't tiki be easy? :( [12:51] Why can't tiki be easy? :( [12:51] it wouldn't be as fun [12:51] it wouldn't be as fun [12:51] What do you think my new function should be called? [12:51] What do you think my new function should be called? [12:52] seriously, it's not that much work and you've done the hardest part, the basis for data conversion [12:52] seriously, it's not that much work and you've done the hardest part, the basis for data conversion [12:52] The main function, not all that other formatting stuff. [12:52] The main function, not all that other formatting stuff. [12:52] Yea yea yea. [12:52] Yea yea yea. [12:52] I don't mind function names much [12:52] I don't mind function names much [12:53] how about tracker_query? [12:53] how about tracker_query? [12:53] is that really what it is? [12:53] is that really what it is? [12:53] it returns a grid of tracker data from a query.... [12:53] it returns a grid of tracker data from a query.... [12:53] tracker_query_grid perhaps? [12:53] tracker_query_grid perhaps? [12:54] whatever you feel best, it's easy to rename a function later on anyway [12:54] whatever you feel best, it's easy to rename a function later on anyway [12:54] ok [12:54] ok [12:55] but really, I'd like you to consider changing the data format [12:55] but really, I'd like you to consider changing the data format [12:55] it would make your code much simpler to understand [12:55] it would make your code much simpler to understand [12:55] make tiki more stable too [12:55] make tiki more stable too [12:55] I think you would save a few joins as well [12:55] I think you would save a few joins as well [12:57] jonnyb: did you plug in jQuery.validate? [12:57] jonnyb: did you plug in jQuery.validate? [13:00] jonnyb: I'm having some trouble where that extension uses the accept attribute to store extensions while the html5 spec specifies mime type filters [13:00] jonnyb: I'm having some trouble where that extension uses the accept attribute to store extensions while the html5 spec specifies mime type filters [13:03] Yea, less joins = more performance. [13:03] Yea, less joins = more performance. [13:05] seriously, there is some code on post-save right now to update the item links when a field gets modified, just that would speed up the save process because if it really pointed to a primary key, that would not be needed [13:05] seriously, there is some code on post-save right now to update the item links when a field gets modified, just that would speed up the save process because if it really pointed to a primary key, that would not be needed [13:05] *** radek82 has joined #tikiwiki [13:05] *** radek82 has joined #tikiwiki [13:05] all of those options should only affect the input/display of the values, not how they are stored [13:05] all of those options should only affect the input/display of the values, not how they are stored [13:05] which would allow to update those options without breaking all of the data [13:05] which would allow to update those options without breaking all of the data [13:07] lphuberdeau: no, it's a Nelson thing (jquery.validate) [13:07] lphuberdeau: no, it's a Nelson thing (jquery.validate) [13:09] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [13:09] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [13:10] jonnyb, thanks for the info [13:10] jonnyb, thanks for the info [13:10] *** derMicha has joined #tikiwiki [13:10] *** derMicha has joined #tikiwiki [13:17] *** derMicha has quit IRC (Quit: Page closed) [13:17] *** derMicha has quit IRC (Quit: Page closed) [13:22] *** dabright has quit IRC (Quit: Leaving.) [13:22] *** dabright has quit IRC (Quit: Leaving.) [13:23] ok... found a way to shut it up [13:23] ok... found a way to shut it up [13:27] tikiwiki: 03jonnybradley * r34808 10/trunk/ (37 files in 23 dirs): [MRG] Automatic merge, branches/7.x 34741 to 34806 [13:27] tikiwiki: 03jonnybradley * r34808 10/trunk/ (37 files in 23 dirs): [MRG] Automatic merge, branches/7.x 34741 to 34806 [13:29] tikiwiki: 03jonnybradley * r34809 10/trunk/lib/: [FIX] Remove fixed revisions on lib svn:externals auto-merged from 7.x [13:29] tikiwiki: 03jonnybradley * r34809 10/trunk/lib/: [FIX] Remove fixed revisions on lib svn:externals auto-merged from 7.x [13:30] hmm, the "View edit icons" on wiki page does nothing in 7 ? [13:30] hmm, the "View edit icons" on wiki page does nothing in 7 ? [13:31] * luciash going to svn up to make sure [13:31] * luciash going to svn up to make sure [13:36] hmm, it doesn't show them when in some circumstances only [13:36] hmm, it doesn't show them when in some circumstances only [13:37] nevermind [13:37] nevermind [13:40] i wonder why view="user" param in tracker plugin doesn't work anymore though in user tracker where it is set allow only one item per user or IP with user selector field option set to 1 [13:40] i wonder why view="user" param in tracker plugin doesn't work anymore though in user tracker where it is set allow only one item per user or IP with user selector field option set to 1 [13:40] :-/ [13:40] :-/ [13:42] can anyone reproduce with User_Tracker profile ? [13:42] can anyone reproduce with User_Tracker profile ? [13:43] how do I wish those tracker issues were found back when it was time to fix them... [13:43] how do I wish those tracker issues were found back when it was time to fix them... [13:43] *** rodrigo_sampaio has joined #tikiwiki [13:43] *** rodrigo_sampaio has joined #tikiwiki [13:44] * luciash wishes the same [13:44] * luciash wishes the same [13:44] i will test with non-admin yet [13:44] i will test with non-admin yet [13:44] it's too late for 7 now [13:44] it's too late for 7 now [13:46] i know, anyway [13:46] i know, anyway [13:48] it's already late as it is, and it was supposed to be a quick release [13:48] it's already late as it is, and it was supposed to be a quick release [13:51] nope, view="user" doesn't seem to work for me in tracker plugin [13:51] nope, view="user" doesn't seem to work for me in tracker plugin [13:52] it always creates new item and modifies all the previous for that user [13:52] it always creates new item and modifies all the previous for that user [13:53] np, we will stick with LTS version in production [13:53] np, we will stick with LTS version in production [14:15] *** nkoth has joined #tikiwiki [14:15] *** nkoth has joined #tikiwiki [14:16] *** Logger has quit IRC (Disconnected by services) [14:16] *** Logger has quit IRC (Disconnected by services) [14:16] tikiwiki: 03lphuberdeau * r34810 10/trunk/ (6 files in 6 dirs): [MOD] Allow to upload files for non-html5 browsers and provide a text field to input file ids for non-javascript browsers (if any of those still exist) [14:27] *** overseer has joined #tikiwiki [14:27] hello all [14:28] !help [14:28] You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [14:29] good morning [14:30] i was wondering: is there a way to cache information about remarkboxes, so that if I X it out, then refresh, it will stay gone? [14:30] *** RobertPlummer has quit IRC (Quit: Page closed) [14:30] *** RobertPlummer has joined #tikiwiki [14:30] New Forum Posts: Expand/shrink list for trackers - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41433 [14:31] I don't believe there is at this time [14:32] although it should be possible to implement it in javascript without affecting too much [14:33] ok, I might try it. If I come up with something good, where can I submit it to be added to tikiwiki's source? [14:33] http://dev.tiki.org/Commit+Code [14:34] no one handles patches, so you need to commit it yourself [14:34] ok, thanks [14:35] Now I have a problem that I need help resolving [14:36] I have a menustructure module box on the left side of my site. When I set the "No Box" option to yes, it works correctly, but if I turn that off, then it doesnt display the pop-up menus [14:37] I'll leave that one to something else, I have no clue, sorry [14:37] s/something/someone/ [14:37] ok, thanks anyhow [14:38] anyone else here paying attention? [14:38] might take a few minutes, but it's usually active at this time... you might want to specify which version you're using in the mean time [14:40] how do i find that? [14:41] changelog.txt [14:41] what's the problem with menustructure module? [14:41] it's not behaving normally :P [14:41] jonnyb just made a fix for trunk. [14:41] what tiki version? [14:41] the popup menus that are supposed to come up dont always work [14:42] oh ok [14:42] where do i find the version? [14:42] are they appearing "behind" the main body sometimes? [14:42] version is shown on your Admin: General pae [14:42] *page [14:42] im on 6.3 [14:43] they might be behind the main body, i cant tell [14:43] there's a known issue where for some themes the 2nd level appears "under" the center column area. there's a small css fix [14:43] overseer: abot permanently closing specific box and store it in the cookie u might want to check http://doc.tiki.org/Custom+Code+HowTo+-+Post-It+Notes&structure=Tutorials [14:44] luciash: Thanks [14:44] can you be more specific with "01dont always work" [14:44] it works when I have the "No Box" option enabled [14:45] otherwise, it doesnt [14:45] it generates nothing in the module at all? [14:46] the module does, but the popup menus dont [14:46] overseer: please note it doesn't work on doc.tiki.org as it got upgraded to Tiki 7 there (the site) [14:46] i see in the source that the html is there, and it is setting it to "visible" [14:47] are they appearing 'behind' the main body? as i said, this is a known issue with a css fix [14:47] do u have a public url? [14:47] no, i dont unfortunately [14:47] let me try setting the z-index to 99 and see if that fixes it [14:47] look @ ur HTML source. are the 2nd level options being shown? [14:48] it isnt z-index. [14:48] yes [14:48] oh, ok [14:48] there's an overflow that needs to b changed. check the forums... [14:48] yes they are being shown [14:48] do you have a link? [14:49] tiki.org/forums [14:49] look in the themes forum iirc [14:49] * ricks99 thinks it may have been *him* that found/fixed the issue :) [14:50] here: http://bit.ly/jItPiO [14:51] add div.box {overflow:visible !important} [14:51] btw ricks, if you have a minute to check on the new 'files' field type in trackers on trunk, I'd like your input on usability while I'm still working on it [14:51] * ricks99 thought it was in the6.3 release notes [14:51] thanks, i found it. I'll look throught it and let you know if it works [14:52] @lph: i'll svn up in a bit. on trunk/tiki8? [14:52] yes [14:52] it should work in all browsers, but it will work much better in modern ones ;) [14:56] tikiwiki: 03sylvieg * r34811 10/branches/7.x/tiki-login.php: [FIX]sefurl: mising another sefurl for group homepage [15:02] tikiwiki: 03sylvieg * r34812 10/branches/proposals/6.x/tiki-login.php: [bp/r34811][FIX]sefurl: mising another sefurl for group homepage [15:03] ricks99: thanks, that worked [15:04] you're welcome. glad i could help [15:35] *** changi|away is now known as changi [15:45] *** nkoth has quit IRC (Quit: nkoth) [16:13] hey, changi not away? :P [16:40] hey, I need some help again. I was wondering how to change the amount of time it takes for an edit session to timeout [16:40] * ricks99 wishes tiki had drag-drop support on the edit structure page [16:40] higher than whats in the drop-down list. [16:42] *** mikemclean has joined #tikiwiki [16:42] hello [16:42] @overseer: you can also modify the session timeout in your php.ini config [16:42] i have a very strange problem with my new install of tikiwiki i am unable to stay logged in for longer than 5-10 page requests before i get logged out and need to login again [16:42] iirc, it will override tiki's edit idle setting [16:43] i tried reinstalling and that seemed to solve it until i changed the theme again and changing it back to default doesnt resolve the problem [16:44] @mikemclean: changing theme shouldn't affect your session timeout. what is your tiki version and environment? [16:45] 6.3 apache [16:45] on a shared host, i had some problems installing but a tech guy tweaked sys mod and turned off php safemode so everything should be working [16:46] i dont understand why the theme should effect sessions either i will try reinstalling again and only changing theme see if i can reporoduce it [16:46] what is your session lifetime setting (in php.ini) [16:46] maybe it was another setting i changed and didnt notice it [16:48] session.cache_expire 180 [16:48] is that what you are refering to? [16:49] i dont think i can access php.ini being on a shared server [16:49] thats from phpinfo [16:49] y. are you storing tiki session info in db or filesystem? [16:50] settings are all pretty much default now its a new install [16:50] you can (iirc) override the session lifetime from the admin: performance page [16:50] session.cookie_lifetime is set to 0 however according to phpinfo [16:50] could that be it? [16:50] if you dont have access to php.ini, not sure if you can make any changes to session info [16:52] you are correct the session lifetime can be overwriten in that area [16:52] ill seeif that worked [16:53] if that does fix it then maybe thats why the theme change may seem to cause the problem [16:53] if the settings in that area are different for different themese [16:53] tikiwiki: 03lphuberdeau * r34814 10/trunk/ (4 files in 4 dirs): [MOD] Using Zend_Http_Client for HTTP requests instead of the PEAR library, cleaning up unused code, proxy now supports user/pass authentication [16:53] however unlikely it could be one reason [16:54] i also applied the fix described here : http://www.serv.co.za/forum/archive/index.php/t-3234.html [16:54] could there be any downsides to this? [17:03] tikiwiki: 03lphuberdeau * r34815 10/trunk/ (8 files in 6 dirs): [MOD] Changing direct instanciations of Zend_Http_Client in the current code with the one created with proxy information in tikilib [17:05] hey, sorry i was non-reponsive there for a bit [17:06] what exactly needs to be added to php.ini to change the edit session length [17:08] not sure myself i solved the problem by changing sessions to be stored in the database [17:08] *** chealer has quit IRC (Remote host closed the connection) [17:09] *** chealer has joined #tikiwiki [17:09] *** chealer has quit IRC (Changing host) [17:09] *** chealer has joined #tikiwiki [17:11] *** nkoth has joined #tikiwiki [17:12] hey, how often would you guys recomend patching my tiki [17:12] The answer is a resounding no. [17:12] ? [17:15] tikiwiki: 03lphuberdeau * r34816 10/trunk/lib/filegals/filegallib.php: [MOD] Read the remote filename from the content disposition [17:22] back [17:22] @overseer: you should keep your tiki up-to-date [17:26] tikiwiki: 03lphuberdeau * r34817 10/trunk/templates/trackerinput/files.tpl: [ENH] Clear the text field on success [17:27] tikiwiki: 03lphuberdeau * r34818 10/trunk/lib/ (filegals/filegallib.php prefs/fgal.php): [ENH] Remove hard dependency on fileinfo extension [17:27] *** marclaporte has joined #tikiwiki [17:27] *** ChanServ sets mode: +o marclaporte [17:29] @ ricks99 ty [17:49] polom [17:50] bolow [17:51] ricks99 : I started this: http://tiki.org/History [17:51] after I saw a nice page on another project [17:52] Kinda empty... [17:52] *** RobertPlummer has quit IRC (Quit: Page closed) [17:54] i like this timeline: http://tiki.org/All+Releases i'm very visual [18:01] I love it [18:01] I want that as a native feature in Tiki [18:01] * lphuberdeau is quite happy with the endangered page mention on wikipedia being gone [18:02] lphuberdeau : hehe, yes, that was annoying [18:02] notability is so subjective [18:03] the 400 t-shirts given away at their conference might have helped ;) [18:03] hhahah [18:03] it was removed before that, no? [18:03] no [18:04] what do we call a bias of what I know must be true? [18:04] "The winner writes history" [18:04] or http://en.wikipedia.org/wiki/Confirmation_bias [18:13] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [18:18] polom [18:28] *** mikemclean has quit IRC (Quit: Page closed) [18:46] *** overseer has quit IRC (Ping timeout: 252 seconds) [18:55] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [18:56] *** lphuberdeau has quit IRC (Read error: Connection reset by peer) [19:07] *** lphuberdeau has joined #tikiwiki [19:07] *** damian has joined #tikiwiki [19:13] tikiwiki: 03lphuberdeau * r34819 10/trunk/ (4 files in 4 dirs): [MOD] Preserving the file source and allow to refresh from it to create archived versions [19:19] *** redflo has joined #tikiwiki [19:22] tikiwiki: 03lphuberdeau * r34820 10/trunk/templates/trackerinput/files.tpl: [ENH] Disable search box while search in progress [19:37] *** changi is now known as changi|away [19:56] tikiwiki: 03lphuberdeau * r34821 10/trunk/ (4 files in 4 dirs): [MOD] Display refresh control to allow requesting for a file update [19:58] *** charb has joined #tikiwiki [19:58] polom [20:00] I am attempting to use the structure function. Every thing is working well until I came to clicking on the {toc} plugin. It will not give me the option of inputting the shownum field. it shows a "1" and I cannot change it [20:01] consequently I am not getting a toc [20:05] Is the {toc} that it is auto inputting the wrong plugin? Should it be the {maketoc} plugin? [20:13] Is it broke? [20:14] maketoc didn't work either. [20:14] *** redflo has left [20:18] *** charb has quit IRC (Quit: Page closed) [20:21] *** lphuberdeau has quit IRC (Ping timeout: 255 seconds) [20:56] *** jonnyb has joined #tikiwiki [20:56] repolom [20:58] *** coaboa|afk has quit IRC (Ping timeout: 255 seconds) [21:08] So... should i release 7.0 now? (popcorn burning, and it's now or next week if down to me) [21:19] New Forum Posts: New Install Loops Endlessly on Ubuntu 11.04 of 6.3 Tikiwiki - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41435 [21:35] *** lphuberdeau has joined #tikiwiki [21:53] *** radek82 has quit IRC (Quit: Leaving) [22:18] *** gillesMM has quit IRC (Remote host closed the connection) [22:26] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [22:34] *** damian has quit IRC (Quit: Leaving) [22:47] *** DarkCalf has joined #tikiwiki