Project

General

Profile

Download (3.87 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ed09e1e5 2010-04-04 15:44 Marc Dequènes

[cleanup] better class/modules names for a few items

eb6e0359 2010-04-04 02:27 Marc Dequènes

[evol] translation rework: new mechanism to handle translated/untranslated strings, make use of translation parameters, moved I18n class, translations update

08693845 2010-04-03 20:30 Marc Dequènes

[fix] set_language() must change locale for ALL domains

1b7ef95e 2009-08-10 01:53 Marc Dequènes

[evol] revised CyberError severities

a19040bb 2009-08-09 15:10 Marc Dequènes

[fix] correct silly mistakes

83a04d84 2009-04-19 21:23 Marc Dequènes

[evol] added language selection in the Person through a new I18n class providing the link between local available languages and user preferences in the database

cb0d68fd 2009-03-10 01:29 Marc Dequènes

[evol] commands management rework #2: moved command parsing out of the Mail class and created new classes to handle it

d4b5798a 2009-03-08 19:43 Marc Dequènes

[evol] added setup.rb installer, with hooks to generate locales and a 'lib/cyborghood/config.rb' file having a new CyborgHood::Config providing with installation paths, and created CyborgHood::Info to contain software general information (rakefile build-depends are then reduced to the minimum)

ccab26de 2009-03-08 12:26 Marc Dequènes

[fix] gettext domains are binded correctly now (using a new PostmanHome submodule to separate domains easily)

5f013d0a 2009-03-08 02:58 Marc Dequènes

[fix] gettext is working now, nevertheless the domain selection is ugly

e9eb9974 2009-03-07 23:56 Marc Dequènes

[fix] corrected remaining mistakes with the references, and gettext-related code

7cae0102 2009-03-07 21:58 Marc Dequènes

[evol] added gettext support using user prefered langage

44c8c705 2009-03-04 14:04 Marc Dequènes

[RM] let's move to next devel stuff

9f3e1573 2009-03-04 13:34 Marc Dequènes

[RM] let's update the version

d32ee48a 2009-02-23 23:51 Marc Dequènes

[evol] add missing licensing terms

c7904e2c 2009-02-23 15:41 Marc Dequènes

[evol] replay protection #2 (should be done), and moved 'run' directory in the new workdir (temporary code until real path configuration)

323a6bb6 2009-02-19 00:57 Marc Dequènes

[evol] renamed custom exception and converted an old remaining exception

4b58d4fd 2009-02-18 23:29 Marc Dequènes

[evol] move new classes into CyborgHood module and add new exception handling

b28fbd1e 2009-02-16 01:41 Marc Dequènes

[fix] don't fail to merge bot-specific config if it is empty

790f61f9 2009-02-16 01:39 Marc Dequènes

[evol] Logger can handle setting a permanent prefix (until reset)

d31869c4 2009-02-15 21:40 Marc Dequènes

[evol] split test file into libs