summaryrefslogtreecommitdiffstats
path: root/ipalib/request.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated i18n code from ipalib/request and all references to it.Pavel Zuna2011-03-011-40/+0
| | | | Ticket #903
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-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 mechanismJason Gerard DeRose2010-03-161-2/+3
|
* Allow creation of new connections by unshared instances of backend.Connectible.Pavel Zuna2010-01-111-1/+1
|
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-031-16/+9
|
* Added stuff for managing connections and new Executioner backend base classJason Gerard DeRose2009-02-031-0/+33
|
* Added request.ugettext() and request.ungettext() functions; added ↵Jason Gerard DeRose2009-01-041-3/+11
| | | | corresponding unit tests
* request.create_translation() now sets context.ugettext and context.ungettextJason Gerard DeRose2009-01-031-3/+3
|
* Started fleshing out reoganization of errors in errors.py (with gettext support)Jason Gerard DeRose2009-01-031-0/+6
|
* Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit ↵Jason Gerard DeRose2008-12-221-2/+2
| | | | tests
* Added request.create_translation() function and corresponding unit testsJason Gerard DeRose2008-12-181-6/+15
|
* Started work on per-request gettext setupJason Gerard DeRose2008-12-181-0/+48