Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More work to ensure interfaces remain strings, even though they look a lot ↵ | Michael DeHaan | 2007-10-09 | 3 | -29/+24 | |
| | | | | like numbers presently... | |||||
* | In XMLRPC, dicts must have string keys, so changing NIC storage to be ↵ | Michael DeHaan | 2007-10-09 | 3 | -1/+5 | |
| | | | | XMLRPC-friendly. | |||||
* | Remove arch from manpage for repo, as it's not implemented (lost a patch ↵ | Michael DeHaan | 2007-10-09 | 1 | -4/+0 | |
| | | | | somewhere?). | |||||
* | A few bugfixes. Still working on multiple NICs. | Michael DeHaan | 2007-10-09 | 3 | -17/+22 | |
| | ||||||
* | Added tests + fixes to multiple NIC support. | Michael DeHaan | 2007-10-09 | 3 | -17/+60 | |
| | ||||||
* | Storing NICs in a hash for easier access + some refactoring + modifications ↵ | Michael DeHaan | 2007-10-09 | 6 | -214/+98 | |
| | | | | to the find function. | |||||
* | Once again, all tests pass, however a lot more manual testing in regards to ↵ | Michael DeHaan | 2007-10-08 | 3 | -36/+90 | |
| | | | | | | | | multiple NIC support is still required. Checking kickstarts and the koan modifications are also still to go. Code in item_system.py is due for cleanup, especially in from_datastruct, where it tries to load the older configurations implicitly. | |||||
* | More work on the new multi-NIC code. Largely working at this point, sync has | Michael DeHaan | 2007-10-08 | 4 | -55/+66 | |
| | | | | | been updated, and backwards compatibility (upgrades) have been tested. Koan still has to be modified and tested, and templating still needs to be tested. | |||||
* | Make sync loop through interfaces. | Michael DeHaan | 2007-10-08 | 1 | -57/+77 | |
| | ||||||
* | In process of making NICs seperate data structures in cobbler, which ↵ | Michael DeHaan | 2007-10-08 | 7 | -70/+228 | |
| | | | | | | | requires seperate accessors and templating. This is all to allow multiple NICs in koan. Stil needs changes in sync code and possibly other places. | |||||
* | Cobbler import items should not use @@server@@ for repo entries because it ↵ | Michael DeHaan | 2007-10-08 | 2 | -4/+13 | |
| | | | | | | is not templated on a per-sync basis (yet). | |||||
* | Release bump. | Michael DeHaan | 2007-10-08 | 3 | -3/+9 | |
| | ||||||
* | Replace @@server@@ in repo config files. | Michael DeHaan | 2007-10-08 | 2 | -4/+7 | |
| | ||||||
* | Get ready for 0.6.2-2 release | Michael DeHaan | 2007-09-28 | 3 | -4/+5 | |
| | ||||||
* | Small tweak to make error messages coming back from XMLRPC more readable. | Michael DeHaan | 2007-09-27 | 1 | -0/+7 | |
| | ||||||
* | Fix bug where non-lowercase intermediate objects could be deleted, orphaning ↵ | Michael DeHaan | 2007-09-27 | 3 | -2/+3 | |
| | | | | | | objects below them. | |||||
* | AT's patch to add multi-select capability when picking what profiles get ↵ | Michael DeHaan | 2007-09-27 | 3 | -8/+27 | |
| | | | | what repos. | |||||
* | Shorten WUI label. | Michael DeHaan | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | Revert earlier inadvertant change to login cookie handling. | Michael DeHaan | 2007-09-27 | 1 | -1/+0 | |
| | ||||||
* | A small bit of javascript to ensure that the get_random_mac AJAX call, ↵ | Michael DeHaan | 2007-09-27 | 2 | -1/+5 | |
| | | | | | | should it fail, will not set the field to any value that is not a MAC address. | |||||
* | Generalize login message so users don't think a credential failure is ↵ | Michael DeHaan | 2007-09-27 | 1 | -1/+1 | |
| | | | | | | neccessarily something technical and XMLRPC related. | |||||
* | Two things... make "sync" into a button, and also hide links when the user | Michael DeHaan | 2007-09-27 | 10 | -99/+129 | |
| | | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out. | |||||
* | Disable WebUI logging until we come up with a way to make it SELinux friendly. | Michael DeHaan | 2007-09-27 | 3 | -15/+27 | |
| | ||||||
* | Cheetah wants "end if", not just "end". | Michael DeHaan | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | Fix error in system_edit.tmpl | Michael DeHaan | 2007-09-26 | 1 | -1/+2 | |
| | ||||||
* | Move cobbler WebUI log file to Apache dir so it will gain the correct | root | 2007-09-26 | 2 | -2/+10 | |
| | | | | SELinux context. | |||||
* | Remove testuser from password file. | Michael DeHaan | 2007-09-26 | 3 | -10/+4 | |
| | ||||||
* | Updating Cheetah invocation for older versions of Cheetah. | Michael DeHaan | 2007-09-26 | 2 | -3/+3 | |
| | ||||||
* | Generalize login message. | Michael DeHaan | 2007-09-24 | 1 | -1/+1 | |
| | ||||||
* | AT patch to CobblerWeb. | Michael DeHaan | 2007-09-24 | 2 | -5/+4 | |
| | ||||||
* | Reverse part of previous Makefile patch. | Michael DeHaan | 2007-09-24 | 1 | -3/+3 | |
| | ||||||
* | Fix HTML dropdown selector bug | root | 2007-09-24 | 1 | -1/+1 | |
| | ||||||
* | changelog fixup | Michael DeHaan | 2007-09-24 | 1 | -0/+1 | |
| | ||||||
* | Fix logging if there is no systems record for the object sending syslog data. | Michael DeHaan | 2007-09-24 | 1 | -2/+7 | |
| | ||||||
* | Apply AT Web UI patchset. | Michael DeHaan | 2007-09-24 | 9 | -77/+182 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobbler | Michael DeHaan | 2007-09-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Change localhost to 127.0.0.1, just in case. | Michael DeHaan | 2007-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Allow import using mount points with spaces in them (AT). | Michael DeHaan | 2007-09-24 | 2 | -4/+4 | |
|/ | ||||||
* | Update manpage documentation to mention the WebUI, and also external web ↵ | Michael DeHaan | 2007-09-19 | 1 | -1/+21 | |
| | | | | documentation resources. | |||||
* | Added some "about" documentation to the WebUI and also placed a copy of the ↵ | Michael DeHaan | 2007-09-19 | 3 | -34/+120 | |
| | | | | | | current manpage (as built) in the web directory for easy reference. | |||||
* | Package the cobbler manpage as html as well as a docs page. Fix a broken ↵ | Michael DeHaan | 2007-09-19 | 6 | -5/+11 | |
| | | | | docstring in action_sync.py | |||||
* | Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing. | Michael DeHaan | 2007-09-19 | 7 | -10/+16 | |
| | | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated. | |||||
* | Widen up some fields in the WebUI so we don't crop off any strings or ↵ | Michael DeHaan | 2007-09-19 | 4 | -41/+41 | |
| | | | | unneccessarily limit input. | |||||
* | Making repo editing also have tooltips/tables in WUI. | Michael DeHaan | 2007-09-18 | 1 | -10/+67 | |
| | ||||||
* | Add tooltips to the system editor in the WUI. | Michael DeHaan | 2007-09-18 | 1 | -12/+86 | |
| | ||||||
* | Add tooltips and formatting to profiles in the Web UI. | Michael DeHaan | 2007-09-18 | 2 | -21/+118 | |
| | ||||||
* | User friendly distro page changes | Michael DeHaan | 2007-09-18 | 2 | -19/+81 | |
| | ||||||
* | Add missing dir to setup.py | Michael DeHaan | 2007-09-18 | 4 | -0/+27 | |
| | ||||||
* | Arch and breed in the WUI are now radio buttons, plus a workaround for an ↵ | Michael DeHaan | 2007-09-18 | 2 | -9/+48 | |
| | | | | | | issue where the values of a disabled form field do not appear to be set to the browser. | |||||
* | Update CSS colors + add AT to AUTHORS. | root | 2007-09-18 | 2 | -6/+7 | |
| |