←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
nkothMerbster, do a check if _SESSION['current_perspective'] == the correct pers before redirecting
actually, before setting _SESSION['current_perspective'] and redirecting
[00:03]
Merbsternkoth, I had that allready, but I found a misplaced return in my database code.
so it would allways return 0 after checking the first row of the table.
Now it works
I could almost cry
[00:05]
nkothis your db code generic based on the exisring category jail or did you do something else? [00:09]
Merbsternkoth, I just did a select on what was there [00:18]
nkothMerbster: 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]
Merbstersure.
I will do it tomorrow.
[00:20]
nkothsounds good. Thanks. [00:21]
Merbster^^ [00:22]
Good night. and big thanks to you nkoth and chealer :)
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:27]
Trebly<Chealer>Sylvie don't answers. I am locked by something old but forgotten.
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.
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.
- 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 ?
- 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.
No really matters the problem is to be able to login as admin. I failed. I don't remember how to solve this.
I could not find back the notes on the admin password pbs
[00:34]
nkothTrebly: do you mean doc.tiki.org/lost+admin+password?
remember that the password must meet the length and complexity requirements set
[00:35]
Merbsternight night [00:39]
***Merbster has quit IRC (Quit: Leaving) [00:39]
rodrigo_sampaiochealer: 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:43]
rodrigo_sampaiochealer: huh... I have no idea why a backslash has been added. let me check. [00:44]
Trebly<nkoth> 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.
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:45]
rodrigo_sampaiochealer: odd, in lang/fr/language.php there is only one backslash and not two as trac is displaying [00:46]
nkothTrebly: I don't really understand the issue you are facing, sorry I can't help [00:46]
rodrigo_sampaiochealer: anyway, the idea was to remove the invalid strings starting in line 6047 [00:47]
Trebly<nkoth> Sorry if I am not clear.
1- I could not login with my current admin
2- I reset directly the admin record in users-users table
No-result, I don't understand what can happend
<nkoth> on one of my test sites using 6.x
[00:48]
nkothhow long is your password?
try a longer password (I think it is minumum 5 char in tiki6 by default)
[00:53]
***nkoth has quit IRC (Quit: nkoth) [00:54]
Trebly<nkoth> It is the default at init it is admin and the replace makes an md5 "adminadmin" as for a new install [00:54]
***Trebly has quit IRC (Ping timeout: 240 seconds) [01:00]
Trebly has joined #tikiwiki [01:06]
.... (idle for 19mn)
rodrigo_sampaio has quit IRC (Quit: Leaving.) [01:25]
...... (idle for 25mn)
goj|ghost has joined #tikiwiki
kstingel has joined #tikiwiki
goj has quit IRC (Ping timeout: 276 seconds)
goj|ghost is now known as goj
[01:50]
kstingelI'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?
... 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)
[01:56]
...... (idle for 25mn)
chealerkstingel: lib/smarty/ is the Smarty library
kstingel: lib/smarty_tiki/ contains Tiki's Smarty plugins
kstingel: Smarty templates are in templates/
[02:22]
kstingelchealer: so (later) when I create a new plugin, I would put it's main file in smarty-tiki? [02:24]
chealerkstingel: in smarty_tiki, yes [02:27]
kstingelwithin templates/ I see 2 tiki template files (tiki.tpl & tiki_full.tpl) which is the "main" tiki template? ...
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:28]
chealerkstingel: 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:31]
kstingelI'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:32]
chealerkstingel: you unfortunately have to look in the source, indeed [02:34]
kstingelahh, that explains a lot ... I thought I'd broken it again [02:35]
***luciash has joined #tikiwiki [02:35]
luciashre [02:36]
chealergood morning luciash [02:37]
luciashinteresting, i just need the same (switch to perspective if the category jail == object in category) today
yo chealer :)
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:37]
chealerluciash: what do you mean by "the perspective view on the categorized pages"? [02:44]
luciashchealer: i mean exactly that what i wrote :)
cannot rephrase
[02:46]
chealerluciash: do you mean the perspective view*ed*? [02:49]
luciashjust 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]
chealerluciash: if not what is a "perspective view"? [02:49]
luciashperspective view is what you see by the perspective [02:49]
chealerluciash: yes... [02:50]
luciashby the common sense i would expect to view the different site title i have set for that perspective when viewing the categorized page
but it doesn't work for me unless i "force" it in URL by adding the perspectiveId=1
[02:50]
***Trebly has quit IRC (Ping timeout: 240 seconds) [02:52]
luciasha pity nkoth is not here already [02:52]
chealerperspectives must be a complicated concept. it's always a pain to discuss them
luciash: you're not necessarily in a perspective just because you're viewing an object in a category part of its category jail
you need to have switched to that perspective
[02:53]
luciashyep, i switch there by that URL param i believe... but why it doesn't stay so ? another link and the perspective switches off [02:56]
***dcedilotte has quit IRC (Read error: Connection reset by peer) [02:57]
chealerluciash: 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:57]
luciashafaik it looks as temporary from my point of view :-p
chealer: you know other params ?
ah, i see, it is actually described well here: http://doc.tiki.org/Fonctionnalit%C3%A9+Perspectives (dunno why that french page name)
[02:58]
chealerluciash: no, I only know tiki-switch_perspective [03:02]
luciashi see
i read on that page, that in Tiki7 &back could be used
iiuc it should switch and go back to the referrer
but that's not exactly the thing i need, anyway
ah, that's the correct link: http://doc.tiki.org/tiki-index.php?page=Perspectives&no_bl=y
btw ;)
also, what confuses me is why there's "Category Jail" field on tiki-admin.php?page=category ?
[03:03]
CIA-88tikiwiki: 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:14]
chealerluciash: what do you mean? the pref needs to go on one of the panels, you see a better one? [03:15]
luciashi 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:17]
chealerluciash: 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:18]
luciashah, ok
i think i have read something about that you can use category jail without perspectives, so it makes sort of sense
[03:20]
chealerwah, trackers administration has done a step forward in trunk... [03:21]
CIA-88tikiwiki: 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:28]
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." [03:39]
................... (idle for 1h30mn)
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:09]
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"
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."
[05:17]
................ (idle for 1h16mn)
***kstingel_ has joined #tikiwiki
kstingel has quit IRC (Ping timeout: 252 seconds)
[06:36]
chealer has quit IRC (Remote host closed the connection)
kstingel_ has left "Leaving"
kstingel_ has joined #tikiwiki
kstingel_ has quit IRC (Quit: Leaving)
kstingel has joined #tikiwiki
[06:44]
redflo has joined #tikiwiki
jph_ has joined #tikiwiki
SJ-Jay has joined #tikiwiki
[06:56]
..... (idle for 23mn)
kstingel_ has joined #tikiwiki
kstingel has quit IRC (Ping timeout: 240 seconds)
Jyhem_laptop has joined #tikiwiki
[07:23]
kstingel_ has left "Leaving"
kstingel_ has joined #tikiwiki
kstingel_ has quit IRC (Quit: Leaving)
kstingel has joined #tikiwiki
[07:35]
kstingelhow would I go about organising my Groups and Categories so that Group abc reads content in Category abc? [07:42]
SJ-Jayyou need to configure permissions for the category
do you want group ABC to be the only ones who can read content from ABG category?
ABC*
[07:46]
***Jyhem_laptop has quit IRC (Ping timeout: 258 seconds) [07:48]
SJ-JayHas 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:48]
***luciash has quit IRC (Ping timeout: 252 seconds) [07:50]
kstingelbasically ... I'm trying to work out the correlation between the 2 [07:50]
***Jyhem_laptop has joined #tikiwiki [07:55]
kstingelI'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?
I haven't found a "Role" section yet, that would make things simpler ... I could just nominate elevated rights that way
[07:55]
SJ-Jayyou have to do it by groups
and i don't see any problems with adding 2 groups to a group
[07:58]
***jph_ has quit IRC (Quit: Leaving) [07:58]
kstingelin 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 ...
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
... 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:01]
***Merbster has joined #tikiwiki [08:04]
MerbsterGood morning. [08:04]
kstingel... I'm also seriously considering replacing my current WP Blog (on a different domain) with a TikiWiki :)
hi Merbster
[08:05]
MerbsterIs it possible for "normal users" on tikiwiki.org to create their own Wikipages? [08:19]
kstingelif you enable it via Admin, yes
... checking the location for you
[08:20]
Merbsterkstingel, I was thinking the actual tikiwiki site :P
But I found it.
[08:23]
kstingelI think that's in "My Tiki" but not sure [08:23]
.......... (idle for 45mn)
CIA-88tikiwiki: 03jean-lucnavarro * r35280 10/trunk/lang/fr/language.php: [FIX] typo/capitalization/some changes in French translations thanks Filipus [09:08]
***jonnyb has joined #tikiwiki [09:14]
....... (idle for 32mn)
fabricius has joined #tikiwiki [09:46]
fabriciusPolom [09:46]
..... (idle for 20mn)
***pkdille has quit IRC (Remote host closed the connection) [10:06]
...... (idle for 27mn)
Caarrie|sleeping is now known as Caarrie|away
jonnyb has quit IRC (Quit: jonnyb)
[10:33]
Jyhem_laptop has quit IRC (Ping timeout: 264 seconds) [10:42]
....... (idle for 34mn)
Trebly has joined #tikiwiki [11:16]
....... (idle for 31mn)
Trebly has quit IRC (Ping timeout: 240 seconds)
kstingel has quit IRC (Ping timeout: 260 seconds)
[11:47]
Trebly has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki
[11:56]
Jyhem_laptop has joined #tikiwiki [12:10]
jonnyb has joined #tikiwiki [12:16]
....... (idle for 31mn)
fabricius has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628231248]) [12:47]
radek82 has joined #tikiwiki
SJ-Jay has quit IRC (Read error: Connection reset by peer)
Merbster has quit IRC (Read error: Connection reset by peer)
[12:53]
...... (idle for 28mn)
nkoth has joined #tikiwiki [13:24]
..... (idle for 21mn)
kstingel has joined #tikiwiki [13:45]
....... (idle for 33mn)
lphuberdeau has joined #tikiwiki [14:18]
CIA-88tikiwiki: 03lphuberdeau * r35282 10/trunk/lib/wiki-plugins/wikiplugin_list.php: [MOD] Allowing to select the field for content filtering [14:26]
......... (idle for 44mn)
***changi67 has joined #tikiwiki [15:10]
changi67hi all
i'm alone
[15:10]
jonnybwho is this changi67 ? [15:10]
Jyhem_laptopno idea [15:11]
changi67it's the men sitting just next to you [15:11]
Jyhem_laptophe's everywhere. You are cornered [15:11]
***garypp has joined #tikiwiki [15:12]
changi67hi garypp [15:13]
garyppYes hi.
changi67: r u at tikifest?
[15:13]
changi67garypp: yes
garypp: just next to torsten and jonnyb
we could start discussing about 960
[15:14]
jonnybhi garypp [15:14]
garyppchangi67: ok, i will address everyone. [15:14]
***fabricius has joined #tikiwiki [15:15]
changi67changi67: no problem [15:15]
garypphi jonnyb [15:15]
jonnybgarypp: have we met? [15:15]
fabriciusPolom [15:15]
lphuberdeauhaving fun at the tikifest? [15:15]
changi67lphuberdeau: hi [15:15]
jonnyblphuberdeau: only one vital thing missing... [15:15]
garyppYou have my best wishes. [15:15]
Jyhem_laptopseems the trolls are out :) [15:15]
lphuberdeaugood morning [15:15]
Jyhem_laptophi guys, yes, we are having fun [15:15]
jonnybwell, 2 maybe including no working voip [15:15]
changi67lphuberdeau: i've just retest with tracker view and it did not show anything
maybe it's because i add a tracker field with map :)
[15:15]
fabriciusyes lphuberdeau , if we do not count the last traditional half hour tryiing to setup ausio
audio
[15:16]
Jyhem_laptopworking voip soon in "Tiki Suite"tm :-) [15:16]
garyppjohnnyb: no we have not met before. I am new to tiki [15:16]
lphuberdeauchangi67, 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]
jonnybbut you work with pondstone? (i met some guys from pondstone in NY) [15:16]
fabriciusso letÅ› talk about grids [15:16]
garyppMet with Nelson and Pascal StJean already.
Yes. 960GS.
[15:17]
changi67lphuberdeau: i've checked on pkdille website, he get the same error no table at all [15:17]
garypp960GS: I am not happy with what is done already.
960GS: With what I did!
[15:17]
changi67lphuberdeau: just create a new tracker with 2 field 1 text area and 1 location [15:17]
jonnybok, 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:17]
changi67lphuberdeau: insert 2 items, and then try to display it
lphuberdeau: i get nothing
lphuberdeau: on a fresh install
[15:18]
jonnybi guess i need to hook in a 960 theme css to see the benefit, yes? [15:18]
lphuberdeauchangi67, 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]
jonnybjonnyb goes off to find some 960 stuff... [15:18]
changi67lphuberdeau: by default should it be display it ? [15:19]
garypp960GS: In skeleton looks like fixed_width is enabled. [15:19]
lphuberdeauchangi67, that can be debated either ways [15:20]
fabriciusgarypp: 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]
changi67lphuberdeau: will try tonight [15:20]
lphuberdeauI'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:20]
garyppfabricius: Always still have to change/match styles in tiki!
fabricius: it does not make it easier to rework other themes
fabricius: Makes it easier to design with/for because layout is standardized/symmetrical
fabricius: I have redone old style tiki.tpl with grid system extending existing classes and also works.
fabricius: I like oocss but will need to modify entire stylesheet and template for tiki!!!
[15:21]
jonnybgarypp: how does 960 relate to lite.css? [15:26]
fabriciusafk for a few minutes [15:27]
garyppjonnyb: it doesn't. [15:27]
lphuberdeauseems to me like the oocss grid does exactly the same as 960gs with different class names [15:28]
jonnybso how would the current left & right columns work? [15:28]
garyppmember:jonnyb: 960_16 is loaded last
lphuberdeau: yes they do work similarly
lphuberdeau: Duane wants to design for 960GS but grid.css could be used instead.
[15:28]
jonnybso we'd keep lite.css and the current ordering of cols in tiki.tpl?
i still would like to see what i can do - i have trunk here with style_gs960 switched on and skelleton style selected
[15:30]
garyppjonnyb: 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]
jonnyband i'm looking on 960.gs but don't see and examples i can play with [15:31]
garyppjonnyb: 960gs is very simple and it will always require direct template mods. [15:32]
jonnybwell, layout.css has stuff like positioning for .tiki_register_login etc - so i think you'd need it usually
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]
garyppjonnyb: I don't know tiki so well, I didn't mess with very much! [15:33]
jonnybno probs
i'd say it's work keeping
[15:33]
garyppjohnnyb: I want to go back to the old-style tiki.tpl and just extend the current containers with the 960gs classes.
johnnyb: This way theme designers can see where to hook into the 960gs css.
[15:34]
lphuberdeauadding a few classes should not hurt anything, then you can just optionally load the CSS [15:35]
fabriciusrehi [15:35]
jonnybthat's what happens now [15:35]
garypplphuberdeau: yes, for now. [15:35]
jonnyblooks fine (i'm planning on a little optimisation ;) )
but what i want is a demo of what the point of this is
[15:36]
garyppjohnnyb: There are 2 tpl's in tiki.tpl in now, uses one if style_960 pref on. [15:36]
jonnybat the moment i can't see anything [15:36]
garyppjohnnyb: It needs to be built upon. It allows to layout page containers more sensibly. [15:37]
jonnybgarypp: did you add another tiki.tpl? i can't see one [15:37]
garyppjonnyb: In tiki 8 /trunk [15:38]
jonnyblooks like you've duplicated all the smarty in templates/tiki.tpl and put an {if style_960} test around it [15:38]
garyppjonnyb: very basic
jonnyb: and useless!
[15:39]
jonnybalso very unlikely to be maintined... [15:39]
garyppjonnyb: if you look at modified layout it uses grid system [15:39]
jonnybi need to see what's going on between the 2 "versions" of the central tiki page [15:40]
garyppjonnyb: New style template almost works with existing theme's except css margins are wrong [15:40]
jonnybwhich new templates? i can't find one (you mean the if/else thing you've done in tiki.tpl) [15:41]
garyppjonnyb: 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:41]
jonnybthere's probably a better way [15:42]
changi67do you have an online demo ? [15:42]
jonnybbut at least now i see what everyone's been talking about :) [15:42]
garyppchangi67: no nothing accessible [15:42]
changi67garypp: ok [15:43]
jonnybi think i agree r35211 should be rolled back and redone in a more tiki way, but not just now [15:43]
garypp960GS: For our (pondstone's) needs we can use the 960 tpl for new works, we can discuss implementation more. [15:44]
jonnybi still don't see what you mean by "the 960 tpl"
it would be better to make a new theme called 960 and have a new tiki.tpl in there
like i did with mobile
[15:44]
garyppinside 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]
changi67jonnyb: +1 [15:45]
garyppjonnyb: Yes that is more realistic right now. [15:46]
jonnybthe 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
but if we add it as a new "top level" style, we can have several of them...
[15:46]
garyppjonnyb: It depends upon what you want. Use oocss and you have access to all the other benefits. [15:47]
jonnybalso then it doesn't need to be a pref or have any "code" [15:47]
fabriciusthere are more css systems in the discussion - for ex. oocss
what would be more a framework
[15:47]
jonnybok, not looked at oocss [15:48]
fabriciusand seems to need more changes
did not yet look closer to oocss
[15:48]
garypp960GS only layout and very basic. OOCSS uses extending classes to develop css styles
960GS: The intent was to come up with a more intuitive html design for the 'index' page.
[15:49]
lphuberdeauyou 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]
garyppTIKI.TPL (7.0) is not easy to rework as div's are nested and existing styles are difficult to work with. [15:52]
changi67lphuberdeau: +1 [15:53]
garypplphuberdeau: I am going back to old tiki.tpl with grid_X extended classes [15:54]
jonnyblphuberdeau: +1 but i will re-work it into being a theme rather than a pref [15:54]
garyppjonnyb: skeleton960 ? [15:55]
jonnybseems 960 is quite a bit more compatible with tiki themes than i was expecting
changi67 has just found 960 for jqm
[15:55]
lphuberdeauwell, 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]
lphuberdeaupart of it remains a pref to load the CSS properly
but yes, overriding the tiki.tpl through a style makes sense
[15:55]
jonnybgarypp: you mean as the theme name? i thought 960.gs would be more self explanitory [15:56]
garyppjonnyb: sure. [15:56]
changi67http://jeromeetienne.github.com/jquery-mobile-960/ [15:56]
***kstingel__ has joined #tikiwiki
kstingel has quit IRC (Ping timeout: 252 seconds)
kstingel_ has quit IRC (Ping timeout: 240 seconds)
[15:57]
garypp960GS: 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:02]
***rodrigo_sampaio1 has joined #tikiwiki
changi67 has quit IRC (Quit: Page closed)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
rodrigo_sampaio has quit IRC (Ping timeout: 276 seconds)
[16:06]
garypp960GS: Please continue comments on tiki-devel. ttyl. [16:10]
***garypp has left
Wilkins has quit IRC (Ping timeout: 240 seconds)
[16:11]
.... (idle for 18mn)
jonnyb has quit IRC (Quit: jonnyb) [16:30]
.... (idle for 17mn)
fabriciushave to go now
bye
[16:47]
***fabricius has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628231248]) [16:48]
Jyhem_laptop has quit IRC (Remote host closed the connection) [16:55]
..... (idle for 24mn)
chealerpolom
rodrigo_sampaio1: ping
[17:19]
rodrigo_sampaio1hello chealer
you saw my answer yesterday?
[17:21]
chealerrodrigo_sampaio1: yes. regarding the string at :2570, the backslash is not there because it was removed by jean-lucnavarro in r35262
I wondered if that was an intentional change
(the second backslash)
[17:22]
rodrigo_sampaio1chealer: no, it was not intentional [17:23]
chealerrodrigo_sampaio1: so basically you added a backslash and jean-luc removed it, but I don't know if either of these changes was intentional
rodrigo_sampaio1: your addition was not intentional?
[17:23]
rodrigo_sampaio1chealer: yes, it was not intentional.
chealer: the only thing I did was to run get_strings.php after changing the regular expression to remove a few invalid strings
chealer: I might have added that backslash unintentionally
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:24]
chealerrodrigo_sampaio1: OK
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:28]
rodrigo_sampaio1chealer: ok, thanks for the heads up. i was not aware of this backslash problem.
chealer: you know how to reproduce the problem
?
[17:30]
chealerrodrigo_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:32]
rodrigo_sampaio1chealer: yes, I agree. can be interactive translation.
chealer: I will keep an email on it
s/email/eye/ :)
[17:33]
chealerrodrigo_sampaio1: ah. I was jealous of you getting a new sense [17:34]
rodrigo_sampaio1:P [17:35]
***kstingel__ has quit IRC (Read error: Connection reset by peer)
kstingel__ has joined #tikiwiki
[17:36]
chealerrodrigo_sampaio1: how is the pt-br translation going? [17:37]
rodrigo_sampaio1chealer: no real progress in the last months. I did translate only a few strings just to test improvements I did. [17:38]
chealerrodrigo_sampaio1: right. too bad, German and French seem to have enough action that you could catch if you could review
German is really promising
[17:39]
rodrigo_sampaio1chealer: yes, it is great to see the amount of work both French and German translators are doing [17:41]
***GillesMM has quit IRC (Remote host closed the connection) [17:47]
........ (idle for 39mn)
CIA-88tikiwiki: 03chealer * r35283 10/trunk/lang/fr/language.php: French: some improvements on r35262 [18:26]
....... (idle for 30mn)
sylviegdoes somebody know if {img on a file that is a bmp works
it displays only the bmp image
ahah seems it is onkly the thumbnail
[18:56]
CIA-88tikiwiki: 03chealer * r35284 10/trunk/lang/fr/language.php: French: remove some problematic old tracker string [19:08]
***lphuberdeau has quit IRC (Ping timeout: 264 seconds) [19:21]
sylviegit is gd that does not support bmp - only wbmp [19:27]
***lphuberdeau has joined #tikiwiki [19:33]
lphuberdeau has quit IRC (Ping timeout: 255 seconds)
lphuberdeau has joined #tikiwiki
[19:40]
CIA-88tikiwiki: 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:52]
***dcedilotte has quit IRC (Read error: Connection reset by peer)
dcedilotte has joined #tikiwiki
[19:57]
............ (idle for 59mn)
rodrigo_sampaio1 has quit IRC (Ping timeout: 260 seconds) [21:00]
..... (idle for 23mn)
lphuberdeau has quit IRC (Ping timeout: 258 seconds)
rodrigo_sampaio has joined #tikiwiki
[21:23]
..... (idle for 21mn)
chealer has quit IRC (Remote host closed the connection) [21:45]
radek82 has quit IRC (Quit: Leaving) [21:58]
CIA-88tikiwiki: 03sylvieg * r35286 10/branches/7.x/templates/tiki-pagehistory.tpl: [FIX]history: label the column not to have an empty column [22:07]
.... (idle for 18mn)
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[22:25]
marclaportepolom
marclaporte cheers TikiFesters!
[22:28]
***nkoth has quit IRC (Quit: nkoth) [22:40]
...... (idle for 29mn)
dcedilotte has quit IRC (Quit: Ex-Chat)
chealer has joined #tikiwiki
[23:09]
redflo has left [23:19]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)