goj_killedByISP: joined #tikiwiki nkoth|nelson: joined #tikiwiki rain``: joined #tikiwiki benoitg: joined #tikiwiki redflo: joined #tikiwiki Jenser: joined #tikiwiki xavi: joined #tikiwiki redflo: joined #tikiwiki Tiki|bot0: joined #tikiwiki CIA-36: tikiwiki: 03xavidp * r41469 10/branches/9.x/ (50 files in 50 dirs): [FIX]Typo (thanks luciash!)
tikiwiki: 03xavidp * r41470 10/branches/8.x/ (50 files in 50 dirs): [bp/41469][FIX]Typo (thanks luciash!)
tikiwiki: 03xavidp * r41471 10/branches/proposals/6.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [bp/41469][FIX]Typo (thanks luciash!). I know this branch is to be blocked or deleted at some point, but, just in case, I fix this typo here also. redflo: joined #tikiwiki jacmoe: joined #tikiwiki CIA-36: tikiwiki: 03xavidp * r41472 10/branches/9.x/lib/wiki-plugins/wikiplugin_sheet.php:
tikiwiki: [FIX]not having any height or width set in the sheet params created the literal
tikiwiki: '...&height=100%&...' or '...&width=100%&...' in the url with a 400 error (bad
tikiwiki: request). Hardcoding to 100 (instead of 100%) to avoid this error until a better
tikiwiki: fix is found by someone more skilled with this type of issue (I did my best) jonnyb: joined #tikiwiki
polomolom CIA-36: tikiwiki: 03jonnybradley * r41473 10/branches/9.x/ (4 files in 2 dirs): [FIX] surveys: Don't escape wiki parsed text answers (but do escape the other types, now in php) olinuxx: joined #tikiwiki CIA-36: tikiwiki: 03jonnybradley * r41474 10/branches/9.x/ (lib/surveys/surveylib.php tiki-survey_stats_survey.php):
tikiwiki: [FIX] surveys: Clear previous text answers out when clearing survey "stats" (tricky as the answers are stored as questions for some reason).
tikiwiki: Also remove some unused variables and add a prompt so you know what you are clearing. olinuxx: howdy all rodrigoprimo: joined #tikiwiki ricks99: joined #tikiwiki
polom y'all jonnyb: hi ricks99 & rodrigoprimo rodrigoprimo: polom ricks99 and jonnyb ricks99: hiya jonnyb and rodrigoprimo mealstrom: joined #tikiwiki
hi, is there a way to create subtasks at myTiki module ? ricks99: doesn't appear to be. see docs http://doc.tiki.org/Task jonnyb: oh yes, ricks99, i remember what i wanted to ask you - i saw your blog post about you mobile experiments, have you been playing with the mobile feature inside tiki too? ricks99: y. i only have a few sites on 9 to play with mobile perspectives. i like it a lot
most of my tiki sites are on LTS sandroandrade: joined #tikiwiki ricks99: anyone know... whats the status of a 9.0 public beta? Trebly: joined #tikiwiki jonnyb: joined #tikiwiki Trebly: <luciash> Hi, do you agree to add to jq for 8.3x and 9.0x trunk the plugin "dotimeout" from http://benalman.com/projects/jquery/ xavi: polom
ricks99: no idea about status of 9.0 beta
ricks99: after I upgraded a tiki 9x (suign strasa) the register bit of the login bar "fell down" one line: http://www.r-es.org
do you know how to fix? -: xavi getting lost after 20 min trying things.... xavi: s/suign/using ricks99: gimme just a sec... xavi: thks -: ricks99 runs to get another cup of coffee xavi: :-) ricks99: xavi: there's a <div> that is display:block, but needs to be display:inline instead
no class name though... :(
uses inline styles instead.. yuck xavi: ok... and the (div) winner is... ? ricks99: the <div> that encloses the <div class="pass"> and <div class="register">
literally: <div style="text-align: right; display:block"> needs to be <div style="text-align: right; display:inline"> xavi: ok... I understand then now what you mean by "no class name though" :-/ ricks99: yup xavi: ok, thanks for pointers, I'll dig a bit to try to find a fix ricks99: looks like you'll need to edit the module's TPL :( mealstrom: ricks99: i've read about Task, but there is no option for creation some number of subtasks at Task. Like Task_greatplan -- 25% , subtask1-100%,subtask[2-4]-0% complete. xavi: ricks99: yes
mealstrom: you need to eith tweak php code for tasks in tiki, or use trackers for any custom task tracker (no need to touch any php line)
s/eith/either
mealstrom: see example: http://ueb.vhir.org/show:2012-05-04+Xavier+de+Pedro+Tiki+Seminar#s35
you can link them with tracker field "relations" or even better (higher customization): tracker field "item link"
trackers are powerful :-)
and versatile
then you can do something like simple gantt charts from that data: http://ueb.vhir.org/Gantt
using the same data source as the tracker shown in the screenshots from the talk above mealstrom: xavi: thanks, i look at it xavi: you are welcome marclaporte: joined #tikiwiki xavi: marclaporte: do you want to see some fancy dynamic graphs in Tiki9 ? :-) (you'll love it :-)
http://www.r-es.org/r_test6
R is hot!
:-)
using Google Visualization API, through an R package called googleVis, and run in tiki through PluginR
Jyhem or Jyhem_laptop ? see this ^ (I guess you'll like it for your project at CoE...)
bbl radek82: joined #tikiwiki xavi: back radek82: polom
so ive been doing some light reading
and i see old posts about trackers not being able to handle 10,000+ entries
has that been addressed ? xavi: hi radek82. no idea. try that yourself if you have hude db files jonnyb: hi radek82 - mostly - i'm working on a project with 12,000+ tracker items xavi: maybe jonnyb or marclaporte know about it jonnyb: :) xavi: :-) jonnyb: but this project the tracker is almost entirely read only - the built in tracker tools are quite slow
have to go - plumbing disaster ongoing... xavi: radek82: roberplummer (he is not on irc right now) created a new tracker query lib with is hundreds of times faster for huge data, afaik
g'luck jonnyb! radek82: ok great, that works for me
my entries will be read only as well
and only accessed by several people
so it should be fine
its just its for a corp intranet, so wanted to make sure things will be stabel
stable
thanks guys :) xavi: you are welcome :-)
to manage higher datasets (milion+ of records) from within tiki, you can use R in the server , with no limitation, and get tiki display results, etc. See http://doc.tiki.org/PluginR marclaporte: joined #tikiwiki Jyhem: back. Thanks for the links, Xavi wow! xavi: :-) Jyhem: Shall you show this in the webinar ? xavi: he he, I might :-)
however, I'll be late, because I willbe coming from a workshop at uni tomorrow
so not much time
during the webinar for me to show much details Jyhem: It seems holding the webinar earlier does not have 100% advantages :-( xavi: btw, the workshop is about teaching masters students how to use Tiki & PluginR
well, not 1005 advantages for this edition Jyhem: Wow :-) xavi: for next editions, +10
s/1005/100%
R is hot CIA-36: tikiwiki: 03lrrcenter * r41475 10/trunk/ (5 files in 5 dirs): [NEW] Mail queue. Intercept outgoing mail and store it in a database table. Cron script to actually send the messages. xavi: ricks, you got it!
commit in short... CIA-36: tikiwiki: 03xavidp * r41476 10/branches/9.x/templates/modules/mod-login_box.tpl: [FIX]Fixing the layout of the register link in the horizontal bar in strasa to fit in one line all together with the login boxes (as in previous versions, etc). thanks ricks99 xavi: ok, see you all
left #tikiwiki CIA-36: tikiwiki: 03lrrcenter * r41477 10/trunk/db/tiki.sql: [FIX] Mail queue. Missing sql instructions for new installs in db/tiki.sql jonnyb: joined #tikiwiki benoitg: joined #tikiwiki CIA-36: tikiwiki: 03lrrcenter * r41478 10/trunk/ (db/tiki.sql installer/schema/20120510_mailqueue_tiki.sql): [FIX] Mail queue. "Engine = MyISAM" is required after the create table statement.
tikiwiki: 03jonnybradley * r41479 10/branches/9.x/lib/setup/output_compression.php: [FIX] gzip output: Ignore notice about no buffer to clear
tikiwiki: 03jonnybradley * r41480 10/branches/9.x/lib/trackers/trackerlib.php:
tikiwiki: [FIX] trackers: Check auto_inc handler is ok before using so errors get reported ok (usually pref not set).
tikiwiki: Possibly should abort the import but this is better than WSoD
tikiwiki: 03jonnybradley * r41481 10/branches/9.x/lib/parser/parserlib.php: [FIX] wysiwyg: googlemap plugin also causing trouble
tikiwiki: 03lrrcenter * r41482 10/trunk/ (3 files in 3 dirs): [ENH] New calendar preference "calendar_watch_editor". Controls whether to send notifications to the user about the event changes made by himself. sandroandrade: joined #tikiwiki marclaporte: joined #tikiwiki
polom
radek: make sure to use a PHP accelerator like APC or Xcache benoitg: joined #tikiwiki marclaporte: radek82: ^^ radek82: marclaporte, thanks :)
xchache is already running i believe marclaporte: in the performance admin panel, there is a chart to help you configure it
I have a few big trackers, so I am interested on the topic
One tracker has 9900 fields (this is mad) deeku: joined #tikiwiki Trebly: joined #tikiwiki redflo: joined #tikiwiki benoitg: joined #tikiwiki
joined #tikiwiki deeku: joined #tikiwiki
TW6.7 I get the error "Tiki RSS Feed Error Message: rss feed disabled" even when feeds are enabled under Admin | Feeds. What do I need to do to let anonymous users access rss feeds?