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

WhoWhatWhen
***Loggar starts logging #tikiwiki at Mon Jul 26 17:02:36 2010
Loggar has joined #tikiwiki
[17:02]
fabricius|awayHi Loggar
Loggar: thx for stopping the spam and starting the logs ;-)
[17:06]
***fabricius|away is now known as fabricius [17:07]
Aalandrielquestion: is there any way to export tracker data to xml stored on the webserver? [17:07]
fabriciusthats an interesting question: I would need to export articles as html/xhtml
maybe similar?
[17:08]
jonnybAalandriel: i don't think so, only csv at the moment [17:09]
Aalandrieljonnyb: and csv is only for download, right? [17:09]
jonnybyup [17:09]
Aalandrielhmmm 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
[17:10]
jonnybrss is xml, isn't it? [17:11]
Aalandrielyes 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
[17:12]
jonnybah, stinky - yes, it would need modifying then, as you said [17:12]
***marclaporte has quit IRC (Ping timeout: 258 seconds) [17:18]
CIA-65tikiwiki: 03jonnybradley * r28137 10/trunk/ (11 files in 7 dirs): [MRG] Automatic merge, branches/5.x 28062 to 28130 [17:29]
***amette has quit IRC (Ping timeout: 276 seconds) [17:33]
CIA-65tikiwiki: 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 [17:33]
***amette has joined #tikiwiki [17:33]
fabricius has quit IRC (Ping timeout: 265 seconds)
fabricius|away has joined #tikiwiki
[17:44]
CIA-65tikiwiki: 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) [17:49]
jonnybhas anyone got a tiki running on 5x svn with lots of articles? (if so can you double check r28139 is ok for you) [17:51]
***fabricius|away has quit IRC (Ping timeout: 245 seconds) [17:59]
CIA-65tikiwiki: 03jonnybradley * r28140 10/branches/5.x/styles/layout/ (layout-reference.css layout.css): [FIX] Sheets: Padding fix for sheet plugin [18:06]
***fabricius|away has joined #tikiwiki
jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
[18:16]
CIA-65tikiwiki: 03jonnybradley * r28141 10/trunk/ (6 files in 4 dirs): [MRG] Automatic merge, branches/5.x 28130 to 28140 [18:19]
tikiwiki: 03sylvieg * r28142 10/branches/5.x/ (2 files in 2 dirs): backport 28132 [18:26]
.......... (idle for 45mn)
tikiwiki: 03sylvieg * r28143 10/branches/5.x/article_image.php: [FIX]article: tiki_p_articles_read_heading is not mandatory to see articles iamges [19:11]
.... (idle for 15mn)
***fabricius|away is now known as fabricius [19:26]
RavenCwow, these trackers are really powerful! [19:29]
luciashnow 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
[19:29]
Aalandrielmeh why does rssfeeds just have to place a CDATA tag around descriptions :S [19:33]
luciashin case there appear characters like curly brackets [19:33]
Aalandrielyeah I know normally it's a good thing but I need it to output xml ^^ and that is not so easily done [19:34]
luciashmaybe
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)
[19:34]
Aalandrielyeah I noticed the CDATA is hardcoded into the feedcreator.class.php file :-S [19:36]
luciashyes, feedcreator is third party [19:36]
AalandrielYeah I'm really looking forward to tiki6 it's got some amazing things in store [19:38]
***FrankP has quit IRC (Ping timeout: 260 seconds) [19:38]
fabriciussylvieg: 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?
[19:39]
sylviegIf you watn to develop something - feel free... [19:40]
fabriciushe 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 [19:43]
CIA-65tikiwiki: 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 [19:43]
***lulinha has joined #tikiwiki
lulinha has left
[19:44]
fabriciusbut anyway, I´ll look into that somehow [19:46]
***fabricius has quit IRC (Quit: bye) [19:54]
CIA-65tikiwiki: 03sylvieg * r28145 10/trunk/lib/setup/polls.php: missing global [19:57]
***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
[20:02]
luciashsylvieg: 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 [20:04]
sylviegfor mediaplayer?
can it be the order of interpretation of the smarty/tiki
the include is done before {$f substitution
[20:05]
luciashsylvieg: probably... seems the coding of plugins would need some rules to make it work in all [20:06]
sylviegso you probably have to do a {wiki} around the incldue to be sure it is done before var substitution [20:07]
luciashsylvieg: 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 [20:07]
sylviegit is probably I should have not use a ressource wiki
but a fpostfilter perhaps..
[20:07]
luciashhmm, maybe
i have the workaround with {wikiplugin} still but it would be easier for sure than using this or {wiki}
[20:08]
sylviegsylvieg never thought people will do so intrebricated stuff with pretty trackers...
yes this is probably the work around
[20:09]
luciashhaha [20:09]
.... (idle for 15mn)
RavenCcould it be due to having more than one fields listed ? [20:24]
luciashwhat reders faster ? enable HTML or HTML plugin ?D [20:27]
CIA-65tikiwiki: 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 [20:31]
sylviegenable HTML [20:31]
luciashsylvieg: thought so
RavenC: the full TRACKERLIST code please
[20:36]
RavenCLuciash:
{TRACKERLIST(trackerId=>5,fields=>21:27:28, showtitle=>n, showlinks=>y, showfieldname=>y, sort_mode=>lastModif_desc, url="tiki-index.php?page=UpdateSOP&itemID=") /}
[20:38]
luciashRavenC: it must be &itemId only [20:39]
RavenCno "=" ? [20:39]
luciashand exact case
no ID but Id
[20:39]
RavenCaaah [20:40]
luciashyes :) [20:40]
RavenCmy bad... thaks SO much ... I would have never caught that [20:40]
luciashunfortunately it's probably my fate to see all those typos immediately :-p [20:42]
RavenCyou probably see them in your sleep! :) [20:44]
Aalandrielhmmm 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) [20:45]
luciashheh, luckily not
Aalandriel: probably yes
[20:45]
Aalandrielluciash: 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 [20:47]
luciashAalandriel: or just try to copy the script which exports to CSV and compose the output to render XML instead [20:47]
Aalandrielluciash: I've been trying to find that script [20:47]
luciashhmm :)
must be some function, start search from the page where it is present
[20:48]
AalandrielDoh of course
Aha the csv is from tpl files
[20:49]
is there a list of smarty var in tikiwiki somewhere? [21:01]
luciashAalandriel: all default Smarty + what you see in lib/smarty_tiki/ [21:02]
Tikiwiki|botRecent Bug: Tracker item: #3501 - - Allow pagination inside articles wiki-plugin - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3501 [21:08]
Recent Bug: Tracker item: #3502 - - Article type not maintained on editing - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3502 [21:18]
***RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [21:23]
Aalandrielluciash: thanks a lot for the help I might be closer a solution now. Gonna have to work on this some more tomorrow [21:28]
.... (idle for 15mn)
CIA-65tikiwiki: 03marclaporte * r28147 10/branches/5.x/ (favicon.ico favicon.png): [MOD] better favicon, more inline with new branding [21:43]
...... (idle for 27mn)
***Ludo_ has joined #tikiwiki
Aalandriel has quit IRC (Ping timeout: 252 seconds)
[22:10]
CIA-65tikiwiki: 03sampaioprimo * r28148 10/trunk/templates/tiki-view_blog_post.tpl: indentation [22:21]
***redflo has joined #tikiwiki [22:23]
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
[22:24]
***rodrigo_sampaio has joined #tikiwiki [22:29]
chealerLudo_: which operating system hosts Tiki? [22:30]
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
[22:32]
chealerLudo_: did you check Apache logs? [22:35]
CIA-65tikiwiki: 03sampaioprimo * r28149 10/trunk/templates/tiki-view_blog_post.tpl: [ENH] display the date and author after the title [22:36]
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
[22:36]
CIA-65tikiwiki: 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 [22:39]
chealerLudo_: there's clearly a PHP segfault, but it's hard to say if that's a PHP or Tiki bug. [22:40]
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?
[22:41]
chealerLudo_: you could try xdebug, if you know PHP [22:44]
***Kimberlee has quit IRC (Ping timeout: 260 seconds)
Kimberlee has joined #tikiwiki
[22:49]
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
[22:54]
***Blue_ has quit IRC (Quit: Page closed) [22:59]
Kimberlee has quit IRC (Ping timeout: 240 seconds) [23:09]
rodrigo_sampaio has quit IRC (Ping timeout: 265 seconds) [23:14]
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?
[23:21]
***redflo has left [23:32]
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?
[23:42]
chealerLudo_: I went back to PHP 5.3.1
unstable's version might fix the installer problem.
Ludo_: cli? running php on command line?
[23:52]
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
[23:55]

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