<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   ***: Loggar has joined #tikiwiki
   fabricius|away: Hi Loggar
   <br> <u>Loggar</u>: thx for stopping the spam and starting the logs ;-)
   ***: fabricius|away is now known as fabricius
   Aalandriel: <u>question</u>: is there any way to export tracker data to xml stored on the webserver?
   fabricius: thats an interesting question: I would need to export articles as html/xhtml
   <br> maybe similar?
   jonnyb: <u>Aalandriel</u>: i don't think so, only csv at the moment
   Aalandriel: <u>jonnyb</u>: and csv is only for download, right?
   jonnyb: yup
   Aalandriel: hmmm would it make sense to modify the rss feed for a tracker to make it output tracker items in xml nodes?
   <br> or make a port of the code for a custom mos
   jonnyb: rss is xml, isn't it?
   Aalandriel: yes but tracker items are stored in description text as one node
   <br> need to have the individual tracker item fields as individual nodes for easy porting to air apps
   jonnyb: ah, stinky - yes, it would need modifying then, as you said
   ***: marclaporte has quit IRC (Ping timeout: 258 seconds)
   CIA-65: tikiwiki: 03jonnybradley * r28137 10/trunk/ (11 files in 7 dirs): [MRG] Automatic merge, branches/5.x 28062 to 28130
   ***: amette has quit IRC (Ping timeout: 276 seconds)
   CIA-65: tikiwiki: 03jonnybradley * r28138 10/branches/5.x/ (lib/setup/js_detect.php tiki-setup.php): [FIX] Add checks for feature_sheet when checking for feature_jquery_sheet before including JS etc
   ***: amette has joined #tikiwiki
   <br> fabricius has quit IRC (Ping timeout: 265 seconds)
   <br> fabricius|away has joined #tikiwiki
   CIA-65: tikiwiki: 03jonnybradley * r28139 10/branches/5.x/lib/articles/artlib.php: [FIX] Articles: Don't return repeats of articles in multiple categories (when in perspectives especially)
   jonnyb: has anyone got a tiki running on 5x svn with lots of articles? (if so can you double check r28139 is ok for you)
   ***: fabricius|away has quit IRC (Ping timeout: 245 seconds)
   CIA-65: tikiwiki: 03jonnybradley * r28140 10/branches/5.x/styles/layout/ (layout-reference.css layout.css): [FIX] Sheets: Padding fix for sheet plugin
   ***: fabricius|away has joined #tikiwiki
   <br> jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
   CIA-65: tikiwiki: 03jonnybradley * r28141 10/trunk/ (6 files in 4 dirs): [MRG] Automatic merge, branches/5.x 28130 to 28140
   <br> tikiwiki: 03sylvieg * r28142 10/branches/5.x/ (2 files in 2 dirs): backport 28132
   <br> tikiwiki: 03sylvieg * r28143 10/branches/5.x/article_image.php: [FIX]article: tiki_p_articles_read_heading is not mandatory to see articles iamges
   ***: fabricius|away is now known as fabricius
   RavenC: wow, these trackers are really powerful!
   luciash: now this is interesting: {MEDIAPLAYER(flv="{$f_16}" style="maxi")}{MEDIAPLAYER}
   <br> how come it works in this plugin but not in the INCLUDE one for example ?
   -: luciash scratching his head
   Aalandriel: meh why does rssfeeds just have to place a CDATA tag around descriptions :S
   luciash: in case there appear characters like curly brackets
   Aalandriel: yeah I know normally it's a good thing but I need it to output xml ^^ and that is not so easily done
   luciash: maybe
   <br> yep yep, not easy to modify rss output in Tiki, especially when it is an outdated external lib used for them
   <br> but we're slightly moving to Zend RSS generator in Tiki 6 (hopefully)
   Aalandriel: yeah I noticed the CDATA is hardcoded into the feedcreator.class.php file :-S
   luciash: yes, feedcreator is third party
   Aalandriel: Yeah I'm really looking forward to tiki6 it's got some amazing things in store
   ***: FrankP has quit IRC (Ping timeout: 260 seconds)
   fabricius: <u>sylvieg</u>: I am thinking, if the method for the contextual menu we discussed is not only a workaround, but an elegant method
   <br> but sylvieg , I´d say it should be possible, to realise without interfering with the CSS, wouldn´t you agree?
   sylvieg: If you watn to develop something - feel free...
   fabricius: he he ... that would be a long run - will be lucky to be good in administration, teaching, css-essentials ... -&gt; I am not a coder at all, not yet and not for long time, I think
   CIA-65: tikiwiki: 03sylvieg * r28144 10/trunk/templates/ (antibot.tpl tiki-poll.tpl): [FIX]captcha: the new captcha is so big that it is hard to fit it in soem column
   ***: lulinha has joined #tikiwiki
   <br> lulinha has left
   fabricius: but anyway, I´ll look into that somehow
   ***: fabricius has quit IRC (Quit: bye)
   CIA-65: tikiwiki: 03sylvieg * r28145 10/trunk/lib/setup/polls.php: missing global
   ***: ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org)
   <br> Kimberlee has joined #tikiwiki
   luciash: <u>sylvieg</u>: any idea why it would work with one plugin but not the other ? usage of "{$f_XX}" in plugin params on wiki template page i mean
   sylvieg: for mediaplayer?
   <br> can it be the order of interpretation of the smarty/tiki
   <br> the include is done before {$f substitution
   luciash: <u>sylvieg</u>: probably... seems the coding of plugins would need some rules to make it work in all
   sylvieg: so you probably have to do a {wiki} around the incldue to be sure it is done before var substitution
   luciash: <u>sylvieg</u>: so i cannot be sure when i provide help with plugin params to say if it works or not now until trying the specific one :-p
   sylvieg: it is probably I should have not use a ressource wiki
   <br> but a fpostfilter perhaps..
   luciash: hmm, maybe
   <br> i have the workaround with {wikiplugin} still but it would be easier for sure than using this or {wiki}
   -: sylvieg never thought people will do so intrebricated stuff with pretty trackers...
   sylvieg: yes this is probably the work around
   luciash: haha
   RavenC: could it be due to having more than one fields listed ?
   luciash: what reders faster ? enable HTML or HTML plugin ?D
   CIA-65: tikiwiki: 03sylvieg * r28146 10/trunk/lib/calendar/calendarlib.php: [FIX]calendar: preparation to the split of tiki-calendar.setup to be reused for tracker- work in progress
   sylvieg: enable HTML
   luciash: <u>sylvieg</u>: thought so
   <br> <u>RavenC</u>: the full TRACKERLIST code please
   RavenC: Luciash:
   <br> {TRACKERLIST(trackerId=&gt;5,fields=&gt;21:27:28, showtitle=&gt;n, showlinks=&gt;y, showfieldname=&gt;y, sort_mode=&gt;lastModif_desc, url="tiki-index.php?page=UpdateSOP&amp;itemID=") /}
   luciash: <u>RavenC</u>: it must be &amp;itemId only
   RavenC: no "=" ?
   luciash: and exact case
   <br> no ID but Id
   RavenC: aaah
   luciash: yes :)
   RavenC: my bad...  thaks SO much ...  I would have never caught that
   luciash: unfortunately it's probably my fate to see all those typos immediately :-p
   RavenC: you probably see them in your sleep!  :)
   Aalandriel: hmmm modifying the RSS to export trackers to xml is not a good way to go about it... Could a smarty template be set up to render as xml? (never used smarty before)
   luciash: heh, luckily not
   <br> <u>Aalandriel</u>: probably yes
   Aalandriel: <u>luciash</u>: gonna have to look into that... if i had the PHP experience I'd create a mod to do xml/json export from tiki, but alas Im still in noob mode when it comes to php
   luciash: <u>Aalandriel</u>: or just try to copy the script which exports to CSV and compose the output to render XML instead
   Aalandriel: <u>luciash</u>: I've been trying to find that script
   luciash: hmm :)
   <br> must be some function, start search from the page where it is present
   Aalandriel: Doh of course
   <br> Aha the csv is from tpl files
   <br> is there a list of smarty var in tikiwiki somewhere?
   luciash: <u>Aalandriel</u>: all default Smarty + what you see in lib/smarty_tiki/
   Tikiwiki|bot: Recent Bug: Tracker item: #3501 - - Allow pagination inside articles wiki-plugin - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&amp;itemId=3501
   <br> Recent Bug: Tracker item: #3502 - - Article type not maintained on editing - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&amp;itemId=3502
   ***: RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
   Aalandriel: <u>luciash</u>: thanks a lot for the help I might be closer a solution now. Gonna have to work on this some more tomorrow
   CIA-65: tikiwiki: 03marclaporte * r28147 10/branches/5.x/ (favicon.ico favicon.png): [MOD] better favicon, more inline with new branding
   ***: Ludo_ has joined #tikiwiki
   <br> Aalandriel has quit IRC (Ping timeout: 252 seconds)
   CIA-65: tikiwiki: 03sampaioprimo * r28148 10/trunk/templates/tiki-view_blog_post.tpl: indentation
   ***: redflo has joined #tikiwiki
   Ludo_: Hello, I just upgraded from 2.2 to 4.3
   <br> and I have an issue, now when I try to access tiki-index.php
   <br> I get the download popup inside firefox
   <br> and apache doesn't execute it
   <br> other .php pages work
   <br> do you have any idea why?
   <br> same issues with tiki-lastchanges
   <br> it seems everything trying to access the mysql db fails
   ***: rodrigo_sampaio has joined #tikiwiki
   chealer: <u>Ludo_</u>: which operating system hosts Tiki?
   Ludo_: linux
   <br> debian
   <br> support:/var/www# dpkg -l | grep apache
   <br> ii  apache2                              2.2.9-10+lenny8             Apache HTTP Server metapackage
   <br> ii  apache2-mpm-prefork                  2.2.9-10+lenny8             Apache HTTP Server - traditional non-threade
   <br> ii  apache2-utils                        2.2.9-10+lenny8             utility programs for webservers
   <br> ii  apache2.2-common                     2.2.9-10+lenny8             Apache HTTP Server common files
   chealer: <u>Ludo_</u>: did you check Apache logs?
   CIA-65: tikiwiki: 03sampaioprimo * r28149 10/trunk/templates/tiki-view_blog_post.tpl: [ENH] display the date and author after the title
   Ludo_: ==&gt; rt.datadirectnet.com-access.log &lt;==
   <br> 10.8.22.139 - - [26/Jul/2010:15:35:56 -0700] "GET /wiki/ HTTP/1.1" 302 -
   <br> ==&gt; error.log &lt;==
   <br> [Mon Jul 26 15:35:57 2010] [notice] child pid 20497 exit signal Segmentation fault (11)
   <br> [Mon Jul 26 15:35:58 2010] [notice] child pid 20465 exit signal Segmentation fault (11)
   <br> it happened only with tikiwiki
   <br> all other php services run correctly
   <br> on this machine
   CIA-65: tikiwiki: 03sylvieg * r28150 10/trunk/lib/captcha/captchalib.php: [FIX]captcha: reduce the default width of a captcha to the default width of a tiki column: TODO: be able to send the size of the column the module is in
   chealer: <u>Ludo_</u>: there's clearly a PHP segfault, but it's hard to say if that's a PHP or Tiki bug.
   Ludo_: [306472.053745] apache2[20465]: segfault at 7fffff7feff8 ip 7f5c09d789a0 sp 7fffff7ff028 error 6 in libphp5.so[7f5c09ad0000+587000]
   <br> what should I do to troubleshoot it?
   chealer: <u>Ludo_</u>: you could try xdebug, if you know PHP
   ***: Kimberlee has quit IRC (Ping timeout: 260 seconds)
   <br> Kimberlee has joined #tikiwiki
   Ludo_: Random Segfaults in lenny php5 libapache2-mod-php5?
   <br> Bug in libmysqlclient which unfortunately gets exposed to PHP users. See 513204.
   <br> I think it's related to it
   ***: Blue_ has quit IRC (Quit: Page closed)
   <br> Kimberlee has quit IRC (Ping timeout: 240 seconds)
   <br> rodrigo_sampaio has quit IRC (Ping timeout: 265 seconds)
   Ludo_: <u>chealer</u>: ?
   <br> <u>chealer</u>: I'm getting Apache child segfaults every time I try accessing tiki-install.php, for all Tiki versions I tried, on a fresh Debian testing install. What could be the problem?
   <br> it seems you got the same problem some months ago
   <br> what did you do to fix it?
   ***: redflo has left
   Ludo_: Fatal error: Maximum function nesting level of '100' reached, aborting! in /var/www/tikiwiki-4.3/lib/core/lib/TikiDb.php on line 122
   <br> now I have this message
   <br> I modified my -rw-r--r-- 1 root root 44811 2010-03-14 01:11 /etc/php5/cli/php.ini
   <br> file and the segfault disappeared so far
   <br> were I supposed to be able to upgrade directly from 2.2 to 4.3?
   chealer: <u>Ludo_</u>: I went back to PHP 5.3.1
   <br> unstable's version might fix the installer problem.
   <br> <u>Ludo_</u>: cli? running php on command line?
   Ludo_: no I am not running php on the command line
   <br> hmm
   <br> /etc/php5/apache2/php.ini indeed
   <br> I modified
   <br> now I have 2 new problems
   <br> if I try to turn on again my https basic + ldap authentication
   <br> I have an issue with TikiDb.php
   <br> and I have a theme issue too
   <br> the theme doesn't follow my old wiki pages