[00:03] Merbster, do a check if _SESSION['current_perspective'] == the correct pers before redirecting [00:05] actually, before setting _SESSION['current_perspective'] and redirecting [00:05] nkoth, I had that allready, but I found a misplaced return in my database code. [00:05] so it would allways return 0 after checking the first row of the table. [00:06] Now it works [00:06] I could almost cry [00:09] is your db code generic based on the exisring category jail or did you do something else? [00:18] nkoth, I just did a select on what was there [00:20] Merbster: I know you are rushing for a deadline right now, but could you paste a diff of the files you changed onto a new wiki page on dev.tiki.org as soon as you get a chance? I could review it and see how best to make this a feature [00:20] sure. [00:21] I will do it tomorrow. [00:21] sounds good. Thanks. [00:22] ^^ [00:27] Good night. and big thanks to you nkoth and chealer :) [00:28] I'm very suprised at how friendly the tiki community is, I have truly never experienced people who has THIS much patience with PHP noobs as me ;) [00:34] Sylvie don't answers. I am locked by something old but forgotten. [00:34] Hi, it's a long time I couldn't be present here and niether work on tiki. I am re-packing all my applications and devs on new computers and re-install. [00:34] With 6.x current that I update, I get two (or more) problems (I have some sites not yet updated to 7.0). I had a test site running with 6.x (6.3 with updates). I couldn't login as admin. [00:34] - Old one the admin with reinit (because it was refusing my password) of admin users-users record generated "invalid password", I think that I have well checked the rights of the group but ? [00:34] - I test installer (I must because I have updated), It still shows the wrong message about DB encoding (no UTF-8) but it is ? I Don't remember why this wrong message, may be the test is on the data chanel default encoding not data base. If I remember that it is reset if the option api-tiki=PDO is set in local.php. [00:34] No really matters the problem is to be able to login as admin. I failed. I don't remember how to solve this. [00:34] I could not find back the notes on the admin password pbs [00:35] Trebly: do you mean doc.tiki.org/lost+admin+password? [00:36] remember that the password must meet the length and complexity requirements set [00:39] night night [00:39] *** Merbster has quit IRC (Quit: Leaving) [00:43] chealer: about the line 2570, afaik this was a problem in the source file and not in get_strings.php regex. it has been fixed by someone else. get_strings.php is keeping it because it has been translated. [00:43] *** Caarrie|away is now known as Caarrie|sleeping [00:44] chealer: huh... I have no idea why a backslash has been added. let me check. [00:45] No, during development between 5.x and 6.x the way to get admin rights had changed. There was an SQL update, more they where problems with UTF-8 if the db connect is first latin1, it is setup for the session to utf-8. [00:45] To reset the admin password, I had developped an SQL request with reset to default after installer. I run it, because I got an invalid password (not normal), after reset I still get the "invalid password" for admin default. I don't understand what happens, and don't find way to solve (make test which gives informations). Others users can login. ??? [00:46] chealer: odd, in lang/fr/language.php there is only one backslash and not two as trac is displaying [00:46] Trebly: I don't really understand the issue you are facing, sorry I can't help [00:47] chealer: anyway, the idea was to remove the invalid strings starting in line 6047 [00:48] Sorry if I am not clear. [00:48] 1- I could not login with my current admin [00:48] 2- I reset directly the admin record in users-users table [00:48] No-result, I don't understand what can happend [00:50] on one of my test sites using 6.x [00:53] how long is your password? [00:53] try a longer password (I think it is minumum 5 char in tiki6 by default) [00:54] *** nkoth has quit IRC (Quit: nkoth) [00:54] It is the default at init it is admin and the replace makes an md5 "adminadmin" as for a new install [01:00] *** Trebly has quit IRC (Ping timeout: 240 seconds) [01:06] *** Trebly has joined #tikiwiki [01:25] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [01:50] *** goj|ghost has joined #tikiwiki [01:52] *** kstingel has joined #tikiwiki [01:55] *** goj has quit IRC (Ping timeout: 276 seconds) [01:55] *** goj|ghost is now known as goj [01:56] I'm trying my hand at building a custom template and have been looking around at what is where, would I be correct in the assumption the lib/smarty is the Smarty library and lib/tiki-smarty is the files to populate the page content? [01:57] ... in an effort to understand the Tiki templating system better, I'm also looking to convert my local copy over to Smarty3 (in line with my other sites) [02:22] kstingel: lib/smarty/ is the Smarty library [02:23] kstingel: lib/smarty_tiki/ contains Tiki's Smarty plugins [02:23] kstingel: Smarty templates are in templates/ [02:24] chealer: so (later) when I create a new plugin, I would put it's main file in smarty-tiki? [02:27] kstingel: in smarty_tiki, yes [02:28] within templates/ I see 2 tiki template files (tiki.tpl & tiki_full.tpl) which is the "main" tiki template? ... [02:30] so that I can see what's going on I'm trying to create an all-in-one template that I can keep to one side (not actually included in Tiki) and refer to so that I don't inadvertantly place something in the wrong section [02:31] kstingel: as I said I strongly advise you to use the Smarty template usage indicator and see for yourself in HTML comments which templates are being used [02:32] I've turned on the usage indicator, but I don't see anything on the pages ... or should I be looking at the source for the page? [02:34] kstingel: you unfortunately have to look in the source, indeed [02:35] ahh, that explains a lot ... I thought I'd broken it again [02:35] *** luciash has joined #tikiwiki [02:36] re [02:37] good morning luciash [02:37] interesting, i just need the same (switch to perspective if the category jail == object in category) today [02:37] yo chealer :) [02:39] actually i wonder what is the category jail good for, when it doesn't stay in the perspective view on the categorized pages... only if i put ?perspectiveId=1 to the URL it correctly switches the perspective view [02:44] luciash: what do you mean by "the perspective view on the categorized pages"? [02:46] chealer: i mean exactly that what i wrote :) [02:47] cannot rephrase [02:49] luciash: do you mean the perspective view*ed*? [02:49] just example: i have category id 1, wiki page Foo which is categorized to category 1 and perspective 1 with category jail set to category 1 [02:49] luciash: if not what is a "perspective view"? [02:49] perspective view is what you see by the perspective [02:50] luciash: yes... [02:50] by the common sense i would expect to view the different site title i have set for that perspective when viewing the categorized page [02:51] but it doesn't work for me unless i "force" it in URL by adding the perspectiveId=1 [02:52] *** Trebly has quit IRC (Ping timeout: 240 seconds) [02:52] a pity nkoth is not here already [02:53] perspectives must be a complicated concept. it's always a pain to discuss them [02:54] luciash: you're not necessarily in a perspective just because you're viewing an object in a category part of its category jail [02:54] you need to have switched to that perspective [02:56] yep, i switch there by that URL param i believe... but why it doesn't stay so ? another link and the perspective switches off [02:57] *** dcedilotte has quit IRC (Read error: Connection reset by peer) [02:57] luciash: I wasn't aware that ?perspectiveId= allowed you to switch perspective. is that a temporary or permanent switch? [02:57] *** dcedilotte has joined #tikiwiki [02:58] afaik it looks as temporary from my point of view :-p [02:59] chealer: you know other params ? [03:00] ah, i see, it is actually described well here: http://doc.tiki.org/Fonctionnalit%C3%A9+Perspectives (dunno why that french page name) [03:02] luciash: no, I only know tiki-switch_perspective [03:03] i see [03:03] i read on that page, that in Tiki7 &back could be used [03:04] iiuc it should switch and go back to the referrer [03:05] but that's not exactly the thing i need, anyway [03:08] ah, that's the correct link: http://doc.tiki.org/tiki-index.php?page=Perspectives&no_bl=y [03:08] btw ;) [03:12] also, what confuses me is why there's "Category Jail" field on tiki-admin.php?page=category ? [03:14] tikiwiki: 03chealer * r35274 10/trunk/lib/core/Tracker/Field/Category.php: [FIX] Admin Trackers: Category field type Input Type parameter description - "Multi-selection drop-down" -> "List box" [03:15] luciash: what do you mean? the pref needs to go on one of the panels, you see a better one? [03:17] i thought by default it is not used... only when you define perspective you need to set that to the id of the category you want to jail the perspective to [03:18] luciash: oh, yes, it could be presented that way, but the way perspectives are managed currently is that all their preferences are global preferences. category jail is unlikely to be used without perspectives, but you could still set a global category jail [03:20] ah, ok [03:21] i think i have read something about that you can use category jail without perspectives, so it makes sort of sense [03:21] wah, trackers administration has done a step forward in trunk... [03:28] tikiwiki: 03chealer * r35275 10/trunk/ (lang/fr/language.php lib/core/Tracker/Field/Category.php): [FIX] Admin Trackers: Category field type Help parameter description - s/pop-up/tooltip/ in "Displays the field description in a help pop-up" [03:39] tikiwiki: 03chealer * r35276 10/trunk/ (2 files in 2 dirs): [FIX] Admin Trackers: CountrySelector field type Sort Order parameter description - s/of/whether/ in "Determines of the ordering should be based on the translated name or the English name." [05:09] tikiwiki: 03chealer * r35277 10/trunk/ (lang/fr/language.php lib/core/Tracker/Field/File.php): [FIX] Admin Trackers: File field type List View parameter description - s/attachements/attachments/ [05:17] tikiwiki: 03chealer * r35278 10/trunk/ (lang/fr/language.php lib/core/Tracker/Field/Files.php): [FIX] Admin Trackers: Files field type MIME Type Filter parameter description - uppercase "MIME" [05:20] tikiwiki: 03chealer * r35279 10/trunk/ (lang/fr/language.php lib/core/Tracker/Field/Files.php): [FIX] Admin Trackers: Files field type File Count parameter description - s/amount/number/ in "Maximum amount of files to be attached on the field." [06:36] *** kstingel_ has joined #tikiwiki [06:39] *** kstingel has quit IRC (Ping timeout: 252 seconds) [06:44] *** chealer has quit IRC (Remote host closed the connection) [06:47] *** kstingel_ has left "Leaving" [06:48] *** kstingel_ has joined #tikiwiki [06:48] *** kstingel_ has quit IRC (Quit: Leaving) [06:50] *** kstingel has joined #tikiwiki [06:56] *** redflo has joined #tikiwiki [07:00] *** jph_ has joined #tikiwiki [07:00] *** SJ-Jay has joined #tikiwiki [07:23] *** kstingel_ has joined #tikiwiki [07:26] *** kstingel has quit IRC (Ping timeout: 240 seconds) [07:26] *** Jyhem_laptop has joined #tikiwiki [07:35] *** kstingel_ has left "Leaving" [07:36] *** kstingel_ has joined #tikiwiki [07:36] *** kstingel_ has quit IRC (Quit: Leaving) [07:37] *** kstingel has joined #tikiwiki [07:42] how would I go about organising my Groups and Categories so that Group abc reads content in Category abc? [07:46] you need to configure permissions for the category [07:47] do you want group ABC to be the only ones who can read content from ABG category? [07:47] ABC* [07:48] *** Jyhem_laptop has quit IRC (Ping timeout: 258 seconds) [07:48] Has anyone else experienced problems after submitting a tracker? My browser just freezes and 3 mins after i get error 500, but the tracker are saved as normal. [07:50] *** luciash has quit IRC (Ping timeout: 252 seconds) [07:50] basically ... I'm trying to work out the correlation between the 2 [07:55] *** Jyhem_laptop has joined #tikiwiki [07:55] I'm also trying to work out: if I have GroupAusers and GroupBusers do I need to create 2 seperate Groups to provide permissions to GroupAdmins or can I just create a (Group) GroupAdmin and assign them the permissions? [07:57] I haven't found a "Role" section yet, that would make things simpler ... I could just nominate elevated rights that way [07:58] you have to do it by groups [07:58] and i don't see any problems with adding 2 groups to a group [07:58] *** jph_ has quit IRC (Quit: Leaving) [08:01] in the short term, there's no problem .. we only have 2 games we cover, but as our Community grows (and our Games are added to) I can see it getting out of control ... [08:02] I'm trying to sort everything out whilst we are still manageable rather than have it all collapse once we add another 5 or 6 games to our listing [08:04] ... I'm using TikiWiki as the frontend for an MMORG Community, so we can compile our own (more specific) help pages for the Games we currently play [08:04] *** Merbster has joined #tikiwiki [08:04] Good morning. [08:05] ... I'm also seriously considering replacing my current WP Blog (on a different domain) with a TikiWiki :) [08:05] hi Merbster [08:19] Is it possible for "normal users" on tikiwiki.org to create their own Wikipages? [08:20] if you enable it via Admin, yes [08:21] ... checking the location for you [08:23] kstingel, I was thinking the actual tikiwiki site :P [08:23] But I found it. [08:23] I think that's in "My Tiki" but not sure [09:08] tikiwiki: 03jean-lucnavarro * r35280 10/trunk/lang/fr/language.php: [FIX] typo/capitalization/some changes in French translations thanks Filipus [09:14] *** jonnyb has joined #tikiwiki [09:46] *** fabricius has joined #tikiwiki [09:46] Polom [10:06] *** pkdille has quit IRC (Remote host closed the connection) [10:33] *** Caarrie|sleeping is now known as Caarrie|away [10:37] *** jonnyb has quit IRC (Quit: jonnyb) [10:42] *** Jyhem_laptop has quit IRC (Ping timeout: 264 seconds) [11:16] *** Trebly has joined #tikiwiki [11:47] *** Trebly has quit IRC (Ping timeout: 240 seconds) [11:48] *** kstingel has quit IRC (Ping timeout: 260 seconds) [11:56] *** Trebly has joined #tikiwiki [11:59] *** rodrigo_sampaio has joined #tikiwiki [12:10] *** Jyhem_laptop has joined #tikiwiki [12:16] *** jonnyb has joined #tikiwiki [12:47] *** fabricius has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628231248]) [12:53] *** radek82 has joined #tikiwiki [12:56] *** SJ-Jay has quit IRC (Read error: Connection reset by peer) [12:56] *** Merbster has quit IRC (Read error: Connection reset by peer) [13:24] *** nkoth has joined #tikiwiki [13:45] *** kstingel has joined #tikiwiki [14:18] *** lphuberdeau has joined #tikiwiki [14:26] tikiwiki: 03lphuberdeau * r35282 10/trunk/lib/wiki-plugins/wikiplugin_list.php: [MOD] Allowing to select the field for content filtering [15:10] *** changi67 has joined #tikiwiki [15:10] hi all [15:10] i'm alone [15:10] who is this changi67 ? [15:11] no idea [15:11] it's the men sitting just next to you [15:11] he's everywhere. You are cornered [15:12] *** garypp has joined #tikiwiki [15:13] hi garypp [15:13] Yes hi. [15:14] changi67: r u at tikifest? [15:14] garypp: yes [15:14] garypp: just next to torsten and jonnyb [15:14] we could start discussing about 960 [15:14] hi garypp [15:14] changi67: ok, i will address everyone. [15:15] *** fabricius has joined #tikiwiki [15:15] changi67: no problem [15:15] hi jonnyb [15:15] garypp: have we met? [15:15] Polom [15:15] having fun at the tikifest? [15:15] lphuberdeau: hi [15:15] lphuberdeau: only one vital thing missing... [15:15] You have my best wishes. [15:15] seems the trolls are out :) [15:15] good morning [15:15] hi guys, yes, we are having fun [15:15] well, 2 maybe including no working voip [15:15] lphuberdeau: i've just retest with tracker view and it did not show anything [15:16] maybe it's because i add a tracker field with map :) [15:16] yes lphuberdeau , if we do not count the last traditional half hour tryiing to setup ausio [15:16] audio [15:16] working voip soon in "Tiki Suite"tm :-) [15:16] johnnyb: no we have not met before. I am new to tiki [15:16] changi67, make sure some of your tracker fields are visible in the list... it used to be a default on, but I changed that I think [15:16] but you work with pondstone? (i met some guys from pondstone in NY) [15:16] so letÅ› talk about grids [15:17] Met with Nelson and Pascal StJean already. [15:17] Yes. 960GS. [15:17] lphuberdeau: i've checked on pkdille website, he get the same error no table at all [15:17] 960GS: I am not happy with what is done already. [15:17] 960GS: With what I did! [15:17] lphuberdeau: just create a new tracker with 2 field 1 text area and 1 location [15:17] ok, i reviewed your 960 commit and get the idea - there are a couple of bits where i could be done in a "more tiki" way but generally looks ok [15:18] lphuberdeau: insert 2 items, and then try to display it [15:18] lphuberdeau: i get nothing [15:18] lphuberdeau: on a fresh install [15:18] i guess i need to hook in a 960 theme css to see the benefit, yes? [15:18] changi67, tiki-view_tracker.php displays the item list, but that won't work if the tracker is not configured to display any field in the lsit [15:18] * jonnyb goes off to find some 960 stuff... [15:19] lphuberdeau: by default should it be display it ? [15:19] 960GS: In skeleton looks like fixed_width is enabled. [15:20] changi67, that can be debated either ways [15:20] garypp: do you think, an advantage would be, that we could use much more themes/style-templates, respectively have the 960gs themes of other cms easily imported to Tiki? [15:20] lphuberdeau: will try tonight [15:20] I've always been annoyed by the visible in the list by default as except for the first few fields, that's never what you want [15:21] fabricius: Always still have to change/match styles in tiki! [15:21] fabricius: it does not make it easier to rework other themes [15:22] fabricius: Makes it easier to design with/for because layout is standardized/symmetrical [15:23] fabricius: I have redone old style tiki.tpl with grid system extending existing classes and also works. [15:26] fabricius: I like oocss but will need to modify entire stylesheet and template for tiki!!! [15:26] garypp: how does 960 relate to lite.css? [15:27] afk for a few minutes [15:27] jonnyb: it doesn't. [15:28] seems to me like the oocss grid does exactly the same as 960gs with different class names [15:28] so how would the current left & right columns work? [15:28] member:jonnyb: 960_16 is loaded last [15:28] lphuberdeau: yes they do work similarly [15:29] lphuberdeau: Duane wants to design for 960GS but grid.css could be used instead. [15:30] so we'd keep lite.css and the current ordering of cols in tiki.tpl? [15:31] i still would like to see what i can do - i have trunk here with style_gs960 switched on and skelleton style selected [15:31] jonnyb: well I kept all css (lite/design/layout) and added 960gs css. I do not know what is required, I assume design but maybe noy layout? [15:31] and i'm looking on 960.gs but don't see and examples i can play with [15:32] jonnyb: 960gs is very simple and it will always require direct template mods. [15:33] well, layout.css has stuff like positioning for .tiki_register_login etc - so i think you'd need it usually [15:33] yes, i read the css - looks quite like what i added to css/admin.css a long time ago to do 4 column admin layouts [15:33] jonnyb: I don't know tiki so well, I didn't mess with very much! [15:33] no probs [15:33] i'd say it's work keeping [15:34] johnnyb: I want to go back to the old-style tiki.tpl and just extend the current containers with the 960gs classes. [15:35] johnnyb: This way theme designers can see where to hook into the 960gs css. [15:35] adding a few classes should not hurt anything, then you can just optionally load the CSS [15:35] rehi [15:35] that's what happens now [15:35] lphuberdeau: yes, for now. [15:36] looks fine (i'm planning on a little optimisation ;) ) [15:36] but what i want is a demo of what the point of this is [15:36] johnnyb: There are 2 tpl's in tiki.tpl in now, uses one if style_960 pref on. [15:36] at the moment i can't see anything [15:37] johnnyb: It needs to be built upon. It allows to layout page containers more sensibly. [15:37] garypp: did you add another tiki.tpl? i can't see one [15:38] jonnyb: In tiki 8 /trunk [15:38] looks like you've duplicated all the smarty in templates/tiki.tpl and put an {if style_960} test around it [15:39] jonnyb: very basic [15:39] jonnyb: and useless! [15:39] also very unlikely to be maintined... [15:39] jonnyb: if you look at modified layout it uses grid system [15:40] i need to see what's going on between the 2 "versions" of the central tiki page [15:40] jonnyb: New style template almost works with existing theme's except css margins are wrong [15:41] which new templates? i can't find one (you mean the if/else thing you've done in tiki.tpl) [15:41] jonnyb: I have version with grid classes extending existing containers in old-style tiki.tpl and for now I am going to replace current one with that in /trunk [15:42] there's probably a better way [15:42] do you have an online demo ? [15:42] but at least now i see what everyone's been talking about :) [15:42] changi67: no nothing accessible [15:43] garypp: ok [15:43] i think i agree r35211 should be rolled back and redone in a more tiki way, but not just now [15:44] 960GS: For our (pondstone's) needs we can use the 960 tpl for new works, we can discuss implementation more. [15:44] i still don't see what you mean by "the 960 tpl" [15:44] it would be better to make a new theme called 960 and have a new tiki.tpl in there [15:44] like i did with mobile [15:45] inside tiki.tpl are two html pages, one is old tiki.tpl style (left col and middle are nested) and other one is "normal" [15:45] jonnyb: +1 [15:46] jonnyb: Yes that is more realistic right now. [15:46] the question is: is 960.gs _the_ one to go with? i'd tend to think Gary C (chibaguy) would have the best perspective on this [15:46] but if we add it as a new "top level" style, we can have several of them... [15:47] jonnyb: It depends upon what you want. Use oocss and you have access to all the other benefits. [15:47] also then it doesn't need to be a pref or have any "code" [15:47] there are more css systems in the discussion - for ex. oocss [15:48] what would be more a framework [15:48] ok, not looked at oocss [15:48] and seems to need more changes [15:48] did not yet look closer to oocss [15:49] 960GS only layout and very basic. OOCSS uses extending classes to develop css styles [15:51] 960GS: The intent was to come up with a more intuitive html design for the 'index' page. [15:52] you can get stuck forever analysing frameworks and still make a bad decision, if you ask me, 960gs is a good enough solution and someone did work for it, so I would end the framework debate right there unless someone comes up with a competing implementation [15:52] TIKI.TPL (7.0) is not easy to rework as div's are nested and existing styles are difficult to work with. [15:53] lphuberdeau: +1 [15:54] lphuberdeau: I am going back to old tiki.tpl with grid_X extended classes [15:54] lphuberdeau: +1 but i will re-work it into being a theme rather than a pref [15:55] jonnyb: skeleton960 ? [15:55] seems 960 is quite a bit more compatible with tiki themes than i was expecting [15:55] changi67 has just found 960 for jqm [15:55] well, it's kind of a core issue to me, you can have multiple themes that use the grid system [15:55] *** kstingel_ has joined #tikiwiki [15:55] part of it remains a pref to load the CSS properly [15:56] but yes, overriding the tiki.tpl through a style makes sense [15:56] garypp: you mean as the theme name? i thought 960.gs would be more self explanitory [15:56] jonnyb: sure. [15:56] http://jeromeetienne.github.com/jquery-mobile-960/ [15:57] *** kstingel__ has joined #tikiwiki [15:58] *** kstingel has quit IRC (Ping timeout: 252 seconds) [15:59] *** kstingel_ has quit IRC (Ping timeout: 240 seconds) [16:02] 960GS: I have to go. I will fix what I have done and create 960.gs theme with my tiki.tpl and then we can discuss implementation further. [16:06] *** rodrigo_sampaio1 has joined #tikiwiki [16:06] *** changi67 has quit IRC (Quit: Page closed) [16:07] *** chealer has joined #tikiwiki [16:07] *** chealer has quit IRC (Changing host) [16:07] *** chealer has joined #tikiwiki [16:09] *** rodrigo_sampaio has quit IRC (Ping timeout: 276 seconds) [16:10] 960GS: Please continue comments on tiki-devel. ttyl. [16:11] *** garypp has left [16:12] *** Wilkins has quit IRC (Ping timeout: 240 seconds) [16:30] *** jonnyb has quit IRC (Quit: jonnyb) [16:47] have to go now [16:48] bye [16:48] *** fabricius has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628231248]) [16:55] *** Jyhem_laptop has quit IRC (Remote host closed the connection) [17:19] polom [17:20] rodrigo_sampaio1: ping [17:21] hello chealer [17:21] you saw my answer yesterday? [17:22] rodrigo_sampaio1: yes. regarding the string at :2570, the backslash is not there because it was removed by jean-lucnavarro in r35262 [17:22] I wondered if that was an intentional change [17:23] (the second backslash) [17:23] chealer: no, it was not intentional [17:23] rodrigo_sampaio1: so basically you added a backslash and jean-luc removed it, but I don't know if either of these changes was intentional [17:24] rodrigo_sampaio1: your addition was not intentional? [17:24] chealer: yes, it was not intentional. [17:25] chealer: the only thing I did was to run get_strings.php after changing the regular expression to remove a few invalid strings [17:25] chealer: I might have added that backslash unintentionally [17:26] chealer: anyway that string should be removed as well but it need to be removed manually since the current version of get_strings.php keep unused strings if they have been translated [17:28] rodrigo_sampaio1: OK [17:29] rodrigo_sampaio1: thanks. I would just tell you it might be good to keep an eye on backslashes and apostrophes, there seemed to be a problem with that (one vs 2 backslashes) a couple of months ago already [17:30] chealer: ok, thanks for the heads up. i was not aware of this backslash problem. [17:31] chealer: you know how to reproduce the problem [17:31] ? [17:32] rodrigo_sampaio1: no, I think I noticed that strings of both escaping versions existed, but I didn't track where they came from. it could be interactive translation [17:33] chealer: yes, I agree. can be interactive translation. [17:33] chealer: I will keep an email on it [17:34] s/email/eye/ :) [17:34] rodrigo_sampaio1: ah. I was jealous of you getting a new sense [17:35] :P [17:36] *** kstingel__ has quit IRC (Read error: Connection reset by peer) [17:36] *** kstingel__ has joined #tikiwiki [17:37] rodrigo_sampaio1: how is the pt-br translation going? [17:38] chealer: no real progress in the last months. I did translate only a few strings just to test improvements I did. [17:39] rodrigo_sampaio1: right. too bad, German and French seem to have enough action that you could catch if you could review [17:40] German is really promising [17:41] chealer: yes, it is great to see the amount of work both French and German translators are doing [17:47] *** GillesMM has quit IRC (Remote host closed the connection) [18:26] tikiwiki: 03chealer * r35283 10/trunk/lang/fr/language.php: French: some improvements on r35262 [18:56] does somebody know if {img on a file that is a bmp works [18:56] it displays only the bmp image [18:58] ahah seems it is onkly the thumbnail [19:08] tikiwiki: 03chealer * r35284 10/trunk/lang/fr/language.php: French: remove some problematic old tracker string [19:21] *** lphuberdeau has quit IRC (Ping timeout: 264 seconds) [19:27] it is gd that does not support bmp - only wbmp [19:33] *** lphuberdeau has joined #tikiwiki [19:40] *** lphuberdeau has quit IRC (Ping timeout: 255 seconds) [19:41] *** lphuberdeau has joined #tikiwiki [19:52] tikiwiki: 03lphuberdeau * r35285 10/trunk/ (7 files in 5 dirs): [MOD] Adding a new feature to allow users to mark their favorite objects (work in progress) [19:57] *** dcedilotte has quit IRC (Read error: Connection reset by peer) [20:01] *** dcedilotte has joined #tikiwiki [21:00] *** rodrigo_sampaio1 has quit IRC (Ping timeout: 260 seconds) [21:23] *** lphuberdeau has quit IRC (Ping timeout: 258 seconds) [21:24] *** rodrigo_sampaio has joined #tikiwiki [21:45] *** chealer has quit IRC (Remote host closed the connection) [21:58] *** radek82 has quit IRC (Quit: Leaving) [22:07] tikiwiki: 03sylvieg * r35286 10/branches/7.x/templates/tiki-pagehistory.tpl: [FIX]history: label the column not to have an empty column [22:25] *** marclaporte has joined #tikiwiki [22:25] *** ChanServ sets mode: +o marclaporte [22:28] polom [22:28] * marclaporte cheers TikiFesters! [22:40] *** nkoth has quit IRC (Quit: nkoth) [23:09] *** dcedilotte has quit IRC (Quit: Ex-Chat) [23:11] *** chealer has joined #tikiwiki [23:19] *** redflo has left