[00:09] *** Tikiwiki|bot has quit IRC (Ping timeout: 252 seconds) [00:17] *** Tikiwiki|bot has joined #tikiwiki [01:21] *** fabricius|away has joined #tikiwiki [01:21] *** Caarrie|away is now known as Caarrie|sleeping [01:22] *** fabricius|away is now known as fabricius [01:22] Hi [01:23] I am again trying to get tiki5 running - just took a dump from another server, where I have a 5 to anotherone [01:23] some tiki is working now, but I forgot what version I did install in that folder - 3.6, 5.0 or 5.1 [01:24] any idea, where I can check the version? [01:24] I know, mostlikely kind of a silly question [01:25] :-D [01:25] ahhhh sorry - please forget it -> I just found it [01:26] uhhh sry sry [01:31] tikiwiki: 03marclaporte * r28759 10/trunk/templates/tiki-edit_help.tpl: [DOC] having a space in tables is generally better, so updating inline help [01:49] *** goj|ghost has joined #tikiwiki [01:50] *** goj|afk has joined #tikiwiki [01:54] *** goj has quit IRC (Ping timeout: 276 seconds) [01:54] *** goj|afk is now known as goj [01:54] *** goj|ghost has quit IRC (Ping timeout: 246 seconds) [03:08] *** fabricius is now known as fabricius|away [03:15] *** fabricius|away has quit IRC (Ping timeout: 265 seconds) [04:34] tikiwiki: 03chealer * r28760 10/trunk/templates/tiki-site_header_login_popup.tpl: Fivealive: avoid redirect to login screen [05:22] *** nitrox_john has joined #tikiwiki [05:24] hi! new here. need a simple question answered... [05:24] Question is: if I want to include a reference to a Linux folder (e.g. /etc) in a wiki page, how to do it. [05:25] This is just a text reference - no link required. [05:25] At present whenever this is placed in an article, and the folder exists on the tikiwiki server (as in /etc), it produces a page error. [05:25] Looked in documentation, can't find answer... [05:28] nitrox_john: what error? [05:30] Hi chealer, let me give you exact. One moment... [05:31] Forbidden You don't have permission to access /wiki/tiki-editpage.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. [05:31] The line in question is as follows [05:31] -+printcap name = /etc/printcap+- [05:32] remove the leading '/' on /etc, and it [05:32] it's all good... [05:32] Or reference anything not a real directory, such as /not/etc/printcap [05:33] no parse tags don't help - the error occurs regardless [05:37] chealer, you still there? [05:39] nitrox_john: on what machine is Tiki installed? [05:40] Our ISP's machine. I believe located in Atlanta [05:40] Can get more details if required. [05:41] nitrox_john: can you show the site? [05:41] No, I can't, sorry. It's secured by our admins. [05:42] What do you need to know - I should be able to supply most info [05:50] nitrox_john: I just wanted to see the problem, but if it's what you seem to say it is, that is you're being denied permission to access a URL to which you were previously given permission to access, that doesn't make sense. [05:50] nitrox_john: it sounds like some black pseudo-security measure [05:51] no, no that simple [05:52] the problem is that the parsing system is reading anything starting with a '/' as a potential folder name. [05:52] It is then searching for that folder name, regardless of any surrounding tags (such as ~np~) [05:53] If it FINDS that directory, it appears to attempt to load a page from it, and then fails (as it always should with '/etc' on a Linux box) [05:53] If it does NOT find the directory, it treats it as ordinary text. [05:53] This is clearly not required behaviour. [05:53] nitrox_john: that's not what the errors sounds like. "You don't have permission to access /wiki/tiki-editpage.php on this server." => that doesn't talk about etc. [05:53] Or, there has to be a way to escape it. [05:54] I see your point. [05:54] s/errors/error/ [05:54] However, that is merely the next page it would have displayed in the sequence. [05:55] tikiwiki: 03marclaporte * r28761 10/trunk/lib/prefs/tiki.php: [DOC] link to doc [05:56] I am doing either a preview (which gave the above error - i.e. it is returning to the edit page) or a save (same result) [05:56] the error appears to occur on displaying this (normal) tikiwiki page, which in turn us trying to reference something forbidden to it (i.e. /etc) [05:56] Makes sense? [05:57] CIA-65: was that in reference to my problem? If so, can you explain? [05:58] nitrox_john: I understand, but PHP getting a permission denied will not result in Apache saying "You don't have permission to access foo on this server." [05:58] nitrox_john: the HTTP status code may clarify [05:58] nitrox_john: CIA-* is a bot (no) [05:58] Ta - new here... [05:59] Why then does this only occur when there is this exact piece of text present? [06:00] It only occurs when the /text refers to a folder that actually exists on the tikiwiki server. [06:00] Is there any escape character for forward slash that will stop it being interpreted? [06:01] Oh, and sorry, yes, the actual page status code was in the header. 403 Forbidden. [06:01] So 403 Forbidden and 404 Forbidden. [06:02] the latter on looking up the error page, of course. [06:02] nitrox_john: 404 Forbidden? 404 is Not Found [06:03] Sorry - too much pace, not enough care. You are quite correct. Apologies. [06:03] 403 first, then 404 on looking up error page. [06:04] nitrox_john: as I wrote, my guess is some pseudo-security measure is throwing an error, because it thinks your server is being attacked [06:05] nitrox_john: which wouldn't be surprising on a commercial server with a broken setup [06:06] Apologies if I appear stubborn - I really appreciate your help. However that is very unlikely. [06:06] I say so for two reasons. [06:07] One is that this is a hosting company with impeccable sysadmin credentials. [06:07] We're an IT firm, and use them for all our clients - have done for years. These guys are some of the best in the world (no exaggeration). [06:07] Second, the error is too precise to be a flakey setup [06:08] It appears to be exactly related to parsing a root-based folder that is present on the server in the tikiwiki text. [06:08] Let me try an experiment with, say, /boot. BRB [06:09] yep - exactly the same behaviour [06:10] with /boot (anywhere) in the text, it breaks. with /xboot in the text it displays as normal text. [06:10] nitrox_john: I don't think the error is precise. you think it talks about permissions on /etc, but I think that's just a coincidence. I've already seen this kind of message from mod_security, IIRC. [06:10] nitrox_john: you may want to look in Apache error logs. [06:11] I'll ask our admins to do that. [06:11] Why then does it also occur on /boot? (or /bin or /var, etc)? [06:12] But not on any folder that is NOT present in / [06:12] *** chibaguy has joined #tikiwiki [06:12] *** ChanServ sets mode: +o chibaguy [06:12] This clearly shows it is parsing what ought to be plain text and attempting to look up the folder [06:13] nitrox_john: Do you mean any time a string like /etc is in wiki text, it causes an error? [06:14] Yes, that is what is occurring. [06:14] I don't experience that (just tried a test). [06:14] I am still conducting further experiments. [06:14] what tiki version? [06:14] It appears to require a trailing / as well. [06:14] and is this using the standard wiki editor, or the wysiwyg editor? [06:15] For example, I am getting it on the line: -+printcap name = /etc/printcap+- [06:15] If I substitute any folder NOT present in / for /etc, the page displays normally [06:15] yeah, that's the line I tested with: http://zukakakina.com/Slash+in+text&no_bl=y [06:16] If I substitute any folder that IS in / it gives 403 (Forbidden) and then 404 (Not found) for the error page. [06:17] So -+printcap name = /xetc/printcap+- displays as plain text. [06:17] Remove the 'x' from /xetc/ and it breaks. [06:17] Or put /bin instead of /etc and the error occurs. [06:18] Well, we write directory path all the time in our docs and so on, and I haven't seen this error before, so it's quite strange. [06:18] nitrox_john: I don't know what software the server could be using. the server may have a predefined list of FHS directories and only act on these. [06:18] Good point. [06:18] The tikiwiki instal was standard via Fantastico. [06:19] Over a year ago... [06:21] So, no other ideas, folks? [06:21] Server software is new build about a month ago - CentOS 5.4, I believe, plus latest cPanel. [06:22] TikiWiki itself is probably an older version from a year ago. [06:23] Since the update, Fantastico is no longer showing current version no. [06:23] Is there a way to tell from within? [06:25] On tiki-admin.php?page=general [06:25] nitrox_john: Fantastico, CentOS, cPanel... that all sounds so guilty. Make sure Tiki is up-to-date in any case, then check Apache logs, ask your ISP if it uses "security" software. [06:25] OK, will do. Thanks for the tips. Appreciate your time and effort. [06:25] not guilty, actually, but it sounds like cheap hosting [06:27] Don't want to sound defensive, but I know cheap hosting. this is absolutely first class, especially in terms of syadmin competence. And as CEO of an IT infrastructure company, I think I know sys admin quality. [06:27] nitrox_john: can you say what company it is? [06:28] (i mean the hosting company) [06:28] We use an external WHP, rather than do it ourselves precisely because they are much more competent at this than we can be. [06:29] Company is called White Dog Green Frog http://www.whitedoggreenfrog.com/ [06:29] Small, focused, very good at what they do. [06:29] * chibaguy had a little problem over the weekend and is looking for another company... ;-) [06:29] These guys are Australian based, but have servers in farms in Atlanta and Canberra [06:30] If they suit you, I can recommend whole-heartedly. [06:31] OK, well thanks again fro your help. I'll go tackle the WHP next. [06:32] ok [06:36] seems to me it has to be an environment difference, since we don't see that problem in other installations (thinking back to tiki 4x also). [06:37] white dog green frog is a little tight with the disk space and databases, etc. [06:39] (I'm looking for cheap, quality, and quantity. ;-) ) [07:00] *** redflo has joined #tikiwiki [07:08] *** chibaguy has quit IRC (Ping timeout: 252 seconds) [07:38] *** chealer has quit IRC (Remote host closed the connection) [07:49] *** nitrox_john has quit IRC (Quit: Page closed) [08:14] *** Tikiwiki|bot has quit IRC (Ping timeout: 260 seconds) [08:14] *** Tikiwiki|bot has joined #tikiwiki [08:24] *** chealer has joined #tikiwiki [08:25] *** coaboa has joined #tikiwiki [08:25] hello tikiverse [08:38] *** yonixxx has joined #tikiwiki [09:50] *** luciash has quit IRC (Ping timeout: 272 seconds) [09:52] *** Sug4r has quit IRC (Ping timeout: 265 seconds) [10:32] *** Caarrie|sleeping is now known as Caarrie|away [10:45] *** luciash has joined #tikiwiki [10:45] *** luciash has quit IRC (Changing host) [10:45] *** luciash has joined #tikiwiki [10:45] *** ChanServ sets mode: +o luciash [10:48] *** Sug4r has joined #tikiwiki [11:03] tikiwiki: 03jonnybradley * r28762 10/trunk/ (5 files in 2 dirs): [11:03] tikiwiki: [FIX] user_selector: Deploy user_selector smarty object in sheet and filegals edit pages. Should some prevent out of memory errors on huge user lists (e.g. *.tw.o). [11:03] tikiwiki: Still TODO in a couple of plugins (mail and topfriends) if/when necessary. [11:09] tikiwiki: 03sylvieg * r28763 10/trunk/tiki-view_tracker.php: notice [11:20] *** ricks99 has joined #tikiwiki [11:33] *** ricks99_ has joined #tikiwiki [11:36] *** ricks99 has quit IRC (Ping timeout: 265 seconds) [11:40] hello try to add some special chars through editors "Special Chars" tool (trunk)-> preview ok, but on save they got displayed as q-marks. also tried "π" the same preview ok, but after saving it scrambled. [12:00] *** ricks99_ is now known as ricks99 [12:12] Info: TikiFest New York: Countdown to Tiki 6 - http://info.tikiwiki.org/article108-TikiFest-New-York-Countdown-to-Tiki-6 [12:18] tikiwiki: 03sylvieg * r28764 10/trunk/lib/prefslib.php: notice [12:22] *** RobertPlummrt has joined #tikiwiki [12:38] *** ricks99_ has joined #tikiwiki [12:40] *** HideMe has joined #tikiwiki [12:41] *** ricks99 has quit IRC (Ping timeout: 265 seconds) [12:42] I'm having an issue with the Tiki mailer. Setup test mail was sent/received.... but the 'forgot password' feature isn't sending mail. Any ideas why? [13:03] *** coaboa_ has joined #tikiwiki [13:04] *** coaboa_ has quit IRC (Remote host closed the connection) [13:06] *** qoumaq has joined #tikiwiki [13:17] tikiwiki: 03sylvieg * r28765 10/trunk/lib/smarty_tiki/function.user_selector.php: syntax error [13:18] the add file in upload file is broken in trunk ..... trunk is really broken [13:22] tikiwiki: 03sylvieg * r28766 10/trunk/lib/filegals/max_upload_size.php: notice [13:26] Hey Guys, this is Robert Plummer, the author of the new sheet plugin. I'm getting ready to add a style attribut for cell width, height, and colors, what do you think would be the best way to add this to the current database? [13:33] Do you mean in the css files? [13:35] No, [13:35] I need to actually add a couple columns to tiki_sheet_values and want to make it backward compatible. [13:36] I've never modded database stuff. [13:36] ok [13:36] so you change db/tiki.sql [13:36] and you do an upgrade script [13:36] ok [13:36] pick one in installer/schema [13:37] the script must begins with teh date and finish with _tiki.sql [13:37] begin [13:37] like 8-30-10_tiki.sql? [13:37] no [13:38] 20100813_sheet_tiki.sql [13:38] nice [13:38] s/13/31/ [13:38] or 30 or .. [13:38] not sure the date is important... [13:38] but _tiki is important [13:39] Won't the drop table kill all the important information? [13:40] ??? usually we do not drop commands in these scripts [13:41] the script will be run only one time if no error [13:42] they all start out with "DROP TABLE IF EXISTS" [13:43] That scares me. [13:43] ???? in tiki.sql yes - but not in installer/schema [13:44] Where is the installer/schema located? [13:44] it is a directory under the tiki root [13:45] What file should I look for in /installer ? [13:46] got it [13:47] So if I create a file in there, it is automatically referenced in the installer? [13:48] you create a file - because the file does not exist in tiki_schema table, it will be interpreted [13:48] if no error - will be logged in tiki_schema and that's it [13:48] if new install - everything must be in tiki.sql [13:50] You are blowing my mind right now. [13:52] So, lets say I need to add a couple of columns, I just put "ALTER TABLE tiki_sheet_values ADD style VARCHAR(255);" in a file called "20100813_sheet_tiki.sql" and tiki will do the rest? [13:53] And make sure it is in tiki.sql as well in the table declaration. [13:55] yes? no? [13:56] yes [13:57] I am reading: http://dev.tikiwiki.org/tiki-index.php?page=Database+Schema+Upgrade [13:57] Thank you so much for your hellp! [14:06] how would I fetch the pagename within a wikipage and display it? Need this as pluginrandominclude does not dispaly the pagetitle. [14:17] Recent Bug: Tracker item: #3535 - - calendar - update end date of event after start date exceeds it - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3535 [14:20] *** xavi has joined #tikiwiki [14:21] sylvieg I just added the sql and it passed with flying colors! [14:21] Hey Xavi! [14:21] hi RobertPlummrt [14:22] I miss-spelled my name when I logged in.. I feel stupid. [14:22] I was wondering about that :-) [14:22] xavi, I'm adding sheet styles and width/height today [14:22] to trunk [14:22] I've fixed the 1x1 issue as well earlier. [14:23] This is to sheet, [14:23] I think that you can rename your nickname on irc... there are some useful commands described in http://tiki.org/Irc [14:23] *** qoumaq has quit IRC (Ping timeout: 252 seconds) [14:23] adding sheet styles and width/height: nice [14:24] Yea, it is something we've wanted for a long time, and it is important to Marc. [14:38] *** david-w has joined #tikiwiki [14:40] hi gus [14:40] guys [14:41] hi david-w [14:42] Hey david-w [14:52] *** david-w has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) [14:57] polom [14:58] hi Philippe [15:06] New Forum Posts: External links, menu, new window - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38327 [15:07] *** xavi has quit IRC (Ping timeout: 240 seconds) [15:08] *** xavi has joined #tikiwiki [15:21] *** redflo has left [15:36] *** FrankP has joined #tikiwiki [15:43] tikiwiki: 03jonnybradley * r28767 10/trunk/lib/setup/prefs.php: [FIX] prefs: As feature_wiki_paragraph_formatting now defaults to on then so should feature_wiki_paragraph_formatting_add_br (thanks Sylvie) [15:59] tikiwiki: 03jonnybradley * r28768 10/trunk/lib/smarty_tiki/block.textarea.php: [15:59] tikiwiki: [FIX] wysiwyg: Use ckeditor default skin (kama) if wysiwyg_toolbar_skin is still set to fckeditor's default (default) - thanks again Sylvie ;) [15:59] tikiwiki: Also cleaned up some dead code and added remaining language prefs - please test. [16:17] tikiwiki: 03jonnybradley * r28769 10/trunk/lib/tikilib.php: [FIX] wysiwyg: Plugins span body arg needs to be not parsed (for valid html) [16:28] Hey jonnybradley, I got a question for you. [16:28] oops, he isn't here [16:35] *** RobertPlummrt has left [16:36] *** robertplummer has joined #tikiwiki [16:38] tikiwiki: 03jonnybradley * r28770 10/trunk/lib/ (smarty_tiki/block.textarea.php toolbars/toolbarslib.php): [FIX] wysiwyg: Enable wysiwyg versions of Find and Replace tools and remove commented code. [16:39] *** jonnyb has joined #tikiwiki [16:39] hey jonnyb, I hope you are not busy, if you are I can get with you later. [16:39] hi robertplummer - how's things? [16:40] polom all [16:40] polom jonnyb [16:41] They are fine, today I'm working on styles and classes for sheet, and I've added the information to the database, and as well to (from what I can tell) grid.php. The problem is that when I go to save the sheet, it doesn't look as though the php is finding my attributes. [16:41] cellInfo isn't being set. [16:42] or, well it is being set, but for some reason it's not adding array values "style" and "class". Is there another place I should look for where I should set these? [16:43] I guess I could go ahead and post what I have to trunk, so you can take a look, what do you think? [16:43] hmm, sounds tricky... you added new fields to the database? [16:43] Yes [16:43] 2, style and class [16:43] to tiki_sheet_values [16:43] does it break what's already there? [16:43] No [16:44] ok, sounds safe to commit, then i can see what you're up to [16:44] :) [16:44] committing [16:50] done [16:51] tikiwiki: 03robertplummer * r28771 10/trunk/ (4 files in 4 dirs): [16:51] tikiwiki: [MOD] Added the columns style and class to table tiki_sheet_values and the modification on how to handle it. [16:51] tikiwiki: [MOD] Added 20100830_sheet_add_styles_and_classes.sql to take care of updates. [16:51] tikiwiki: [MOD] Added most of the needed modifications to grid.php to handle style and class and a bit of js to tiki-jquery.js to send the information to the php handler. [16:51] Be easy on me, I'm still learning jonnyb. [16:51] by the way, polom [16:52] :) [16:55] tikiwiki: 03robertplummer * r28772 10/trunk/installer/schema/ (2 files): [MOD] renamed 20100830_sheet_add_styles_and_classes.sql to 20100830_sheet_add_styles_and_classes_tiki.sql [16:56] ooops :) [16:57] What do you think jonnyb? [16:58] sorry, in somewhere else at the moment - gimme 10 mins [16:58] ok [17:03] tikiwiki: 03robertplummer * r28773 10/trunk/lib/sheet/grid.php: [MOD] Added the ability to view style and class for a td object displayed from the database [17:04] Nearly there, I have it now coming from the database to the table, now need to get the other way working. [17:05] go robertplummer, go! :) [17:05] lol [17:10] all looking good from just reading it so far [17:10] yea, [17:11] only thing i'd suggest is in grid.php setStyle and setClass you could declare the param as optional e.g. function setStyle( $style = '' ) { and save a bit of typing! :D [17:11] ok [17:12] next time, not worth changing now imho [17:13] Sorry, already changed [17:13] :) [17:13] :) [17:13] (it was the only thing i could suggest so far!) [17:13] So on the ajax callback, I guess that stl and cl aren't being captured. [17:14] stl = style and cl = class [17:14] svn up'ing [17:14] ok [17:16] I really have to get aptana debugger working, I still have yet to.... [17:18] hmmm, our version of your menu doesn't have the styles bit on it... [17:18] a missed commit? [17:18] I'm not sure. [17:18] I was going to look at that after I get it working from the database. [17:18] yes, xdebug is crucial, i think [17:19] :) [17:19] oh right, i'll hack mine for now too [17:19] i didn't see any mods to the bit that renders out the table... [17:19] that'll be it [17:20] I just added that [17:20] tikiwiki: robertplummer * r28773 /trunk/lib/sheet/grid.php: [MOD] Added the ability to view style and class for a td object displayed from the database [17:20] i up [17:21] Is that right? Or am I misled? [17:22] checking... [17:23] yes, that looks right [17:23] tiki-jquery.js is sending the data, perhaps the use of the variable names 'cl' and 'stl' are not linked correctly on postback? [17:24] works for me [17:24] on user side the variables are cl and stl, and on postback they are class and style [17:24] (set style to "color:red;" on a cell, and it went red) [17:24] :) [17:24] told you [17:24] (I had tested it myself prior) [17:25] oh, ok - it didn't save [17:25] :( [17:26] yes, that is the problem is isn't saving it to cellInfo from the database or saving it to cellInfo. [17:26] debugging... [17:26] you are the nam [17:26] man [17:27] I know when I see it I will be like "WHAT!!!!!!, it was sooo simple!" [17:29] you'll hate this then! :) [17:30] grid.php lines 2048 and 2054 [17:30] i read your comment in the Js about IE not liking vars called "style" and "class"... [17:31] so you're using "stl" and "cl", but there you're checking for "style" and "class" [17:31] aptana/eclipse/xdebug saves the day :) [17:32] *** fabricius|away has joined #tikiwiki [17:32] brb [17:32] lol [17:32] thanks jonny [17:33] Shall I fix it or have you already? [17:37] I fixed it, also removed the funky stylen modding there. [17:37] robertplummer: back - no, i've not fixed it here, but could do easy [17:37] super [17:39] I'll have another commit soon, have a couple more bugs I'm taking care of. [17:39] coolio [17:40] stuff going on here so i'll be back and forth... [17:40] ok [17:43] Committed [17:43] tikiwiki: 03robertplummer * r28774 10/trunk/lib/sheet/grid.php: [FIX] Fixed some reference issues for stl (style on server-side) and cl (class on server-side) for setting cell styles [17:43] (I don't know why I announce that, it does it automatically) [17:46] Next I'm going to attempt to parse the css value for height/width, and set the tr from the td on the user side. [17:46] Thus preserving column height and column width. [17:47] yay! style now getting and setting [17:47] Without having to re-write the whole thing. [17:47] nice - good luck! [17:48] the tiki sheets do have a concept for "width" and "height" but afaik they are really col and row span [17:48] yea [17:48] I saw that [17:48] currently also not being saved from what i can remember [17:49] Hey did you see my mod for the 1x1 fix? [17:49] have a problem: site broke through custom centetcolumn code I put in, editet the sql and athe local server [17:49] robertplummer: i saw it worked, not quite how [17:49] minSize [17:50] everithing is ok, but importing this sql back has no effect. [17:50] coaboa should we be concerned? [17:50] is there a cache dir that I can delete [17:50] nope its not about your commits [17:52] just need to know if I can clear tiki cach even when I only can see the very top of the logo [17:57] coaboa, did you try deleting the tiki cache files manually on the server? [17:58] coaboa: yes ( temp/cache/ ) [17:58] found the file to delete ;-) its nicly named [17:59] deleted in templates_c [17:59] :-) in case of doubt, delete all temp/cache, templates_c and modules/cache [17:59] ready to stop sweeting ;-) [17:59] thx [18:02] after three round of redisigning everithing we have our final presentation before frankfurt bookfair and hope to go online (beta) within the next 2-3 days and that's on trunk ;-) [18:02] so every little error makes me sweat [18:07] *** fabricius|away has quit IRC (Ping timeout: 264 seconds) [18:13] if enabling "simple wiki rating" is there a stats page for the results? [18:14] coaboa: no idea [18:21] tikiwiki: 03jonnybradley * r28775 10/trunk/lib/wiki/editlib.php: [FIX] wysiwyg: htmltowiki parse heading tags with centre alignment properly (but parse_data doesn't re-create them in html properly at the moment - TODO?) [18:21] bye all - visitors here, more tomorrow [18:21] *** jonnyb has quit IRC (Quit: jonnyb) [18:23] tikiwiki: 03xavidp * r28776 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [FIX]XML processing fixed by parsing xml file into R memory and not just leaving it as temp file on disk [18:32] *** joel_ has joined #tikiwiki [18:34] Is it safe to have hyphens in group names? I've upgraded 3.2->5.1, and enabled LDAP, renamed my username, but now it's no longer clickable (e.g. shoutbox, wiki pages) but is for "logged in as ...". Or is it something else that's changed? I've checked, any my info is set as public. Thanks! [18:35] Oh, I've just had a thought. I changed the username in the database, instead of via admin - does that make a difference? [18:36] joel_: no idea. changing username is very risky (and even more if you do at the db directly). I wouldn't expect good results [18:36] Oops! [18:37] Hmm, any idea for a better tactic? I need to migrate lots of users to LDAP, I was using tiki auth only before. [18:37] there is a regexp for valid user name somewhere... [18:37] Basically, for users with user@domain, the username needs to be "user" [18:37] ok, no idea myself, sorry. follow sylvieg advice [18:38] *Lots* f catgory and perm changes from 3.x -> 5.x see release notes for full details [18:38] *** fabricius|away has joined #tikiwiki [18:39] Thanks, I'm checking the docs now. [18:43] *** redflo has joined #tikiwiki [18:45] hello - short question: does anybody knows, who of the devs is into the database stuff? [18:46] I will write into the mailinglist anyway, but just to ask ;-) [18:58] Looks like my problem may be related to duplicate preferences in the tiki_user_preferences table - I've deleted the ones for the "new" username, and reset to the old username in users_users. Then I'll rename the user using the admin GUI and see if that works. [19:00] I've renamed users in the past and not had problems, but that was 3.x - it seems to be fixed now! [19:01] tikiwiki: 03robertplummer * r28777 10/trunk/lib/sheet/grid.php: [19:01] tikiwiki: [NEW] Added a function called "getAttrFromCssString" to bottom of grid.php that filters out a css value from a css string [19:01] tikiwiki: [NEW] Used getAttrFromCssString to set the tr height for sheet row objects (tr) [19:03] tikiwiki: 03robertplummer * r28778 10/trunk/lib/sheet/grid.php: [FIX] removed some debug script [19:05] Anyone know if it's possible to batch rename users? Something like where email = *@domain, set username = XYZ from X.Y.Z@domain/XYZ@domain [19:05] e.g. emails absurname@domain, a.n.other@domain would give usernames of absurname and another respectively [19:06] I don't fancy going through ~200 users via the GUI.... [19:10] tikiwiki: 03sylvieg * r28779 10/trunk/templates/tiki-view_tracker.tpl: trace [19:10] New Forum Posts: Menu 'Position' Switches to Alphabetical - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38329 [19:11] tikiwiki: 03xavidp * r28780 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [MOD]Renamed to more intuitive var name (data_tmp to data_file) [19:17] *** fabricius|away has quit IRC (Ping timeout: 272 seconds) [19:29] tikiwiki: 03xavidp * r28781 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [ENH]Wrap param added (default to 1) [19:34] tikiwiki: 03nyloth * r28782 10/branches/experimental/coe_fgal_relook2/lib/ (filegals/file_gallery.js toolbars/toolbarslib.php): [FIX] remove hardcoded urls [19:39] tikiwiki: 03sylvieg * r28783 10/trunk/tiki-admin_trackers.php: notice [19:45] *** qoumaq has joined #tikiwiki [19:46] tikiwiki: 03sylvieg * r28784 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]TRACKERLIST: add also the popup fields to the list of fields to be fetched [19:48] tikiwiki: 03sylvieg * r28785 10/branches/proposals/5.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [bp 28784] [FIX]TRACKERLIST: add also the popup fields to the list of fields to be fetched [19:51] (It's not quite so bad - only 79 users didn't have the "correct" username... manually renaming via tiki_adminusers.php (images + javascript turned off for speed....!) [20:03] *** redflo has left [20:09] *** Ludo has quit IRC (Disconnected by services) [20:12] tikiwiki: 03nyloth * r28786 10/branches/experimental/coe_fgal_relook2/ (339 files in 66 dirs): [MRG] Automatic merge, trunk 28683 to 28783 [20:17] tikiwiki: 03xavidp * r28787 10/mods/trunk/Packages/wikiplugins-r.info.txt: [MOD]Updated to reflect latest changes to plugin r [20:23] *** FrankP has quit IRC (Read error: Connection reset by peer) [20:28] 79 users didn't take as long as I expected :D [20:33] tikiwiki: 03pkdille * r28788 10/trunk/ (3 files in 3 dirs): [ENH] admin newsletter subscriptions: add checkbox for mass subscription deletion [20:38] tikiwiki: 03pkdille * r28789 10/branches/proposals/5.x/ (3 files in 3 dirs): [bp/r27815] [MOD] module since last visit new : Give the possibility to print last login date not as a link even if calendar is activated. Also give the possibility to have all sections folded by default [20:49] *** yonixxx has quit IRC (Quit: yonixxx) [20:50] *** rodrigo_sampaio has joined #tikiwiki [20:52] tikiwiki: 03sylvieg * r28790 10/trunk/templates/wiki-plugins/wikiplugin_trackerlist.tpl: [FIX]TRACKERLIST: do not show in the popup fields with empty value [21:05] tikiwiki: 03nyloth * r28791 10/branches/experimental/coe_fgal_relook2/ (4 files in 3 dirs): [21:05] tikiwiki: [FIX] increase popup z-index from 400 to 1500 to be displayed above the filegal [21:05] tikiwiki: manager + use tiki-list_file_gallery2.php until the work is merged back into the [21:05] tikiwiki: main php script + remove call to overlib.js that has been deleted + set the main [21:05] tikiwiki: filegal manager as a modal dialog [21:06] tikiwiki: 03cdrwhite * r28792 10/trunk/styles/ (15 files in 4 dirs): Updating CSS to give share this the same appearance as "tell a friend" [21:09] *** fabricius|away has joined #tikiwiki [21:11] tikiwiki: 03pkdille * r28793 10/trunk/templates/tiki-share.tpl: [MOD] tiki-share: no changes - code indenting [21:33] tikiwiki: 03pkdille * r28794 10/trunk/templates/tiki-share.tpl: [MOD] tiki-share: remove some useless css classs on td and tr tags in formcolor tables [21:42] *** fabricius|away has quit IRC (Ping timeout: 240 seconds) [21:46] *** david-w has joined #tikiwiki [21:50] *** qoumaq has quit IRC (Ping timeout: 252 seconds) [22:03] *** joel_ has quit IRC (Ping timeout: 252 seconds) [22:12] *** Sap has joined #tikiwiki [22:12] tikiwiki: 03pkdille * r28795 10/trunk/templates/ (8 files): [MOD] remove some useless css classs on td and tr tags in formcolor tables [22:12] Hello all, need some assistance regarding tikiwiki 3.6 configuration [22:12] does one know how I make the wikipluginRANDOMINCLUDE fetching the pagetitle from the included page? Currently it always displays "Random" as pagetitle? [22:12] hi Sap. ask [22:12] My server is not configured to access the internet, therefore I cannot retrieve the profile list and install the community/collab profile, is there any way I can install this manually [22:12] coaboa: no idea, sorry [22:13] Sap: you can install locally in your machine, adn then, export the database, and import in your server [22:14] Is there any documentation on how to do this? [22:14] try: http://doc.tiki.org/Export [22:14] and http://doc.tiki.org/Import [22:14] I would say [22:15] or similar, under manual installation, etc. see the table of contents from http://doc.tiki.org/Documentation [22:15] polom polom [22:15] hi luciash [22:16] hi coaboa [22:16] Sap: sorry, that page has nothing related to export and import databases... hold on, I'll write something [22:16] hi luciash [22:16] hi xavi :) [22:16] Sap: are you fimilar with mysql & mysqldump from shell? [22:18] moderately [22:18] Sap: do you need profile repository on your localhost / intranet ? [22:18] If possible, I really just need to install the collab/community profile, it would be a one time thing [22:19] Sap: maybe fastest way then is copy and paste the collab profile code in your Tiki > Admin > Profiles > second tab textarea and apply one by one [22:19] okay let me load that up [22:20] you just need to see carefully what all pages does the profile consist on profiles.tw.o [22:21] Using this code?: http://profiles.tikiwiki.org/Collaborative_Community [22:21] it is intended to test smaller chunks of the YAML code but it should work theoretically [22:22] Okay I am at the profile admin page [22:22] hmm, but references will not work, you will need them to change manually to local pages links [22:22] Oh [22:22] Hmm [22:23] Sap: wrote some quick description on using mysql and mysqldump from the commabnd line.... [22:23] here: http://doc.tiki.org/Import & http://doc.tiki.org/Export [22:23] well, the page is still saving... [22:23] okay cool, thanks [22:24] taking ages to save... (dev.tw.o might be experiencing difficulties) [22:24] s/dev.tw.o/doc.tw.o [22:24] well, you would need to copy the collaborative profiles pages source code and create local copies of the wiki pages, but then if they contain some absolute references (like $profiles.tikiwiki.org:...) you would need to remove them [22:24] it seems not too trivial [22:25] Do you think the way xavi is suggesting is easier? [22:25] you can still play with the test profile code thing though (backup your db of course before) [22:26] Sap: i think... i am not sure what xavi suggest would apply the whole profile as you need so far as i understand [22:27] xavi: doesn't Import/Export just work with wiki pages ? [22:27] okay, and under what box am i entering this source code into? [22:27] or is it something new ? [22:28] Sap: Tiki 5.1 ? [22:28] tiki 3.6 stable [22:28] Sap: http://doc.tiki.org/Import-Export#Databases [22:29] thanks xavi [22:29] ah, xavi, you mean to apply that profile to somewhere else where there Sap has access to internet and then just export/import the whole database to the one, where he doesn't ? [22:29] Yes, I think that is what he means [22:29] yes, that's it. [22:29] faster, probably [22:30] ;-) [22:30] I think I will try your way first luciash, the broken links don't bother me [22:30] and in the meantime, he learns about many useful things :-) [22:30] that he'll apply when upgrading to Tiki6 LTS :-) [22:30] Sap: yeah, that could work, sure, sorry, misunderstood [22:30] xavi: ^ [22:30] :) [22:31] g'night all [22:31] *** xavi has left [22:31] Sap: but i fear Tiki 3.6 has not very good profiles support yet [22:31] Sap: so i am not sure the test code tab is there even [22:32] Sap: so maybe what xavi suggested is really safer way [22:32] faster [22:32] think so too [22:33] *** david-w has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) [22:38] are you referring to tikitests option [22:38] I just enabled it in settings, it was disabled [22:40] nevermind, thats something different [22:41] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio) [22:42] Sap: nope, it should be on tiki-admin.php?page=profiles [22:42] Sap: but you will really waste yor time with that i think [22:45] in Tiki 5.1 it's under the Advanced tab > Profile tester [22:50] tikiwiki: 03nyloth * r28796 10/branches/experimental/coe_fgal_relook2/lib/jquery_tiki/tiki-jquery.js: [FIX] first try to change links of the filegal manager - can't find (yet) why removing the alert call makes the code below not working... [22:58] tikiwiki: 03pkdille * r28797 10/trunk/templates/ (11 files): [MOD] remove some useless css classs on td and tr tags in formcolor tables [22:58] Thanks for all of the help guys [22:58] bye [22:59] *** Sap has quit IRC (Quit: Page closed) [23:08] *** fabricius|away has joined #tikiwiki [23:27] good night [23:27] *** coaboa has quit IRC (Remote host closed the connection) [23:46] *** fabricius|away has quit IRC (Ping timeout: 265 seconds) [23:49] *** robertplummer has quit IRC (Quit: Page closed) [23:58] *** fabricius|away has joined #tikiwiki