[00:06] *** Tikiwiki|bot has joined #tikiwiki [00:16] tikiwiki: 03nkoth * r30651 10/trunk/ (3 files in 3 dirs): [NEW] New module to show outstanding payments of current user [00:26] *** chealer has joined #tikiwiki [00:26] *** chealer has quit IRC (Changing host) [00:26] *** chealer has joined #tikiwiki [00:28] *** ohertel has joined #tikiwiki [00:28] Hello! :) [00:28] *** mohrt has joined #tikiwiki [00:29] no [00:29] hello [00:29] tikiwiki: 03nkoth * r30652 10/trunk/templates/modules/mod-payment_outstanding.tpl: [MOD] use standard modules listing bulleting styles [00:29] sorry, that "no" was wrong window [00:29] That was quite some traffic on our servers today. ^^ [00:29] polom [00:30] 1GB more than usual. [00:30] I wonder what is the best way to deal with big releases like that (rather then having to need a big server all the time) [00:30] is it strickly a tiki issue? or hardware? [00:31] We could use some static pages in front, not directly pointing into tiki. [00:31] I think it's a tiki issue. That traffic shouldnt bring down an i7-920 quadcore with 12GB of ram... [00:31] There is sites on smaller machines with more traffic. [00:32] hm... info.t.o is a pretty tiny tiki (few features, few pages, etc) [00:32] It's all the php compiling stuff, smarty maybe... enabling eAccellerator for caching helped to get the server back up. [00:33] I know eAccellerator has problems, so I will disable it again soonish,if the traffic has calmed down a bit. [00:34] *** nkoth_ has joined #tikiwiki [00:34] currenly all the performance options on info are 'on' [00:34] *** nkoth__ has joined #tikiwiki [00:35] should i turn on wiki page caching? will it make a difference [00:35] I think a static page might help, plain html, checked into svn, synced like all 5 minutes or something, and that page could contain links to download on sourceforge, releasenotes on freshmeat, forums on tw.o, docs on docs. etc [00:36] ohertel: how many users did we have hitting the site at the time? I think wiki page caching will help [00:36] Then all the requests will split up to many servers... and we can cope way better with the load. [00:36] @nkoth: i'll turn on wiki page caching. any possible issues? [00:36] nkoth: no idea. It was 1GB of additional data. Should parse the logs for a usercount. [00:37] *** nkoth has quit IRC (Ping timeout: 272 seconds) [00:37] *** nkoth__ is now known as nkoth [00:37] I have no idea, but might help. [00:38] Hm, maybe enabling it only for the pages with the most hits might help. I guess most people only clicked 2-3 pages, and thats it... releasenotes, download link, and 1 or 2 more... [00:38] *** nkoth_ has quit IRC (Ping timeout: 240 seconds) [00:38] theres only about 10 pages that are 'live' anyway... :-) [00:38] ^^ [00:39] And we could link to the freshmeat link for releasenotes, that might help a lot, too. [00:40] * ricks99 turns on wiki page caching 1 hr on info [00:40] That releasenote page we have in tiki is rather hard to read and split up in many other pages linked in. [00:40] y, but the installer links directly to the appropriate release note apge [00:41] It's many headlines and stuff, rather long page. Don't know how others like releasenotes, but at least *I* like the key features listed in a SHORT and SIMPLE list, and for details something like the releasenotes text file we have in the tarball. ;) [00:42] Maybe we could drop the release notes in full length onto sourceforge or freshmeat? They can handle high load way better. ;) [00:42] *** GillesM has joined #tikiwiki [00:42] if i create a static html page, is it possible to have that as a fallback in case of *any* error or non-conenction? [00:44] Don't think there is a fallback feature in apache. ;) [00:44] But maybe the 'access denied due to heavy load' feature could have a redirect to this page. [00:45] Maybe we could show NO access denied thingy and ONLY show that static page then. [00:45] well, i turned on the "...due to heavy load" feature. so at least folks will get a meaningful message [00:45] So people se tiki page by default, and on heavy load some will see the static via redirect. [00:49] Will do for tw.o, too. [00:50] Hm, how time consuming is a memory check in php? Then we could fix the fetch_next_record loops by adding some memory check and only add next row to somevariable[] = ... when there is enough memory left yet. [00:51] I still think that it's totally crazy to fetch more that a 100 entries from a table anyway. I would put in a hard limit ... ^^ [00:52] Btw. the download image on tw.o is broken now. [00:54] yay. I just hope that feature works well [00:54] which feature? :) [00:55] ohertel: I don't understand what you mean about fetch_next_record loops [00:55] ohertel: "...due to heavy load" [00:55] The loops that get the record from the database. [00:56] ohertel: so what do you do if there's not enough memory? [00:56] just stop and do NOT load any more data? [00:57] while (hasmorerecords) { getnextrowfromdatabase(); if (memoryisalmostgone) break; results[]=addtherow; } ;) [00:57] ^--- pseudocode ;) [00:57] Getting only a part of what we wanted to get is better than tiki breaking with a memory error. [00:58] is ti possible to translate on line or do I need to modify languages.php ? [00:59] Hm, I think if you store translation in database, then you can translate directly, somehow. Not sure though. never cared about translation stuff except de/language.php ;) [00:59] @GillesM: u can use the interactive translation feature online [01:00] see docs http://doc.tiki.org/Interactive+Translation [01:01] Oh dear... Chrome was tons faster, thats why I switched from Firefox to Chrome. Right now Chrome is REALLY broken... [01:02] ohertel: I think it's better to fail with an error than to die. at least users can report something. [01:02] ohertel: are you going to the TikiFest? [01:02] No time, probably. [01:03] ohertel: shame [01:04] Yah, I'd like tiki to halt the loading from database and show a warning on top of the site,or something. Like "Tiki couldn't get all data from the database due to memory shortage. Handle data with care." or something. ;) [01:07] ohertel: users don't care about why it doesn't work. they just want to be told there was a problem, and ideally how to report it (if it's not automatic). if memory lacks during such a loop, it doesn't mean the loop is unreasonable, it means something somewhere took too much memory... [01:07] yah [01:08] But they need to get warned that a list on the page might be incomplete. No more needed. [01:08] ohertel: you mean the request processing would continue? [01:09] Yes, I think that would be a good idea. [01:09] *** idle- has joined #tikiwiki [01:09] Show the page, but add a small warning that data are incomplete. In most cases this might be a capped user list in a selection box. No one would care ... [01:10] Or capped list of all wiki pages ... we seem to have quite some code that gets and adds all pages/users to a list somewhere. Which is completely silly. [01:11] And it doesnt do a simple 'get all names of the users' it's a 'get ALL userdata' ... 95% of those are not used for the final page to be shown to the user. [01:12] We fixed some by just adding a LIMIT 100 or something... but that's not a real solution, it's a hack/workaround. [01:12] ohertel: loops aren't just for consultation. there are loops that read data to be used for an update or modification later. if the transaction has to be interrupted, it's better to break during a read than later, which could be during writing [01:13] I know. [01:13] *** idle-_ has quit IRC (Ping timeout: 276 seconds) [01:14] so, that would be even more risky [01:14] Another solution could be to just fix all the queries and only get the data really needed. And reduce the data, if the needed data are way too big. ;) [01:14] I do not need a complete userlist anywhere. [01:14] ohertel: right :-) [01:15] What I need is a count() of the records, a page size, and number of entries to read. [01:15] tikiwiki: 03nkoth * r30653 10/trunk/templates/tiki-payment-single.tpl: [MOD] Make clear that credit cards are accepted through PayPal as well [01:15] Maximum of pagesize can be 100. So all data gets split into 100 entry segments. ;) [01:16] For the loops you mentioned... there should be nothing that needs to read all entries into memory at the same time. [01:16] get one, edit one, write it back. [01:17] Assume each table might have a million entries. [01:17] Well used tracker, huge user database ... tons of wiki pages ... [01:17] ohertel: not necessarily, you might be doing an intersection between two tables for example [01:17] If you need the whole list in memory, you did something wrong. [01:18] Should the database handle that? Do large table operations on the database, not in php memory? [01:18] ohertel: ideally, but SQL isn't a programming language [01:19] That's what database are for. And MySQL can get more memory than php. [01:19] And I am not really willing to raise the memory limit to above 48MB. I'd even like to move it back down to 32MB ... [01:20] On info.tw.o it seems to 256MB, that's not a good idea. [01:20] And you see, even that gets exhausted. Must be a real bad memory problem in tiki. [01:21] I tried to raise memory limit on some of those errors we got... 256MB... error... and it even ate 512MB... so the used memory grows with available memory. [01:21] So we can NOT kill the memory errors by raising the available php memory. [01:22] restarted apache on tw.o to have a clean memory there. ^^ [01:23] anyone here knows what happens when a Tiki Payment becomes "due" , if anything? [01:29] going to bed. [01:29] *** ohertel has quit IRC (Quit: Page closed) [01:30] tikiwiki: 03nkoth * r30654 10/trunk/templates/tiki-payment-list.tpl: [ENH] Usability - description of payment should link to it [01:33] *** GillesM has quit IRC (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/) [01:40] *** Caarrie|away is now known as Caarrie|sleeping [01:49] Recent Bug: Tracker item: #3637 - - Blog This - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3637 [02:00] tikiwiki: 03nkoth * r30655 10/branches/6.x/templates/tracker_item_field_input.tpl: [FIX] Remove debug display in most recent commit [02:04] *** kiilo has quit IRC (Ping timeout: 245 seconds) [02:09] Recent Bug: Tracker item: #3638 - - Smarty tabset showing tabs for tabs that are inside permission checks - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3638 [02:49] *** goj|ghost has joined #tikiwiki [02:53] *** goj has quit IRC (Ping timeout: 245 seconds) [02:53] *** goj|ghost is now known as goj [02:57] tikiwiki: 03nkoth * r30656 10/trunk/ (6 files in 6 dirs): [NEW] Allow payments to be restricted to be seen only by user that is supposed to be pay it (common use case) [03:23] *** mohrt has left [03:24] are old tiki commit logs saved somewhere? [03:26] thraxisp: what do you want to do? [03:27] I'm fixing a cookie problem that I traced to a commit about a year ago. I want to see the original patch. [03:28] thraxisp: what else do you know about the commit? do you have a revision number? [03:28] yes, 19122 [03:29] thraxisp: see http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=19122 [03:32] thanks. [03:40] thraxisp: as I thought it was to prevent multiple tikis on the same server from accessing each other [03:40] 's things [03:41] maybe changing t REQUEST_URI instead of PHP_SELF will solve it [03:42] but I don't know if there is any security weakness with that - I will ask security team [03:46] but if you only have 1 tiki on your server it should not matter to you > thraxisp [03:52] *** Trebly_ has quit IRC (Ping timeout: 272 seconds) [04:00] *** ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [04:09] tikiwiki: 03nkoth * r30657 10/branches/6.x/templates/ (tiki-payment-list-past.tpl tiki-payment-list.tpl): [FIX] After cancelling payment item the listing still showed it in the outstanding or past listings. Patch includes [bp/r30654] : [ENH] Usability - description of payment should link to it [04:14] *** chealer has quit IRC (Quit: Konversation terminated!) [04:20] tikiwiki: 03nkoth * r30658 10/branches/6.x/lib/payment/paymentlib.php: [FIX] Non payment admins were not able to cancel their own payments [04:25] *** chealer has joined #tikiwiki [04:25] *** chealer has quit IRC (Changing host) [04:25] *** chealer has joined #tikiwiki [04:59] *** chealer has quit IRC (Ping timeout: 272 seconds) [05:09] *** chealer has joined #tikiwiki [05:09] *** chealer has quit IRC (Changing host) [05:09] *** chealer has joined #tikiwiki [05:13] *** nkoth has quit IRC (Quit: nkoth) [05:51] *** chealer has quit IRC (Quit: Konversation terminated!) [05:51] *** chealer has joined #tikiwiki [05:51] *** chealer has quit IRC (Changing host) [05:51] *** chealer has joined #tikiwiki [05:54] New Forum Posts: My articles don't show up - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39453 [06:44] *** kiilo has joined #tikiwiki [06:54] *** kiilo has quit IRC (Ping timeout: 264 seconds) [07:04] New Forum Posts: SEFURL not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39454 [07:24] *** thraxisp has quit IRC (Ping timeout: 276 seconds) [08:34] New Forum Posts: Blank pages after Tiki 6.0 update - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39456 [09:29] Recent Bug: Tracker item: #3639 - - Displayproblems WYSWIG and IE7 - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3639 [09:46] *** xavi has joined #tikiwiki [09:54] *** chibaguy has joined #tikiwiki [09:54] *** ChanServ sets mode: +o chibaguy [10:09] *** chibaguy has quit IRC (Ping timeout: 255 seconds) [10:14] *** JoernOtt has joined #tikiwiki [10:15] *** Trebly has joined #tikiwiki [10:35] *** kiilo has joined #tikiwiki [10:55] *** pharvey has joined #tikiwiki [10:55] *** nightclaw has joined #tikiwiki [10:56] Hi there [10:56] i have a problem with setting the right time on my tiki installation [10:56] i set the right timezone but the displayed time is trailing by 1 hour [10:57] i set the date and time to "use site default to show time .. " [11:03] *** kiilo has quit IRC (Ping timeout: 276 seconds) [11:10] *** rodrigo_sampaio has joined #tikiwiki [11:16] *** kiilo has joined #tikiwiki [11:21] *** kiilo has quit IRC (Ping timeout: 260 seconds) [11:27] *** Caarrie|sleeping is now known as Caarrie|away [11:44] noone any idea? [11:52] nightclaw: try changing then the time zone in "Admin home > general > Date and Time" to adapt it to your real time [11:52] I mean, that looks to me the easiest solution... [11:52] i did and it is the correct time zone [11:53] put it in +1 (or -1) time zone, to get the right time [11:53] changing the timezone in the admin backend does not do anything# [11:53] ok, looks like a bug then? open a bug report about it, I would say... http://dev.tiki.org [11:59] nightclaw, what is the date/time set to on your server [12:00] (not the local client) [12:00] System time is GMT +1 CET [12:01] which is correct [12:01] and in php.ini? [12:01] I once had it set wrong there and had some strange phenomenons because of that [12:02] do you know where to find it in php info? [12:03] ah default timezone is set to UTC [12:07] *** yonixxx has joined #tikiwiki [12:14] *** chibaguy has joined #tikiwiki [12:14] *** ChanServ sets mode: +o chibaguy [12:14] polom [12:15] I wonder why anon can't see an image I just added to a file gallery at themes.t.o. Anon has tiki_p_download_files. [12:16] *** ricks99 has joined #tikiwiki [12:17] hi ricks99 [12:18] hi gary [12:18] JoernOtt: thank you very much for pointing out this quite obvious misconfiguration :) [12:18] I added an image at themes.t.o and anon can't see it. anon has perm to download files, and the image isn't categorized. [12:19] nightclaw: you're welcome, this did cost me some time too [12:20] but this seems to be a bug. i should be able to change the timezone in tiki even thought a wrong/no timezone is set in php [12:21] *** thraxisp has joined #tikiwiki [12:43] *** amette has quit IRC (Ping timeout: 245 seconds) [12:43] *** amette has joined #tikiwiki [12:46] *** xavi has quit IRC (Ping timeout: 265 seconds) [13:06] anyone know... is there a way to grab a category name and description and put it into a wiki page? any global variable or anything? [13:20] *** olinuxx has quit IRC (Quit: http://www.linuxmao.org) [13:20] New Forum Posts: Problem updating from 5.2 to 6.0 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39458 [13:21] *** RavenC has joined #tikiwiki [13:21] polom [13:22] Hi RavenC [13:24] Morning Ricks! [13:26] I wonder why (when not logged in - to themes.t.o) I can see a file gallery and see the thumbnails, but can't access the full-size images. [13:27] I get the error: you are not logged in. [13:27] perm? [13:28] I thought that would be the problem, though previously anon could see the files. [13:29] but tiki_p_download_files is set already. [13:29] some new perm in 6 maybe? [13:29] seems like it, though I can't find it in the perms list. [13:30] what's the difference in the URLs? [13:33] I tried the short version - display112 - and the full version - tiki-download_file.php?fileId=112&display [13:33] Both won't work. But older files can be seen by anon. [13:34] anything "special" about the files? are they locked? max download? etc? [13:34] do we have account must be validated after n incorrect passwords? [13:34] ricks99, no, I don't think so. It was just a straightforward upload of a very small image file. [13:35] @sylvieg: y, on admin: login [13:38] tkx ricks99 - I thought so but can not find it .. .me needs coffee [13:38] polom [13:39] hi chealer [13:41] * sylvieg found it - in logiun _ I was looking in password [13:41] hi chibaguy [13:41] * chealer is catsitting at Marc's while he's away [13:44] chealer, I hope they don't escape. ;-) [13:49] *** nightclaw has quit IRC (Quit: Page closed) [13:49] chibaguy: of course not, I give them bugs to hunt [13:50] Tracker Kittahs .... :) [13:51] unfortunately they always come on the keyboard too [13:53] we'll need to watch your commits closely now ;-) [13:57] hi chealer [13:57] chealer: how the cats are behaving? [13:57] :) [13:59] ricks99, I uploaded the image to a different file gallery and now it's visible to anon. But I don't see (yet) any config difference in the galleries. [13:59] *** ricks99 has quit IRC (Remote host closed the connection) [13:59] heh [14:00] rodrigo_sampaio: there's still regular fighting (Reika is not here a bit because of that) :-( [14:00] chibaguy: hehehe :-) [14:00] chealer: you know anything about openid auth and tiki? i saw you made a few commits to the code. i'm wondering if openid is not present in the top login for some specific reason or if it is just that no one ever did it. same thing for removing the an openid account associated with a tiki account [14:01] chealer: so reika is still afraid of the other cat :( [14:04] rodrigo_sampaio: yes, she would still be afraid I think [14:04] rodrigo_sampaio: I do. I don't think there's any reason OpenID wouldn't be in the top login. [14:05] *** jonnyb has joined #tikiwiki [14:05] same thing with removal of association (which would be a nice thing, preventing me from having to do that in the database when testing!) [14:05] hi jonnyb! [14:05] polom [14:08] hi jonnyb [14:09] hi all - sounds like it's been a busy week for tiki (typical when i'm on other stuff!) [14:12] polom Johnnyb [14:20] *** mikebeary has joined #tikiwiki [14:24] Anyone know what that feature is that gives users points based on how much they contribute? [14:26] *** mohrt has joined #tikiwiki [14:27] *** Trebly_ has joined #tikiwiki [14:28] tikiwiki: 03sampaioprimo * r30659 10/branches/6.x/lang/pt-br/language.php: typo [14:29] *** Trebly has quit IRC (Ping timeout: 265 seconds) [14:29] *** Trebly_ is now known as Trebly [14:33] *** leagris has quit IRC (Quit: leagris) [14:37] *** chealer has quit IRC (Remote host closed the connection) [14:38] Heh, the mouseover on user module edit icons at tiki.org say "Bearbeiten". [14:40] I guess it's gently pushing us to learn other languages, which is good. ;-) [14:40] *** MacLeod has joined #tikiwiki [14:40] *** MacLeod has quit IRC (Client Quit) [14:44] *** ricks99 has joined #tikiwiki [14:47] *** changi|a1ay is now known as changi [14:48] polom [14:51] *** mikebeary has quit IRC (Ping timeout: 255 seconds) [14:51] *** mikebeary has joined #tikiwiki [14:52] Can someone tell me how to show my score feature now that I've turned it on? [14:52] I want the score to show on the main page [14:54] mikebeary, did you check the docs about that? I haven't looked at the score feature for a long time. [14:54] @mikebeary: i believe there is a "top users" module. you can add this to the home page [14:54] it ranks users by score [14:55] Yes and it doesn't make sense to me. Is it something to do with "creating new event"? [14:55] How do I add the top users module? I've never added a module before [14:56] example of the top users module is in docs: http://doc.tiki.org/Score [14:56] to add a modules, see docs, too http://doc.tiki.org/module [14:56] *** changi is now known as changi|berlin [14:57] Wow [14:57] Got it. Thanks dude [14:58] glad to help. docs are quite useful :-) [15:10] How come the active poll I created isn't available to add to a page? [15:11] My dropdown list under "add poll to pages" isn't populated [15:12] is the poll publish date in the future? [15:14] Yes. Buy I [15:15] But I changed it and it's still not populating [15:16] are you trying to add a poll to a page as a *ranking* or just a regular poll? [15:17] *** kiilo has joined #tikiwiki [15:18] I thi [15:18] rodrigo_sampaio: can you have a look at r30660 pls? there was a conflict in lib/importer/tikiimporter.php - hope i resolved it ok [15:18] Think as a reg poll [15:19] jonnyb: want to see? Collegecollab.org [15:20] see what? (sorry, not been following - fire-fighting currently) [15:20] @mikeberry: and you're unable to add the poll to a page using the poll plugin? [15:21] I created the poll, activated it, set publish date to yesterday, and when I click on add poll to pages, no polls are available in the dropdown menu [15:21] This is the first poll I'm making [15:22] !help [15:22] "add poll to page" ... are you trying to put the poll in a *module* or a wiki page? [15:22] You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [15:22] *** chealer has joined #tikiwiki [15:22] *** chealer has quit IRC (Changing host) [15:22] *** chealer has joined #tikiwiki [15:23] I'm going to admin/polls. Not sure, but I just want the poll to show on the homepage [15:23] you need to use the poll plugin to add to the home page [15:24] you might fnd the beginner's guide useful: http://twbasics.keycontent.org/Polls+in+Wiki+Pages [15:24] I have an honors presentation in two hours and I want to show a poll [15:25] Can you Quickly tell me how to add the plugin? It's not in the list of modules [15:25] Going to your link thanks [15:26] if you want to add it to a wiki page (not a module) use the poll plugin [15:26] see docs: http://doc.tiki.org/pluginpoll [15:26] tikiwiki: 03jonnybradley * r30660 10/trunk/ (74 files in 60 dirs): [MRG] Automatic merge, branches/6.x 30590 to 30659 [15:27] jonnyb: its ok, thanks [15:28] super, thanks [15:28] ping chibaguy: css question for you... [15:28] Got it! [15:29] hi ricks99 [15:30] chibaguy: when using a background image with repeat-y, is there no way to specify vertical start position? repeat-y seems to override y value of background-position. But cannot find any verication of this in the css spec. [15:31] I don't recall offhand, although I've had the same problem before. [15:32] how'd you solve it? [15:33] I found in the tiki for smarties the command you type when you edit the wiki page where you want the poll [15:34] ricks99, I don't recall, but anyway, I just tried this and it works: background-image:url('gradient2.png');background-repeat: repeat-x; background-position: 0 20px; [15:34] } [15:34] so the image starts 20px down from the top margin and repeats horizontally. [15:35] * changi|berlin damned BING [15:35] y. if you repeat-x, you can specify a y position. but want to repeat-y *and* specify a vertical position [15:35] want to repeat vertically, but have a margin at the top, say 20px whitespace before the tiling starts [15:35] hmm, yeah, that may not be possible. [15:36] can tweak with a negative margin for the container, then pad everything else. but that seems... wrong :( [15:36] Well, this works: background-image:url('gradient2.png');background-repeat: repeat-y; background-position: 0 20px;} [15:36] starts 20px down and repeats downward. [15:36] hm... what browser? [15:37] opera [15:38] * ricks99 goes to fire up opera... 'cause ff doesnt seem to work it properly [15:38] hm.. looks like a browser-specific implementation [15:38] well, maybe you'll need another solution if not all browsers support that. [15:38] k. tx for the help. jus wasnt sure if the spec said it was possible or not. i didnt see antytihg either way [15:39] maybe a wide border on the top and then negative margin to pull the content up into it, or something. [15:39] yeah. thats what i'm going to have to do. [15:39] css: part art, part science, part dart game [15:40] +1 [15:41] ricks99 & chibaguy - check out http://www.w3schools.com/css/tryit.asp?filename=trycss_background-position_pixel [15:41] y. was there. in ff, adding repeat-y nulls the y position [15:41] say: 'Note: For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".' [15:42] hee hee, jonnyb, that's where I was trying the backgrounds that I quoted the code for above [15:42] in my ff, adding repeat-y causes the smile to fill vertically (instead of a 100px margin) [15:42] think it is a browser-issue [15:42] (or anyway another page at that site) [15:43] did you try background-attachment:fixed? [15:43] y [15:43] bbl [15:43] r u using ff? [15:44] both FF and IE ignore the 100px y margin when repeat-y (for me) [15:49] * ricks99 likes the Tiki Newsletter icon. Kudos to whomever created it. [15:52] tikiwiki: 03sylvieg * r30661 10/trunk/lib/setup/prefs.php: notice [15:54] *** lphuberdeau has joined #tikiwiki [15:55] *** mikebeary has quit IRC (Remote host closed the connection) [15:59] thanks, ricks99 [16:00] (re newsletter icon) [16:04] y, very nice [16:05] tikiwiki: 03sampaioprimo * r30662 10/branches/6.x/lang/pt-br/language.php: pt-br translation [16:07] it's an open source image that I just adapted a bit with the tiki logo. [16:14] openclipart.org [16:16] g'night. [16:16] *** chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) [16:23] *** yonixxx has quit IRC (Ping timeout: 276 seconds) [16:30] jonnyb: hi, does this mean something to you : flip_class('postit','hidden','hidden') [16:31] hi changi|berlin how's the 'fest? [16:31] flip_class doesn't look familiar to me - it's in tiki? [16:33] brb [16:33] jonnyb: yes it's on themes.tiki.org, using for the top remarksbox diplaying that we are in beta [16:34] 2 weeks ago, when you click the cross, this message was gone, but now stay [16:34] jonnyb: as it's javascript, i'm lost [16:36] jonnyb: tikifest is fine :), a little bit cold. [16:36] oh yes, i saw that [16:37] i'm guessing it was some custom stuff luci did, he's been wanting that feature on remarksboxes for years :P [16:39] i'm seeing "Plugin jq cannot be executed" on themes.t.o - looks like something's broken [16:39] *** ricks99 has quit IRC (Remote host closed the connection) [16:40] New Forum Posts: remote install failure -- help please - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39465 [16:42] *** JoernOtt has quit IRC (Ping timeout: 255 seconds) [16:50] jonnyb: any idea ? [16:51] on what exactly changi|berlin ? (bit snowed under currently) [16:55] why plugin JQ cannot be executed ? [16:56] i think it was the JS detection failing - can't get it again and it didn't happen in firefox [16:57] do you see it? [17:00] *** JoernOtt has joined #tikiwiki [17:00] New Forum Posts: Problem changing encoding during upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39467 [17:01] tikiwiki: 03lphuberdeau * r30664 10/trunk/tiki-jsplugin.php: [FIX] Forcing expires on plugin js [17:08] jonnyb: no, but don't know how to fix this unremovable remarksbox [17:09] sorry - i didn't set it up - presumably it's some custom code in l&f prefs? [17:10] New Forum Posts: Let users create child pages but not edit structure - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39468 [17:12] jonnyb: yes it is [17:13] found it - can't find out who did it? i don't think flip_class is in tiki [17:15] jonnyb: ok, i think it's maybe ricks ? [17:16] are we going to keep (at least some of) the *.t.o sites on 6.x up to date and continue the dogfooding? (i think we should) [17:23] *** chealer has quit IRC (Remote host closed the connection) [17:26] *** Jyhem has joined #tikiwiki [17:35] changi|berlin: found flip_class - look like it should work... [17:36] jonnyb: i think it's a bug no ? [17:36] i'm sure i've seen it working on one of the t.o sites [17:45] *** ricks99 has joined #tikiwiki [17:48] hi ricks99 - is the dogfooding "postit" note on themes.t.o one of yours? [17:49] not pe se -- i simply moved it. it was floating in the left col. i moved it to center col [17:49] not sure who originally added it [17:49] it seemed to be bothering changi|berlin ;) [17:49] the close icon doesn't work [17:49] well. considering that it is no longer running the beta, i guess we can remove it [17:49] i already removed the one on info.t.o [17:50] ah, i thought it worked somewhere [17:51] i think we should run these sites on 6.x until 6.1 (even after maybe on proposals/6.x when it exists) [17:51] it's more exciting! :D [17:51] maybe... imho though, info (which is the primary public face) should b rock sold stable [17:52] Hi. I ran into bug 2567 when upgrading from tw3.2 to 6.0. I have a patch based on the current SVN and commit access (from ages ago). What is the best process to commit? [17:52] ricks99: as should 6.x (hopefully), but i know what you mean [17:54] hi thraxisp - commit in branches/6.x if you're happy with it - mail it to the devels list as a patch (or use pastebin here) if you'd like someone to have a look at it first [17:57] Thanks. The patch is at http://pastebin.ca/1989269 [17:57] Do I need to submit it to the trunk as well? [17:58] no, we're "automatically" merging from 6.x to trunk until 6.1 is released (keeps the overheads down) [17:59] ok [17:59] was it you discussing this on the devels list recently? [17:59] yes. I was here discussing it with nkoth yesterday as well. [18:00] aha - thought so [18:01] i'm a bit nervous about these kind of changes - servers can be so picky :) but it looks good to me - happy committing! [18:01] thx [18:06] yay - changi|berlin i fixed the postit on themes.t.o i think (the div id what wrong) [18:07] hmm, maybe not - it comes back :( [18:07] * ricks99 thinks the text should be changed, too [18:09] * jonnyb thinks there are probably more pressing issues for him - like the tikidate out of memory thing [18:18] *** CIA-75 has quit IRC (Ping timeout: 240 seconds) [18:22] *** SEWilco2 has joined #tikiwiki [18:25] Doc for "Group Watch" phrased as if notification is sent only when a Watch is defined. I suspect notifications are also sent when the watched object is modified. http://doc.tiki.org/Group+Watches [18:37] jonnyb: nice try :) [18:38] :P [18:40] jonnyb: for me it's working now [18:40] jonnyb: you're the best [18:40] coo, great! (wonder why it didn't for me?) [18:41] jonnyb: chrome 7 for me [18:41] Did you receive my mail, I wish to meet the team in London, I need the informations [18:41] jonnyb: ff too [18:42] hi Trebly - yes, i replied on tiki.org (the email version to you bounced) [18:43] not much help though i'm afraid [18:44] have no plans yet it as i thought it would just be 3 of us [18:46] *** rodrigo_sampaio1 has joined #tikiwiki [18:47] *** rodrigo_sampaio has quit IRC (Ping timeout: 265 seconds) [18:52] *** gillesM has joined #tikiwiki [18:53] I just came back and look first at the chat. I just seen your answer. I look at the mailbox.I send to you an answer by mail into a short while. [18:55] *** CIA-79 has joined #tikiwiki [18:55] Trebly: see pm [18:58] *** chealer has joined #tikiwiki [19:01] wow, the Subscribe to Tiki Newsletters! module on tiki.org is cool :-) [19:01] lphuberdeau: you about? [19:02] hi chealer - do you know anything about plugin approval? (just wondering about these "Unknown" ones - i think they should just be automatically removed) [19:03] jonnyb: not much, except I wish it was automatical for admins [19:04] (and I noticed that seemed to work in 4 today) [19:04] don't we all :P [19:04] curious [19:04] jonnyb: what do you mean by "Unknown" ones? [19:05] i get lots of them listed as Location: Unknown [19:05] unknown just means not from a wiki page [19:05] jonnyb: regarding the JQ plugin, is there any reason to filter the body's content? would it be problematic to remove the filter? [19:05] could be in a module [19:05] jonnyb: sorry, no idea [19:05] ah [19:05] i think it's an upgrade bug - the fingerprint seems to have changed [19:06] or from a dynamic content block, for example [19:06] doesn't look like it ricks99 - you not seen this? [19:06] might be a charset thing [19:07] ? thought u were talking about "unknown" items on tiki-plugins.php [19:07] yes, i am [19:07] sorry. what was the question? [19:08] * ricks99 multitasking and coffee pot is empty :( [19:08] each one has a fingerprint generated when edited which seems quite fragile [19:08] should i just get rid of the unknown ones automatically? [19:09] *** ricks99_ has joined #tikiwiki [19:09] sorry about that [19:10] the fingerprint is necessary to know if the content of the plugin has changed, no? [19:11] of course, i'm not quite sure what good the finger print is to an end-user anyway [19:11] it is jut a meaningless hash [19:11] would rather see when it was added/last modififed (in addition to who added it) [19:12] *** ricks99 has quit IRC (Ping timeout: 265 seconds) [19:13] cls [19:14] clear [19:14] oups wrong tab [19:15] It's Ok for my mail. It had been a "lapsus scriptum", a miswritten because of my site teawik which uses abbreviation is for some names twk... [19:17] Trebly: so did you email me? [19:19] I am working on a computer restart, I need fiftteen minutes and the time to redact the answer. [19:21] looks like plugin approval is broken in 6.x :( [19:21] works for me in 6.0 [19:21] i'm getting them all showing as "unknown" [19:22] are they on wiki pages? [19:22] yup - HomePage [19:23] rodrigo_sampaio1: good job with the login/openid :-) [19:23] might be a wysiwyg problem - looks like the preview views count as needing approval or something [19:23] ah.. [19:23] * ricks99_ doesnt trust wysiwyg... yet [19:24] i have lots of these on a 5.x site though - no wysiwyg [19:28] seems when a page is previewed it generates an unknown approval item... i'm digging [19:31] *** gillesM has quit IRC (Remote host closed the connection) [19:50] *** RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [19:57] *** TJSwan has joined #tikiwiki [19:59] I have a problem with my uploaded pdfs, can someone help please? [20:01] what is the problem TJSwan? [20:02] *** ricks99_ is now known as ricks99 [20:02] after upload, the pdfs display blank. [20:02] local copies still work fine [20:03] if you download from tiki, the copy works? [20:03] when the link is clicked, reader displays a blank page. the file appears to open fine. [20:04] but all pages are blank [20:04] tikiwiki: 03changi67 * r30673 10/trim/ (10 files in 3 dirs): [MOD] From tikiwiki to tiki [20:04] if u download the file (not opening inside the browser) is the file ok? [20:05] no, they are blank [20:06] what is your tiki version? [20:06] 5.3 [20:06] could be the db encoding. are you using the file gallery to store the pdfs? [20:07] yes i am [20:07] storing in the DB or directory? [20:07] a directory [20:08] i,m sorry, i am using 5.2 [20:08] and you're storing in the file directory -- not the db? [20:10] I created a file gallery. I am looking at the admin page and do not see the setting you are asking for. [20:10] on Admin: File gallery, there is an otpion to store files in the db or a file directory [20:11] AH! it says database [20:11] k. this is known issue if your db uses the incorrect charset [20:12] see relnotes and docs for details [20:12] easiest workaround is to use file dirctory instead of db [20:13] ok, will look again in notes and docs thanks and sorry to bother you! [20:13] no problem. [20:15] tikiwiki: 03aproulx * r30674 10/branches/6.x/lang/fr/language.php: Correction [20:21] *** ricks99 has quit IRC (Remote host closed the connection) [20:36] ok, bye all - more over the weekend [20:36] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [20:37] chealer: thanks :) [20:39] *** mikebeary has joined #tikiwiki [20:41] I have a question.... When assigning groups to modules, do I need to assign any groups higher than registered, or are do higher levels have all the authority and permissions conferred from the registered group? [20:41] Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile [20:41] Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile [20:43] *** GillesMM has joined #tikiwiki [20:43] If I want every registered user to see the module, then i don't need to add subadmins and admins separately, right? [20:44] changi|berlin: there is no need to tag commits [MOD] if they don't cause a modification of behavior [20:48] *** rodrigo_sampaio has joined #tikiwiki [20:48] *** rodrigo_sampaio1 has quit IRC (Read error: Connection reset by peer) [20:48] *** kiilo has quit IRC (Ping timeout: 265 seconds) [21:02] New Forum Posts: TikiWiki not inserting at cursor point - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39472 [21:09] *** mikebeary has quit IRC (Remote host closed the connection) [21:11] *** mikebeary has joined #tikiwiki [21:13] *** pharvey has left [21:27] *** mikebeary has quit IRC (Ping timeout: 240 seconds) [21:30] *** pharvey has joined #tikiwiki [21:32] *** rick_ has joined #tikiwiki [21:33] Does anyone know? Is there an easy way to test if the user belongs to a specific group, from within a TPL? [21:33] I can test if someone is logged in by using {if $user}... [21:34] and I can test if a page is in a specific category with {if in_array(2, $objectCategoryIds)}.... [21:34] New Forum Posts: script to change permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39474 [21:34] but how to check if the current user in a specific category? [21:35] From within a Tiki Smarty TPL file, I need to show different content for different users, based on their Group. [21:37] anyone online? [21:51] *** rick_ has quit IRC (Quit: Page closed) [21:52] *** kiilo has joined #tikiwiki [21:53] *** chealer has quit IRC (Quit: Page closed) [21:54] I am working with a new site, where the pdf files display as blank. I understand this is an issue with having the dtatbase store the files and I am attempting to change to a directory to staore uploaded files. I have made the change in gallery admin and save the change using the file directory of /files. when attempting to use the move files to directory button or when trying to upload files [21:54] i get an error stating unable to write file or unable to read file. I have looked on tiki for smarties and changed the directory properties in filezilla to read as shown in the help, but still no luck. am I using the wrong path? or have I done something else wrong? [21:55] New Forum Posts: Error Message - Either Staging or Approved Page Cannot be Found - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39475 [21:58] I am working with a new site, where the pdf files display as blank. I understand this is an issue with having the datatbase store the files and I am attempting to change to a directory to store uploaded files. I have made the change in gallery admin and saved the change using the file directory of /files. when attempting to use the move files to directory button or when trying to upload [21:58] files i get an error stating unable to write file or unable to read file. I have looked on tiki for smarties and changed the directory properties in filezilla to read as shown in the help, but still no luck. am I using the wrong path? or have I done something else wrong? [22:07] the permissions of this directory must be read write by apache (or by all user) [22:07] *** kiilo has quit IRC (Ping timeout: 240 seconds) [22:09] ok, does all user present a security problem? [22:10] yes but some hosting does not let do otherwise [22:10] otherwise the diorectory must be outside the webaccessible urls [22:11] ah, ok thanks. I will try to use cpanel to set the attributes. the only ones offered by filezilla are owner group and public [22:14] *** ttrimm has joined #tikiwiki [22:20] quit [22:21] *** TJSwan has left [22:29] tikiwiki: 03sylvieg * r30675 10/trunk/lib/setup/prefs.php: [FIX]passwordf: default password must be diff than username [22:58] *** mohrt has left [23:02] *** leagris has joined #tikiwiki [23:26] *** lphuberdeau has quit IRC (Ping timeout: 255 seconds) [23:29] *** mohrt has joined #tikiwiki [23:32] *** mohrt has left [23:34] *** mohrt has joined #tikiwiki [23:36] *** mohrt has left [23:42] *** Trebly has quit IRC (Ping timeout: 240 seconds) [23:46] *** thraxisp has quit IRC (Ping timeout: 240 seconds) [23:57] *** mohrt has joined #tikiwiki [23:58] *** CaseysMom has joined #tikiwiki [23:59] hello