summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
Commit message (Expand)AuthorAgeFilesLines
* Packaging fixupsMichael DeHaan2007-12-051-2/+2
* Fixes + changelog.Michael DeHaan2007-12-051-1/+1
* mod_python version of webui now operational at http://server/cobbler/web with...Michael DeHaan2007-12-052-31/+33
* Fix one missing priority valueMichael DeHaan2007-11-291-1/+1
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-292-3/+4
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-5/+5
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-5/+5
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-141-4/+4
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-33/+1
* Updates to cobbler.et.redhat.comMichael DeHaan2007-11-071-2/+2
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-3/+3
* Fix deference of unused variable.Michael DeHaan2007-11-061-2/+2
* Remove --local-filename from the WebUI, since we will now use --name for the ...Michael DeHaan2007-11-021-3/+1
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
* Enable pagination capability for other types of cobbler objectsMichael DeHaan2007-10-311-9/+27
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-2/+2
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-7/+30
* Fix for cobbler's dhcp generation behavior with the new interface representat...Michael DeHaan2007-10-311-3/+9
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ...Michael DeHaan2007-10-301-2/+2
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-2/+2
* Split the CGI authentication bits out to a seperate Apache configuration file...Michael DeHaan2007-10-291-3/+3
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess /...Michael DeHaan2007-10-292-153/+84
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-1/+5
* Service restarting has been abstracted out of the action_sync code, and is no...Michael DeHaan2007-10-191-2/+2
* Make RPMs backup the old config, migrate, and conditionally restart the servi...Michael DeHaan2007-10-191-2/+2
* Teach the WebUI (and the backend for the WebUI) how to save multiple interfac...Michael DeHaan2007-10-121-19/+57
* Working on WebUI, still some work to do in regards to hiding MACs and so fort...Michael DeHaan2007-10-121-37/+41
* 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 adding...root2007-10-112-14/+31
* 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 what...Michael DeHaan2007-09-271-1/+10
* 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-271-0/+1
* 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-272-72/+77
* 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
* 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 c...Michael DeHaan2007-09-191-33/+35
* Package the cobbler manpage as html as well as a docs page. Fix a broken doc...Michael DeHaan2007-09-191-2/+2
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-2/+2
* Arch and breed in the WUI are now radio buttons, plus a workaround for an iss...Michael DeHaan2007-09-181-0/+9
* 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