Revision history for Perl extension Locale::TextDomain::OO.
1.027 Wed May 31 19:58:57 2017
- followed hints of REHSACK
- removed namespace::autoclean from roles
- changed Log4Perl to Log::Any in Pod examples
1.026 Sat Feb 25 09:05:56 2017
- fixed and wrote some pod
1.025 Wed Feb 22 17:06:15 2017
- https://rt.cpan.org/Ticket/Display.html?id=120137
tested in wrong example test
- auto translation for any data using po file as config and database cache table
1.024 Fri Feb 17 18:00:00 2017
- https://rt.cpan.org/Ticket/Display.html?id=120137
1 example file had wrong encoding, fixed
- starting with plugin Expand::BabelFish::Loc
not finished, no JavaScript, no extractor
1.023 Sat Aug 22 07:23:58 2015
- allow untranslated plurals of Locale::MO::File 0.06
- corrected Pod
1.022 Mon Aug 10 07:22:59 2015
1.021 Mon Aug 10 07:22:59 2015
- fixed https://rt.cpan.org/Ticket/Display.html?id=106315
JSON::XS has no sort_by
1.020 Sun Aug 9 13:26:18 2015
- more and corrected Pod
- JSON sorted output (important for tests)
1.019 Mon Apr 13 21:48:30 2015
- further work on plugin load
1.018 Sun Apr 12 21:46:04 2015
- only the first method new is able to load plugins
1.017 Sat Feb 7 20:46:13 2015
- use Locale::MO::File 0.05
- Gettext::Loc is the preferred plugin
1.016 Sat Nov 1 13:05:12 2014
- fixed Pod and so fixed
https://rt.cpan.org/Ticket/Display.html?id=99948
1.015 Sat Nov 1 07:32:46 2014
- fixed javascript/Locale/TextDomain/OO.js for IE
- added dependency Locale::TextDomain::OO::Util
1.014 Fri Oct 31 11:19:35 2014
- repaired files in javascript folder
- added plugins
- Gettext/Loc and Gettext/Loc/DomainAndCategory for Perl and javascript
- added plugin Gettext/Named for Perl (experimental)
- Resolved conflict of method "loc_p".
"loc_p" is plugin Gettext::Loc now because of name rule "loc_*".
"loc_mp" is plugin Maketext::Loc now because of name rule "loc" and "loc_m*".
- Thanks to Tom Christiansen for lots of hints.
- explained attribute num and numf
- renewed the role structure after release of Locale-TextDomain-OO-Util
- completely rewrite of module Locale::TextDomain::OO::Lexicon::Role::StoreFilter
after introducing lexicon selector project
1.013 Tue Sep 2 07:49:52 2014
- repaired Pod
1.012 Sat Aug 30 20:44:39 2014
- allow PO files as lexicon
1.011 Thu May 15 21:52:39 2014
- JavaScript things
- new store format to_javascript and to_html
- extended the filter for language
- added folder javascript into distribution
- documentation about
1.010 Sat May 10 20:35:56 2014
- repaired header plural extract regex used for JavaScript
- Locale::TextDomain::OO also possible as singleton
1.009 Mon Feb 3 16:33:48 2014
- working with getext modifier_code
and maketext formatter_code
1.008 Fri Jan 24 14:51:39 2014
- fixed role file regex for * in filename
- simplified the lexicon key
- working with getext modifier_code
and/or maketext formatter_code
1.007 Mon Jan 20 22:06:00 2014
- fixed false writing of method name childre[e]n
- sort needed for sorted "lexicon load" output
- added lexicon manipulation with copy/delete/move
1.006 Thu Jan 9 08:54:41 2014
- tested the extended logger
- removed File::Spec
- changed log level
1.005 Mon Jan 6 14:04:33 2014
- fixed Pod
- extended logger
- changed Path::Class... module to Path::Tiny
1.004 Sat Dec 21 07:15:09 2013
- simplified some encoding stuff
require the minimal working version of Moo
1.003 Fri Dec 20 12:52:39 2013
- fixed Path::Class::File object used in substring
(fails as: Attempt to use reference as lvalue in substr)
1.002 Fri Dec 20 09:48:37 2013
- repaired regex, syntax error in Perl 5.16 and newer.
- repaired perl_critic.t, not used now during non author test
1.001 Fri Dec 20 06:49:34 2013
- added missing dependency MooX::Singleton
- repaired the Pod a little
- removed Build.PL from distribution
1.000 Thu Dec 19 17:42:56 2013
- Compleately rewritten.
The main idea is that the lexicon can load during compile time.
The next thing is that the HTTP request or the OS is compleately untouched.
If someone need that connection he is able to do that by himself.
The binding to Locale::TextDomain internal module is no longer used.
0.07 Thu May 13 10:21:15 2010
- Problem with UTF-8 Environment $ENV{LANG} is 'en_GB.UTF-8' or 'en_US.UTF-8'
https://rt.cpan.org/Public/Bug/Display.html?id=53931
0.06 Wed Jan 20 07:15:00 2010
- repair Makefile.PL
0.05 Sat Jan 16 10:00:00 2010
- remove the extractor to a second distribution
0.04 Tue Dec 29 20:00:00 2009
- add a TiedInterface
- add an extractor to create the pot files from source
- a base class
- a stable extractor for perl source code
- 2 beta extractors for tt-templates and JavaScript
- I do not test the first example using Locale::TextDomain
because of bug 49744 at Locale::gettext_pp version 1.20.
0.03 Mon Dec 7 22:30:00 2009
- add forgotten language at test 22
- add forgotten xs package name at OO.pm
- some POD
0.02 Sat Dec 5 22:00:00 2009
- bugfix: dependency errors at Build.PL
- better module POD
- bette README at folder example
0.01 Fri Dec 4 14:00:00 2009
- first version