summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue of double logging in ipa_error.log.Rob Crittenden2008-06-031-0/+1
| | | | | | | | | | | We open the log in ipa_webgui and this was being inherited by TurboGears which uses the same log so everything was getting logged twice. Shut down the log in ipa_webgui at the last possible moment. This will not catch configuration errors. Add a Not Found template. Only print a traceback on 500 errors.
* Move non-user-configurable configuration elements to TurboGears app.cfg file.Rob Crittenden2008-05-221-1/+53
| | | | 432908
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-281-0/+1
|
* Add logger objects to each controller.Kevin McCarthy2007-10-171-1/+4
| | | | Fix up the config settings for logging.
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+19
|
* Add images and empty files, which didn't seem to come through in theKevin McCarthy2007-08-121-0/+0
| | | | hg export properly.
* Addiing initial turbogears web gui.kmccarth@dhcp-172-16-25-136.sfbay.redhat.com2007-08-122-0/+80
Contains simple user add, list, and view pages.