←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
RobertPlummer | joined #tikiwiki | [00:06] |
joined #tikiwiki | [00:11] | |
Jyhem_laptop | joined #tikiwiki | [00:18] |
...... (idle for 28mn) | ||
RobertPlummer | joined #tikiwiki | [00:46] |
................. (idle for 1h24mn) | ||
benoitg | joined #tikiwiki | [02:10] |
............ (idle for 58mn) | ||
goj_killedByISP | joined #tikiwiki | [03:08] |
............................. (idle for 2h21mn) | ||
was | kicked by amette: CIA-99 | [05:29] |
CIA-58 | joined #tikiwiki | [05:29] |
.................................... (idle for 2h57mn) | ||
Bsfez | joined #tikiwiki | [08:26] |
........ (idle for 39mn) | ||
xavi | joined #tikiwiki | [09:05] |
polom
RobertPlummer: ? (still around????) I did read the log for yesterday.... and you might be interested in http://profiles.tiki.org/R_HeatMaps ;-) bbl | [09:12] | |
Bsfez | joined #tikiwiki | [09:20] |
....... (idle for 34mn) | ||
goth | joined #tikiwiki | [09:54] |
..... (idle for 20mn) | ||
Jyhem_laptop | joined #tikiwiki | [10:14] |
..... (idle for 21mn) | ||
RobertPlummer | joined #tikiwiki | [10:35] |
........ (idle for 36mn) | ||
lphuberdeau | joined #tikiwiki | [11:11] |
............ (idle for 55mn) | ||
Bsfez | joined #tikiwiki | [12:06] |
........ (idle for 35mn) | ||
rodrigoprimo | joined #tikiwiki | [12:41] |
................... (idle for 1h31mn) | ||
FikiFestBCN | joined #tikiwiki | [14:12] |
....... (idle for 32mn) | ||
RobertPlummer | joined #tikiwiki | [14:44] |
Jyhem_laptop | joined #tikiwiki | [14:48] |
radek82 | joined #tikiwiki | [14:57] |
.... (idle for 15mn) | ||
sandroandrade | joined #tikiwiki | [15:12] |
RobertPlummer | joined #tikiwiki | [15:15] |
g0th | joined #tikiwiki | [15:25] |
dhazel | joined #tikiwiki | [15:27] |
jjg0th | any news on this: https://dev.tiki.org/item4276 ?
it seems that thoes wish list items/bugreports are not taken seriously, the better place to ask is probably the mailing list... those* | [15:27] |
tikifest | joined #tikiwiki
jjg0th: http://tiki.org/Model#I_reported_a_bug_several_months_ago_and_it_has_not_been_fixed | [15:30] |
jjg0th | just saying that the ml is very responsive to any mails sent to it, but the tracker list on dev.tiki.org is not | [15:38] |
Jyhem_laptop | joined #tikiwiki | [15:42] |
tikifest | seems sub-optimal. How can we make this better? | [15:56] |
mlaporte | joined #tikiwiki | [16:01] |
RobertPlummer | joined #tikiwiki | [16:02] |
benoitg | joined #tikiwiki | [16:04] |
jjg0th | mlaporte: hi, again: I have indexing figured out if you're interested | [16:05] |
mlaporte | yes, tell me! | [16:08] |
jjg0th | ok
.doc, .xls, .ppt => catdoc (http://www.wagner.pp.ru/~vitus/software/catdoc/) the commands are: xls2csv -q 0 -d utf-8 %1 catdoc -a -d utf-8 %1 catppt -d utf-8 %1 for .xls, .doc, .ppt resp. application/vnd.ms-excel (I think), application/ms-word, application/vnd.ms-powerpoint for .pptx => pptx2txt (pptx2txt.sf.net, needs /usr/bin/unzip) pptx2txt.pl %1 - for .docx => docx2txt (docx2txt.sf.net, needs /usr/bin/unzip) docx2txt.pl %1 - (the last two also need perl) for .xlsx => xlsx2csv (https://github.com/dilshod/xlsx2csv/) xlsx2csv -s 0 -p '' %1 for the last one you need python that's what I got for the last three mime-types check the web, if you want I can post them (long mime-type names) but its easier if you just upload one file then the mime-type appears in the list I think catppt is not working :( the rest I checked (is working) | [16:08] |
mlaporte | The best is that you update Tiki code with this | [16:15] |
jjg0th | you mean document it?
what? is there any extension you are missing? my guess is: some other extension like macro docx or so still work with docx2txt.pl I just specified it for the major mime-types vnd.ms-office => you're out of luck since that could be either excel, word or powerpoint Is that even a correct mime-type? I don't think so (officially) | [16:16] |
rodrigoprimo | joined #tikiwiki | [16:19] |
jjg0th | you could of course add a wrapper around all scripts that checks the mime-type for himself and then decides what to choose | [16:19] |
mlaporte | See line 1000 of http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/filegals/filegallib.php?view=markup | [16:22] |
........ (idle for 36mn) | ||
goth | oh!
mlaporte: what's that? default programs? | [16:58] |
mlaporte | yes | [16:59] |
goth | (most people won't have the tools I mentioned)
maybe catdoc but still nice :) you could add some additional parameters like force utf8 encoding | [16:59] |
mlaporte | Go for it!
you have commit access? | [17:00] |
goth | no
what about the new office files? | [17:00] |
mlaporte | What is your SourceForge.net user name? | [17:01] |
goth | huh
looong time ago since I used sf.net lemme check jjermann I guess, forgot my pwd ok, reset | [17:01] |
mlaporte | goth: you have svn write access: https://sourceforge.net/users/jjermann | [17:17] |
goth | I am very hesitant to commit anything though
first off: no php experience, 2nd: those pptx2txt and docx2txt tools are working but not part of any distribution i.e. not standard software... also the python software is not | [17:21] |
mlaporte | I see what you mean
I had done some research and didn't find what you found | [17:35] |
jonnyb | joined #tikiwiki
polom all at TikiFestBCN | [17:40] |
mlaporte | goth: Within a few weeks, Louis-Philippe will attempts to add .docx, .xlsx and .pptx indexing via http://framework.zend.com/manual/1.11/en/learning.lucene.indexing.html | [17:43] |
xavi | hi jonnyb
still the phpstorm tutorial going on (robert guiding us remotely) | [17:44] |
jonnyb | hi xavi - is this phpstorm thing happening soon (now?)
oh, the t.o page said 5pm BST | [17:44] |
xavi | since 75 minutes ago :-) | [17:44] |
jonnyb | (dogfood!) | [17:44] |
xavi | you suffered from the tiki date time zone weirdnesses
16h UTC | [17:45] |
jonnyb | tracker dates... grrr! | [17:45] |
xavi | sorry, we started 105 min ago (not 75)
unluckily, bbb screensharing was interfering with audio so things moved to skype audio + screensharing | [17:46] |
jonnyb | fair enough | [17:47] |
xavi | and we started to document things here (in real time, kind of, still work in progress): http://dev.tki.org/phpstorm
oups, typo in url http://dev.tiki.org/phpstorm | [17:47] |
jonnyb | np, worked it out :P | [17:47] |
xavi | :-)
btw, we had to disable the wysiwyg by default in dev.t.o someone had that enabled by default for new pages and with that new page: each time we saved content, the page was saved empty! this happened twice :-/ | [17:47] |
jonnyb | wasn't me, think it was to assist testing for 9 | [17:48] |
xavi | yes, yes, we figured it out (maybe marc :-) )
plus we detected some oddity with textarea validation as mandatory field, while dogofooding the tracker for the tikifest (tracker as calendar, etc) it complained as if it was empty, when it had content :-/ twice again, so random issues, between successful edition of item in the same tracker, with the sme browser,e tc. that text area had the wysiwyg on | [17:49] |
radek82 | joined #tikiwiki | [17:52] |
marclaporte | joined #tikiwiki | [18:06] |
lphuberdeau | joined #tikiwiki | [18:14] |
....... (idle for 34mn) | ||
tikifest | joined #tikiwiki | [18:48] |
was | kicked by amette: CIA-58 | [19:01] |
CIA-108 | joined #tikiwiki | [19:01] |
................ (idle for 1h18mn) | ||
marclaporte | joined #tikiwiki | [20:19] |
...... (idle for 29mn) | ||
Tiki|bot | New Forum Posts: How to get rid of the Slideshow button! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45075 | [20:48] |
.... (idle for 15mn) | ||
Jyhem_laptop | joined #tikiwiki | [21:03] |
marclaporte1 | joined #tikiwiki | [21:06] |
............... (idle for 1h13mn) | ||
rodrigoprimo | joined #tikiwiki | [22:19] |
......... (idle for 42mn) | ||
rodrigoprimo1 | joined #tikiwiki | [23:01] |
dhazel | joined #tikiwiki | [23:05] |
Caarrie | joined #tikiwiki | [23:08] |
deeku | joined #tikiwiki
In a template, can I call a php script can capture the returned value in a variable? The following is my non-working example: $tempurl = turl.php?f=$f_15 turl.php is the script and $f_15 is a value I am passing to the script | [23:11] |
Caarrie | joined #tikiwiki
joined #tikiwiki | [23:27] |
...... (idle for 27mn) | ||
joined #tikiwiki | [23:54] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |