summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-1/+1
| | | | | | | There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
| | | | 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
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-0/+10
| | | | Add the opportunity to change base DN and scope in the callback.
* Clarify the description of --raw and -allJakub Hrozek2010-11-081-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/244
* Have the env plugin print all attributes by defaultRob Crittenden2010-08-061-0/+11
| | | | ticket #113
* Fix output of env plugin. It displayed more than it should.Pavel Zuna2010-04-161-0/+2
|
* localize doc stringsJohn Dennis2010-03-081-4/+4
| | | | | | | | | | | | A number of doc strings were not localized, wrap them in _(). Some messages were not localized, wrap them in _() Fix a couple of failing tests: The method name in RPC should not be unicode. The doc attribute must use the .msg attribute for comparison. Also clean up imports of _() The import should come from ipalib or ipalib.text, not ugettext from request.
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-27/+54
| | | | output_for_cli(); enable more webUI stuff
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-2/+3
|
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-1/+1
|
* More work on xmlrpc stuff, started migrated more code to use errors2 instead ↵Jason Gerard DeRose2009-02-031-1/+1
| | | | of errors
* Further migration toward new xmlrcp code; fixed problem with unicode ↵Jason Gerard DeRose2009-02-031-1/+1
| | | | Fault.faultString; fixed problem where ServerProxy method was not called correctly
* Renamed f_misc.py plugin module to misc.pyJason Gerard DeRose2009-02-031-0/+89