summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-192-3/+3
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-192-4/+7
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Arch and breed in the WUI are now radio buttons, plus a workaround for an ↵Michael DeHaan2007-09-181-0/+9
| | | | | | issue where the values of a disabled form field do not appear to be set to the browser.
* Add sync support to WUIMichael DeHaan2007-09-182-4/+26
|
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-181-11/+56
|
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ↵Michael DeHaan2007-09-182-10/+47
| | | | | | deletes properly.
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-182-40/+42
|
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-172-57/+120
|
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-172-40/+110
|
* Fix method in WUI.Michael DeHaan2007-09-171-1/+1
|
* Fix URL on kickstart listing page.Michael DeHaan2007-09-141-1/+1
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-142-21/+69
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* More RPM tweakingMichael DeHaan2007-09-141-2/+2
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-143-5/+21
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-144-7/+78
|
* Adds a empty.tmpl file that shows up when a list contains 0 items.Michael DeHaan2007-09-132-13/+25
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-133-64/+107
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* Adding ability to save/edit/add profiles to Web UI.Michael DeHaan2007-09-131-3/+51
|
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-121-4/+31
|
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-121-0/+2
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-121-23/+31
| | | | hacking.
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-123-61/+121
|
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-121-1/+4
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-124-93/+92
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-116-1/+489
| | | | TBA.
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-112-15/+1
|
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-116-49/+506
|
* Added demo_connect.py for working out how to best connect to the https:// ↵root2007-09-101-0/+59
| | | | | | interface remotely.
* Read-write service should only be bound to localhost.Michael DeHaan2007-09-101-1/+1
|
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-102-4/+22
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-103-147/+416
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-074-22/+50
|
* Convert argument to string before testing.Michael DeHaan2007-09-071-1/+1
|
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-064-24/+29
| | | | to repo object to ensure items get serialized as booleans.
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-1/+13
| | | | /etc/cobbler/modules.conf
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-057-52/+36
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-1/+1
|\
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerroot2007-09-055-203/+32
| |\
| * | Fix typing bug.root2007-09-051-1/+1
| | |
* | | Working on pluggable serializers.root2007-09-057-92/+232
| |/ |/|
* | removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-055-202/+31
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-052-2/+39
|\| | | | | | | | | | | Conflicts: CHANGELOG
| * changelog + docsroot2007-09-041-0/+11
| |
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| | | | | | | | error in a template we are feeding to Cheetah.
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+12
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-1/+1
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-313-9/+51
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
|
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-291-10/+5
|