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 | -40/+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 | ||||
* | Finish deferred translation mechanism | Jason Gerard DeRose | 2010-03-16 | 1 | -2/+3 |
| | |||||
* | Allow creation of new connections by unshared instances of backend.Connectible. | Pavel Zuna | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Ported xmlclient to subclass from Connectible | Jason Gerard DeRose | 2009-02-03 | 1 | -16/+9 |
| | |||||
* | Added stuff for managing connections and new Executioner backend base class | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+33 |
| | |||||
* | Added request.ugettext() and request.ungettext() functions; added ↵ | Jason Gerard DeRose | 2009-01-04 | 1 | -3/+11 |
| | | | | corresponding unit tests | ||||
* | request.create_translation() now sets context.ugettext and context.ungettext | Jason Gerard DeRose | 2009-01-03 | 1 | -3/+3 |
| | |||||
* | Started fleshing out reoganization of errors in errors.py (with gettext support) | Jason Gerard DeRose | 2009-01-03 | 1 | -0/+6 |
| | |||||
* | Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -2/+2 |
| | | | | tests | ||||
* | Added request.create_translation() function and corresponding unit tests | Jason Gerard DeRose | 2008-12-18 | 1 | -6/+15 |
| | |||||
* | Started work on per-request gettext setup | Jason Gerard DeRose | 2008-12-18 | 1 | -0/+48 |