←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***goj|ghost has joined #tikiwiki
goj has quit IRC (Read error: Operation timed out)
goj|ghost is now known as goj
Caarrie|away is now known as Caarrie|sleeping
[01:50]
........ (idle for 39mn)
GillesM has quit IRC (Read error: Operation timed out)
GillesM has joined #tikiwiki
[02:31]
........................... (idle for 2h11mn)
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
[04:42]
......... (idle for 43mn)
Bernard1 has quit IRC (Quit: Leaving.) [05:26]
.............. (idle for 1h8mn)
Bernard1 has joined #tikiwiki [06:34]
............................................... (idle for 3h52mn)
jonnyb has joined #tikiwiki [10:26]
jonnyb96 poloms in the shade [10:27]
***Caarrie|sleeping is now known as Caarrie|away [10:31]
Bernard1 has quit IRC (Quit: Leaving.) [10:42]
....... (idle for 34mn)
GillesMM has joined #tikiwiki [11:16]
ricks99 has joined #tikiwiki [11:24]
ricks99polom y'all [11:25]
jonnybhi ricks99 [11:25]
ricks99hiya jonnyb [11:26]
***chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[11:35]
chibaguypolom [11:36]
jonnybhi chibaguy [11:36]
chibaguyhi jonnyb
is it hot over there?
[11:36]
jonnybyes very (for here)
only for a couple of days though
[11:37]
chibaguywow. some records have been broken here too. [11:37]
jonnybhottest here today for many years so far [11:38]
***Bernard1 has joined #tikiwiki [11:38]
Tiki|botInfo: Vive Tiki! TikiFest Strasbourg - http://info.tiki.org/article170-Vive-Tiki-TikiFest-Strasbourg [11:38]
..... (idle for 20mn)
jonnybchibaguy or anyone: any idea who did the footer to *.t.o? seems very odd...
i couldn't reproduce Marc's parsing bug locally so had a look and it's really odd - seems it has wiki parse switched off, but it's all inside {wiki}{literal} smarty tags
[11:58]
ricks99i added DONATE link last week. thats it from me [11:59]
chibaguyjonnyb, I think marc had a list of links, and I added some layout divs, etc. [12:00]
jonnybbut it seems like madness to say "don't wiki parse" and then use wiki tags to parse it [12:00]
chibaguyI'm not sure about the no-parsing, though. [12:00]
jonnybseems to be why it's not working now [12:00]
chibaguyI haven't looked at it carefully for a while.
where is it not working?
[12:00]
jonnybi'm reluctant to add code to support such odd usage
on dev.t.o for instance
the html tags are showing
that's the other thing - it says don't use wiki, then says use wiki, then has html in it!!?!??!? :)
[12:01]
chibaguyheh, I wonder why it's different at the different sites. [12:02]
jonnybmadness - i'll try and fix it
could just be how up to date the svn is
[12:02]
chibaguyIIRC, I tried to follow the standard ways of making lists and floating things left for columns. [12:03]
jonnybseems it uses <h3> tags dues to the problem of parsing headers as the first line of a plugin [12:06]
ricks99@jonnyb & chibaguy: here is the footer code used for all *.t.o sites: http://branding.tiki.org/Footer+code [12:07]
jonnybthanks ricks99 [12:07]
ricks99i updated all sites last week. only thing i changed was to add DONATE link [12:07]
jonnyblooks to me like using the "Must be wiki parsed" checkbox properly works fine [12:10]
***lphuberdeau has joined #tikiwiki [12:15]
chibaguyah,I might have used HTML <h3> tags because of spacing problems caused by using wiki syntax. [12:17]
jonnybyes, thought so...
just finding another possible solution
[12:18]
chibaguyI don't recall exactly now, but in the past I've gotten frustrated trying to get the spacing I wanted with with wiki syntax alone. [12:18]
jonnybso why use wiki syntax at all?
they're just <a> links, no?
[12:18]
chibaguyhm, old habits die hard, maybe. [12:19]
jonnybin fact the bit at the end isn't even in the wiki tag [12:19]
Tiki|botNew Forum Posts: Change ip address in Mail notification - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41643 [12:19]
jonnybindeed, but i'm not sure the parser should support all that... [12:19]
chibaguyI don't know if I can be held responsible for everything in the footer now. ;-) [12:19]
jonnyb:D [12:19]
ricks99ricks99 thought wiki syntax was preferable to straight html?
note that the footer looks fine in tiki6 (info)
[12:22]
chibaguydog walk time. be back soon. [12:24]
lphuberdeauI fixed a bug in the parser recently that might have caused this, but the issue is either that the footer sends HTML in a plugin that is not supposed to take it or the modules call parse_data wrong [12:25]
jonnybhi lphuberdeau - yes, on it - email on it's way...
wiki syntax is good for wiki pages - i can't see any advantage, other than increasing server CPU usage, on using it in a footer like this
[12:25]
lphuberdeau: any idea on how to get {html} plugin body not to be sanitised? [12:33]
lphuberdeaushould be done as the filter is declared to rawhtml_none
rawhtml_unsafe, sorry
so if it gets sanitized, it's prior to being inserted in the db
which means the input filters are wrong
[12:34]
jonnybseems to be failing - e.g. http://dev.tiki.org/tiki-index.php?page=DevMenu
my idea of using $.getScript seems to mess things up too...
hmm, probably the surrounding {CENTER} plugin
[12:36]
lphuberdeauthe issue is in tiki-editpage.php that does not configure the input to skip sanitization on the input value [12:39]
jonnybaha - sounds feasible (but it does seem to work fine when not nested [12:39]
lphuberdeauvery possible to be an other plugin too
tiki-editpage.php seems to have other hacks to cope with it
[12:41]
jonnybremoving the enclosing {CENTER()} plugin seems to fix it [12:43]
lphuberdeauIsn't there a wiki syntax to center anyway? [12:44]
jonnybyes, but it doesn't work
hacked round it with some html :P
[12:45]
lphuberdeauI guess that center plugin needs to have a wikicontent body filter [12:45]
jonnybhtml is often a good solution to html issues... [12:45]
lphuberdeauwell, the issue with wiki syntax begins when you realize there is html under the hood and decide to think that way [12:46]
jonnyb:) [12:46]
lphuberdeauDIV and TAG are aberrations [12:47]
jonnybunholy aberrations imho
especially when used in smarty syntax inside a wiki tag with html mixed in there too
[12:48]
lphuberdeauyes, read the email, that was pretty nasty [12:49]
jonnybseen worse! [12:49]
lphuberdeauoh, and about your other email, we can chat about it a bit later today [12:50]
jonnybok, super [12:51]
lphuberdeauneed to get this boring stuff done before my attention span vanishes [12:51]
sylviegtiki-download_forum_attachment.php in broken on dev.tiki.org [12:51]
jonnyb:D [12:51]
CIA-88tikiwiki: 03jonnybradley * r35066 10/branches/7.x/lib/wiki-plugins/wikiplugin_center.php: [ENH] center plugin: Add wikicontent filter (thanks lph) [12:53]
chibaguySeems to me I got into using DIV plugins maybe before there was an HTML plugin or for some reason HTML wasn't really encouraged in wiki pages. Does that seem familiar, or was that just me? :-)
I recall thinking that to do everything with wiki syntax and plugins was a goal, to emulate html without using it directly.
[12:58]
***radek82 has joined #tikiwiki [13:00]
lphuberdeauthe goal is to have an expressive syntax for the content that provides semantics
DIV kind of fails in that regard
[13:00]
jonnybbut if the aim os more focussed on design than semantic meaning wiki stuff just gets in the way (i think) [13:01]
***Jyhem_laptop has joined #tikiwiki [13:01]
sylvieglphuberdeau: I think you are the last one to work on comments. Why get_thread_attachment does not return the data? [13:02]
chibaguydo you mean expressive and semantic at the syntax code level? [13:02]
lphuberdeaucomments and attachments are not related [13:02]
chibaguylph or jonnyb [13:02]
lphuberdeauchibaguy: user level [13:02]
chibaguyah [13:03]
lphuberdeauthings like BOX or SIDEBAR kind of have a meaning
sure, they are divs underneath, but kind of serve a better reference to the editor
[13:03]
chibaguyright, DIV is basically a generic block-level (usually) container. [13:04]
lphuberdeaubut it has been slightly abused [13:05]
CIA-88tikiwiki: 03sylvieg * r35067 10/branches/7.x/lib/comments/commentslib.php: [FIX]forum: attachment download was broken [13:14]
***chibaguy has quit IRC (Read error: Connection reset by peer) [13:24]
.... (idle for 18mn)
GillesM has quit IRC (Read error: Operation timed out) [13:42]
rodrigo_sampaio has joined #tikiwiki [13:56]
ricks99 has quit IRC (Ping timeout: 252 seconds) [14:04]
............ (idle for 58mn)
CIA-88tikiwiki: 03sylvieg * r35068 10/branches/7.x/lib/tikilib.php: [FIX]parse: ~np~ and ~/np~ was introducing a space [15:02]
.... (idle for 16mn)
tikiwiki: 03sampaioprimo * r35069 10/trunk/lang/de/language.php: updating german language file
tikiwiki: 03tikii18nbot * r35070 10/trunk/lang/de/language.php: German translations done on i18n.tiki.org
[15:18]
***rwik_ has joined #tikiwiki [15:21]
rwik_<@rwik> hey, I am trying to set up a dynamic items list which throws the field entries from a collection tracker into a drop down of another tracker. I have been messing with the parameters, but have had no luck getting it to display. Running tiki 7.0
the source tracker has id # 18, and the field there is 110. The tracker i want it to display on has id # 19, and the dropdown field id is 111.
[15:22]
***Bernard1 has quit IRC (Ping timeout: 252 seconds)
Bernard1 has joined #tikiwiki
[15:28]
rwik_the sytnax is [trackerId],[filterFieldIdThere],[filterFieldIdHere],[listFieldIdThere],[statusThere], so does 18,110,111,111, make sense? [15:29]
lphuberdeauI think you can skip the last 111 [15:32]
Tiki|botNew Forum Posts: Forum attachment downloads a php-file - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41649 [15:32]
lphuberdeaubut not very familiar with that field [15:32]
rwik_yeah, thats the one which is throwing me off too. I tried getting rid of it, but it didnt help. do you need the extra ","s as a placeholder for a value, or can you ditch em? I tried both ways, but still nada... [15:34]
lphuberdeauditch em [15:36]
rwik_cool. [15:37]
lphuberdeaulphuberdeau is working on getting rid of those options strings [15:45]
.... (idle for 15mn)
rwik_still no luck on that syntax. [16:00]
...... (idle for 28mn)
got it. you want to use item link with syntax of "trackerid,fieldid" and it creates a dropdown. [16:28]
CIA-88tikiwiki: 03lphuberdeau * r35071 10/trunk/ (41 files in 4 dirs): [MOD] Move the field descriptions inside the handlers [16:40]
***rwik_ has quit IRC (Quit: Page closed) [16:41]
........ (idle for 37mn)
lphuberdeau has quit IRC (Read error: Connection reset by peer) [17:18]
.................. (idle for 1h28mn)
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
[18:46]
lphuberdeau has joined #tikiwiki [18:59]
jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [19:07]
..... (idle for 20mn)
Bernard1 has quit IRC (Quit: Leaving.) [19:27]
huzzah has joined #tikiwiki [19:36]
.... (idle for 18mn)
sylviegI thought there was an easy way to upload image in a wiki page ... that the {img} was autoamtically inserted - but I have to upload and I have to select the file after??? [19:54]
........ (idle for 37mn)
does somebody know where the default fgalId the textarea images are uploaded is set? [20:31]
.... (idle for 15mn)
ok it is the home file gallery [20:46]
***huzzah has quit IRC (Quit: Page closed) [20:58]
...... (idle for 28mn)
CIA-88tikiwiki: 03sylvieg * r35074 10/branches/7.x/tiki-upload_file.php: [FIX]fgal: a warning if incorrect fgalId [21:26]
..... (idle for 22mn)
***chealer has quit IRC (Remote host closed the connection)
rodrigo_sampaio has quit IRC (Quit: Leaving.)
radek82 has quit IRC (Quit: Leaving)
[21:48]
....................... (idle for 1h53mn)
Caarrie has joined #tikiwiki
Caarrie|away has quit IRC (Disconnected by services)
Caarrie is now known as Caarrie|away
[23:48]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)