***: Loggar has joined #tikiwiki
fabricius|away: Hi Loggar
Loggar: thx for stopping the spam and starting the logs ;-)
***: fabricius|away is now known as fabricius
Aalandriel: question: 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
maybe similar?
jonnyb: Aalandriel: i don't think so, only csv at the moment
Aalandriel: jonnyb: 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?
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
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
fabricius has quit IRC (Ping timeout: 265 seconds)
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
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
tikiwiki: 03sylvieg * r28142 10/branches/5.x/ (2 files in 2 dirs): backport 28132
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}
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
yep yep, not easy to modify rss output in Tiki, especially when it is an outdated external lib used for them
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: sylvieg: I am thinking, if the method for the contextual menu we discussed is not only a workaround, but an elegant method
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 ... -> 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
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)
Kimberlee has joined #tikiwiki
luciash: sylvieg: 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?
can it be the order of interpretation of the smarty/tiki
the include is done before {$f substitution
luciash: sylvieg: 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: sylvieg: 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
but a fpostfilter perhaps..
luciash: hmm, maybe
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[D[D[D[C[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: sylvieg: thought so
RavenC: the full TRACKERLIST code please
RavenC: Luciash:
{TRACKERLIST(trackerId=>5,fields=>21:27:28, showtitle=>n, showlinks=>y, showfieldname=>y, sort_mode=>lastModif_desc, url="tiki-index.php?page=UpdateSOP&itemID=") /}
luciash: RavenC: it must be &itemId only
RavenC: no "=" ?
luciash: and exact case
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
Aalandriel: probably yes
Aalandriel: luciash: 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: Aalandriel: or just try to copy the script which exports to CSV and compose the output to render XML instead
Aalandriel: luciash: I've been trying to find that script
luciash: hmm :)
must be some function, start search from the page where it is present
Aalandriel: Doh of course
Aha the csv is from tpl files
is there a list of smarty var in tikiwiki somewhere?
luciash: Aalandriel: 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&itemId=3501
Recent Bug: Tracker item: #3502 - - Article type not maintained on editing - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3502
***: RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
Aalandriel: luciash: 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
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
and I have an issue, now when I try to access tiki-index.php
I get the download popup inside firefox
and apache doesn't execute it
other .php pages work
do you have any idea why?
same issues with tiki-lastchanges
it seems everything trying to access the mysql db fails
***: rodrigo_sampaio has joined #tikiwiki
chealer: Ludo_: which operating system hosts Tiki?
Ludo_: linux
debian
support:/var/www# dpkg -l | grep apache
ii apache2 2.2.9-10+lenny8 Apache HTTP Server metapackage
ii apache2-mpm-prefork 2.2.9-10+lenny8 Apache HTTP Server - traditional non-threade
ii apache2-utils 2.2.9-10+lenny8 utility programs for webservers
ii apache2.2-common 2.2.9-10+lenny8 Apache HTTP Server common files
chealer: Ludo_: 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_: ==> rt.datadirectnet.com-access.log <==
10.8.22.139 - - [26/Jul/2010:15:35:56 -0700] "GET /wiki/ HTTP/1.1" 302 -
==> error.log <==
[Mon Jul 26 15:35:57 2010] [notice] child pid 20497 exit signal Segmentation fault (11)
[Mon Jul 26 15:35:58 2010] [notice] child pid 20465 exit signal Segmentation fault (11)
it happened only with tikiwiki
all other php services run correctly
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: Ludo_: 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]
what should I do to troubleshoot it?
chealer: Ludo_: you could try xdebug, if you know PHP
***: Kimberlee has quit IRC (Ping timeout: 260 seconds)
Kimberlee has joined #tikiwiki
Ludo_: Random Segfaults in lenny php5 libapache2-mod-php5?
Bug in libmysqlclient which unfortunately gets exposed to PHP users. See 513204.
I think it's related to it
***: Blue_ has quit IRC (Quit: Page closed)
Kimberlee has quit IRC (Ping timeout: 240 seconds)
rodrigo_sampaio has quit IRC (Ping timeout: 265 seconds)
Ludo_: chealer: ?
chealer: 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?
it seems you got the same problem some months ago
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
now I have this message
I modified my -rw-r--r-- 1 root root 44811 2010-03-14 01:11 /etc/php5/cli/php.ini
file and the segfault disappeared so far
were I supposed to be able to upgrade directly from 2.2 to 4.3?
chealer: Ludo_: I went back to PHP 5.3.1
unstable's version might fix the installer problem.
Ludo_: cli? running php on command line?
Ludo_: no I am not running php on the command line
hmm
/etc/php5/apache2/php.ini indeed
I modified
now I have 2 new problems
if I try to turn on again my https basic + ldap authentication
I have an issue with TikiDb.php
and I have a theme issue too
the theme doesn't follow my old wiki pages