summaryrefslogtreecommitdiffstats
path: root/ipalib/text.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix regressions introduced by pylint false positive fixes.Jan Cholasta2011-05-111-3/+3
| | | | ticket 1198
* Fix uninitialized attributes.Jan Cholasta2011-04-211-0/+1
|
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+2
| | | | Needed for xgettext/pygettext processing.
* 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-20/+427
|
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-13/+10
|
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-3/+17
|
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-0/+79
output_for_cli(); enable more webUI stuff