marclaporte: +1
amette: doc says : Last update from SVN(3.0): Tuesday 05 May, 2009 08:15:12 UTC ***: timotiCK has joined #TIKIWIKI CIA-64: tikiwiki: 03luciash * r21267 10/trunk/modules/mod-since_last_visit_new.php: [FIX] module Since last visit (new): correct (aka working) URL param to display wiki comments is &comzone=show
tikiwiki: 03luciash * r21268 10/branches/proposed/modules/mod-since_last_visit_new.php: [bp/r21267][FIX] module Since last visit (new): correct (aka working) URL param to display wiki comments is &comzone=show
tikiwiki: 03luciash * r21269 10/trunk/tiki-admin_modules.php: Modules Admin dropdown: better to sort combined array ? ***: Caarrie is now known as Caarrie|sleeping CIA-64: tikiwiki: 03luciash * r21270 10/trunk/tiki-admin_modules.php: oops, sorry, rolling back r21269 - wouldn't work like this ***: MartinCleaver has joined #tikiwiki
chealer has quit IRC (Remote closed the connection)
Redhatter has quit IRC (Read error: 113 (No route to host))
chealer has joined #tikiwiki
marclaporte has quit IRC (Read error: 60 (Operation timed out))
chealer has quit IRC (Read error: 104 (Connection reset by peer))
chealer has joined #tikiwiki
MartinCleaver has quit IRC () chealer: I'm looking for an example of a form which displays an error when you omit to fill a required field and submit anyway. I'd prefer if the form was shown again, but with an indication of what went wrong. ***: uSlacker has quit IRC ("Leaving")
Wilkins has joined #tikiwiki
undifined has joined #tikiwiki luciash: chealer: try showmandatory=y in tracker plugin
polom monday, btw ***: undifined has quit IRC (Read error: 110 (Connection timed out))
undifined has joined #tikiwiki
kiilo has joined #tikiwiki
kiilo has quit IRC ("Leaving.")
undifined has quit IRC (Read error: 110 (Connection timed out))
undifined has joined #tikiwiki
kiilo has joined #tikiwiki
kiilo has quit IRC ("Leaving.")
Redhatter has joined #tikiwiki
timotiCK has left amette: luciash: no idea - and marc and you even got different dates - is it a bug in that feature? ***: franck_ has joined #tikiwiki
franck_ is now known as franck luciash: amette: seems so, maybe better i will remove it at all ***: carsten has joined #tikiwiki carsten: does anyone knows how to include a top articles list (50% left) and a top wiki list (50% right) in a wiki page (HomepPage) ? luciash: carsten: use SPLIT plugin carsten: thx. and how would i call tiki-cms_rankings.php from within this comand? luciash: amette: cannot find it in L&F, is it hardcoded in some tpl ?
carsten: what command ?
carsten: you put the modules in the SPLIT parts using MODULE plugin carsten: i want to displa a list of top articles on 50% left and top wikipages on 50% right of a wikipage
*display luciash: carsten: you only need to know the module name
carsten: you will find the module names onj Admin > Modules
*on carsten: ok i tried to call the .php
thx luciash: >doctwo WikiPluginSplit Sug4r: http://doc.tikiwiki.org/WikiPluginSplit luciash: >doctwo WikiPluginModule Sug4r: http://doc.tikiwiki.org/WikiPluginModule amette: luciash: no idea - but I have a good hunch what the bug might be: it shows the date of the last update of the current file? not the whole repo? ***: pkdille has quit IRC (farmer.freenode.net irc.freenode.net) luciash: amette: maybe, but i don't get why i got different timestamp than marc then ***: mlaporte has joined #tikiwiki amette: because he was looking at tiki-index.php and you at something else? luciash: amette: well, now i see the same date as him
amette: maybe it was cached in my opera or something before
amette: can you grep for class="cvsup" ? ***: olio has quit IRC (farmer.freenode.net irc.freenode.net) amette: in where? luciash: on the server in templates/ amette: templates/tiki-bot_bar.tpl luciash: is it hardcoded or what is the condition ? ***: olio has joined #tikiwiki amette: <div class="cvsup" style="font-size:x-small;text-align:center;color:#999;">{tr}Last update from SVN{/tr}({$tiki_version}): {$lastup|tiki_long_datetime}</div>
{if $lastup} luciash: i see
i wonder where the lastup is et up in Admin
maybe Admin > General
lemme check
i think you have to use devtools/svnup.sh to update the date
at least that is where i grepped "lastup"
amette: i think you didn't use that script ***: pkdille has joined #tikiwiki amette: luciash: right, that sounds reasonable luciash: right ? ;)
:) amette: running the script now ***: chibaguy has joined #tikiwiki luciash: amette: lets see :) amette: should be harmless now that the switch has been done before luciash: if it doesn't work we can hide that hopefully via Admin > General
or mysql amette: no, that should work - I recall that one has to use that script for the date to work luciash: amette: kiitos :) amette: I yesterday just used svn switch and forgot about the script
luciash: Neni zac :)
well, the script ran, but it doesn't look any better... ;) ***: Caarrie|sleeping has quit IRC (Read error: 110 (Connection timed out)) luciash: amette: grmbl :) amette: luciash: yeah :) ***: Caarrie has joined #tikiwiki amette: I run it on dev.tw.o, too - just to have the same state (whatever that might be after the script :P ) luciash: amette: there's also some in lib/setup/last_update.php
./lib/setup/last_update.php:13:if ( is_file('.lastup') and is_readable('.lastup') ) { CIA-64: tikiwiki: 03chibaguy * r21271 10/trunk/templates/tiki-admin-include-textarea.tpl: [FIX] Missing </em> tag.
tikiwiki: 03jonnybradley * r21272 10/branches/experimental/edit_fixup/ (3 files in 3 dirs): [KIL] Removed wysiwyg_toolbar (now uses toolbar_global etc) carsten: luciash: thx got it to work! amette: cat .lastup
1252325283 luciash: carsten: np, nice amette: which would translate to today 12:08 GMT -: amette supposing it being a unix timestamp ;)
luciash going to try clear template cache luciash: damn, still no joy -: luciash wonders why t doesn't read from the .lastup now
amette got totally no idea, but will go buying food nevertheless now ;) ***: kiilo has joined #tikiwiki luciash: amette: ok, when you're back: seems $feature_lastup has to be swicthed off via mysql ***: stix has left "Leaving"
Caarrie is now known as Caarrie|away
jonnyb has joined #tikiwiki
jonnyb has quit IRC (Client Quit)
jonnyb has joined #tikiwiki jonnyb: hi all - sorry got out of the irc habit, back now :) CIA-64: tikiwiki: 03luciash * r21273 10/branches/proposed/lib/setup/prefs.php: [MOD] proper version to browser title for new installs luciash: wb jonnyb :) jonnyb: hi luciash - will get on to your stuff about toolbar things soon (currently debugging admin/textarea with ajax on) CIA-64: tikiwiki: 03luciash * r21274 10/branches/proposed/lib/setup/twversion.class.php: [MOD] latest released version to twversion class ***: kiilo1 has joined #tikiwiki luciash: jonnyb: you're so kind :) ***: kiilo has quit IRC (Read error: 110 (Connection timed out))
kiilo has joined #tikiwiki
John_Doe has joined #tikiwiki John_Doe: Hello..
anyone around? I got some issues with LDAP and my tikiwiki installation ***: FrankP_german has joined #tikiwiki
John_Doe has quit IRC () CIA-64: tikiwiki: 03sylvieg * r21275 10/trunk/templates/ (tiki-listpages.tpl tiki-listpages_content.tpl): [FIX]listpages: the param lang without value must be kept in the url to be able to paginate for any language amette: luciash: so I should switch it off? ***: mlaporte has left
Bamieater has joined #tikiwiki
carsten has quit IRC ("ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]") CIA-64: tikiwiki: 03sylvieg * r21276 10/trunk/ (4 files in 3 dirs): [FIX]xml import: put the button + a better handling if error Bamieater: after upgrading from 2.0 to 3.1 a lot of things are broken, FancyTable doesn't display the header anymore for example
I tried these upgrade paths: 2.0 -> 3.1, 2.0 -> 2.4 -> 3.1 and 2.0 -> 2.4 -> 3.0 -> 3.1
also using tikinewt.css just to be sure ***: franck_ has joined #tikiwiki
franck has quit IRC (Read error: 145 (Connection timed out))
franck_ is now known as franck sylvieg: fancytable header broken for me too - it is the plugin parsing ***: luminoso has quit IRC (Read error: 104 (Connection reset by peer))
luminoso has joined #tikiwiki Bamieater: {CATEGORY(id=>3, types=>wiki)}{CATEGORY} is also broken: it lists the categories in a 'cloud' instead of a list
same behaviour on this page: http://doc.tikiwiki.org/tiki-index.php?page=PluginCategory&bl=y sylvieg: for fancy did you try to put the head param between "" Bamieater: ah, that's a good one to try
did tried it, but that didn't help sylvieg: Bamieater: space are impotant too - be sure to have head="header column 1 ~|~ header column 2 ~|~ header column 3"
it needs a strip somewhere ***: ricks99 has joined #tikiwiki CIA-64: tikiwiki: 03sylvieg * r21277 10/trunk/lib/ (tikilib.php wiki-plugins/wikiplugin_fancytable.php): [FIX]plugin: to be able to write a plugin param with a space between the name and = ***: MartinCleaver has joined #tikiwiki sylvieg: Bamieater: fancytable workign for me as soon as I put head="..." without space Bamieater: that's exactly what I have, but I also have a wiki link in it sylvieg: in the header? Bamieater: yes sylvieg: I did know that plugin parameter was ever parsed... Bamieater: {FANCYTABLE( head =>"Software pakket ~|~ Licentie ~|~ ((Gestructureerde wiki|Gestructureerd)) ~|~ Taal" )} sylvieg: so far I know the plugin param was never parsed... Bamieater: well, I think I have to stick with 2.x, because this isn't the only problem CIA-64: tikiwiki: 03jonnybradley * r21278 10/trunk/templates/tiki-user_cssmenu.tpl: [MOD] Indenting (as far as possible) ricks99: Q: how can i trim the action log? I see nothing on tiki-admin_actionlog.php sylvieg: Bamieater: for the category cloud: you can easily change the css - take azay any style for .catitems
ricks99: there is a setting tab??? ricks99: y, but i dont see any way to trim the existing log? sylvieg: ah... so far I know - no possibility ricks99: the tiki log (tiki-syslog.php) has a "clean logs older than" option ***: floh1111 has joined #tikiwiki ricks99: k. trying to duplicate (for upgrade) my 2.x db. my action log is 30MB!
my phpmyadmin is throwing errors when i try to duplicate the db sylvieg: be carefull because some line in action log are used for the hsitory ricks99: getting error: http://pastebin.com/m4e3f9950 any help? -: ricks99 doesnt even understand the error :( sylvieg: you should not haqve the dafault charset - ricks99: tables before tiki_actionlog get created & populated correctly
is "test12345" a valid tiki db table? (2.x?)
get the same error when simply trying to duplicate db *structure* only sylvieg: the autoincremented too is strange
try to edit your dump and fix the syntax ricks99: will try that...
too big to open :( 60MB+
(why i wanted to trim the log) ***: Wilkins has quit IRC (Read error: 54 (Connection reset by peer))
xavi has joined #tikiwiki xavi: toctoc
the video I was editing about the TikiFestBarcelona is out...
finally! :-) -: xavi starts to enjoy KDENLive! :-) xavi: luciash ? ^ jonnyb: hi xavi - woo! where's the vid? xavi: hi jonnyb :-)
I added the link (so far) here: http://tikiwiki.org/TikiFestBarcelona
after the link of the videos by Vladka and Luciash jonnyb: watching now xavi: jonnyb: did you know that kdenlive is being ported to Mac ? :-) jonnyb: that's the FLOSS editing thing, y? xavi: Disclaimer: it's just from an amateur!
KDEnLIve: yes, it's FLOSS
http://kdenlive.org ***: MartinCleaver_ has joined #tikiwiki ricks99: @xavi: what camera/setup do u use for streaming tikifest? xavi: hi ricks99
mmm, Sony Digital Video Camera (recording at good quality, but resized to 320x280 for web video)
I tried at 720x680 (or similar) and it took > 700 Mb, and when resized to 320 x 480, it took just 110 Mb in total (rendering as FLV directly from kdenlive)
rendering as FLV in both cases, I mean
ricks99: why? ***: MartinCleaver has quit IRC (Read error: 145 (Connection timed out))
MartinCleaver_ is now known as MartinCleaver -: ricks99 wants to try steaming (ustream) for some organizations. xavi: MartinCleaver: is it your birthday today? ricks99: will any digital video camera work? xavi: ricks99: the video I was talking about it not at ustream ricks99: o. thought the live tikifest streaming was via ustream? xavi: ricks99: not for streaming. Mine doesn't stream (it was a present for our wedding; I couldn't choose the streaming model, a bit more expensive) ricks99: ah xavi: ricks99: liev streaming was (poorly) performed with a simple webcam
any (decent) webcam would do the job (many are decent) ricks99: k. was looking for recommeendatons for cameras xavi: audio is a limiting factor. ricks99: we teste with a standard webcam... was ok video quality, but poor audio
looking for recommendations for vid/mic setup MartinCleaver: xavi: Saturday was :)
btw - for wikisym we have a full commercial account of Kaltura xavi: you have to choose among two options: webcam + good omnidirectional microphone ( between 40 and 90 euro), or good video digital camera with good directional microphone, for instance (I guess 500 - 800 euro) MartinCleaver: for the next 12 months xavi: MartinCleaver: ah, ok, Happy Birthday for last Saturday, then! :-) MartinCleaver: Thanks!! -: xavi was told about it by facebook MartinCleaver: aha ;)
the almighty FB xavi: :-)
ricks99: I'll resend to you a message with recommendations that I sent to marclaporte a few days ago
with details for a few good mic models of reasonable price ricks99: tx xavi xavi: ricks99: is you email at charter.net all right for this?
s/you/your ricks99: perfect. tx ***: kiilo has left xavi: mail sent
back to work ***: diogogcunha has joined #tikiwiki CIA-64: tikiwiki: 03jonnybradley * r21279 10/trunk/lib/headerlib.php: [FIX] jq_onready code wasn't being wrapped in $jq("document").ready for AJAX loadComponent() diogogcunha: hey there! could anyone tell me if there is any module that associates each article with a forum thread or a discussion or something like that? ***: kiilo has joined #tikiwiki diogogcunha: anyone? xavi: diogogcunha: yes. Articles allow (threaded) comments CIA-64: tikiwiki: 03jonnybradley * r21280 10/trunk/lib/smarty_tiki/function.menu.php: [FIX] Remove empty <ul> tags for XHTML compliance (tried editing the tpl but couldn't find a cleaner way of doing it) xavi: moreover, you can use wiki pages for articles (depending on your setup; that's the example of the mozilla support site), and use the "discuss" pages in a tiki forum
diogogcunha: does it answer your question? diogogcunha: sorry just a sec to understand..
but i don't want to have visible comments in the article page, like beneath it..
i'd like to have it a little more hidden
the idea is to have simple discussion functionality to each article xavi: diogogcunha: yes, it's possible out of the box (no coding needed, just configuration) using wiki pages for articles, and forum as discussion
read the documentation
let me try the help of the bot...
>doctwo Documentation Sug4r: http://doc.tikiwiki.org/Documentation diogogcunha: tks xavi: hey, it worked, thanks Sug4r
diogogcunha: you are welcome diogogcunha: xavi: what you're telling me is to have the foruns enabled and then use them but with no specific linkage to the article right? xavi: diogogcunha: or write articles in wiki pages, and use the feature to link the discussion of your articles (wiki pages) in a forum
read the documentation for forums
>doctwo Forums Sug4r: http://doc.tikiwiki.org/Forums CIA-64: tikiwiki: 03jonnybradley * r21281 10/trunk/templates/tiki-admin-include-textarea.tpl:
tikiwiki: [ENH] Added list filter to plugins list
tikiwiki: [FIX] Found (and removed) chibaguy's missing </em> tag ;)
tikiwiki: [MOD] Updated section_comments_parse label diogogcunha: ok ***: ricks99_ has joined #tikiwiki diogogcunha: that's exactly what i wanted xavi: I guessed so
diogogcunha: where are you from? CIA-64: tikiwiki: 03jonnybradley * r21282 10/trunk/templates/tiki.tpl: [FIX] XHTML doesn't allow space before DOCTYPE diogogcunha: i'm from portugal ***: chibaguy has quit IRC ("Find new themes for Tiki at http://themes.tikiwiki.org.") diogogcunha: i'm working on a project to create a entrreprise wiki and i think i'll be here a lot in the next days/weeks
xavi: and you where r u from ? xavi: from Barcelona (Catalonia, Spain) CIA-64: tikiwiki: 03jonnybradley * r21283 10/trunk/templates/tiki-user_cssmenu.tpl: [MOD] {strip} all the cssmenu, not just occasional bits diogogcunha: great city! great energy! xavi: yes, many tiki people left lots of energy last august (that might be why :-) ) diogogcunha: lol
i can't find in the documentation where to do the linkage between the article and the forum
xavi tks, i gottta go but i'll be back tomorrow ***: diogogcunha has quit IRC ()
ricks99 has quit IRC (Read error: 110 (Connection timed out))
kiilo has quit IRC (Read error: 110 (Connection timed out))
kiilo has joined #tikiwiki
ricks99_ has quit IRC ("ChatZilla 0.9.85 [Firefox 3.0.13/2009073022]")
Redhatter has quit IRC (Read error: 113 (No route to host)) xavi: I read in the documenation as ifyou can create a Pretty Tracker in Tiki 2
anybody knows about Pretty trackers? luciash: hola xavi ! xavi: hi luciash :-) luciash: i have to watch your video now ! xavi: I'm just trying to pass a param from a trackerlist to a wiki page with the PluginR :-)
luciash: :-) I hope you like it! (remember, I'm novice & amateur). Vladka's one is from a professional ! luciash: sure :) np, i am right back (after watching ;)) xavi: :-)
luciash: quick question. do you know if you can use pretty tracekrs in tiki 2?
you are the master :-)
and so it says the video: if you want to use pretty trackers, luci is the master :-)
sylvieg? CIA-64: tikiwiki: 03jonnybradley * r21284 10/trunk/templates/modules/mod-users_rank.tpl: [FIX] Notices and XHTML luciash: re :) xavi: re ? luciash: xavi: very nice summarization of the whole tikifest !
re(-turned) xavi: re: ah! and thanks! :-) luciash: thank you for sharing xavi :) xavi: a pleasure! This week a missed I had taken much more (good) pictures of many events.... as you did, for instance :-) luciash: i hope you don't mind i "passed it further" sharing the link on my facebook profile ;) xavi: brilliant pictures, btw. To be honest, I see a better summary from the slideshow of all your pictures (and comments ;-) ) than with the video luciash: ah, thx, glad you like the comments :D
"captions" xavi: :-) luciash: actually i watched it via facebook because blip.tv is too big video dimensions for my HP mini xavi: too big? 320x480? luciash: how come there's no mention of kdenlive in the end credits ? ;) xavi: :-)
I needed to quit kdenlive'ing (too many days), and I had to rush at the end luciash: xavi: yes, too big, it doesn't display as 320x... but it is actually enlarged at the link you posted to the wiki page, hmm xavi: and the rolling credits are not well done, but I couldn't figure out how to do them properly (if possible)
size: ah, ok (newbie here) luciash: i have to edit some clips from my phoo camera in kdenlive still
*photo
i noticed kdenlive still has problems exporting video and audio in sync xavi: tell me if you learn how to make better rolling credits, when you play with kdenlive luciash: we have to figure out the "right" export format
yes, sure :) xavi: "right"?
what do you mean? luciash: i think you can upload in different formats to blip.tv too xavi: this time I produced directly 320x480 FLV from kdenlive, to avoid loosing quiality by transcoding in blip.tv or elsewhere luciash: right, which exports the best video quality, audio in sync, and the proper video system format xavi: for web viewing, export directly to flv. you'll avoid the transcoding issues (loosing quality, resizing, ...) luciash: i am not sure what system is your camcorder (NTSC or PAL) but it seems the exported video is somehow little bit shrinked horizontally xavi: for desktop view, mp4, maybe (I agree, not sure which is the best)
camcorder was set to PAL (I think) -: xavi checking luciash: i see
xavi: it was good work you did with kdenlive ! just a little suggestion about the background music: when there is someone talking it is good to lower the volume of the background music and then bring it back after the talks...
i liked the TikiHouse balcony shots ! :)
was it you or someone else taking it ? xavi: suggestion (volume): ok, you are right. I did it only once (KDEnlive 0.7.5 allows to do it easily nowadays, not earlier, on selected frame ranges)
balcony shots: yes, it was me :-) luciash: cool ! xavi: so, about pretty trackers...
do you know if they can be done in Tiki2 ? luciash: i don't think pretty trackers are much usable in Tiki 2
i think it's 3.0 stuff xavi: documentation says: "In TikiWiki >2.0 you can"... luciash: aah xavi: ah, ok luciash: actually, i don't know :) i did try first at 3.0 xavi: but I can't find the "page selector field type" in admin tracker fieldas
so I guess that they were coded in tiki 3+ luciash: seems so xavi: ok luciash: quick dog walk now :-) i hope you'll be here after i come back still xavi: I hope so, also :-) luciash: and btw, vladi just greets you right now xavi !
brb xavi: ok, say hello to her also :-)
and congrats again for her nice video! :-) ***: luminoso has quit IRC (Connection timed out)
luminoso has joined #tikiwiki CIA-64: tikiwiki: 03jonnybradley * r21285 10/trunk/templates/modules/mod-quick_edit.tpl:
tikiwiki: [FIX] Removed autocomplete attribute from input (invalid XHTML and done by jquery.autocomplete.js)
tikiwiki: [MOD] Converted JS code to use {jq} ***: Redhatter has joined #tikiwiki luciash: re-hi (again) xavi: :-) wb luciash: so you need a tracker field where there will be an id of the attachment ?
and display it via pretty tracker in plugin R ? xavi: mmm, nope, I need a way to send the id of a tracker attachment to the url of a wiki page with R code, so that the itemId with the data to be processed by R is received by the url.
and I expected the user to select a tracker attachment (through tracker list plugin in a wiki page, which is working fine on tiki 2.4), and click on "send" button, so that the item in the list with the checkbox sends its attachment id to the next page
does it make sense to you?
our production site is using 2.4 in our university
they have to offer a site with php5 soon (!), but after summer, no news about php5, so that I was exploring the possibility to do it with php4 (and thus, tiki 2.4, not 3.x) -: xavi is attempting to do it in local with tiki3 right now, so that at least there something he can say to his boss at uni: "I did it, and it works, but not with our current php version at our university" luciash: i think you don't need the page selector xavi: ok, what, then? luciash: i think i would need access to some 2.4 Tiki to give it a try xavi: mmmm, TikiLiveCD would do? :-)
our 2.4 site at university is for production...
, ok, no need for a 2.x site. since that server at our university doesn't have R installed. I'll have to wait to the new server at our uni for a place to set it for production
I'll keep learning in local how to do it
with tiki3 luciash: ok ***: Caarrie|away is now known as Caarrie xavi: luciash: I'm in tiki3 right now, with a local copy of my production site. If I don't need page selector (I'm following the doc for pretty trackers), what do I need in order to pass the param from a wiki page with the trackerlist plugin to the new wiki page? luciash: lemme see
how do you fill the param ?
with the value
where you get the value i mean
i don't quite understand why you need trackerlist and not tracker to submit the value xavi: well, the students upload a file in a wiki page through tracker plugins luciash: because trackerlist itself only list tracker items and fields xavi: but also offers checkboxes to do actions ... luciash: do they upload it to wiki page or to the tracker item ? xavi: letme double check that it's trackerlist plugin what I'm using...
yes, it's tracker list
like: {TRACKERLIST(trackerId=1,fields=1:2:3:5, sort=y, popup=2:5, stickypopup=n, showtitle=n, showlinks=y, showdesc=n, shownbitems=y, showinitials=y, showstatus=y, showcreated=n, showlastmodif=y, showfieldname=n, status=opc, sort_mode=lastModif_desc, max=20, checkbox=1/to/Envia missatge/name_of_submit/messu-compose.php,goIfOne=n, more=y, view=user)}Bla bla...{TRACKERLIST} luciash: ok, so the trackerlist also displays a form for submiting ? have you tried the url param to redirect to a page you want after submiting ? ***: timotiCK has joined #TIKIWIKI xavi: yes, I did, luciash, that's the point. I'd like the page to receive the itemID also luciash: then try to add also values="itemID" or something like that
see the tracker plugin help
you can put "Colon-separated list of values" there
or itemId "if you want to edit an item" xavi: ok, thanks, I'll re-read the documentation for tracekr plugin luciash: because if I am not wrong trackerlist includes all tracker plugin params xavi: ok, I was missing that point
thks luciash: so far what i understood from reading the code
i think the documentation is inclomplete xavi: it use to happen, unluckily :-/
are you reading the code for tiki3 or for trunk? luciash: tiki3 proposed
branch xavi: ok, thanks luciash: but still i wonder how you can use trackerlist to upload the file... i thought you can do it only using tracker plugin to create new tracker items xavi: yes, yes. that wiki page has two section: tracker plugin, to allow uploading the files, and trackerlist (with view=user) to allow a suser to see his only items underneath luciash: ah, confusion over :) xavi: :-) luciash: so you need to put it in the tracker plugin params and try CIA-64: tikiwiki: 03jonnybradley * r21286 10/trunk/templates/footer.tpl: [FIX] Was producing href="##" and an XHTML error xavi: ok, I'm in process :-)
(the upgrade from 2.4 to tiki3svn didn't go smoothly to me, and I?m redoing on another tiki3 local) luciash: i recommend to go with the proposed branch ;) CIA-64: tikiwiki: 03jonnybradley * r21287 10/trunk/templates/tiki-admin-include-textarea.tpl: [FIX] Numerous XHTML fixes xavi: ok :-) CIA-64: tikiwiki: 03jonnybradley * r21288 10/trunk/templates/modules/mod-switch_lang.tpl: [FIX] XHTML ***: franck has quit IRC (farmer.freenode.net irc.freenode.net)
FrankP_german has quit IRC (farmer.freenode.net irc.freenode.net)
PrezKennedyII has quit IRC (farmer.freenode.net irc.freenode.net)
Caarrie has quit IRC (farmer.freenode.net irc.freenode.net)
undifined has quit IRC (farmer.freenode.net irc.freenode.net)
kiilo has quit IRC (farmer.freenode.net irc.freenode.net)
kiilo1 has quit IRC (farmer.freenode.net irc.freenode.net)
jonnyb has quit IRC (farmer.freenode.net irc.freenode.net)
btiffin has quit IRC (farmer.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (farmer.freenode.net irc.freenode.net)
sylvieg has quit IRC (farmer.freenode.net irc.freenode.net)
danopia has quit IRC (farmer.freenode.net irc.freenode.net)
Redhatter has quit IRC (farmer.freenode.net irc.freenode.net)
MartinCleaver has quit IRC (farmer.freenode.net irc.freenode.net)
pkdille has quit IRC (farmer.freenode.net irc.freenode.net)
CIA-64 has quit IRC (farmer.freenode.net irc.freenode.net) luciash: prepare for irc dance ;) ***: SEWilco2 has quit IRC (farmer.freenode.net irc.freenode.net)
Bamieater has quit IRC (farmer.freenode.net irc.freenode.net)
amette has quit IRC (farmer.freenode.net irc.freenode.net)
timotiCK has quit IRC (farmer.freenode.net irc.freenode.net)
xavi has quit IRC (farmer.freenode.net irc.freenode.net)
Sug4r has quit IRC (farmer.freenode.net irc.freenode.net)
luciash has quit IRC (farmer.freenode.net irc.freenode.net)
Jyhem has quit IRC (farmer.freenode.net irc.freenode.net)
Kissaki has quit IRC (farmer.freenode.net irc.freenode.net)
floh1111 has quit IRC (farmer.freenode.net irc.freenode.net)
olio has quit IRC (farmer.freenode.net irc.freenode.net)
pkdille has joined #tikiwiki
CIA-64 has joined #tikiwiki
timotiCK has joined #tikiwiki
xavi has joined #tikiwiki
floh1111 has joined #tikiwiki
Bamieater has joined #tikiwiki
olio has joined #tikiwiki
SEWilco2 has joined #tikiwiki
amette has joined #tikiwiki
Jyhem has joined #tikiwiki
luciash has joined #tikiwiki
Sug4r has joined #tikiwiki
Kissaki has joined #tikiwiki
CIA-64 has quit IRC (farmer.freenode.net irc.freenode.net)
pkdille has quit IRC (farmer.freenode.net irc.freenode.net)
SEWilco2 has quit IRC (farmer.freenode.net irc.freenode.net)
Bamieater has quit IRC (farmer.freenode.net irc.freenode.net)
amette has quit IRC (farmer.freenode.net irc.freenode.net)
timotiCK has quit IRC (farmer.freenode.net irc.freenode.net)
xavi has quit IRC (farmer.freenode.net irc.freenode.net)
luciash has quit IRC (farmer.freenode.net irc.freenode.net)
Sug4r has quit IRC (farmer.freenode.net irc.freenode.net)
Jyhem has quit IRC (farmer.freenode.net irc.freenode.net)
Kissaki has quit IRC (farmer.freenode.net irc.freenode.net)
olio has quit IRC (farmer.freenode.net irc.freenode.net)
floh1111 has quit IRC (farmer.freenode.net irc.freenode.net)
danopia has joined #tikiwiki
sylvieg has joined #tikiwiki
Tikiwiki|bot has joined #tikiwiki
btiffin has joined #tikiwiki
jonnyb has joined #tikiwiki
kiilo1 has joined #tikiwiki
kiilo has joined #tikiwiki
undifined has joined #tikiwiki
Caarrie has joined #tikiwiki
PrezKennedyII has joined #tikiwiki
franck has joined #tikiwiki
pkdille has joined #tikiwiki
CIA-64 has joined #tikiwiki
MartinCleaver has joined #tikiwiki
Redhatter has joined #tikiwiki
timotiCK has joined #tikiwiki
xavi has joined #tikiwiki
floh1111 has joined #tikiwiki
Bamieater has joined #tikiwiki
olio has joined #tikiwiki
SEWilco2 has joined #tikiwiki
amette has joined #tikiwiki
Jyhem has joined #tikiwiki
luciash has joined #tikiwiki
Sug4r has joined #tikiwiki
Kissaki has joined #tikiwiki
kiilo has quit IRC ("Leaving.") xavi: luciash? ***: kiilo1 has quit IRC ("Leaving.")
olio has quit IRC (farmer.freenode.net irc.freenode.net)
floh1111 has quit IRC (farmer.freenode.net irc.freenode.net)
timotiCK has quit IRC (farmer.freenode.net irc.freenode.net) luciash: xavi: yes ? ***: MartinCleaver has quit IRC (Read error: 60 (Operation timed out))
floh1111 has joined #tikiwiki
olio has joined #tikiwiki
floh1111 has quit IRC (Read error: 104 (Connection reset by peer)) luciash: xavi: ? ***: Caarrie is now known as Caarrie|away xavi: back from dinner
luciash , I tried passing the attId but I didn't succeed
with {R(attId=4,type="text/xml")} bla bla {R} in the wiki page, the R plugin was working as expected
but I don't get what should I write instead of "4"...
I tried wrting: {R(attId,type="text/xml")}bla bla{R}, and adding attId in the url passed by trackerlist plugin...
...with the syntax:
{TRACKERLIST(trackerId=2,fields=1:2:3:5, sort=n, showtitle=n, showlinks=n, showdesc=n, shownbitems=n, showinitials=n, showstatus=n, showcreated=n, showlastmodif=y, showfieldname=y, status=op, sort_mode=lastModif_desc, max=20, checkbox=0/to/Envia dades/name_of_submit/tiki-index.php?page=R&attId, goIfOne=n, more=n, view=user)}Bla bla...{TRACKERLIST}
note the checkbox=0/to/Envia dades/name_of_submit/tiki-index.php?page=R&attId
with attId at the end...
ah, I see, maybe I can attempt to put that attId in the "url" param of the trackerlist plugin call... maybe that's what you suggested, in fact... luciash: first you need attId=something... in the URL, not just attId xavi: "something"... good point, I don't get what...
what=how to set the attId number luciash: but i am not sure this could work... what i thought about using pretty tracker was to put the R plugin code in the wiki page template used for the pretty tracker actually so you could actually use there {R(attId={$f_42},type="text/xml")} bla bla {R} where $f_42 would be the attachment field number of the tracker
or instead of wikipage template, you could have real template in templates/custom/my_r_pretty_tracker.tpl and use that template in trackerlist param tpl="custom/my_r_pretty_tracker.tpl" xavi: ok, luciash, how do you get the attachment field number using this syntax ($f_42}?
does it mean, that if tracker field for the attachment is id3 from the tracker fields list... I should write there {$f_3}? luciash: xavi: this has to be big play and needs patience with pretty tracker and it is pretty difficult task for me and you as non-coder... :)
yes, exactly xavi: ok, thanks , I'll give it a try to the pretty tracker way luciash: you can test it in the wiki page template first if it displays correctly what you want before trying to pass it to the R plugin CIA-64: tikiwiki: 03jonnybradley * r21289 10/trunk/templates/tiki-admin-include-textarea.tpl: [FIX] Notices and XHTML (mostly) luciash: amette: yes, bro, it is not useful when it displays false date... can set it to "n" in db ?
s/can/can you/ ***: nolol has joined #tikiwiki nolol: hi xavi: luciash, thanks for your feedback. I'm tired to keep trying the pretty tracker.
I?ll try again another day following the example in Pretty Tracker documentation step by step
g'night all ***: xavi has left
nolol has left CIA-64: tikiwiki: 03jonnybradley * r21290 10/trunk/lib/wiki-plugins/wikiplugin_sharethis.php:
tikiwiki: [FIX] Invisible char (or something) at start of file (possibly a utf-8 error?).
tikiwiki: Was stopping admin/textarea working with AJAX...
tikiwiki: 03jonnybradley * r21291 10/branches/experimental/edit_fixup/ (79 files in 29 dirs): [MRG] Automatic merge, trunk 21260 to 21290