summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow import using mount points with spaces in them (AT).Michael DeHaan2007-09-242-4/+4
|/
* Update manpage documentation to mention the WebUI, and also external web ↵Michael DeHaan2007-09-191-1/+21
| | | | documentation resources.
* Added some "about" documentation to the WebUI and also placed a copy of the ↵Michael DeHaan2007-09-193-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 DeHaan2007-09-196-5/+11
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-197-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 DeHaan2007-09-194-41/+41
| | | | unneccessarily limit input.
* Making repo editing also have tooltips/tables in WUI.Michael DeHaan2007-09-181-10/+67
|
* Add tooltips to the system editor in the WUI.Michael DeHaan2007-09-181-12/+86
|
* Add tooltips and formatting to profiles in the Web UI.Michael DeHaan2007-09-182-21/+118
|
* User friendly distro page changesMichael DeHaan2007-09-182-19/+81
|
* Add missing dir to setup.pyMichael DeHaan2007-09-184-0/+27
|
* Arch and breed in the WUI are now radio buttons, plus a workaround for an ↵Michael DeHaan2007-09-182-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.root2007-09-182-6/+7
|
* Add sync support to WUIMichael DeHaan2007-09-187-8/+69
|
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-185-14/+164
|
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ↵Michael DeHaan2007-09-183-13/+48
| | | | | | 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-174-81/+128
|
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-175-57/+195
|
* Fix method in WUI.Michael DeHaan2007-09-171-1/+1
|
* Add additional keywords to logrotate config.Michael DeHaan2007-09-171-0/+2
|
* Added notes on what's left with the WUIMichael DeHaan2007-09-141-0/+15
|
* Fix URL on kickstart listing page.Michael DeHaan2007-09-142-3/+3
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-146-30/+90
| | | | | | | 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-143-5/+6
|
* remove module import (AT patch)Michael DeHaan2007-09-141-1/+0
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-148-11/+79
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-149-11/+212
|
* Adds a empty.tmpl file that shows up when a list contains 0 items.Michael DeHaan2007-09-134-13/+31
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-139-78/+183
| | | | | | 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-132-6/+57
|
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-126-10/+50
|
* Adding some new URL targets and new entry placeholders to the main menu. ↵Michael DeHaan2007-09-121-0/+59
| | | | Currently changes are not showing up (master.py?) in the main menu but everything else looks good. (Note that distro_add and the like are now distro_edit -- hence the URL change).
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-123-11/+80
|
* Renaming the _add template to be _edit so things are consistant + some misc ↵Michael DeHaan2007-09-125-28/+38
| | | | hacking.
* Adding some additional fields to the systems list in WebUI.Michael DeHaan2007-09-121-4/+8
|
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-126-62/+141
|
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-122-1/+5
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* More WebUI patches from Al TobeyMichael DeHaan2007-09-121-1/+2
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-127-107/+141
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-1127-7/+1194
| | | | 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-117-50/+507
|
* Add missing file.Michael DeHaan2007-09-111-0/+3
|
* 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-106-4/+27
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-106-149/+426
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵Michael DeHaan2007-09-072-1/+7
| | | | koan server.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-076-22/+57
|