summaryrefslogtreecommitdiffstats
path: root/webui_templates
Commit message (Collapse)AuthorAgeFilesLines
* Undo some improperly reverted i386/x86_64 switching around. We should be ↵Michael DeHaan2008-06-032-5/+5
| | | | | | using i386, not x86, to mean "that thing other than x86_64".
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-032-5/+5
|
* Default arches to 'i386' to be consistent with the treesMichael DeHaan2008-05-291-3/+3
|
* Added some additional links for kickstart viewing/editing to the ↵Michael DeHaan2008-05-092-4/+39
| | | | profile/system web pages
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-6/+100
| | | | | in the profiles objects but not in the system objects. This needs testing in both the webui and command line.
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-9/+21
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-244-10/+81
| | | | /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-044-0/+8
| | | | now that command line/local-API is done.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-024-0/+8
| | | | objects. Also, ownership field for new objects in the WebUI is prepopulated with the username of the logged in user, to prevent accidental lockouts. All of this is untested at this point -- will be polished up soon.
* Some fixes to the ownership module.Michael DeHaan2008-04-022-0/+2
|
* Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-023-9/+32
| | | | | | web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-015-26/+39
| | | | | | file so they can be reused, in those messages, explain who is in the access control list. Also make the system "remove" buttons for NICs change to "hide" buttons in non-editable modes.
* Remove save/edit buttons for WebUI objects we know the user can't edit,Michael DeHaan2008-04-014-4/+13
| | | | to prevent them from trying and getting the auth error as it is processed.
* Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-314-3/+20
| | | | | | | | things more obvious. Still need to disable save/reset buttons. Note that kickstart editing (supported via the WebUI) is not yet protected and we still need to add that seperately. This is complicated. Currently anyone can sync and we'll keep it that way.
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-311-0/+9
| | | | won't be able to edit an object.
* Add owners list to WebUI pages, also customize function for savingMichael DeHaan2008-03-284-0/+71
| | | | lists to avoid extra whitespace on comma delimited inputs.
* Apply Tim's patch to remove random mac link when editing.Michael DeHaan2008-02-081-0/+2
|
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-092-1/+14
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Apply Tim's patch to fix/re-enable the random MAC feature.Michael DeHaan2007-12-181-5/+3
|
* Make new distro form submit properlyMichael DeHaan2007-12-131-1/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-0511-29/+30
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-291-0/+15
| | | | default to 99, not 200.
* Apply Tim Verhoeven's patch to lengthen WebUI fields.Michael DeHaan2007-11-164-12/+12
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-142-2/+2
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* Temporarily disable the random_mac link in the WebUI because it's not ↵Michael DeHaan2007-11-071-3/+5
| | | | multi-interface aware. We have a patch for this, though it depends on other things and I cannot apply it just yet.
* Remove --local-filename from the WebUI, since we will now use --name for the ↵Michael DeHaan2007-11-021-14/+0
| | | | filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file.
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-012-0/+30
|
* Make pagination uses a shiny select box versus an ugly list of pages. TODO: ↵root2007-11-011-5/+7
| | | | | | show the start and end object in the menus for easier navigation.
* Pagination WUI code is now shared between the templates.Michael DeHaan2007-10-315-104/+37
|
* Add pagination HTML to all cobbler objects. Note that this really should be ↵Michael DeHaan2007-10-313-0/+93
| | | | | | made modular so we don't have to repeat this template code.
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-9/+6
|
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-9/+23
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-0/+20
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-293-58/+18
| | | | / etc
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-0/+16
|
* Teach the WebUI (and the backend for the WebUI) how to save multiple ↵Michael DeHaan2007-10-122-15/+14
| | | | interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors.
* Multi NIC Web UI is looking solid, now to modify the backend code to save ↵Michael DeHaan2007-10-121-55/+125
| | | | everything ...
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-122-37/+59
| | | | forth...
* Work on making the NICs on the system page expandable/collapseable. Still ↵Michael DeHaan2007-10-112-59/+158
| | | | | | | | need to write the onload function that sets things by default and wire up the links that do the expanding. Save code still also needs to be aware of the new variable names and also needs to know how to delete interfaces and not save "empty" interfaces.
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-3/+3
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-113-22/+88
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* AT's patch to add multi-select capability when picking what profiles get ↵Michael DeHaan2007-09-271-7/+12
| | | | what repos.
* Shorten WUI label.Michael DeHaan2007-09-271-1/+1
|
* A small bit of javascript to ensure that the get_random_mac AJAX call, ↵Michael DeHaan2007-09-271-1/+4
| | | | | | should it fail, will not set the field to any value that is not a MAC address.
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-273-25/+31
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* Cheetah wants "end if", not just "end".Michael DeHaan2007-09-271-1/+1
|
* Fix error in system_edit.tmplMichael DeHaan2007-09-261-1/+2
|
* AT patch to CobblerWeb.Michael DeHaan2007-09-241-1/+2
|
* Fix HTML dropdown selector bugroot2007-09-241-1/+1
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-244-21/+30
|