Re: [Aikiframework-devel] [Bug 888899] [NEW] encoding is not working on pages TODO

2011-11-12 Thread rejon
jakub, can you try this out on the pekin fine arts site please when you get a chance. We need to get to the bottom of this and make sure that aiki has a sensible default. thanks! Jon On Sat, Nov 12, 2011 at 4:38 PM, rg1024 <888...@bugs.launchpad.net> wrote: > Check please: > > a) the __terms__ ar

[Aikiframework-devel] about revno 932-935

2011-11-12 Thread Roger Martín
hi folks!! i have work on aiki L10 translation to correct it and make it compatible with gettext. Both can work together if language codes use in site configuration and columns of dictionary, and -ies, are the SAME: Now, instead have a large discussion of 'is better __foo_ba__ or __("foo bar"),

Re: [Aikiframework-devel] [Bug 888899] Re: encoding is not working on pages

2011-11-12 Thread rg1024
2011/11/12 Jakub Jankiewicz <888...@bugs.launchpad.net> > maybe better is changing it to $config["encoding"] and then use it in > both Output.php and db. using db_encoding in both places will be > confusing. > > sorry..i have already push changes bases on "db_encoding". encoding is clear but.. --

[Aikiframework-devel] [Bug 888899] Re: encoding is not working on pages

2011-11-12 Thread Jakub Jankiewicz
maybe better is changing it to $config["encoding"] and then use it in both Output.php and db. using db_encoding in both places will be confusing. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchp

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 934: config default_language set to en

2011-11-12 Thread noreply
revno: 934 committer: Roger Martin branch nick: aikiframework timestamp: Sat 2011-11-12 22:00:58 +0100 message: config default_language set to en modified: src/sql/InsertVariable-in.sql -- lp:aikiframework https://code.launchpad.ne

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 933: l10 now use aiki site language

2011-11-12 Thread noreply
revno: 933 committer: Roger Martin branch nick: aikiframework timestamp: Sat 2011-11-12 21:58:23 +0100 message: l10 now use aiki site language modified: src/libs/languages.php* -- lp:aikiframework https://code.launchpad.net/~aikifr

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 932: lang columns use iso 639-1

2011-11-12 Thread noreply
revno: 932 committer: Roger Martin branch nick: aikiframework timestamp: Sat 2011-11-12 21:50:56 +0100 message: lang columns use iso 639-1 modified: src/sql/CreateTables.sql src/sql/InsertDefaults.sql -- lp:aikiframework https://

Re: [Aikiframework-devel] [Bug 888899] [NEW] encoding is not working on pages TODO

2011-11-12 Thread rg1024
In L10 languages names are hardcoded in column of table aiki_dictionary ( lang_english, lang_german) that can be different of code used in aiki_site (normally iso like en,es) Rename aiki_dictionary lang_english to lang_en, lang_german to lang_de..and so on.. an all work fine: L10 sytem, __ and t f

Re: [Aikiframework-devel] [Bug 888899] [NEW] encoding is not working on pages TODO

2011-11-12 Thread Jakub Jankiewicz
I try the first solution and it doesn't work, so I need to put hardcoded encoding into Output.php file. It's now utf8. Dnia 2011-11-12, o godz. 17:53:01 "j...@rejon.org" napisał(a): > jakub, can you try this out on the pekin fine arts site please when > you get a chance. We need to get to the bo

Re: [Aikiframework-devel] [Bug 888899] [NEW] encoding is not working on pages

2011-11-12 Thread rg1024
Check please: a) the __terms__ are translated using aiki_dictionary (not aiki_dictionaries) and L10. Check if a term called "encoding" appears and it is "translated" to default languages b) if you are using mysql check $config['db_encoding'] and $config['db_use_mysql_set_charset'] i try to