[00:05] *** chealer has quit IRC (Ping timeout: 245 seconds) [00:08] *** chealer has joined #tikiwiki [00:12] *** chealer_ has joined #tikiwiki [00:12] *** chealer has quit IRC (Ping timeout: 245 seconds) [00:41] *** Neil_Melbourne_ has joined #tikiwiki [01:12] *** Caarrie|away is now known as Caarrie|sleeping [01:49] *** goj|ghost has joined #tikiwiki [01:54] *** goj has quit IRC (Ping timeout: 260 seconds) [01:54] *** goj|ghost is now known as goj [02:38] Recent Bug: Tracker item: #3473 - - Tiki Object Permissions - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3473 [02:42] *** Guest39155 has quit IRC (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )) [04:23] *** chibaguy has joined #tikiwiki [04:29] This is neat for image display: http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/ [04:29] The image is inline instead of displaying in a popup box. [04:30] I didn't try a Tiki implementation yet but want to. [04:31] Demo page: http://dev.herr-schuessler.de/jquery/popeye/demo.html [05:51] New Forum Posts: Arranging text around Pluginbox - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37695 [06:11] New Forum Posts: Star colour in scoring system - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=37696 [08:07] *** Wilkins has joined #tikiwiki [08:13] *** Neil_Melbourne_ has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [08:26] *** MuffiXXL has joined #tikiwiki [08:39] *** yonixxx has joined #tikiwiki [08:53] *** chibaguy has quit IRC (Quit: Page closed) [08:54] *** MuffiXXL has quit IRC (Quit: MuffiXXL) [08:54] New Forum Posts: E-mailing Blog entries daily - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37699 [09:22] *** MuffiXXL has joined #tikiwiki [09:32] *** MuffiXXL has quit IRC (Quit: MuffiXXL) [09:39] *** MuffiXXL has joined #tikiwiki [10:05] *** MuffiXXL has quit IRC (Quit: MuffiXXL) [10:15] *** Caarrie|sleeping is now known as Caarrie|away [10:19] *** ricks99 has joined #tikiwiki [10:21] *** MuffiXXL has joined #tikiwiki [10:23] *** MuffiXXL has quit IRC (Client Quit) [10:25] Good morning all :-) [10:26] hello [10:28] hi luciash [10:32] *** MuffiXXL has joined #tikiwiki [10:37] Recent Bug: Tracker item: #3474 - - Printing/ e-mailing Multiple Blog entries based on date - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3474 [11:18] *** jonnyb has joined #tikiwiki [11:23] wtf? just svn'd up (5.x branch) ... all my images are missing? [11:24] {img fileId="1" .... } is showning blank :-( [11:25] file *is* in the file gallery [11:30] hi ricks99 - that could be the encoding thing i found in trunk the other day [11:30] somehow (while i was away) all pages now seem to be html encoded in the database [11:30] so " becomes " [11:31] hm... [11:31] not good [11:31] all i did was svn up on 5.x branch. didn't actually uplaod any new files [11:31] is there a fix? [11:32] if you use the plugin popup form (not in edit mode) you should see the problem in the plugin params [11:33] looks fine in the plugin editor..... fileid = 1 [11:36] oh... not that then [11:36] and if you save it does it get fixed? or worse? [11:36] going to try to re-upload/replace one and see.... [11:36] i'll try locally [11:40] hm... replacing via file gallery "REPLACE" works fine [11:40] * ricks99 hoping he doesn't have to re-upload all the images.... :( [11:41] im storing wiki images in file gallery -- in a directory -- not db [11:42] *** j0n3 has joined #tikiwiki [11:42] might this be the dreaded utf-8 encoding thing? [11:42] can you see the files in the filegals ok, ricks99 ? [11:42] or nowhere? [11:43] the file exists, but cannot download or display popup preview [11:43] i have the utf stuff commented out in myu local.php [11:44] not good - still updating locally [11:47] hmm, all my 5.x files seem ok [11:47] my file gallery images were uploaded pripr to svning up [11:47] im tyring to go thru the upgrade script now... [11:47] i don't see how/what it would have changed in my file gallery tables [11:48] it's not an .htaccess thing is it? [11:49] no [11:51] *** talin has joined #tikiwiki [11:51] very confused... .when storing images in the directory, encoding should not be an issue --tiki stores only the location of the file, right? [11:51] looking in the db at tiki_files table... [11:51] wasn't there something on devels about the names of the files being messed up somehow? [11:52] the PATH column is correct -- that is, I have a filename with the PATH encoding name [11:52] that might have been attached files though [11:52] hello. i was here yesterday asking how to put pictures on a tikiwiki page... without formatting. someone suggested {img src="bleh.png"}, but it doesn't seem to work here [11:52] what is the HASH column? some sort of checksum? [11:53] {IMG(src="jer.png", alt="jer")/} [11:53] that doesn't display anything [11:54] @talin: Your syntax is incorrect. Use {img src="foo.png" alt="foo"} Pls see docs for details http://doc.tikiwiki.org/Wiki-Syntax+Images [11:54] @jonnyb: as long as the PATH is correct, should it work just fine? what is HASH for? [11:55] i think the hash is the (real) filename [11:55] ah... so it doesnt matter at all then, just a display thing? [11:56] ricks99: hmm, then why doesn't it display an image? [11:57] jonnyb: all the fields in the db look correct [11:57] ricks99: err, i mean. okay. i did it just like you.. and then it displays the Alt text only [11:57] @talin: the syntax you are using is incorrect [11:57] and the filenames match the hash field? [11:58] and have data in (prsumably, the update wouldn't change them) [11:58] the filename is listed correcgtly when i list the gallery [11:58] tikiwiki: 03sylvieg * r27873 10/branches/5.x/lib/tikilib.php: [FIX]rollback 27872: no simple solution without rewriting plugin parsing: please use ~np~ in ~tc~ when you do not want to shorten parsing [11:58] no data... BLOB 0kb [11:58] no, i mean the real filename of the file, not the name of the file you originally uploaded [11:59] can you get to your apache errors log? [11:59] ricks99: i understand. if i click on the image after i upload it, it automatically inserts: {img fileId="41" thumb="y" alt="" rel="box[g]"}. how can i translate that to non-formatted? [11:59] might show something [11:59] the filename in the db (PATH column) matches the actual filenam in the directory [11:59] @talin: {img fileId="41"} pls see docs for full detais [11:59] *details [12:00] hm... but if I try to load the file from the directory into my image software, i get a "not a vlid PNG" error :-( [12:00] it *should* load, right? all tiki does is tweak the name [12:01] you on windows? try adding the extension (.jpg etc) [12:01] did [12:01] wait... [12:02] ricks99: thank you. and yes, i have read the documentation, but {img fileID="41"} doesn't display anyhting [12:02] ricks99: without rel="box[g]", it doesn't display anything at all... [12:04] @talin: confirm that u have perm to use file gallery/download images [12:05] ricks99: oh, there's permission differences with and without rel="box[g]" and not. i'll check [12:05] *** lzdzhy has joined #tikiwiki [12:05] jonnyb: even if i change the extension, still cannot open file in my editor [12:05] afraid something is screwed up :( [12:06] i can't see hjow the database update script can have affected any files on the system (apart from mysql ones) [12:06] do oyu have a backup of the files? if so try a compare? [12:09] hm...maybe simply changing extgesnion is not enuf. i just updated/repalced an image. it appears fine in tiki. if i rename the filename to *.png, i cannot open in my editor [12:11] *** lzdzhy has quit IRC (Quit: Page closed) [12:11] guess need to re-uplaod? [12:11] ok, but odd [12:11] [12:11] that sounds wrong [12:12] can you keep a copy of the old "broken" files? We'll need to work out what's gone wrong here somehow [12:12] *** lzdzhy has joined #tikiwiki [12:12] gonna try to "switch all to db".... can't hurt... [12:15] good idea... [12:15] my tkiwki5 show chinese words as "???",After update from tiki5beta2 to tiki5.WHY? [12:16] pwd [12:16] ls [12:19] ?? [12:19] ??[x]: Usage: ?? [> nick] [12:19] @lzdzhy: character encoding issue. Pls see release notes [12:21] @jonnyb: now *some* images are back, but not others. [12:21] have no idea at this point [12:22] doesn't sound good [12:22] tikiwiki|bot,under tikiwiki beta 2, chinese words shows normal [12:22] there have been some less than ideal things gone into tiki recently... makes it hard to keep up [12:23] but i don't understand why [12:24] @lzdzhy: see the release notes [12:24] it is a char encoding issue [12:24] thanks [12:24] fully explained, including the fix, in release notes [12:25] bye [12:25] *** lzdzhy has quit IRC (Quit: Page closed) [12:26] How can I enable category tab when editing/creating wiki page for users in a group? [12:27] I've tried to assign perms on global and categories but no result [12:27] cleared cache and now disabled cache [12:28] j0n3: "when editing/creating wiki page for users in a group?" [12:29] I'm spanish, sorry if I can't explain better [12:29] j0n3: i don't understand what is different on it than creating "normal" wiki page [12:29] I have a user who should create documents [12:31] i've set "Category is mandatory" as there will be users like clients and partners... to prevent content created being viewed by them (they only view their "client" and "partner" categories) [12:32] but when "User" create wiki, tiki doesn't show categories tab to select [12:32] i mean... I'm creating a corporate wiki [12:33] clients - partners - internal <- these are both categories and groups [12:33] "internal" users can access all (clients-partner-internal) but only create docs under "internal" [12:34] clients and partners can only view their respective categories, but no more [12:34] so... when an "internal" user creates a page, Mandatory says "You must set category", but no way to do it for that user... [12:34] i think you can auto-assign category to content created by user in chosen group [12:35] it is somewhere in the preferences [12:35] (i have stumbled upon it recently iirc) [12:35] *** jonnyb has quit IRC (Quit: nite nite) [12:35] I've tried that the first, but that mandatory rule says the same [12:36] Creating document is not possible, even i've set all perms to group of users, reset all perms, made every combination.... never worked [12:36] my version is tiki 5.0 [12:36] ah, i don't know then about the mandatory [12:37] i am sorry, i don't use that feature [12:37] would it be an option to switch the "mandatory" off ? [12:39] New Forum Posts: No menu after login - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37701 [12:40] maybe luciash [12:41] i'm scared about what users could do... [12:41] ;) [12:41] they are double left-handed [12:43] ricks99: we added a bunch of permissions now, and i still can't see any images that don't have rel=box[g] [12:45] @jonnyb: now getting: Warning: exif_imagetype() PNG file currupted by ASCII conversion in ...../lib/images/abstract.php on line 22 [12:46] and tons of others with getimagesize() [12:47] @talin: not sure. are u storing images in directory or database? [12:48] j0n3: :) hopefully if you limit them by category perms and subset of categories they can assign, it will be ok [12:50] thank you luciash. I will keep trying... it's very annoying as i have spend lot of hours with this [12:50] *** FrankP_away has joined #tikiwiki [12:51] i very well understand this, good luck and thanks [12:52] *** jonnyb has joined #tikiwiki [12:54] ricks99: i'm using the gallery [12:54] ricks99: i'm not sure if that one uses a database by default [12:55] check on admin: file gallery [12:57] ricks99: i'm a subadmin user, but i can't see anyhting about gallery type there [12:59] ricks99: hmm, i found a clue. when i click the image in the gallery, i get: Table 'tikiwiki.tiki_users_score' doesn't exist [13:02] *** yonixxx has quit IRC (Quit: yonixxx) [13:02] sounds like ur isntallation is missing db tables. [13:03] try re-running the installer to update the db [13:03] ricks99: okay, thank you [13:05] *** chibaguy has joined #tikiwiki [13:05] *** ChanServ sets mode: +o chibaguy [13:06] hi chibaguy [13:07] hi luciash [13:07] the jquery popeye is nice, but GPL "only" [13:09] it would need to be a plugin calling the script remotely imho [13:14] yeah, I saw about the license. [13:15] ricks99: i changed it from "database" to "directory" now [13:15] ricks99: then i logged out and back in, and tried to reupload the image again. same problem :( [13:16] ricks99, if you use the plugin insert form in the wiki editor, it creates syntax like {IMG(src="")}{IMG}. [13:17] That's why I suggested trying it. and it does work for me in my branch 5. [13:18] maybe i'll have to link to the images on an external site [13:18] if that's possible [13:23] http://zukakakina.com/Img+syntax+test [13:26] chibaguy: interestingly, that pic shows up [13:26] just not the ones i upload [13:27] talin: is it PNG ? indexed or 24bit alpha ? [13:27] luciash: PNG yes [13:28] luciash: hmm, i'll try to check [13:28] uh, yeah. ;-) [13:28] I tested it before I suggested it. [13:28] maybe it doesn't work well with the other color depth [13:29] or maybe your image editor adds some oddity to the image header which GD can't understand [13:29] ah, could be [13:31] talin, also, you could look at the page source, to see if the image syntax is being formed properly. [13:31] chibaguy: hmm, good idea :) [13:32] like old tiki logo [13:34] On another topic, what's the way to add an outside jquery javascript in L&F admin? [13:35] hi chibaguy - i used custom.js last time i did that [13:36] ah, ok. I was wondering if the L&F textareas worked for that at all. [13:36] using $jq.getScript() [13:37] i guess you could do that in custom footer? [13:37] as long as i upload and show [13:37] jonnyb, how do you mean using $jq.getScript() ? [13:37] it shows up as [13:38] and it shows... only it's very ugly [13:38] with a black instead fo transparent bg [13:38] it includes a js file from within js [13:38] ah [13:38] if i remove the rel="box[g]", everything disappears [13:43] hmm, i'll keep trying tomorrow. thanks for the help so far [13:43] *** talin has quit IRC (Quit: dinner) [13:45] jonnyb, does this seem correct: using the JS plugin to link to a jquery script won't work because it loads before the main jquery js ? [13:45] (ie, wikitext loads before the page end) [13:47] oh yes, all the includes are at the bottom now [13:47] try the $jq.getScript() in a {JQ} plugin maybe? [13:48] how do I specify the external javascript? [13:48] http://api.jquery.com/jQuery.getScript/ [13:57] Where does custom.js go, only in a theme's directory? [14:00] yep that works, location-wise; now to see why the script isn't working. [14:01] either in /styles/ (for global) or in /styles/yourtheme/ for just that one (etc) [14:01] ok, thanks. [14:40] tikiwiki: 03jonnybradley * r27874 10/branches/5.x/tiki-view_sheets.php: [14:40] tikiwiki: [bp/r27845, r27842, r27834] Backports from trunk for jquery.sheet [14:40] tikiwiki: [FIX] Sheets: Correct saving of subsheets created within jquery.sheet [14:40] tikiwiki: [FIX] Sheet: Save broken when using feature_ajax. Also prep for multi-instance saves (more to come) [14:40] tikiwiki: [FIX] Changed $style variable that gave height to div for sheet plugin to $tiki_sheet_div_style and added height to $auto_query_args [15:01] tikiwiki: 03jonnybradley * r27875 10/trunk/ (7 files in 6 dirs): [MRG] Automatic merge, branches/5.x 27817 to 27874 [15:02] New Forum Posts: text field / area - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37703 [15:05] *** chibaguy has quit IRC (Read error: Connection reset by peer) [15:12] Recent Bug: Tracker item: #3475 - - Can't override edit permission for individual page - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3475 [15:18] tikiwiki: 03jonnybradley * r27876 10/trunk/ (2 files in 2 dirs): [FIX] Trackerfilter: Don't mix up posts from multiple trackerfilters on one page. (only lets you use one at a time so far, but now doesn't produce an error) [15:25] *** FF|Skyrider has joined #tikiwiki [15:39] *** pascalstjean has joined #tikiwiki [15:39] Good day everyone, FYI tikiwiki.org is down for me right now [15:48] hi pascalstjean [15:48] hi Jonny [15:49] tw.o seems ok for me [15:49] Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. [15:53] Community and Profiles work for me. Dev, Doc and Themes are timing out [16:00] *** xavi has joined #tikiwiki [16:00] polom xavi [16:01] polom jonny :-) [16:01] just trying to get cclite adduser working [16:03] *** j0n3 has quit IRC (Quit: Page closed) [16:04] unfortunately it seems to let you create multiple identical users :( [16:04] New Forum Posts: Tikiwiki functionality queries - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37705 [16:07] *** rodrigo_sampaio has joined #tikiwiki [16:14] tw.o down for me, too [16:14] Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. [17:21] *** chealer_ is now known as chealer [17:22] *** chealer has quit IRC (Changing host) [17:22] *** chealer has joined #tikiwiki [17:30] So [17:30] whats up with tikiwiki site? [17:31] Seems to be down for a whole day now [17:36] FF|Skyrider: sorry, no clue yet [17:37] Also down for you? [17:37] FF|Skyrider: not whole day iirc ;) [17:37] Well, at least for the last 4 hours for me [17:37] :p [17:37] yep [17:37] I noticed the site is down often randomly [17:37] :( [17:37] tikiwiki: 03jonnybradley * r27877 10/trunk/lib/payment/cclitelib.php: [FIX] Cclite: Better error handling and reporting (e.g. of inactive cclite user etc). [17:38] btw [17:38] tikiwiki or mediawiki :) [17:39] guess what [17:39] its up? [17:39] wrong channel to ask such question ;) [17:39] XD [17:39] Opinion question [17:43] *** MuffiXXL has quit IRC (Quit: MuffiXXL) [17:50] *** SkyRdr has joined #tikiwiki [17:52] *** SkyRdr has quit IRC (Read error: Connection reset by peer) [17:52] *** SkyRdr has joined #tikiwiki [17:53] *** FF|Skyrider has quit IRC (Ping timeout: 260 seconds) [18:07] tw.o is online, doc.tw.o + dev and info is down [18:07] Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. [18:13] *** MuffiXXL has joined #tikiwiki [18:13] In the business theme, how do I shift the menu items in the left column further left? [18:17] *** jonnyb has quit IRC (Quit: nite nite) [18:24] jrand: try #col2 ul {margin-left: -5px; padding-left: -5px} [18:25] jrand: in Admin Home > Look & Feel > Miscelaneous > Custom CSS [18:25] jrand: Tiki 5 [18:25] *** xavi has left [18:45] luciash: Yes! Tiki 5. Modifying #col2 ul as you suggested does not change the menu item positions. [18:48] jrand: hmm, i see, try to use "#Application_Menu" instead of "#col2 ul" [18:48] margin-left: -5px should be enough [18:51] *** changi|away is now known as changi [18:52] luciash: Thanks. Your original suggestion worked. I just needed a higher px for the shift to be visible. Thanks again. [18:53] ah :) [18:54] Recent Bug: Tracker item: #3475 - - Misleading error message when saving without passing captcha test - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3475 [18:57] *.tw.o subdomains are back ! [19:10] *** SkyRdr has quit IRC (Read error: Connection reset by peer) [19:10] *** FF|Skyrider has joined #tikiwiki [19:12] I discussed the problem with ViewVC revision logs stopping at branch points with SourceForge. cross_copies was probably disabled when they upgraded to ViewVC 1.1, but now trying to enable it breaks revision logs, so they apparently won't enable it. #sourceforge suggested to use trac instead. could we enable the trac instance for tiki? [19:15] *** pkdille has joined #tikiwiki [19:21] *** pkdille has quit IRC (Remote host closed the connection) [19:29] *** MuffiXXL has quit IRC (Quit: MuffiXXL) [19:31] *** FF|Skyrider has quit IRC (Read error: Connection reset by peer) [19:31] *** FF|Skyrider has joined #tikiwiki [19:36] *** FF|Skyrider has quit IRC (Ping timeout: 252 seconds) [20:23] *** pascalstjean has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115144158]) [20:50] *** redflo has joined #tikiwiki [20:56] *** rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) [21:07] *** ^Migs^ has joined #tikiwiki [21:07] <^Migs^> Is there a script that converts from mediawiki to tikiwiki? [21:07] <^Migs^> ideally one that lets you select which versions of each page to include? [21:09] http://doc.tikiwiki.org/Mediawiki+Importer [21:09] <^Migs^> oh there it is. Why didn't I see that before? Thanks! [21:10] :) [21:15] *** FrankP_away has quit IRC (Ping timeout: 245 seconds) [21:18] <^Migs^> another question: Is there a way to delete the entire revision history of a page (except for the current version)? [21:18] *** jonnyb has joined #tikiwiki [21:35] New Forum Posts: You must specify a page name, it will be created if it doesn't exist. - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37708 [22:05] @^Migs^: Yes. When veiwing the page history, simply select all revisions and click DEL. [22:06] <^Migs^> ah, perfect. [22:06] <^Migs^> Thanks! [22:11] <^Migs^> um [22:11] <^Migs^> do I have to do it one-by-one? What if I have 3000 revisions? [22:32] <^Migs^> my import removed all the newline characters :( [22:33] Perhaps it is only display - check the param in admin->wiki - formatting [22:33] *** dfadsf has joined #tikiwiki [22:34] *** dfadsf has quit IRC (Client Quit) [22:37] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [22:49] <^Migs^> okay [23:20] *** jrand has quit IRC (Ping timeout: 252 seconds) [23:28] New Forum Posts: Upgrade to Tiki 5 fails with "System Error" - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37709 [23:28] *** redflo has left [23:56] *** Caarrie|away is now known as Caarrie