summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/misc.py
Commit message (Collapse)AuthorAgeFilesLines
* 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