[00:00] Tiki-KGB 03xavidp r50090 10trunk 10trunk/lib/core/Tiki/Profile/InstallHandler/BlogPost.php * [MRG] Automatic merge, branches/12.x 50085 to 50089 [01:10] Tiki|bot joined #tikiwiki [01:30] Tiki|bot joined #tikiwiki [01:45] Tiki|bot joined #tikiwiki [02:00] Tiki|bot joined #tikiwiki [02:50] Tiki|bot joined #tikiwiki [03:45] Tiki|bot joined #tikiwiki [08:13] TomJarvis Bye [09:06] fabricius joined #tikiwiki [09:19] Gigy joined #tikiwiki [09:20] Gigy hello, I am in need of s.o who canhelp me setup a wiki CMS for my company [09:20] Gigy im new to the sys [09:25] Tiki|bot joined #tikiwiki [09:40] xavi1 joined #tikiwiki [09:41] xavi polom [09:42] xavi Jyhem_: , try the new ("refurbished", in fact) Easy (Geo)Blog profile: http://profiles.tiki.org/Easy+GeoBlog ;-) [09:42] xavi bbl [11:07] Tiki|bot Recent Bug: - wysiwyg inconsistencies - http://dev.tiki.org/item5156 [11:48] Telesight joined #tikiwiki [13:06] rodrigoprimo joined #tikiwiki [13:22] Tiki-KGB 03xavidp r50091 10branches/12.x/templates/wizard/admin_community.tpl [13:22] Tiki-KGB [FIX]Re-add Friendship Network to the Admin Wizard since it has been revamped and apparently eased its configuration also in Tiki12. Thanks marclaporte [13:33] fabricius joined #tikiwiki [13:37] fabricius joined #tikiwiki [13:58] rodrigoprimo joined #tikiwiki [14:37] rodrigoprimo joined #tikiwiki [14:39] MichaelC3 joined #tikiwiki [14:58] Tiki|bot New Forum Posts: How to add new objects to Workspaces UI (simple or advanced mode) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51346 [15:02] Tiki-KGB 03lphuberdeau r50092 10trunk/ 10lib/goal/eventlib.php 03lib/core/Tiki/Command/GoalCheckCommand.php 10console.php 10lib/goal/goallib.php * [MOD] Adding a command to check all goals (to be used as a cron job) [15:04] xavi bbl [15:06] Tiki-KGB 03xavidp r50093 10trunk/templates/wizard/admin_community.tpl 10trunk * [MRG] Automatic merge, branches/12.x 50089 to 50091 [15:11] arildb joined #tikiwiki [15:18] Tiki|bot New Forum Posts: how to remove a module by means of applying a profile - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51349 [15:18] Tiki|bot New Forum Posts: how to rebuild search index from the profile once it's been applied - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51347 [15:25] marclaporte joined #tikiwiki [15:42] Tiki-KGB 03lphuberdeau r50094 10trunk/lib/ 10tikilib.php 03goal/rewardlib.php 10core/Services/Goal/Controller.php 10goal/goallib.php * [ENH] Extracting the reward-related code to a separate library [15:49] lukeg joined #tikiwiki [16:14] Tiki-KGB 03lphuberdeau r50095 10trunk/templates/ 10(6 files in 4 dirs) [16:14] Tiki-KGB [MOD] Adding a navigation block for in-feature navigation to show depending on the layout used [16:32] ricks99 joined #tikiwiki [16:55] ricks99 polom y'all [17:02] ricks99 any tiki tracker experts awake? have a performance question.... [17:02] ricks99 is it possible to have a tracker with 1million+ records? [17:04] ricks99 what sort of backend hosting recommmened for such a site? [17:08] ricks99 anyone ever built a tiki tracker of this size? [17:16] lphuberdeau I don't think I've seen that big yet, but technically feasibly - but it highly depends on the types of fields you use and how many there are [17:16] lphuberdeau you will need a sizable mysql database with plenty of ram to keep it alive [17:17] ricks99 thanks lph. mostly text only, image, and category.maybe 20-30 per item. but no cross-linked tracker items [17:17] lphuberdeau then you will encounter some pains as any site reaching high volumes [17:17] ricks99 any suggestions on backend/host providers for such a system? virutal dedicated maybe? [17:18] lphuberdeau you need to do some math to figure out how much data you're going to have [17:18] lphuberdeau which will impact how much ram you're going to need [17:18] robertplummer polom [17:18] robertplummer all [17:18] ricks99 so the issue will be RAM for the mysql server? [17:19] ricks99 that's where the holdup will be? [17:19] lphuberdeau mostly, yes [17:19] lphuberdeau you're certainly in vps/dedicated territory [17:19] ricks99 got a guess, just off the top of your head? suggestions? [17:20] ricks99 yeah, definately not bluehost shared hosting for $5/month! :) [17:22] lphuberdeau you can get tons of ram for rather cheap nowdays [17:22] lphuberdeau http://www.soyoustart.com/ca/en/offers.xml [17:22] lphuberdeau (same host as tiki.org, but the non-european division) [17:23] ricks99 thanks for info [17:23] lphuberdeau 32G should be enough ;) [17:23] ricks99 great. thanks again. [17:23] lphuberdeau general rule... don't store images in the DB [17:24] ricks99 right. i meant image field in tracker. but stored in filesystm [17:24] lphuberdeau you might want to consider installing elasticsearch too as it solves nearly all problems in the universe [17:25] ricks99 hows it in tiki12? [17:26] lphuberdeau was added for 12 [17:26] lphuberdeau supports 0.90.* great [17:27] lphuberdeau 1.0 was released only a few weeks ago, kinda works on 12, but some of the reporting is off due to API changes [17:28] ricks99 cool [17:31] fabricius lphuberdeau: does elasticsearch has to be installed on the same server than the website, or would it be possible to install on a different host (example website on a shared / managed hosting and elastic search on a vserver / dedicated server)? [17:31] lphuberdeau it's a standalone service, so you can install it anywhere [17:32] lphuberdeau however there is no built-in security/authentication, so you need to be careful with firewall rules [17:33] fabricius could you point out the relevance / advantages of elastic search for a midsized or large webproject in one or two sentences lphuberdeau? I check for details on their website myself then. [17:34] fabricius I just mean, why should I consider to use it [17:35] lphuberdeau facets - dynamic filters on search results, terrific speed no matter how complex the query, result quality, bonus features like "more like this" and advanced notifications on stored queries (Tiki13) [17:36] fabricius ok [17:37] fabricius would that be usable / useful in a context, where data is tracked with Tiki Tracker(s) and analised with R ? [17:38] lphuberdeau depends on if you want to select subsets of your data, but there is nothing R-specific at this time [17:40] fabricius who (maybe xavi?) would be a spot to ask about how to get Tracker data to R and then the results back to the website (or elsewhere)? [17:44] Tiki-KGB 03xavidp r50096 10branches/12.x/tiki-edit_topic.php * [FIX]Don't throw an error when editing an article topic and no email is set [17:46] Tiki-KGB 03xavidp r50097 10branches/12.x/templates/tiki-admin_topics.tpl [17:46] Tiki-KGB [FIX]Usability: warn admin that the option to add notification emails per article topic will be shown when the topic is re-edited after its creation. [17:48] Tiki|bot New Forum Posts: WYSIWYG and ajax auto-save - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51353 [17:54] Tiki-KGB 03xavidp r50098 10branches/12.x/lib/prefs/feature.php [17:54] Tiki-KGB [FIX]Usability: Warn the admins that they can also predefine notification emails for article topics when they re-edit the topic after its creation [17:56] jonnyb joined #tikiwiki [17:56] jonnyb late poloms [17:56] xavi hi jonnyb [17:56] fabricius polom [17:56] xavi hi fabricius, btw, got distracted [17:56] fabricius no prob [17:57] fabricius see u working :-) [17:57] xavi the person to ask is Jyhem_, he has done some custom php code with custom sql to fetch lots of data from trackers of one project of him, and create a single big csv for R to start with [17:57] jonnyb xavi: just saw your r50096, thought i'd mention you don't need "isset($_REQUEST['email']) && !empty($_REQUEST['email'])" - the !empty test is enough [17:57] jonnyb hi fabricius [17:58] fabricius xavi: ahh R works from cvs files!? [17:58] fabricius hi jonnyb [17:59] xavi ah, ok, thks, jonnyb. I thought that isset had to be enough, but for some reason, the empty field there comes with isset as true, and I thought in adding another more effective check, not in replacing the previous. But thanks, I'll try to remember for next time :-) [17:59] xavi fabricius: nope, R works from anything. You could also do the sql magic from R (if you know R and SQL), etc. [18:00] xavi but it was much simple for human minds to start from a text csv with the data that needed to be analyzed,and while they still didn't know R, they knew how to fetch the data with custom php and sql [18:01] xavi s/much simple/much simpler [18:01] jonnyb yes, isset is true for "" or 0 or null - but !empty() would be false for all those [18:01] xavi ok, thks jonnyb [18:01] jonnyb there are lots of places in tiki where we get errors because isset is used where !empty would be better [18:01] fabricius xavi: the idea is to setup an online survey .. a large conditional form for one or few research project(s) and to (more or less continuously) calculate statistical data from there. finally provide the website (and further media) with the grafical edited data. [18:02] xavi fabricius: that's a similar use case as Jyhem's [18:02] xavi and a potential new project in my research institute.... [18:03] xavi I wish the Report feature that robertplummer created could be dogfooded to create the initial report from the trackers.... [18:04] Tiki-KGB 03jyhem r50099 10trunk/doc/devtools/tim/tim-create [18:04] Tiki-KGB [FIX] The title indicator after the remarksbox needs to be at the start of the line [18:06] Jyhem polom [18:06] jonnyb hi Jyhem [18:07] Jyhem hi jonnyb, xavi, fabricius [18:07] Jyhem oh, he's gone :( [18:08] Jyhem I wanted to mention that the csv file is not dynamic. It's only created often (every 10 minutes) [18:08] fabricius joined #tikiwiki [18:09] jonnyb :) [18:09] Jyhem tsss [18:09] Jyhem hi fabricius [18:09] Jyhem I wanted to mention that the csv file is not dynamic. It's only created often (every 10 minutes). Which might or might not fit your use case [18:10] * xavi 's wish: http://doc.tiki.org/Reports [18:11] robertplummer joined #tikiwiki [18:14] Tiki-KGB 03xavidp r50100 10trunk/lib/prefs/feature.php 10trunk/tiki-edit_topic.php 10trunk 10trunk/templates/tiki-admin_topics.tpl [18:14] Tiki-KGB [MRG] Automatic merge, branches/12.x 50091 to 50098 [18:14] Tiki-KGB Manually resolved conflict in templates/tiki-admin_topics.tpl [18:16] Jyhem Jyhem's current reality: https://wikispiral.org/tiki-index.php?page=Statistics&structure=wikispiral&page_ref_id=606 [18:23] jonnyb nice graphs Jyhem :) All done with R? [18:23] Jyhem Yes [18:24] jonnyb you been busy :D [18:24] ricks99 left #tikiwiki [18:25] xavi version 333 ;-) [18:25] Jyhem The only cheat is the tag clouds, which were done with R but then we just kept the image as static image :-) Because tag clouds don't need to be up to date and so less CPU load :) [18:26] xavi Jyhem , any ideas to improve http://r.tiki.org ? [18:27] Jyhem I don't do the actual R coding, that requires too much knowledge of what is being analysed. I provide all the infrastructure around the R code. And even a R code generator with params so other non-R coders can play with stats [18:29] * Jyhem 's right now current reality is about Tiki12 upgrades, discovering s and such :-( [18:30] Jyhem and finally using show as a user \o/ Like http://dev.tiki.org/wish5156] [18:32] Jyhem xavi: I've only looked at http://r.tiki.orgin awe, so far. but not used it enough for improvement ideas :( [18:33] jonnyb Jyhem: i've seen 's in 12.x article html plugins too - i think it was some parsing fixes in 10 or 11 that used to let html through when it shouldn't [18:34] jonnyb there is a mechanism used in wiki pages that's supposed to cope with it - guess it needs deploying to articles (blogs too probably?) [18:35] Jyhem So far, I saw vanishing HTML plugin content in articles, and s in blogs :-( [18:35] xavi Jyhem: ok. I was wondering what else is needed for newbies getting introduced into the use of R & Tiki... [18:36] * Jyhem will do a separate wish for blogs right now. I'm just looking at how the situation was in Tiki9 so I know if it's a regression or not. [18:37] Jyhem xavi: is there a step by step ow putting data into Tiki and then creating a R output ? [18:37] xavi nope [18:38] Jyhem Well, that might get newbies more confident about keeping reading [18:38] Jyhem You know, small successes [18:38] xavi I wish there was some internal way to fetch from PluginR all data from a sheet, or a tracker, etc., but don't know how to do that yet [18:39] Tiki|bot Recent Bug: - allow_comments or comments from a profile blog definition stopped working - http://dev.tiki.org/item5157 [18:43] xavi Jyhem , btw, did you read this? http://irc.tiki.org/irclogger_log/tikiwiki?date=2014-02-26,Wed&sel=15#l11 [18:49] Jyhem xavi: yes, but not acted on it yet :( [18:50] xavi acted? did you notice that the pictures from the header are taken by you? :-) [18:50] xavi Back in TikiFestBarcelona2 .... [18:52] Tiki-KGB 03jonnybradley r50101 10branches/12.x/modules/mod-func-cart.php [18:52] Tiki-KGB [MOD] cart: Add postPaymentURL param to redirect to once the payment invoice has been generated to allow customisation of the payment experience with "pretty tracker" wiki pages [18:57] Jyhem oh, I thought you expected me to set up a new Tiki using this profile. And no, that's not my most memorable picture from TikiFestBarcelona2 :-) Didn't recognise, but I'm still proud :) [19:02] Tiki-KGB 03jonnybradley r50102 10trunk/modules/mod-func-cart.php 10trunk * [MRG] Automatic merge, branches/12.x 50098 to 50101 [19:18] Tiki-KGB 03manivannans r50103 10trunk/ 03lib/wiki-plugins/wikiplugin_showpref.php 10lib/parser/parserlib.php 10templates/admin/include_textarea.tpl * New showpref wiki plugin [19:22] Pentrose joined #tikiwiki [19:25] Jyhem hmm, inserting pluginHTML in a blog post never quite worked in Tiki9 either. :-( [19:26] Jyhem ohh, it did in some convoluted way... [19:27] Jyhem I tell you mixing html with Tiki syntax is madness :-( [19:28] Tiki-KGB 03xavidp r50104 10branches/12.x/ 10tiki-edit_article.php 10tiki-edit_submission.php [19:28] Tiki-KGB [FIX]Usability: allow admins to predefine links for their users to directly access a form to post an article with predefined topicId and/or type. [19:29] xavi Jyhem, the header changes picture at each page load (from a predefined set of 6 pics you took in TikiFestBarcelona2). It was some quick & dirty improvement to that profile, beyond that image that initially added to the former "Easy Blog" profile by then [19:32] Tiki-KGB 03xavidp r50105 10trunk/tiki-edit_article.php 10trunk/tiki-edit_submission.php 10trunk * [MRG] Automatic merge, branches/12.x 50101 to 50104 [19:32] Tiki-KGB 03jonnybradley r50106 10branches/12.x/ 10templates/list_file_gallery.tpl 10tiki-list_file_gallery.php [19:32] Tiki-KGB [FIX] filegals: Obey "public" gallery property when choosing galleries to show in the moveto menu (thanks eromneg) [19:40] Pentrose_ joined #tikiwiki [19:44] Jyhem It seems that the pluginHTML in articles depends on having checked "Allow full HTML (Keep any HTML tag.)" in Tiki 9 (when it worked) :-( [19:45] Jyhem That was awfully wrong [19:52] Tiki-KGB 03xavidp r50107 10branches/12.x/lang/ca/language.php * a few translations improved [19:58] Tiki-KGB 03lphuberdeau r50108 10trunk/ 10(7 files in 5 dirs) * [MOD] Profile import/export for goals [20:15] jonnyb ok, offnowmoretomorrow :) [20:36] Tiki-KGB 03lphuberdeau r50109 10trunk/lib/search/searchlib-unified.php * [FIX] Update identifier field list on incremental update as required [20:42] fabricius1 joined #tikiwiki [20:52] Tiki-KGB 03xavidp r50110 10branches/12.x/ 10lib/wiki-plugins/wikiplugin_articles.php 10templates/tiki-view_articles.tpl [20:52] Tiki-KGB [FIX]Usability: if PluginArticles is set to display only some topicId or type, and actions param is set, then the link at the bottom a add a new article will keep those params previously set. [20:52] Tiki-KGB 03lphuberdeau r50111 10trunk/ 10(8 files in 3 dirs) * [ENH] Visual changes [20:56] MichaelC joined #tikiwiki [20:58] Tiki-KGB 03xavidp r50112 10(6 files in 5 dirs) [20:58] Tiki-KGB [MRG] Automatic merge, branches/12.x 50104 to 50110 [20:58] Tiki-KGB Manually resolved conflict in templates/tiki-view_articles.tpl [21:02] rodrigoprimo joined #tikiwiki [21:08] Tiki-KGB 03lphuberdeau r50113 10trunk/templates/tiki-admin.tpl * [ENH] Make the wizard 'tip' slightly less omnipresent [21:20] TomJarvis joined #tikiwiki [21:22] xavi c u tomorrow [21:22] xavi left #tikiwiki [22:19] luciash_ joined #tikiwiki [22:19] joelobrecht joined #tikiwiki [22:52] Tiki-KGB 03lphuberdeau r50114 10trunk/lib/wiki-plugins/wikiplugin_map.php * [FIX] #tiki-center no longer exists [22:57] Pentrose left #tikiwiki [23:09] fabricius joined #tikiwiki