Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated i18n code from ipalib/request and all references to it. | Pavel Zuna | 2011-03-01 | 1 | -161/+0 |
| | | | | Ticket #903 | ||||
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
| | | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239 | ||||
* | New Param: Added Param.get_label() method for a way to retrieve translated ↵ | Jason Gerard DeRose | 2009-01-05 | 1 | -4/+4 |
| | | | | message at request time | ||||
* | Quite a bit of work on new public errors and their unit tests | Jason Gerard DeRose | 2009-01-04 | 1 | -6/+2 |
| | |||||
* | Added request.ugettext() and request.ungettext() functions; added ↵ | Jason Gerard DeRose | 2009-01-04 | 1 | -1/+67 |
| | | | | corresponding unit tests | ||||
* | request.create_translation() now sets context.ugettext and context.ungettext | Jason Gerard DeRose | 2009-01-03 | 1 | -13/+13 |
| | |||||
* | Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -1/+1 |
| | | | | tests | ||||
* | Added request.create_translation() function and corresponding unit tests | Jason Gerard DeRose | 2008-12-18 | 1 | -1/+44 |
| | |||||
* | Started work on per-request gettext setup | Jason Gerard DeRose | 2008-12-18 | 1 | -0/+56 |