summaryrefslogtreecommitdiffstats
path: root/webui_templates/repo_edit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Undo some improperly reverted i386/x86_64 switching around. We should be ↵Michael DeHaan2008-06-031-1/+1
| | | | | | using i386, not x86, to mean "that thing other than x86_64".
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-1/+1
|
* 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.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-0/+2
| | | | now that command line/local-API is done.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-0/+2
| | | | 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.
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-011-5/+3
| | | | | | 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-011-4/+7
| | | | 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-311-0/+6
| | | | | | | | 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.
* Add owners list to WebUI pages, also customize function for savingMichael DeHaan2008-03-281-0/+17
| | | | lists to avoid extra whitespace on comma delimited inputs.
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-0/+13
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-1/+1
| | | | 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-161-2/+2
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-141-1/+1
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* 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 --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-0/+16
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-12/+6
|
* Widen up some fields in the WebUI so we don't crop off any strings or ↵Michael DeHaan2007-09-191-6/+6
| | | | unneccessarily limit input.
* Making repo editing also have tooltips/tables in WUI.Michael DeHaan2007-09-181-10/+67
|
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-181-1/+27
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-141-0/+95