summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-117-34/+76
* Working on adding subprofile creation support to the WebUI, as well as adding...root2007-10-116-36/+121
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-105-22/+5
* Updated changelog.Michael DeHaan2007-10-101-0/+2
* Support for setting virt-cpu number in cobbler + tests.Michael DeHaan2007-10-104-9/+38
* Manpage cleanup. Add some new fields, update some things that have changed, ...Michael DeHaan2007-10-101-143/+87
* Added profile virt-bridge setting to the settings fileMichael DeHaan2007-10-104-5/+4
* Working on making --virt-bridge a profile setting also, manpage cleanup.Michael DeHaan2007-10-102-26/+45
* Encountered some weird bug presumably related to optimization, so unrolling t...Michael DeHaan2007-10-102-40/+91
* Fix typo in DHCP management function.Michael DeHaan2007-10-101-1/+1
* b64encode is not available in Python 2.3Michael DeHaan2007-10-101-2/+1
* In templating, show the 1st mac as "$mac_address_intf1" not "$mac_addressintf...Michael DeHaan2007-10-091-1/+1
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-095-53/+55
* More work to ensure interfaces remain strings, even though they look a lot li...Michael DeHaan2007-10-093-29/+24
* In XMLRPC, dicts must have string keys, so changing NIC storage to be XMLRPC-...Michael DeHaan2007-10-093-1/+5
* Remove arch from manpage for repo, as it's not implemented (lost a patch some...Michael DeHaan2007-10-091-4/+0
* A few bugfixes. Still working on multiple NICs.Michael DeHaan2007-10-093-17/+22
* Added tests + fixes to multiple NIC support.Michael DeHaan2007-10-093-17/+60
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-096-214/+98
* Once again, all tests pass, however a lot more manual testing in regards to m...Michael DeHaan2007-10-083-36/+90
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-084-55/+66
* Make sync loop through interfaces.Michael DeHaan2007-10-081-57/+77
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-087-70/+228
* Cobbler import items should not use @@server@@ for repo entries because it is...Michael DeHaan2007-10-082-4/+13
* Release bump.Michael DeHaan2007-10-083-3/+9
* Replace @@server@@ in repo config files.Michael DeHaan2007-10-082-4/+7
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-283-4/+5
* Small tweak to make error messages coming back from XMLRPC more readable.Michael DeHaan2007-09-271-0/+7
* Fix bug where non-lowercase intermediate objects could be deleted, orphaning ...Michael DeHaan2007-09-273-2/+3
* AT's patch to add multi-select capability when picking what profiles get what...Michael DeHaan2007-09-273-8/+27
* Shorten WUI label.Michael DeHaan2007-09-271-1/+1
* Revert earlier inadvertant change to login cookie handling.Michael DeHaan2007-09-271-1/+0
* A small bit of javascript to ensure that the get_random_mac AJAX call, should...Michael DeHaan2007-09-272-1/+5
* Generalize login message so users don't think a credential failure is neccess...Michael DeHaan2007-09-271-1/+1
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-2710-99/+129
* Disable WebUI logging until we come up with a way to make it SELinux friendly.Michael DeHaan2007-09-273-15/+27
* Cheetah wants "end if", not just "end".Michael DeHaan2007-09-271-1/+1
* Fix error in system_edit.tmplMichael DeHaan2007-09-261-1/+2
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-262-2/+10
* Remove testuser from password file.Michael DeHaan2007-09-263-10/+4
* Updating Cheetah invocation for older versions of Cheetah.Michael DeHaan2007-09-262-3/+3
* Generalize login message.Michael DeHaan2007-09-241-1/+1
* AT patch to CobblerWeb.Michael DeHaan2007-09-242-5/+4
* Reverse part of previous Makefile patch.Michael DeHaan2007-09-241-3/+3
* Fix HTML dropdown selector bugroot2007-09-241-1/+1
* changelog fixupMichael DeHaan2007-09-241-0/+1
* Fix logging if there is no systems record for the object sending syslog data.Michael DeHaan2007-09-241-2/+7
* Apply AT Web UI patchset.Michael DeHaan2007-09-249-77/+182
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-241-1/+1
|\
| * Change localhost to 127.0.0.1, just in case.Michael DeHaan2007-09-201-1/+1