[00:30] Tiki|bot Recent Bug: Tracker item: #4359 - - "Since your last visit" doesn't show correct date Ver 9.2 - http://dev.tiki.org/item4359 [00:50] Tiki-KGB tikiwiki 03arildb r44530 10trunk/lib/search/searchlib-unified.php [00:50] Tiki-KGB tikiwiki [FIX] Use the 'contents' field by default, if no unified_default_content is specified in Admin | Search [01:03] ricks99 joined #tikiwiki [01:03] ricks99 polom! [01:35] redflo joined #tikiwiki [01:45] redflo left #tikiwiki [02:10] pedor joined #tikiwiki [03:08] goj_killedByISP joined #tikiwiki [04:36] laurei joined #tikiwiki [05:08] fabricius joined #tikiwiki [05:50] marclaporte joined #tikiwiki [07:49] fcpd joined #tikiwiki [07:50] fcpd tw 10: new install. Having trouble getting a google maps api key as they are depreciated. i spun one up in the google dev section however it does not accept it. is there some plain english on how to make this work? [08:58] Martin___ joined #tikiwiki [08:59] Martin___ Hi all [09:00] Martin___ hope, anyone could help me [09:00] Martin___ i'm working with flagged revisions. [09:00] Martin___ And i have to grant different groups per category to accept these revisions [09:01] Martin___ But at category pemissions i don't see the rights Can approve revisions of pages (tiki_p_wiki_approve) Can execute unapproved plugin registered (tiki_p_plugin_preview [09:02] Martin___ Are these rights only global ? [09:17] rinnan left #tikiwiki [09:21] rinnan joined #tikiwiki [09:22] gour joined #tikiwiki [09:25] redflo joined #tikiwiki [09:32] Martin___ joined #tikiwiki [09:47] dennmans joined #tikiwiki [09:47] redflo left #tikiwiki [10:15] luciash polom [10:21] dennmans left #tikiwiki [10:30] gour bolow [10:30] gour luciash: any idea how to revamp tiki themes? [10:36] gour_ joined #tikiwiki [11:00] vmachine left #tikiwiki [11:42] luciash hi gour [11:43] luciash how do u mean to revamp ? [11:45] gour luciash: to make it easier to create tiki themes in order to increase the number of them [11:47] luciash personally i think it is easy enough. to increase number of them it depends on how tos imho [11:47] gour that's one of the critcism i've found about tiki [11:48] rodrigoprimo joined #tikiwiki [11:49] gour ..as well as to be able to do responsive themes [12:19] jan joined #tikiwiki [12:20] Guest44246 hi everyone, i have just one quick question if someone can comment [12:20] Guest44246 is it possible to have in twiki simple usage of pictures (to upload and assign a picture to certain wiki page) or is the file gallery the only way? [12:23] ricks99 Guest44246: you can attach images to pages (see wiki attachment feature) [12:23] ricks99 oh... and Tiki -- not Twiki :) different cms [12:24] Guest44246 sorry ^^ [12:25] ricks99 see docs for details: http://doc.tiki.org/Attachments [12:25] Guest44246 thanks rick! [12:26] Guest44246 that's all, bye [12:26] ricks99 youre welcome [12:38] Jyhem_laptop joined #tikiwiki [12:39] gour ricks99: how are your books? [12:40] ricks99 "Smarties" is off to printer. Expect to approve the proof copy and be in stores by Feb 1 [12:40] ricks99 "Essentials" shortly thereafter [12:41] gour great [12:41] gour congrats!! [12:41] * ricks99 wishes there were more than 24 hours in a day [12:42] ricks99 thanks [12:42] gour ricks99: just count that every hour lasts 30mins and here you go ;) [12:42] ricks99 lol [13:06] arildb joined #tikiwiki [13:31] pedor joined #tikiwiki [13:31] arildb_ joined #tikiwiki [13:33] jonnyb joined #tikiwiki [13:33] jonnyb midweek polom [14:01] arildb Hi jonnyb [14:02] jonnyb hi arildb [14:02] arildb I am struggling with the Tiki search and norwegian characters. Have replaced StandardAnalyzer_Analyzer_Standard_English with Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8_CaseInsensitive [14:02] arildb still encoding issues [14:02] arildb why was StandardAnalyzer_Analyzer_Standard_English used in the foirst place? [14:02] jonnyb hmm, i tried to get Japanese search working a while back - failed :( [14:03] arildb jonnyb: I think you know the search module a bit...any advice/thoughts? [14:03] jonnyb have to get it working in the next few months though, so interested [14:03] arildb I managed to get it partially working, i.e. display ��� OK [14:04] jonnyb i found a promising blog post about it - http://blog.naver.com/PostView.nhn?blogId=belladonnaf&logNo=50105918396 [14:04] arildb However it doesn't work for capital letters ���. Also when highlighted...strange results [14:04] arildb checking.. [14:04] jonnyb but not sure if this would be the same issues you are finding as Norge is all utf-8, whereas i think this is about utf-16 [14:06] jonnyb another was http://coderepos.org/share/browser/lang/php/ZendFramework_ext/library/Twk/Search/Lucene/Analysis/Analyzer/Common/Utf8MbcsUnigram.php [14:08] arildb these links redefine the analyser... there is already the Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8_CaseInsensitive analyser...sounds like it should work, but... [14:11] rodrigoprimo joined #tikiwiki [14:11] arildb To get some display of ���, I altered SmartyTemplate.php ..... [14:11] arildb // Must decode UTF-8 to have non-english (scandinavian) characters display ok [14:11] arildb // Please help test in different languages. Arild [14:11] arildb foreach($entries as &$entry) { [14:11] arildb if(isset($entry['highlight'])) { [14:11] arildb $entry['highlight'] = utf8_decode($entry['highlight']); [14:11] arildb } [14:11] arildb } [14:11] arildb strange to have to decode utf8 [14:14] arildb joined #tikiwiki [14:38] Jyhem polom [14:39] Jyhem Ohhh, I'm into Lucene search also right now [14:39] jonnyb hi Jyhem [14:40] Jyhem Hi jonnyb [14:41] Jyhem Yesterday i looked at demo.tiki.org/9.x and it seemed that accents were found but not shown in the page snippet [14:41] Jyhem But on my dev Tiki, it also does not find the accented words :-( Maybe it's due to my old release [14:43] jonnyb arildb's fix for SmartyTemplate.php looks ok to me, but i've not come across these issues personally [14:49] Jyhem Well, here is an example: http://demo.tiki.org/9x/tiki-searchindex.php?highlight=Caract%C3%A8res&search=Go [14:49] Jyhem It finds "Caractères", but no accents in the snippet [14:50] Jyhem Back to figuring out highlighting [15:10] jantiki joined #tikiwiki [15:10] jantiki hi everyone! [15:11] jantiki we've implemented webserver side authentication and are using ntlm for sso [15:11] jantiki can anyone tell me how can the upper right "Log out" be turned into the username (since we don't want the user to log out) [15:13] ricks99 could modify the TPL template file [15:13] jantiki that was my idea, and i did so in LTS 6 [15:16] jantiki2 joined #tikiwiki [15:16] jantiki2 my connection died... [15:16] jantiki2 i don't know if my replies went through, so i'll repeat [15:16] jantiki2 that was my idea, and i did so in LTS 6 [15:16] jantiki2 for strasa theme it was under templates/styles/strasa/tiki_site_header_login.tpl [15:17] jantiki2 but in LTS 9 the template isn't there [15:17] ricks99 there was some significant theme/template rework from 6 > 9 [15:17] ricks99 can turn on the "show template indicator" option, then review the HTML. [15:18] ricks99 Tiki will display start/stop notifications for each template [15:19] ricks99 jantiki: having connection issues, can review IRC log at irc.tiki.org [15:19] ricks99 can use template indicator to find correct template to edit [15:22] jantiki i just did [15:23] jantiki and by the comments, it seems it's in module.tpl [15:23] jantiki but i can't seem to find it there [15:24] ricks99 IIRC module.tpl simply wraps the actual module [15:24] ricks99 look in ../templates/modules/*.tpl for the file [15:24] ricks99 mod-login.tpl maybe? [15:26] jantiki good old grep show it's probably in mod-login_box.tpl [15:26] jantiki i'll try to change it [15:27] jantiki yup, that's it [15:28] jantiki ricks99: thanks for your help! [15:28] ricks99 you're welcome [15:30] dhazel joined #tikiwiki [15:32] marclaporte joined #tikiwiki [16:18] vmachine joined #tikiwiki [16:28] Tiki|bot Recent Bug: Tracker item: #4360 - - registration pretty tracker without captcha - http://dev.tiki.org/item4360 [16:42] fabricius joined #tikiwiki [17:18] goru joined #tikiwiki [17:18] goru hi] [17:18] goru i m gaurav [17:18] goru and u ? [17:19] goru left #tikiwiki [17:20] sandroandrade joined #tikiwiki [17:34] rodrigoprimo joined #tikiwiki [17:38] Tiki-KGB tikiwiki 03marclaporte r44531 10trunk/lang/fr/language.php [17:38] Tiki-KGB tikiwiki One more FR translation for Maps [17:44] rodrigoprimo joined #tikiwiki [17:58] rodrigoprimo joined #tikiwiki [18:20] Tiki-KGB tikiwiki 03marclaporte r44532 10branches/10.x/ 10(49 files in 49 dirs) [18:20] Tiki-KGB tikiwiki update language files with get_strings.php [18:24] Tiki-KGB tikiwiki 03marclaporte r44533 10branches/9.x/lib/wiki-plugins/wikiplugin_appframe.php [18:24] Tiki-KGB tikiwiki [bp/r44526] [fix] variables shouldn't be inside translatable strings (see http://dev.tiki.org/Strings+Format+Convention) [18:33] vmachine left #tikiwiki [18:52] gour i imported small WP blog, set it to be displayed as homepage, but after leaving admin, i get 403 when visiting homepage...any idea? [18:52] gour under admin, everything is fine [18:57] gour and the eror msg is "You are not logged in. Go to Log in Page" [18:58] ricks99 does perm for anonymous allow viewing of blogs? [18:58] gour just thinking about perms...let me see... [19:00] gour ricks99: that was it. thanks! i thought tiki is more liberal out-of-the-box :-) [19:03] ricks99 :) [19:10] redflo joined #tikiwiki [19:52] Tiki|bot joined #tikiwiki [19:58] Tiki-KGB tikiwiki 03marclaporte r44534 10branches/ 1010.x 1010.x/lang/fr/language.php [19:58] Tiki-KGB tikiwiki [bp/r44531] One more FR translation for Maps [19:59] fabricius joined #tikiwiki [20:07] luciash hi ricks99 - did my feedback help ? [20:16] ricks99 very much :) [20:16] ricks99 had completely missed the stuff about cron job for daily report [20:21] luciash cool [20:22] ricks99 appreciate your input. expecting my proof copy end of this week [20:26] vmachine joined #tikiwiki [20:29] gour my (imported) blog has id=6 and i'm trying to configure months_links in order to get archives. here are the params i used: feature=blogs id=6 title=Archives decorations=y lang=en, but i get 'no records to display' in my right sidebar ? [20:31] luciash gour: tiki cache cleared ? [20:31] gour luciash: nope...let me see [20:32] gour luciash: in my setup there is 'no-cache' set as Cache wiki pages (global) [20:34] Tiki-KGB tikiwiki 03marclaporte r44535 10trunk/templates/tracker/replace.tpl [20:34] Tiki-KGB tikiwiki More explicit description [20:34] vmachine1 joined #tikiwiki [20:36] luciash gour: i think it has to be put as args string if used in Plugin Module [20:38] gour luciash: you mean for id or in general (which i do not understand what it means)? [20:41] luciash nope, sorry, that was false assumption, your params look ok [20:43] fabricius joined #tikiwiki [20:43] luciash right sidebar means it is module, right ? or is it inside wiki page ? [20:43] vmachine joined #tikiwiki [20:44] luciash module should have params like feature=blogs&id=6&title=Archives [20:45] luciash that is what i meant by args string [20:46] gour ahh, ok...but it seems that the module should take care about it, right? [20:47] luciash if it has the fields separated, then yes [20:47] luciash if it is old module it might have not have them, then it is just one input field, where you enter the args [20:49] vmachine1 joined #tikiwiki [20:49] gour it's tiki-10 [20:50] luciash yes, but some modules code did not updated for ages [20:51] gour here the modules has tabbed interface for entering params [20:55] fabricius joined #tikiwiki [20:57] gour *months_links module [20:58] vmachine joined #tikiwiki [21:00] luciash gour: works for me in Tiki 9 [21:00] gour huh [21:08] luciash gour: is your blog containing any records ? [21:08] gour luciash: you mean posts? yes, 3 posts [21:09] luciash i have used feature=blogs id=1 and title=Archives and it works [21:09] vmachine joined #tikiwiki [21:10] gour strange...my blog is set to be on the homepage...hopefully it does not matter [21:10] gour "1" is id of your blog? [21:11] gour mine shows: tiki-view_blog.php?blogId=6 in the url for the homepage [21:12] luciash yep [21:12] fabricius joined #tikiwiki [21:14] gour here i get only the title "Archives" :-/ [21:25] rodrigoprimo left #tikiwiki [21:28] Tiki-KGB tikiwiki 03jonnybradley r44536 10trunk/lib/jquery_tiki/tiki-jquery.js [21:28] Tiki-KGB tikiwiki [FIX] trackers: Make jquery validation apply for ajax loaded tracker insert and update item forms. [21:28] Tiki-KGB tikiwiki Thanks marclaporte (Currently fails 2nd time if you cancel the dialog - will fix later) [21:43] DarkCalf joined #tikiwiki [21:47] marclaporte joined #tikiwiki [21:49] rodrigoprimo1 joined #tikiwiki [21:49] rodrigoprimo1 left #tikiwiki [22:27] rodrigoprimo joined #tikiwiki [22:27] rodrigoprimo left #tikiwiki [22:33] fabricius joined #tikiwiki