summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
Commit message (Collapse)AuthorAgeFilesLines
* Teach the WebUI (and the backend for the WebUI) how to save multiple ↵Michael DeHaan2007-10-121-19/+57
| | | | interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors.
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-37/+41
| | | | forth...
* Update changelog and spec comments.Michael DeHaan2007-10-111-2/+2
|
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-112-24/+31
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-112-14/+31
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* Replace @@server@@ in repo config files.Michael DeHaan2007-10-081-2/+2
|
* Small tweak to make error messages coming back from XMLRPC more readable.Michael DeHaan2007-09-271-0/+7
|
* AT's patch to add multi-select capability when picking what profiles get ↵Michael DeHaan2007-09-271-1/+10
| | | | what repos.
* 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, ↵Michael DeHaan2007-09-271-0/+1
| | | | | | 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 DeHaan2007-09-271-1/+1
| | | | | | neccessarily something technical and XMLRPC related.
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-272-72/+77
| | | | | 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 DeHaan2007-09-272-15/+25
|
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+1
| | | | SELinux context.
* 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-241-4/+2
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-54/+114
|
* Allow import using mount points with spaces in them (AT).Michael DeHaan2007-09-241-3/+3
|
* Added some "about" documentation to the WebUI and also placed a copy of the ↵Michael DeHaan2007-09-191-33/+35
| | | | | | 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-191-2/+2
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-2/+2
| | | | | 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-181-6/+35
| | | | | | deletes properly.
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-181-24/+26
|
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-53/+115
|
* 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-141-19/+15
| | | | | | | 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-141-2/+2
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-142-7/+74
|
* 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-132-63/+106
| | | | | | 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
|
* 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-121-47/+90
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-123-89/+88
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-115-0/+488
TBA.