←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
CIA-37 | tikiwiki: 03marclaporte * r31998 10/trunk/robots.txt: adding edit translation page to robot exclusion | [00:09] |
dabright | @SteveC_: No problem with PDFs for my tiki | [00:20] |
chealer | SteveC_: which version do you use? | [00:24] |
.... (idle for 16mn) | ||
*** | redflo has left | [00:40] |
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte ricks99 has joined #tikiwiki | [00:46] | |
Tiki|bot | Recent Bug: Tracker item: #3748 - - Unable to find images in gallery when uploaded, using only ID - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3748 | [01:00] |
ricks99 | hi all :-)
02 01@SteveC_ Are you using directory or database? If DB, check the encoding. This is a known issue (see release notes for curupt uploaded files) | [01:01] |
SteveC_ | I am using database
I am also using Tiki 6.1 | [01:02] |
ricks99 | sounds like file corruption due to encoding issues. | [01:02] |
SteveC_ | Great, thanks for the pointer. I had not looked at release notes yet. I do know I migrated the DB to UTF-8 with the last upgrade. | [01:05] |
ricks99 | 99.99% that is the issue. confirm that 1. all tables in the db are utf-8, that 2. ur mysql connection collation is also utf-8, and 3. that the encoding in your db/local.php is utf-8
(or store file uploads in the file directory instead) | [01:06] |
SteveC_ | the local.php checks out. I'll check the other two as well.
I'd considered going to the filesystem, but that will mean the loss of what's in the db though I presume. | [01:09] |
ricks99 | Tiki can move files from DB < - > directory quite easily. See Admin: File Gallery page | [01:13] |
luciash | hi ricks99 | [01:25] |
ricks99 | hi luciash | [01:26] |
*** | kiilo has left
yuchien has joined #tikiwiki | [01:31] |
yuchien | hi cgealer
chealer r u therE? | [01:33] |
*** | Caarrie|away is now known as Caarrie|sleeping | [01:43] |
chealer | hi yuchien | [01:57] |
yuchien | hi | [01:59] |
chealer | yuchien: are you on Google Talk? I think I added you.
Google Talk is XMPP by the way | [02:00] |
luciash | btw, it seems to me that Wysiwyg editor is broken (doesn't show up for me in Opera when i switch from wiki) in trunk (jfyi) | [02:01] |
+ there is no way to switch back to wiki as the whole toolbar is missing too | [02:06] | |
SteveC_ | ricks99: In the local.php client_charset='utf8'; and a select from the mysql information_schema shows all tables as utf8
I'm thinking going to filesystem is likely going ot be my best answer at this point. | [02:08] |
chealer | SteveC_: and this problem affects newly uploaded files? could you show us? | [02:10] |
ricks99 | what is your mysql connection collation set as? | [02:12] |
SteveC_ | Unfortunately the site is supporting my corporate department behind a firewall.
How do I check that one? | [02:12] |
*** | USlacker has joined #tikiwiki | [02:12] |
ricks99 | is it for all files, or only certain sizes? | [02:12] |
SteveC_ | I'd be happy to share one of the PDF's in question, but I don't know that would be a big help.
I'm not seeing a size distinction, though at the moment we have only identified PDF's with the issue. | [02:13] |
luciash | seems javascript is broken on trunk or something (to me) | [02:13] |
ricks99 | @SteveC_ on my phpadmin, i have db collation and connection collation. See http://bit.ly/gro8IK | [02:14] |
luciash | uhm, no, sorry | [02:14] |
ricks99 | how big is the pdf? | [02:15] |
chealer | SteveC_: what are the sizes of the original file and the one fetched from Tiki? | [02:15] |
*** | yuchien has quit IRC (Quit: Page closed)
goj has quit IRC (Read error: Operation timed out) | [02:15] |
SteveC_ | Both report as 1.1mb, but let me go check it to the byte.
ricks99: The link you sent comes back telling me a "Pufferfish might have eaten the referenced page" I'm using MySQL Workbench to check the DB out. brb, checking exact sizes Interesting, there is about a 100k difference in file size from the originally uploaded file and what comes back down. | [02:16] |
ricks99 | SteveC_: long URL http://twessentials.keycontent.org/Essential+Installation+Tips
there are 2 settings: 1 for the db and 1 for the connection | [02:23] |
*** | goj has joined #tikiwiki | [02:31] |
SteveC_ | Okay, I just had MySQL Workbench generate a create statement for the database in lieu of being able to find a "connection correlation" specific setting and it comes back with a default character set of latin 1. | [02:32] |
Tiki|bot | New Forum Posts: characters replaced with ???????? when saving page - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40155 | [02:32] |
SteveC_ | I guess I assumed the tiki migration from latin1 to utf8 during the install handled the DB along with the tables.
Man 30 years at this and I still get bit by that assumption thing. | [02:34] |
ricks99 | your connection is uring the wrong encoding. thats why files are getting corrupt | [02:35] |
SteveC_ | Yep. I understand now, though I would have probably never found it on my own. | [02:37] |
ricks99 | pls see the upgrade doc for details: http://doc.tiki.org/Upgrade#Fix_the_encoding_issue | [02:37] |
SteveC_ | Actually, I misspoke earlier. I did read the release notes when I was upgrading, just not during this problem investigation. The page your referencing is what started me moving from latin1 to utf8.
I did that already. | [02:39] |
chealer | SteveC_: could you show your local.php (leaving out the password if you wish)? | [02:39] |
SteveC_ | Sure. C&P here or by some other means? | [02:40] |
ricks99 | hm... everything is utf-8 and youre *still* having problems? I'm at a losss :( | [02:40] |
chealer | SteveC_: I don't mind, you can use a pastebin too | [02:40] |
SteveC_ | No no... Maybe I wasn't clear. The database itself is latin1.
select * from information_schema.schemata; was very helpful in confirming that. | [02:40] |
ricks99 | ah. if you change the db to match tiki's local.php and all the tables, should b fine | [02:41] |
luciash | chealer: u r late ;) they already figured out :) | [02:42] |
ricks99 | lol
ricks99 thinks this issue would make a good entry for the revamped FAQs | [02:42] |
SteveC_ | Oh, I thought chealer was following up another line of thought.
So just to confirm, does the "Fix the encoding issue" not update the schema in addition to the tables. If it is supposed to then something went awry. | [02:43] |
ricks99 | the installer will attempt to fix everything. but ymmv | [02:45] |
SteveC_ | Understood.
I thinking adding three verification steps (two information_schema queries, one each for tables and for schema itself) and verifying the local.php setting would be a nice addition to the "Fix encoding" page right before "Congratulations! You are done" I can add this if you like. | [02:45] |
luciash | yes, you are welcome | [02:48] |
SteveC_ | Okay. I'll do it now while it's fresh for me and before I am OBE'ed.
I'll actually add it as a "Verification" link so as to not clutter up the instructions. And thank you very much for the assist. | [02:48] |
ricks99 | glad everything working for you now | [02:54] |
chealer | SteveC_: your issue is solved? | [03:01] |
SteveC_ | I'll verify for certain after updating the doc. Fixed or not, these validation steps are good to have.
If I don't update the doc now I'll get lost in something else and never get back. Like my son says, "Dad... FOCUS" :) | [03:01] |
..... (idle for 20mn) | ||
chealer | SteveC_: that's one way to work.
SteveC_: the "Fix the encoding issue" should update the schema in addition to the tables. but I believe it can fail quietly | [03:22] |
SteveC_ | I think it did in my case for reasons we will probably never know. | [03:23] |
chealer | SteveC_: probably missing privileges | [03:23] |
*** | yuchien has joined #tikiwiki | [03:25] |
CIA-37 | tikiwiki: 03chibaguy * r31999 10/trunk/styles/fivealive.css:
tikiwiki: [ENH] Updated Fivealive site header layout rules to retain pre-Tiki 7 appearance tikiwiki: (assumption being that each theme should position the default items according to tikiwiki: its design; overrides are possible on admin-modules page). This file todo: popup tikiwiki: login form, new background image, removal of deprecated rules, etc. | [03:28] |
*** | yuchien has quit IRC (Quit: Page closed) | [03:40] |
SteveC_ | Okay, update finished. It's at https://doc.tiki.org/Encode+fix+verification if anyone deeper in the know wants to verify my fix recommendations. | [03:45] |
CIA-37 | tikiwiki: 03chealer * r32000 10/trunk/tiki-contact.php: [FIX] Contact: quiet failure when user lacks tiki_p_messages | [03:50] |
*** | ricks99 has quit IRC (Quit: Now available, the first and only Tiki book. Get it at http://twessentials.keycontent.org) | [03:50] |
Tiki|bot | New Forum Posts: Bare Naked Wikis, Oh My! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40156 | [03:56] |
SteveC_ | Bad news folks. I corrected the schema to be utf8 (and verified) then deleted the previously uploaded file, re-uploaded the file then downloaded the file. It came back as broken.
It is in fact the exact same smaller size as the previous broken downloads. | [04:02] |
.... (idle for 15mn) | ||
I'll probably just drop back to using the filesystem at this point. Seeing as doing so will preclude the ability to troubleshoot further I'll hold off until tomorrow in case this presents an opportunity to investigate.
I need to drop off, but I'll check back in the morning to see if anyone wants to dig further before I "destroy the evidence" for to filesystem. Thanks again though all the same. | [04:18] | |
......... (idle for 40mn) | ||
chealer | SteveC_: I would still suggest to show your local.php (leaving out the password if you wish) | [05:00] |
SteveC_ | $db_tiki='mysql';
$dbversion_tiki='6.1'; $host_tiki='localhost'; $user_tiki='tikiadmin'; $dbs_tiki='eq_site'; $client_charset='utf8'; | [05:02] |
*** | rtdos has quit IRC (Remote host closed the connection) | [05:07] |
chealer | SteveC_: that looks good.
SteveC_: I'm sending you a non-ASCII file to make sure the issue is encoding | [05:10] |
SteveC_ | chealer: Sorry, was just headed to bed when I heard earlier messages.
I'll give that file a try if you send it over. I just uploaded an image and the download worked fine. Then I uploaded an Excel workbook and that downloaded fine. But PDF is still a problem. | [05:18] |
chealer | SteveC_: I was trying to upload with DCC
SteveC_: I'm retrying SteveC_: do you get anything? | [05:25] |
SteveC_ | Yes. | [05:25] |
chealer | SteveC_: basically you just need a file with some accent (non English)
a plain text file | [05:25] |
SteveC_ | Okay. I'll give this file I go. | [05:26] |
chealer | "Chaîne de caractères" in a .txt file should also work | [05:26] |
SteveC_ | I got your file, but it is zero in size.
I'll C&P your characters into a file and upload it. | [05:28] |
chealer | SteveC_: I don't think you got it, my IRC client shows 0% transferred, failure | [05:29] |
SteveC_ | It showed success here.
Nope. My bad. Misread it. chealer: A C&P of "Chaîne de caractères" put into a notepad file, saved and then uploaded came back down just fine. I just tried renaming the PDF and then uploading it in case the temp file was just getting reloaded from the server since I made the schema change to udf8 and it is still the same problem. Okay. I really am stepping away for the night. Thanks again. | [05:29] |
chealer | SteveC_: so you got this problem with several PDF files?
SteveC_: did you have success with bigger but non-PDF files? | [05:50] |
Tiki|bot | New Forum Posts: Daily reports - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40160 | [05:51] |
....... (idle for 34mn) | ||
*** | luciash has quit IRC (*.net *.split)
Jyhem has quit IRC (*.net *.split) goj has quit IRC (*.net *.split) olinuxx has quit IRC (*.net *.split) Sug4r has quit IRC (*.net *.split) Tiki|bot has quit IRC (*.net *.split) honeygirl has quit IRC (*.net *.split) | [06:25] |
CIA-37 | tikiwiki: 03chibaguy * r32001 10/trunk/templates/modules/mod-menu.tpl: [FIX] .clearfix needed to contain contents (so #tiki-top background will display behind menu, etc.). | [06:37] |
.......... (idle for 45mn) | ||
*** | dabright has quit IRC (Quit: Leaving.) | [07:22] |
......... (idle for 41mn) | ||
marclaporte has quit IRC (Ping timeout: 250 seconds) | [08:03] | |
chealer has quit IRC (Remote host closed the connection) | [08:14] | |
Wilkins has joined #tikiwiki | [08:19] | |
randomatix has quit IRC (Ping timeout: 250 seconds)
Tiki|bot has joined #tikiwiki Sug4r has joined #tikiwiki goj has joined #tikiwiki Jyhem has joined #tikiwiki luciash has joined #tikiwiki honeygirl has joined #tikiwiki olinuxx has joined #tikiwiki verne.freenode.net sets mode: +o luciash randomatix has joined #tikiwiki | [08:27] | |
..... (idle for 23mn) | ||
chealer has joined #tikiwiki
chealer has quit IRC (Changing host) chealer has joined #tikiwiki | [08:52] | |
............ (idle for 56mn) | ||
Yonixxx has joined #tikiwiki | [09:48] | |
chibaguy has joined #tikiwiki | [09:56] | |
chibaguy | polom | [09:56] |
..... (idle for 20mn) | ||
Yonixxx | hey hey !!! Conishuwa
(more or less) | [10:16] |
mose | konichiwa
I think | [10:17] |
Yonixxx | こんにちは
Mose long time no see :) | [10:19] |
mose | indeed | [10:19] |
Yonixxx | Bonjour donc | [10:19] |
mose | nihao :) | [10:19] |
Yonixxx | Hu ? what is nihao ? nih Assistee par Ordinateur ? | [10:20] |
mose | it's bonjour in chinese
as it's my daily language now | [10:20] |
Yonixxx | Really ? you live in china ? | [10:21] |
mose | not far, in taiwan
for 3 years now | [10:21] |
Yonixxx | MMmm cool ! I have a very good friend that live in china for 3 year now Shanghai | [10:22] |
mose | taiwan is a bit different but root culture is the same | [10:22] |
Yonixxx | arf… je vous envie a vous balader comme ca…. Children ? | [10:22] |
mose | none
that's why :) | [10:23] |
Yonixxx | that's explain a little :)
yes | [10:23] |
mose | well, all my childrens are in cvs or svn or git repositories hehe | [10:23] |
Yonixxx | LOL… since we talk i have a 19y old, a 3 1/2 girly and one year baby NO WAY i can move like this | [10:24] |
mose | I can imagine
I value my luck | [10:25] |
Yonixxx | But i didn't say my last word… i'm just 47 (in 20 days) after all. Still rock'n'roll...
anyway feels good to see you … on irc ???!!!??? lol | [10:26] |
mose | that's the common way to see people ;)
at least in our personal history, isn't it ? | [10:27] |
Yonixxx | yes… there is a Tikifeast in Haifa this august… no way you drop by ?[10:31] <chibaguy> hi Yonixxx and mose :-) | [10:27] |
welcome to this worldwide session ! :) Where are you now ? | [10:32] | |
chibaguy | who me? in chiba, japan, still. | [10:45] |
Yonixxx | Taiwan, Japan, Hong-kong… what a nice trip !…
shanghai too... | [10:59] |
..... (idle for 21mn) | ||
*** | Caarrie|sleeping is now known as Caarrie|away | [11:21] |
....... (idle for 31mn) | ||
jonnyb has joined #tikiwiki | [11:52] | |
jonnyb | polom all - chibaguy, do you want to chat about themes and stuff? i'm (finally) replying to your mails to the cvs list | [11:53] |
chibaguy | hi jonnyb
chibaguy just got back from dog walking. | [11:56] |
jonnyb | hi chibaguy - just back from making more coffee | [12:06] |
chibaguy | :-)
yes, about the themes.... ...what are your thoughts? | [12:06] |
jonnyb | i was just doing to do an explanation of the fixed_width changes to the devels list - were you happy with how it is now?
and that #fixedwidth should be deleted | [12:09] |
chibaguy | well, the problem is that header isn't getting fixed-widthed.
in fivealive, it isn't supposed to. but in other themes it should. | [12:09] |
jonnyb | yes, but fivealive didn't obey the fixed_width pref anyway?
header seems to obey fixed width for me in trunk, not for you? | [12:11] |
chibaguy | well, fivealive was hardcoded to let header and footer go full-width, but their contents and middle to be fixed width, in line with the original design. | [12:14] |
*** | dthacker has joined #tikiwiki | [12:14] |
luciash | re-polom | [12:15] |
chibaguy | no, it's going full-width for me. I need to check if that's due to something I did, I guess. | [12:15] |
jonnyb | hi luciash
chibaguy: maybe i have some uncommitted stuff locally - also checking | [12:15] |
chibaguy | footer also is full width. I know I didn't mess with footer yet. | [12:16] |
jonnyb | in which themes? they're all fixed for me (maybe a browser issue) | [12:16] |
luciash | hi jonnyb, chibaguy, Yonixxx and mose ! :) | [12:17] |
*** | ricks99 has joined #tikiwiki | [12:19] |
chibaguy | well, I'm looking at jqui in opera now, arcturus in firefox. seems like they all show the same behavior. I noticed it earlier when working on business and ohia. | [12:19] |
luciash | is it just the background glitch we talk about or something more essential with header and footer in trunk ? | [12:20] |
chibaguy | hi luciash. I think header and footer aren't getting the fixed-width treatment, at least I don't see it here.
but do you mean something even more essential? ;-) | [12:21] |
jonnyb | luciash: i made some fundamental structural changes in header and footer - just picking up the pieces now... | [12:22] |
CIA-37 | tikiwiki: 03sylvieg * r32002 10/trunk/ (templates/mail/share.tpl tiki-share.php): [FIX]share: change only the mail from if it is the user email or the site email | [12:22] |
luciash | chibaguy: btw, opera is my default "fastest" browser now on my mini again ;) chrome was way too much going nuts with lot of opened tabs and i got annoyed by those "crashed" tabs icons enough ;) | [12:22] |
chibaguy | yeah, I'm pretty happy with opera now, too. | [12:22] |
jonnyb | hmmm, opera is just about the only browser i don't "support" | [12:23] |
chibaguy | fortunately, it works pretty well with tiki now without "support" ;-) | [12:23] |
luciash | chibaguy: yeah, improved a lot, also fonts rendering, tiki css menus issue got fixed "itself" and finally typeface.js works in it now ! | [12:23] |
chibaguy | yep, and there was a nasty problem with Tiki's textareas in 10.61 or so. | [12:24] |
CIA-37 | tikiwiki: 03sylvieg * r32003 10/branches/6.x/ (templates/mail/share.tpl tiki-share.php): [bp/r32002][FIX]share: change only the mail from if it is the user email or the site email | [12:24] |
luciash | jonnyb: ok, i will make some tests of the fundamental structural changes ;) | [12:24] |
jonnyb | basically you should be able to set the width for fixed_width mode in look&feel | [12:25] |
luciash | chibaguy: yea, it seems they fixed pretty much everything for us :-p
jonnyb: as it was pre-6.x ? jonnyb: ah, u mean in pixels or ems or %, i see | [12:25] |
jonnyb | no, i don't think there was ever a pref for the width | [12:26] |
luciash | yep, that works
but the header is still the same for me | [12:28] |
jonnyb | just updating http://alcns.net so we can be looking at the same thing - seems to work ok there (fixed width at 900px) | [12:29] |
luciash | i mean i set 75%, middle changes, but header stays at 990px | [12:30] |
chibaguy | oh, I see, you have div#top_modules made fixed-width. | [12:31] |
luciash | fivealive | [12:31] |
chibaguy | not div#header
hmm | [12:31] |
jonnyb | yes, we need a container for the whole top area that's full width, and then something inside that's .fixedwidth | [12:32] |
chibaguy | that's why my theme updates show a header apparently full width. | [12:32] |
luciash | eh, it does 75% for the #top_modules inside the 990px #header :-p | [12:32] |
jonnyb | yes, becasue that's where you put the stuff to go in the header now - not good? | [12:33] |
luciash | so #top_modules render 742px | [12:33] |
jonnyb | i'm not sure having a fixed width set to a % will be very reliable - that's sort of fixed but fluid, no? | [12:34] |
chibaguy | why can't header itself be constrained by fixed-width? I think that would facilitate styling. | [12:35] |
luciash | not good, because #middle renders at 1426px as 75% of the whole browser viewport here
which is apparently computing different width compared to header | [12:35] |
jonnyb | then how would you set a background that needs to be full width? | [12:35] |
chibaguy | yeah, I was wrestling with that. | [12:36] |
jonnyb | i thought that #header should be like #middle and #footer
stripes going across the whole page yes, fivealive now look broken - was ok yesterday (well, was better, if not perfect) just checking the changes you made chibaguy | [12:37] |
luciash | why not having same layout width css rules for rendering for #header, #middle and #footer ? | [12:38] |
chibaguy | well, maybe header can be full width, but then there's a shortage a divs for the fixed-width header area. There needs to be two, for eg kubrick and eatlon, IIRC. | [12:38] |
jonnyb | that's why i added header_container inside it - still need more? | [12:39] |
chibaguy | header_outer? | [12:39] |
jonnyb | could do... | [12:39] |
chibaguy | maybe there are enough. I wasn't understanding the arrangement in my first batch of updates.
(was wondering why all the header graphics were full width) | [12:40] |
jonnyb | looks like you set the width of header in fivealive to be 990px, which will break the new pref won't it? | [12:41] |
chibaguy | Probably. I didn't know how you had changed the header behavior. | [12:42] |
jonnyb | sorry, thought i mailed you about it (drowning in emails) | [12:42] |
chibaguy | I'll have another go, with this info. No problem. | [12:42] |
jonnyb | can i make the changes i think it needs, then we discuss more?
did you add a header_outer div? | [12:43] |
chibaguy | I see one in trunk. I didn't add any | [12:43] |
jonnyb | oh right, yes - i see it
shall i add an inner one too for bg image positioning? | [12:44] |
chibaguy | I'm not sure yet, but probably it isn't needed. | [12:45] |
jonnyb | i'm also going to add a new mode to mod-login_box to do popup properly, so that should appear later today | [12:45] |
luciash | i think the #header needs the same as #middle, so it should be <header class="clearfix fixedwidth" id="header">...
now it is just class="clearfix" | [12:45] |
jonnyb | luciash: but then what will be full width there? | [12:46] |
luciash | full width is the #header_outer | [12:46] |
jonnyb | hang on... checking
ok, yes - it should be the same structure for each "band" | [12:47] |
chibaguy | I won't get back to the theme updating for 12 hours or so, so can start after any changes you make. | [12:48] |
jonnyb | so header_outer should be inside header, like #wrapper? | [12:48] |
luciash | can be | [12:48] |
jonnyb | ok chibaguy - hope it all makes more sense tomorrow :P | [12:49] |
luciash | it doesn't matter which one | [12:49] |
chibaguy | :-) | [12:49] |
luciash | but more logical sounds #header #somewrapper than #somewrapper (#header_outer in this case) #header | [12:49] |
jonnyb | agreed | [12:50] |
luciash | to make it consistent with #middle part
okie :) | [12:50] |
jonnyb | for fivealive i think we need 4 layers for header bg images - repeating blue tile, left white & black stripe bit, outer right menu stripe and the middle fading bit
the tricky bit is having the black stipe for the menu full width, but optional | [12:52] |
luciash | jonnyb: i think enough would be if you kill #header_outer and move just the class fixedwidth from #top_modules to #header
oh, nope, sorry | [12:53] |
jonnyb | but then there's nowhere to put the top full width stripe | [12:54] |
luciash | that wouldn't work :-p
right | [12:54] |
jonnyb | and i think some themes need 2 of them | [12:54] |
luciash | i keep forgetting ;) | [12:54] |
jonnyb | it's that bloomin' environment keeps getting in the way! :) | [12:55] |
luciash | so lets do #header #header_wrapper #top_modules, right ? | [12:57] |
jonnyb | working on it (but leaving header_outer too)
divs are cheap! | [12:58] |
luciash | and why not having the same layouting (columns) possibilities for #header as we have for #middle btw ?
ok, asking for too much i guess ;) for the drag and drop, etc. :) | [12:58] |
jonnyb | :) | [12:59] |
luciash | heh, divs are cheap :-p | [13:00] |
jonnyb | i've added 4 new module zones - i think that should be enough! | [13:00] |
luciash | and also cheat many times ;) | [13:00] |
jonnyb | yes, module zones aren't just divs! | [13:00] |
chibaguy | the previous method for site header had a lot of flexibility. the "header-top" could flex higher and lower depending on logo size, etc., plus flex horizontally. I hope we can match that. | [13:00] |
jonnyb | you can use absolute pos for modules, so you can do more or less anything in the header and footer now | [13:00] |
chibaguy | that's what I've been doing mostly, for those "default" modules. | [13:01] |
luciash | chibaguy: i hope to not lose any bit of that (your hard work) too ! :)
jonnyb: parent has position: relative ? | [13:01] |
jonnyb | yup - all .modules divs are pos:rel | [13:02] |
luciash | jonnyb: very nice ! +1 ! :) | [13:02] |
CIA-37 | tikiwiki: 03sylvieg * r32004 10/trunk/lib/prefs/feature.php: [FIX]share: warning to activate antibot | [13:02] |
jonnyb | fivealive needs two containing divs outside the fixed width bit (at least)
so it can't be the same structure as middle, sadly :( ] luciash: you can now set the style and class of each module in modules admin too, so the themes need to do much less | [13:03] |
luciash | jonnyb: yep, i expect one extra div wrapper for #header than #middle, that is understandable
jonnyb: or maybe we need the same for #middle ;) | [13:05] |
jonnyb | hmmmm, wrestling with it now... | [13:07] |
luciash | jonnyb: i mean, what if someone wants different background for #middle but full width, and then still have the fixed width layout for the columns and center content ? | [13:07] |
jonnyb | could use body or what used to be #fixedwidth maybe? | [13:08] |
CIA-37 | tikiwiki: 03sylvieg * r32005 10/branches/proposals/6.x/lib/prefs/feature.php: [bp/r32004][FIX]share: warning to activate antibot | [13:08] |
sylvieg | :-( I sent a commit to 6 instead 6.x to I rolled back?
:-( | [13:09] |
luciash | yeah, well... it sounds easy, but probably it is not because of the floating source ordered layout
jonnyb: so, forget the idea for now and focus on header and footer ;) | [13:09] |
jonnyb | agreed | [13:10] |
luciash | sylvieg: oops, sorry ? | [13:10] |
Yonixxx | polom all | [13:10] |
CIA-37 | tikiwiki: 03sylvieg * r32006 10/branches/proposals/6.x/ (templates/mail/share.tpl tiki-share.php): [bp/r32002][FIX]share: change only the mail from if it is the user email or the site email | [13:11] |
jonnyb | polom Yonixxx
luci - #header is defined as 100% width in lite.css :( so can't be both 100% and fixedwidth | [13:11] |
luciash | jonnyb: oh, oopsie, it shouldn't be as it is div anyway
jonnyb: was it me ? :-p | [13:12] |
jonnyb | working round it | [13:13] |
luciash | ah, depends if it has display: table
or something, i don't remember exactly | [13:13] |
jonnyb | line 34 of lite.css | [13:14] |
luciash | i see | [13:15] |
jonnyb | so have created div#header_fixedwidth inside it | [13:15] |
luciash | fine
anyway, i thought that's what we want #header full width and inner wrapper for the fixed | [13:15] |
jonnyb | yup
then div.modules with all the stuff in | [13:16] |
luciash | bbl | [13:24] |
Yonixxx | I'm trying to set the z-index for a div in a wiki page… but not working (position and z-index are ignored in the browser)
{DIV(align="right",float="none",clear="none", position="relative", z-index="200";)} if i enter the 2 tag manually with firebug it work ok | [13:28] |
chibaguy | Yonixxx: position and z-index might not be supported as div parameters. Did you check the docs on that?
You can use the html plugin and html syntax, if not supported in div. bbl | [13:29] |
*** | olinuxx has quit IRC (Quit: http://www.linuxmao.org http://tangostudio.tuxfamily.org/) | [13:33] |
Yonixxx | Well, it is not "supported" while i use it from with in the wiki page. If i insert them (in the div tag) directly using firebug it works.
as this part should be "user" editable, i'd prefer keep it simple for editing purpose | [13:33] |
Tiki|bot | New Forum Posts: Create events from / within a page? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40164 | [13:35] |
*** | olinuxx has joined #tikiwiki | [13:36] |
redflo has joined #tikiwiki
lphuberdeau has quit IRC (Ping timeout: 265 seconds) | [13:41] | |
chibaguy | Yonixxx: unfortunately, the div parameters have to be coded in the plugin, in advance. Not every property is supported. | [13:49] |
Yonixxx | MMm…. ok understood
many thanks | [13:50] |
*** | lphuberdeau has joined #tikiwiki | [13:50] |
Yonixxx | As the DIV plugin include a "css class" do you think as i'm i can create a class with the position and z-index element ? | [13:53] |
chibaguy | Yonixxx: I think you can use "style" with the div plugin, but I'm not sure if it works with more than one property.
Best to check doc.tiki.org. g'night | [13:54] |
*** | chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) | [13:55] |
CIA-37 | tikiwiki: 03sylvieg * r32007 10/branches/6.x/ (templates/mail/share.tpl tiki-share.php): [FIX}rollback wrong branch | [14:00] |
*** | olinuxx has quit IRC (Remote host closed the connection) | [14:02] |
CIA-37 | tikiwiki: 03sylvieg * r32008 10/trunk/lib/notifications/notificationemaillib.php: [FIX]missing commit to 31854 - thx chealer | [14:03] |
*** | olinuxx has joined #tikiwiki
Trebly has joined #tikiwiki | [14:04] |
..... (idle for 21mn) | ||
rtdos has joined #tikiwiki | [14:26] | |
CIA-37 | tikiwiki: 03lphuberdeau * r32009 10/trunk/ (3 files in 3 dirs): [MOD] Display a flag on approved revisions in the history for users allowed to view all revisions, also make some changes to the structure of the table to reduce the amount of columns | [14:38] |
Tiki|bot | New Forum Posts: Error when using Contributions by author - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40166 | [14:38] |
SDuensin | Blah. | [14:42] |
CIA-37 | tikiwiki: 03lphuberdeau * r32010 10/trunk/ (templates/tiki-pagehistory.tpl tiki-pagehistory.php): [FIX] Approved flag not displayed on latest version | [14:46] |
lphuberdeau | just noticed the 'Advanced' button in page history, that basically adds all those diff options you couldn't possibly want to use | [14:49] |
jonnyb | hi lphuberdeau - yes, i stuffed them all in there when i last had a tidy-up
i bet someone likes them :P | [14:57] |
..... (idle for 20mn) | ||
*** | kiilo has joined #tikiwiki | [15:17] |
redflo has left | [15:25] | |
GillesM has joined #tikiwiki | [15:36] | |
CIA-37 | tikiwiki: 03jonnybradley * r32011 10/trunk/templates/tiki.tpl:
tikiwiki: [MOD] layout: Move the .fixedwidth class divs around to make legacy themes easier (possible) to adapt (following discussions on irc - thanks chibaguy and luciash). tikiwiki: Extra div around #header to allow layering of bg images, as seen in fivealive. tikiwiki: N.B. Themes will need adapting to look as they use to. | [15:37] |
tikiwiki: 03jonnybradley * r32012 10/trunk/styles/ (5 files in 2 dirs): [MOD] layout: Adapt fivealive, strasa/* and darkroom to the new fixed width/modules revamp tiki.tpl layout (More to do) | [15:48] | |
*** | _RoT_ has joined #tikiwiki | [15:54] |
_RoT_ | hi all! i have a problem with the conformation of a newsletter subscription - i allowed anan users tzo subscribe an i get an email with a confirmation link. when i click the link i get "error: you are not logged in" - thus there seemst to be a problem with insufficent rights? which one would i have to allow for
? | [15:55] |
CIA-37 | tikiwiki: 03lphuberdeau * r32013 10/trunk/ (templates/tiki-pagehistory.tpl tiki-pagehistory.php): [MOD] Allow to add/remove approval on specific versions from the page history (view) | [16:05] |
sylvieg | _RoT_: in newsletters -> tiki_p_subscribe_newsletters
perhaps you need also the tiki_p_view_newsletters??? | [16:19] |
_RoT_ | hm it was list - i now made it
strange thing is list on only the single newsletter was not enough so it was global tiki_p_view_newsletters for anonymous thx | [16:20] |
......... (idle for 41mn) | ||
CIA-37 | tikiwiki: 03lphuberdeau * r32014 10/trunk/templates/ (tiki-page_bar.tpl tiki-wiki_topline.tpl): [ENH] Remove edit links when not on latest version of a page needing approval
tikiwiki: 03sylvieg * r32015 10/trunk/ (9 files in 6 dirs): [NEW]category: use the same algorithms than freetags to display related content of the asme type based on categories | [17:02] |
jonnyb | lphuberdeau and anyone else interested: i'm going to start on the "theme generator" now...
and was considering your reaction (of mild horror) to my idea of intercepting the minify css function and doing the colour etc replacements before writing out the cache file | [17:06] |
lphuberdeau | well, css isn't always minified
and that part is already a bit slow | [17:07] |
jonnyb | true - i have seen a couple of (dodgy) servers that won't do minify properly | [17:08] |
lphuberdeau | I think it would mostly be about writing a new css file and including that one that would contain the overrides | [17:08] |
jonnyb | i guess so, probably safest that way too (and much easier to debug!) | [17:08] |
lphuberdeau | yes, definitely | [17:09] |
jonnyb | ok, will start messing with it :) | [17:09] |
CIA-37 | tikiwiki: 03jonnybradley * r32016 10/trunk/ (3 files in 3 dirs):
tikiwiki: [ENH] modules: login_box - add popup "cssmenu" mode (like fivealive). tikiwiki: Basically functional in most styles now but needs CSS refactoring and tidying. | [17:11] |
*** | Wilkins has quit IRC (Ping timeout: 264 seconds) | [17:14] |
CIA-37 | tikiwiki: 03jonnybradley * r32017 10/trunk/styles/layout/layout.css: [FIX] layout: Stop middle columns overlapping by using display:table | [17:21] |
........ (idle for 36mn) | ||
chealer | polom | [17:57] |
*** | _RoT_ has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014]) | [17:57] |
ricks99 has quit IRC (Quit: Now available, the first and only Tiki book. Get it at http://twessentials.keycontent.org) | [18:02] | |
Tiki|bot | New Forum Posts: domain.com vs www.domain.com - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40169 | [18:15] |
.... (idle for 15mn) | ||
chealer | jonnyb: it looks like the Remember me checkbox is gone...
(when it's optional) | [18:30] |
jonnyb | oh, shouldn't have done - in header or normal module?
or popup? | [18:33] |
chealer | jonnyb: sorry, I was talking about the module, but I don't see it anywhere
not in the header neither nor in tiki-login_scr.php | [18:34] |
jonnyb | hmm, i have it in popup mode but not normal
will find it tomorrow (if you don't first) :) | [18:35] |
chealer | this login module is hacky :-/ | [18:36] |
jonnyb | wah! about a 100 times less hacky than it was before (i'm offended ;) ) | [18:36] |
chealer | hum, {if $prefs.rememberme ne 'disabled' and !empty($module_params.remember) and $module_params.remember neq 'n'}
it's more the usage from tiki-login_scr that is/was hacky actually | [18:38] |
jonnyb | yes, that looks wrong - maybe | [18:41] |
*** | lphuberdeau has quit IRC (Read error: Connection reset by peer) | [18:41] |
chealer | jonnyb: yes, it must be from r31986
which adds the !empty($module_params.remember) requirement jonnyb: you added 3 parameters but you only set defaults for 2, maybe you forgot doing the same for rememberme | [18:42] |
jonnyb | yes, will check it tomorrow (running out of day here) | [18:43] |
chealer | jonnyb: OK, thanks | [18:44] |
*** | kiilo has quit IRC (Quit: leaving ...)
kiilo has joined #tikiwiki Yonixxx has quit IRC (Quit: Leaving.) xavi has joined #tikiwiki | [18:47] |
SteveC_ | chealer: You last question yesterday led to an interesting observation. I put a 3M+ file up and downloaded it. The file came down at the same reduced size as the PDF. | [18:56] |
*** | redflo has joined #tikiwiki | [18:59] |
chealer | SteveC_: OK. that's interesting indeed but I don't remember seeing this scenario.
SteveC_: what are the max size configurations you checked already again? | [19:05] |
SteveC_ | chealer: On a conference call now, but I'll get info to you as I can.
chealer: post_max_size = 8M chealer: upload_max_filesize = 6M chealer: Other limits you'd like to see? | [19:06] |
*** | randomatix has quit IRC (*.net *.split)
Sug4r has quit IRC (*.net *.split) Tiki|bot has quit IRC (*.net *.split) xavi has quit IRC (*.net *.split) Trebly has quit IRC (*.net *.split) goj has quit IRC (*.net *.split) luciash has quit IRC (*.net *.split) Jyhem has quit IRC (*.net *.split) kiilo has quit IRC (*.net *.split) GillesM has quit IRC (*.net *.split) honeygirl has quit IRC (*.net *.split) mose has quit IRC (*.net *.split) Caarrie|away has quit IRC (*.net *.split) sipherdee has quit IRC (*.net *.split) | [19:13] |
chealer | SteveC_: hum, it seems these should be enough. so that problems doesn't affect just PDF-s, does it? | [19:17] |
*** | lphuberdeau has joined #tikiwiki
xavi has joined #tikiwiki GillesM has joined #tikiwiki Trebly has joined #tikiwiki randomatix has joined #tikiwiki honeygirl has joined #tikiwiki luciash has joined #tikiwiki Jyhem has joined #tikiwiki goj has joined #tikiwiki Sug4r has joined #tikiwiki Tiki|bot has joined #tikiwiki Caarrie|away has joined #tikiwiki mose has joined #tikiwiki sipherdee has joined #tikiwiki verne.freenode.net sets mode: +o luciash | [19:18] |
SteveC_ | chealer: apparently not.
chealer: it just so happens that the PDFs were large enough and accessed commonly enough to be our indicator. | [19:19] |
*** | kiilo has joined #tikiwiki | [19:19] |
chealer | SteveC_: yeah, OK
SteveC_: do you get any PHP warning/error when uploading files over 1 MB? | [19:19] |
SteveC_ | No. I have received no errors and I have error reporting turned on. | [19:20] |
chealer | SteveC_: OK, what is the error reporting level, do you get notices? | [19:20] |
SteveC_ | chealer: php.ini -- error_reporting = E_ALL
chealer Tiki -- "Report all errors" | [19:23] |
chealer | SteveC_: in what environment/OS does Tiki run? | [19:24] |
xavi | hi all
SteveC_: I 've read the log for today, and your issue | [19:24] |
chealer | hi xavi | [19:25] |
xavi | did you run the last step about converting the content from your db to utf-8?
SteveC_: I mean, step 3 here: https://doc.tiki.org/Upgrade#Fix_the_encoding_issue hi chealer | [19:25] |
SteveC_ | Running on RedHat
Yes. I ran all steps. | [19:26] |
chealer | SteveC_: what version, and which PHP version? | [19:27] |
SteveC_ | Hi xavi
2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux | [19:27] |
Tiki|bot | Recent Bug: Tracker item: #3749 - - Can't login after disabling Remember Me - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3749 | [19:30] |
SteveC_ | PHP Version 5.1.6 | [19:31] |
chealer | SteveC_: 5, so presumably PHP 5.1.6. it's not a shared server, right? a dedicated physical machine? | [19:31] |
SteveC_ | chealer: I'm not sure what you mean by "PHP 5.1.6. it's not a shared server", but this is a physical machine dedicated to this one site.
We do have some utility scripts running to collect data from other servers, but that's about all else that runs. | [19:33] |
*** | garethmcc has joined #tikiwiki | [19:34] |
chealer | SteveC_: OK, so you don't have any other PHP application installed to test if they have the same problem?
SteveC_: did you try uploading with file gallery storage in the file system? | [19:34] |
SteveC_ | chealer: Hmmmm, good thought.
chealer: About other php app. There is one I can revive. But it will be a few minutes. | [19:35] |
*** | rtdos has quit IRC (Ping timeout: 240 seconds)
rtdos has joined #tikiwiki | [19:40] |
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [19:48] | |
...... (idle for 27mn) | ||
sylvieg | chealer: I looked a little bit later the problem with notif. I have an uncommitted modif (individual notif for comment ) that I need to finish to see which commits I forgot
s/I looked/ I will look | [20:15] |
chealer | sylvieg: I see, no problem | [20:15] |
sylvieg | FOr the problem about share
... perhpas we need another perm for the email / twitter... I wil answer on the list | [20:17] |
chealer | sylvieg: yes, or making the email part optional | [20:19] |
*** | jonnyb has quit IRC (Quit: nite nite) | [20:31] |
.... (idle for 18mn) | ||
xavi has quit IRC (Quit: Page closed)
rpg has joined #tikiwiki | [20:49] | |
.... (idle for 16mn) | ||
SteveC_ | cheealer: I have those comparison result.
chealer: I upload the same 3.4mb file to Tiki and another app on the same server. On Tiki the file comes down at 1mb and on the other app it comes down full size. | [21:07] |
*** | Trebly has quit IRC (Remote host closed the connection) | [21:08] |
CIA-37 | tikiwiki: 03sylvieg * r32018 10/trunk/lib/categories/categlib.php: [FIX]CATEGORY: when doing an AND on categ, pick up all the objects of each categ not only the first maxrecord ones. Can be improve by limitting the objects between each step | [21:08] |
SteveC_ | chealer: To answer your earlier question, I have not tried filesystem storage yet as that would end our ability to troubleshoot the database storage. | [21:10] |
CIA-37 | tikiwiki: 03sylvieg * r32019 10/branches/proposals/6.x/lib/categories/categlib.php: [bp/r32008][FIX]CATEGORY: when doing an AND on categ, pick up all the objects of each categ not only the first maxrecord ones. Can be improve by limitting the objects between each step | [21:12] |
chealer | SteveC_: OK. you can try the filesystem, you can come back to the database after
SteveC_: your problem seems reproducable at least I'll go for the rest of the day in a few miuntes | [21:12] |
Tiki|bot | Recent Bug: Tracker item: #3750 - - Cookies problem in Tiki 6.1?? - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3750 | [21:13] |
SteveC_ | chealer: Okay. Thanks for the assist. I'll go over to filesystem this evening when the users have gone for the day. | [21:24] |
CIA-37 | tikiwiki: 03sylvieg * r32020 10/trunk/templates/category_related_objects.tpl: [FIX]category: some css for commit 32015 | [21:26] |
..... (idle for 22mn) | ||
*** | garethmcc has left
rpg has quit IRC (Ping timeout: 240 seconds) | [21:48] |
GillesM has quit IRC (Ping timeout: 240 seconds) | [22:01] | |
CIA-37 | tikiwiki: 03sylvieg * r32021 10/trunk/lib/freetag/freetaglib.php: [FIX]similar: it does not make sense to select page of the same language if the freetags are multilingual. It should be independant | [22:06] |
*** | rtdos is now known as rtdos`away
kiilo has quit IRC (Remote host closed the connection) rtdos`away has quit IRC (Ping timeout: 240 seconds) | [22:19] |
Caarrie|away has quit IRC (*.net *.split)
sipherdee has quit IRC (*.net *.split) Caarrie|away has joined #tikiwiki sipherdee has joined #tikiwiki | [22:30] | |
..... (idle for 21mn) | ||
rtdos has joined #tikiwiki
marclaporte has quit IRC (Ping timeout: 255 seconds) rtdos is now known as rtdos`away | [22:54] | |
rtdos`away has quit IRC (Quit: Quit!)
rtdos has joined #tikiwiki rtdos is now known as rtdos_AFK rpg has joined #tikiwiki | [23:05] | |
rtdos_AFK has quit IRC (Quit: Quit!) | [23:22] | |
rtdos has joined #tikiwiki | [23:27] | |
.... (idle for 15mn) | ||
rpg has quit IRC (Quit: rpg)
rtdos has quit IRC (Quit: Quit!) mose has quit IRC (Ping timeout: 260 seconds) mose has joined #tikiwiki mose has quit IRC (Changing host) mose has joined #tikiwiki rtdos has joined #tikiwiki rtdos is now known as rtdos_AFK | [23:42] | |
kiilo has joined #tikiwiki | [23:56] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |