←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 240 seconds) Cain` is now known as Cain | [00:02] |
ttrimm has joined #tikiwiki | [00:15] | |
...... (idle for 25mn) | ||
chealer has quit IRC (Ping timeout: 260 seconds) | [00:40] | |
............ (idle for 55mn) | ||
chealer has joined #tikiwiki | [01:35] | |
.... (idle for 15mn) | ||
goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 248 seconds) goj|ghost is now known as goj Caarrie is now known as Caarrie|sleeping | [01:50] | |
......... (idle for 41mn) | ||
Lawiz has joined #tikiwiki | [02:35] | |
Lawiz has quit IRC (Quit: Page closed) | [02:49] | |
....... (idle for 31mn) | ||
conner_bw has left | [03:20] | |
CIA-61 | tikiwiki: 03ricks99 * r27489 10/trunk/templates/tiki.tpl: [ENH] adding TITLE attributes to HREF elements for improved accessibility. As per FAE report | [03:34] |
...... (idle for 26mn) | ||
*** | ttrimm has quit IRC (Ping timeout: 258 seconds) | [04:00] |
.... (idle for 19mn) | ||
rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) | [04:19] | |
.... (idle for 19mn) | ||
chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 276 seconds) | [04:38] | |
................... (idle for 1h31mn) | ||
CIA-61 | tikiwiki: 03sept_7 * r27490 10/trunk/templates/tiki.tpl: [FIX] fix syntax error of commit 27489 | [06:11] |
*** | Lucymoz has quit IRC (Ping timeout: 245 seconds) | [06:13] |
............ (idle for 56mn) | ||
Wilkins has joined #tikiwiki | [07:09] | |
..... (idle for 24mn) | ||
luciash | polom
sylvieg: we've had ceremony not that long ago >last --with 3rules | [07:33] |
Sug4r | Error: I couldn't find a message matching that criteria in my history of 644 messages. | [07:35] |
luciash | i think 2 weeks ago | [07:37] |
.... (idle for 18mn) | ||
*** | xavi has joined #tikiwiki | [07:55] |
xavi | toctoc
luciash, I have a quick question for you.... in case you are still around there it goes I'm testing the arcturus theme in tiki5, with smartiki option (nice theme recovered from the past! congrats chibaguy and/or others involved! :-) ) I added some simple ''text'' (intended to be just italics) but the text shows up in italics and bold (!) checking through "web developer toolbar", I see that this ''text'' has: em {font-weight: bold; font-style: italic;} so, I wonder what's the best fix... remove bold from "em", or somehow change something for italics in the css ricks99 might be a good one to give advice on this, but it's night time there... | [07:55] |
*** | ClaraM has joined #tikiwiki | [08:12] |
.... (idle for 15mn) | ||
xavi | another question (in case some reader knows a quick tip for a potential fix :-) :
since a few versions ago, I can't get wiki watch emails with a correct encoding for accents, etc. smae behavior in many servers (using Tiki 4.x, 5.x... tried with setting utf-8 and iso-8859-1) I get most emails all right , email reader (thunderbird, gmail, etc.) can read them properly, but not emails from changes in wiki pages... I wonder if this can be some problem with the encoding in some tpl , or that the code for sending emails from changes in wiki pages uses some different method than the rest of email sending... and that other method is not handling charset properly... (just hypothesis) asking here first in case someone who already knows the internals of Tiki has some tips... to quickly refuse some hypothesis... xavi fears looking at the code for this and getting lost in php code , zend code, and other gibberish which he can't understand easily.... | [08:27] |
ok, at least I know some more information about the problem (charset for wiki watch emails)
I double checked in one site, and everywhere is set to use utf-8 as encoding (admin general, admin community, and my own user pref settings), but wiki watch emails come with: "content-type: text/plain; charset=iso-8859-1" ok, this deserves a bug report... | [08:41] | |
ok, reported here: http://dev.tikiwiki.org/bug3209 | [08:51] | |
Tikiwiki|bot | Recent Bug: Tracker item: #3209 - - 5.x: wiki "watch" emails come with iso-8859-1 to me even if ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3209 | [08:52] |
Recent Bug: Tracker item: #3210 - - external feeds don't show date any more (just bullet points) ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3210 | [09:02] | |
....... (idle for 34mn) | ||
luciash | xavi: yes, although having bold there is not that much wrong... it is by the intention of the author and it is quite semantically correct, as em mens "emphasize"
s/mens/means/ | [09:36] |
xavi | hi luciash | [09:37] |
luciash | hola :) | [09:37] |
xavi | yes.... however, I wonder, then, why a simple italics has em and not just italics | [09:37] |
luciash | you mean the tag ? | [09:38] |
xavi | anyway, I guess it was the design of the original smarty css .... | [09:38] |
luciash | <i> ? | [09:38] |
xavi | well, I mean, why if I write wiki syntax like:
''text'' then i get <em>text</em> | [09:38] |
luciash | because <i> was deprecated in favor of <em> by xhtml 1.0 strict
but if you have problem with that, why don't you just customize it in Admin > L&F > Misc > Custom CSS ? or custom.css | [09:39] |
xavi | yes, yes, I did that 1 h ago :-) | [09:40] |
luciash | :) | [09:40] |
xavi | however, I saw no em {} tag in strasa.css, and some others (like simple.css ;-) )
that's why my confusion but anyway... minor detail, which I fixed (at least) in my site | [09:41] |
luciash | yep, the other themes let the browser decide how to render it and it is mostly just italicized text by default | [09:42] |
xavi | and yes, this em comes from: http://www.smarty.net/style.css
so fair enough, I leave as is in svn, I mean | [09:43] |
luciash | yeah, definitely not a bug or showstopper ;)
good boy :) | [09:43] |
xavi | :-) yes | [09:43] |
*** | uSlacker has quit IRC (Ping timeout: 252 seconds) | [09:55] |
xavi | oups, wrong results here: http://dev.tikiwiki.org/tiki-searchresults.php?highlight=content+twice&search=Go
well, no results, in fact, and left column shown in the middle | [10:09] |
luciash | problem with highlight i that it highlights everything including tags and its attributes i think
s/i that/is that/ see the page source ah, nope, it seems to be different problem | [10:10] |
*** | Caarrie|sleeping is now known as Caarrie|away | [10:11] |
luciash | maybe the search form twice or something else breaks the layout
<div id="tiki-center" class="clearfix content"><div id="col2"> this is definitely wrong col2 shouldn't be in tiki-center col1 is missing completely there actually not it is not missing but contains col2, which is wrong col1 content (the search results) is mising completely in tiki-center no idea why | [10:12] |
xavi | neither do I | [10:18] |
luciash | it ust be some error in the tiki-searchresults tpl
must lemme have a quick look | [10:18] |
xavi | thks
I got some tip about the flickering issue.... Just added a few fields to http://dev.tikiwiki.org/Dynamic+Filter , and then the category fields oepn and close at every flickering curious. looks as if related to that category picker... I'll send an email to devel list, before I forget | [10:18] |
luciash | i think i see it
luciash wonders why Search is no feature ah, is it "MySQL Full-Text SearchMySQL Full-Text Search" to enable the searchresults ? well, xavi, tiki-searchresults.php?highlight=content+twice&search=Go works fine on my localhost branch5 | [10:21] |
xavi | ? ok, who knows what's wrong, then | [10:28] |
luciash | when found it is ok, there is little xhtml error though when no results
but doesn't affect site layout or break something as on dev | [10:30] |
xavi | oh well, there is a bug somewhere... (or setting conflict in dev.tw.o). See:
http://dev.tikiwiki.org/tiki-searchresults.php?highlight=workspace&search=Go no results (and weird display: right column went far to the right), on ff at least and the page called workspace exists... and many pages have that word inside | [10:32] |
luciash | yes, i know | [10:33] |
xavi | http://dev.tikiwiki.org/workspace
ok | [10:33] |
CIA-61 | tikiwiki: 03luciash * r27491 10/branches/5.x/templates/tiki-searchresults.tpl: small quick xhtml fix | [10:37] |
........ (idle for 38mn) | ||
luciash | weird, MySQL Full-Text Search is enabled, but the Admin Section icon is still greyed out as it was disabled :-/ | [11:15] |
*** | ricks99 has joined #tikiwiki | [11:16] |
luciash | Parse the results
search_parsed_snippet it can be i have just switched it off on dev.tw.o but now http://dev.tikiwiki.org/tiki-searchresults.php?highlight=content+twice&search=Go even doesn't want to load for me hmm, no change it seems :-/ (now it loaded) i wonder there are no PHP errors Execution time: 79.42 secs isn't very optimistic result | [11:17] |
*** | uSlacker has joined #tikiwiki | [11:22] |
....... (idle for 30mn) | ||
Wilkins has quit IRC (Ping timeout: 260 seconds) | [11:52] | |
....... (idle for 32mn) | ||
Wilkins has joined #tikiwiki | [12:24] | |
CIA-61 | tikiwiki: 03luciash * r27492 10/branches/5.x/styles/ (fivealive.css layout/layout.css): [FIX] small sitelogin and sitelogout popup adjustments | [12:26] |
*** | chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy | [12:27] |
chibaguy | pooloom | [12:27] |
.... (idle for 16mn) | ||
*** | RavenC has joined #tikiwiki | [12:43] |
...... (idle for 29mn) | ||
RavenC | Does the groupmail profile work in v5 ? | [13:12] |
xavi | hi all
hi chibaguy | [13:14] |
RavenC | hi xavi | [13:14] |
xavi | RavenC: did you try?
fyi: highly dangerous bug still in 5.0rc2 bug3211 link should come in a while | [13:14] |
RavenC | I haven't tried yet, wanted to see if there were any known issues before trashing my install | [13:15] |
xavi | well "dangerous", if you have experience that once, you know how painful it is for users....
it did work in 3.x or 4.x, I don't remember go ahead :-) s/experience/experienced | [13:15] |
RavenC | no guts, no glory... I will do a backup and give it a whirl. Thanks | [13:15] |
xavi | ok, time to leave. cheers to all | [13:16] |
*** | xavi has quit IRC (Quit: Page closed) | [13:17] |
Tikiwiki|bot | Recent Bug: Tracker item: #3211 - - 5.0rc2: content duplicated at saving time (seems related to usage of ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3211 | [13:17] |
*** | Kimberlee has joined #tikiwiki | [13:24] |
Kimberlee | hello all. | [13:24] |
chibaguy | hi xavi, and everybody | [13:24] |
RavenC | hiya Kimberlee | [13:25] |
Kimberlee | morning RavenC. | [13:25] |
chibaguy | xavi, about the site header search form at tw.o, can you take a look at http://zukakakina.com, using the fivealive theme (no options)? I'm trying a fix for the search filter dropdown. | [13:25] |
well, I've got to update that site; the themes are acting strangely, but if you can get the fivealive theme, then please check the search dropdown filter. | [13:35] | |
*** | rodrigo_sampaio has joined #tikiwiki
chealer_ has quit IRC (Ping timeout: 260 seconds) | [13:35] |
...... (idle for 28mn) | ||
chealer_ has joined #tikiwiki
rodrigo_sampaio has quit IRC (Ping timeout: 245 seconds) | [14:05] | |
CIA-61 | tikiwiki: 03sylvieg * r27493 10/trunk/ (21 files in 14 dirs): [MRG] Automatic merge, branches/5.x 27414 to 27492 | [14:12] |
.... (idle for 19mn) | ||
*** | Haha has joined #tikiwiki
Haha has quit IRC (Client Quit) | [14:31] |
Tikiwiki|bot | Recent Bug: Tracker item: #3212 - - JPEG-Images uploaded with IE does not show in colorbox - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3212 | [14:38] |
*** | Louis-Martin has joined #tikiwiki | [14:39] |
conner_bw has joined #tikiwiki
chibaguy has quit IRC (Read error: Connection reset by peer) | [14:50] | |
rodrigo_sampaio has joined #tikiwiki | [15:04] | |
CIA-61 | tikiwiki: 03jonnybradley * r27494 10/branches/5.x/lib/jquery_tiki/tiki-jquery.js:
tikiwiki: [FIX] Colorbox: {img} plugin with title param set puts the title on both the img and the surrounding anchor, so params from the parent (achor) need to be copied over. tikiwiki: Thanks jacmoe & lindon | [15:06] |
*** | rodrigo_sampaio has quit IRC (Ping timeout: 245 seconds) | [15:09] |
....... (idle for 31mn) | ||
xavi has joined #tikiwiki | [15:40] | |
....... (idle for 33mn) | ||
chealer_ | hi xavi | [16:13] |
*** | chealer_ is now known as chealer|vac | [16:13] |
chealer|vac | xavi: I removed the requirement to subscribe to tikiwiki-cvs last year | [16:13] |
xavi | hi chealer
ok, anyway, I subscribed (recently) | [16:14] |
CIA-61 | tikiwiki: 03lphuberdeau * r27495 10/trunk/lib/ (3 files in 3 dirs): [NEW] Transclusion plugin | [16:16] |
*** | Kimberlee has left | [16:16] |
chealer|vac | xavi: OK, it was just to answer the question you asked a couple days ago. you can't expect devs to be subscribed to -cvs. | [16:17] |
*** | chealer|vac has left "Konversation terminated!"
chealer|vac has joined #tikiwiki | [16:17] |
xavi | ok, thanks for the answer
ok, thanks for the answer | [16:17] |
sylvieg | chealer|vac: no sure it is a good idea ;-) | [16:18] |
chealer|vac | sylvieg: I think it's a bad idea to force devs to follow -cvs. some devs don't even follow -devel, we should aim at something reasonable that will be respected. | [16:20] |
sylvieg | IMHO I do not care if they do look at dev - but when they is a commit that needs to be fixed - i wnat to be able to mail them | [16:21] |
*** | conner_bw has quit IRC (Quit: conner_bw) | [16:22] |
ricks99 | can follow twitter @tikiwiki_code instead of mailing list | [16:22] |
sylvieg | but how do I email them?
sourceforge email .. I am not sure it works | [16:23] |
ricks99 | says who the commit is by | [16:23] |
chealer|vac | I see that since then, Marc but back the requirement to subscribe to -cvs | [16:24] |
*** | Wilkins has quit IRC (Ping timeout: 264 seconds) | [16:24] |
chealer|vac | then he made it (and most of the other "essential" stuff") a "good idea"
s/but back/put back/ | [16:24] |
sylvieg | in fact .. we need to have an email for each dev ... it is the only thing that is important | [16:25] |
chealer|vac | sylvieg: yes, you just need to address the mail to the committer and Cc: tikiwiki-cvs
sourceforce.net emails should work | [16:25] |
sylvieg | how do I email the committer .. sourcefoge email so far I know does not always work | [16:25] |
chealer|vac | sylvieg: why wouldn't it? it should work unless someone didn't update his email address on sf.net. | [16:26] |
sylvieg | .me hoping it works | [16:26] |
*** | ClaraM has quit IRC (Remote host closed the connection) | [16:26] |
sylvieg | because I remember committers that never answered our queries ... is it sf? is it their account? are they ignoring us? no idea...
but ok ..... | [16:27] |
chealer|vac | sylvieg: I would guess one of the 2 latter. If I don't answer something to my SF address, please tell me.
we should expect the SF address to work, because that's our only guaranteed point of contact with all devs. if people change their email address, they'll lose their subscription to -cvs as well. | [16:29] |
..... (idle for 23mn) | ||
CIA-61 | tikiwiki: 03lphuberdeau * r27496 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [ENH] Disable execution when banned command found in body | [16:53] |
..... (idle for 23mn) | ||
*** | Lucymoz has joined #tikiwiki | [17:16] |
RavenC | It appears that the groupmail functions, although, when sending a message, I am get a 500 error after I click on send. However, the email is actually going out (sending to myself). Any thoughts ?
I have the "Maildir mail directory" empty, as I don't know what it reflects, but I assume that is a server side setting... | [17:19] |
........ (idle for 37mn) | ||
Tikiwiki|bot | New Forum Posts: Tiki 101 Question - Edit Site tiki-index.php page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37381 | [17:57] |
......... (idle for 42mn) | ||
*** | Louis-Martin has quit IRC (Ping timeout: 252 seconds) | [18:39] |
......... (idle for 41mn) | ||
Tikiwiki|bot | New Forum Posts: Tiki admin/root mysql password recovery not working - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37382 | [19:20] |
..... (idle for 20mn) | ||
*** | conner_bw has joined #tikiwiki | [19:40] |
redflo has joined #tikiwiki
conner_bw has quit IRC (Quit: conner_bw) | [19:53] | |
RavenC has left | [20:03] | |
rodrigo_sampaio has joined #tikiwiki | [20:08] | |
ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) | [20:20] | |
..... (idle for 21mn) | ||
chealer|vac has quit IRC (Ping timeout: 240 seconds) | [20:41] | |
........ (idle for 35mn) | ||
ricks99 has joined #tikiwiki | [21:16] | |
........ (idle for 39mn) | ||
rodrigo_sampaio has quit IRC (Quit: Leaving.) | [21:55] | |
ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) | [22:05] | |
.......... (idle for 45mn) | ||
dabright has joined #tikiwiki | [22:50] | |
chealer|vac has joined #tikiwiki | [23:04] | |
dabright has quit IRC (Quit: Leaving.)
redflo has left | [23:16] | |
.... (idle for 15mn) | ||
CIA-61 | tikiwiki: 03sept_7 * r27497 10/trunk/lib/wiki-plugins/wikiplugin_transclude.php: [FIX] add svn keyword ID | [23:32] |
..... (idle for 21mn) | ||
*** | Caarrie|away is now known as Caarrie | [23:53] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |