***: goj has quit IRC (Read error: Operation timed out)
goj|ghost is now known as goj
Caarrie|away is now known as Caarrie|sleeping
GillesM has quit IRC (Read error: Operation timed out)
GillesM has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
jonnyb has joined #tikiwiki jonnyb: 96 poloms in the shade ***: Caarrie|sleeping is now known as Caarrie|away
Bernard1 has quit IRC (Quit: Leaving.)
GillesMM has joined #tikiwiki
ricks99 has joined #tikiwiki ricks99: polom y'all jonnyb: hi ricks99 ricks99: hiya jonnyb ***: chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: polom jonnyb: hi chibaguy chibaguy: hi jonnyb
is it hot over there? jonnyb: yes very (for here)
only for a couple of days though chibaguy: wow. some records have been broken here too. jonnyb: hottest here today for many years so far ***: Bernard1 has joined #tikiwiki Tiki|bot: Info: Vive Tiki! TikiFest Strasbourg - http://info.tiki.org/article170-Vive-Tiki-TikiFest-Strasbourg jonnyb: chibaguy 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 ricks99: i added DONATE link last week. thats it from me chibaguy: jonnyb, I think marc had a list of links, and I added some layout divs, etc. jonnyb: but it seems like madness to say "don't wiki parse" and then use wiki tags to parse it chibaguy: I'm not sure about the no-parsing, though. jonnyb: seems to be why it's not working now chibaguy: I haven't looked at it carefully for a while.
where is it not working? jonnyb: i'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!!?!??!? :) chibaguy: heh, I wonder why it's different at the different sites. jonnyb: madness - i'll try and fix it
could just be how up to date the svn is chibaguy: IIRC, I tried to follow the standard ways of making lists and floating things left for columns. jonnyb: seems it uses <h3> tags dues to the problem of parsing headers as the first line of a plugin ricks99: @jonnyb & chibaguy: here is the footer code used for all *.t.o sites: http://branding.tiki.org/Footer+code jonnyb: thanks ricks99 ricks99: i updated all sites last week. only thing i changed was to add DONATE link jonnyb: looks to me like using the "Must be wiki parsed" checkbox properly works fine ***: lphuberdeau has joined #tikiwiki chibaguy: ah,I might have used HTML <h3> tags because of spacing problems caused by using wiki syntax. jonnyb: yes, thought so...
just finding another possible solution chibaguy: I 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. jonnyb: so why use wiki syntax at all?
they're just <a> links, no? chibaguy: hm, old habits die hard, maybe. jonnyb: in fact the bit at the end isn't even in the wiki tag Tiki|bot: New Forum Posts: Change ip address in Mail notification - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41643 jonnyb: indeed, but i'm not sure the parser should support all that... chibaguy: I don't know if I can be held responsible for everything in the footer now. ;-) jonnyb: :D -: ricks99 thought wiki syntax was preferable to straight html? ricks99: note that the footer looks fine in tiki6 (info) chibaguy: dog walk time. be back soon. lphuberdeau: I 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 jonnyb: hi 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
lphuberdeau: any idea on how to get {html} plugin body not to be sanitised? lphuberdeau: should 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 jonnyb: seems 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 lphuberdeau: the issue is in tiki-editpage.php that does not configure the input to skip sanitization on the input value jonnyb: aha - sounds feasible (but it does seem to work fine when not nested lphuberdeau: very possible to be an other plugin too
tiki-editpage.php seems to have other hacks to cope with it jonnyb: removing the enclosing {CENTER()} plugin seems to fix it lphuberdeau: Isn't there a wiki syntax to center anyway? jonnyb: yes, but it doesn't work
hacked round it with some html :P lphuberdeau: I guess that center plugin needs to have a wikicontent body filter jonnyb: html is often a good solution to html issues... lphuberdeau: well, the issue with wiki syntax begins when you realize there is html under the hood and decide to think that way jonnyb: :) lphuberdeau: DIV and TAG are aberrations jonnyb: unholy aberrations imho
especially when used in smarty syntax inside a wiki tag with html mixed in there too lphuberdeau: yes, read the email, that was pretty nasty jonnyb: seen worse! lphuberdeau: oh, and about your other email, we can chat about it a bit later today jonnyb: ok, super lphuberdeau: need to get this boring stuff done before my attention span vanishes sylvieg: tiki-download_forum_attachment.php in broken on dev.tiki.org jonnyb: :D CIA-88: tikiwiki: 03jonnybradley * r35066 10/branches/7.x/lib/wiki-plugins/wikiplugin_center.php: [ENH] center plugin: Add wikicontent filter (thanks lph) chibaguy: Seems 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. ***: radek82 has joined #tikiwiki lphuberdeau: the goal is to have an expressive syntax for the content that provides semantics
DIV kind of fails in that regard jonnyb: but if the aim os more focussed on design than semantic meaning wiki stuff just gets in the way (i think) ***: Jyhem_laptop has joined #tikiwiki sylvieg: lphuberdeau: I think you are the last one to work on comments. Why get_thread_attachment does not return the data? chibaguy: do you mean expressive and semantic at the syntax code level? lphuberdeau: comments and attachments are not related chibaguy: lph or jonnyb lphuberdeau: chibaguy: user level chibaguy: ah lphuberdeau: things like BOX or SIDEBAR kind of have a meaning
sure, they are divs underneath, but kind of serve a better reference to the editor chibaguy: right, DIV is basically a generic block-level (usually) container. lphuberdeau: but it has been slightly abused CIA-88: tikiwiki: 03sylvieg * r35067 10/branches/7.x/lib/comments/commentslib.php: [FIX]forum: attachment download was broken ***: chibaguy has quit IRC (Read error: Connection reset by peer)
GillesM has quit IRC (Read error: Operation timed out)
rodrigo_sampaio has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 252 seconds) CIA-88: tikiwiki: 03sylvieg * r35068 10/branches/7.x/lib/tikilib.php: [FIX]parse: ~np~ and ~/np~ was introducing a space
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 ***: rwik_ has joined #tikiwiki 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. ***: Bernard1 has quit IRC (Ping timeout: 252 seconds)
Bernard1 has joined #tikiwiki rwik_: the sytnax is [trackerId],[filterFieldIdThere],[filterFieldIdHere],[listFieldIdThere],[statusThere], so does 18,110,111,111, make sense? lphuberdeau: I think you can skip the last 111 Tiki|bot: New Forum Posts: Forum attachment downloads a php-file - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41649 lphuberdeau: but not very familiar with that field 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... lphuberdeau: ditch em rwik_: cool. -: lphuberdeau is working on getting rid of those options strings rwik_: still no luck on that syntax.
got it. you want to use item link with syntax of "trackerid,fieldid" and it creates a dropdown. CIA-88: tikiwiki: 03lphuberdeau * r35071 10/trunk/ (41 files in 4 dirs): [MOD] Move the field descriptions inside the handlers ***: rwik_ has quit IRC (Quit: Page closed)
lphuberdeau has quit IRC (Read error: Connection reset by peer)
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
lphuberdeau has joined #tikiwiki
jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
Bernard1 has quit IRC (Quit: Leaving.)
huzzah has joined #tikiwiki sylvieg: I 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???
does somebody know where the default fgalId the textarea images are uploaded is set?
ok it is the home file gallery ***: huzzah has quit IRC (Quit: Page closed) CIA-88: tikiwiki: 03sylvieg * r35074 10/branches/7.x/tiki-upload_file.php: [FIX]fgal: a warning if incorrect fgalId ***: chealer has quit IRC (Remote host closed the connection)
rodrigo_sampaio has quit IRC (Quit: Leaving.)
radek82 has quit IRC (Quit: Leaving)
Caarrie has joined #tikiwiki
Caarrie|away has quit IRC (Disconnected by services)
Caarrie is now known as Caarrie|away