summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge commit 'jamesc/HEAD'Michael DeHaan2009-06-014-28/+41
|\| |
| * | Add alternate option support, to remap things like kernel_options to --koptsJames Cammarata2009-05-312-24/+32
| | | | | | | | | | | | Fix indentation in add_options_from_fields()
| * | Fix --in-place editingJames Cammarata2009-05-311-1/+3
| | |
| * | Don't let generic_save() save an interface with a blank nameJames Cammarata2009-05-311-0/+2
| | |
| * | Fix for saving and generic_edit templateJames Cammarata2009-05-302-3/+4
| | |
* | | Add cheetah to BuildRequiresMichael DeHaan2009-06-011-0/+1
|/ /
* | Add "is_valid" logic back to cobbler objects, to prevent them from being ↵Michael DeHaan2009-05-297-8/+53
| | | | | | | | saved by the webapp, CLI, or API in an invalid state (some more polishing up on /what/ they check is probably needed, turns out we thought we could remove these but we couldn't)... also make web app show error pages for exceptions during edit operations. Update the error page to mention that the user should check the remote logs.
* | Some fixes to make subprofile display/editing in the webapp work betterMichael DeHaan2009-05-294-8/+20
| |
* | restore linking to related objects in the list pages, other CSS cleanup, ↵Michael DeHaan2009-05-294-7/+18
| | | | | | | | etc, remove column settings from settings since they are not used.
* | Some minor formatting cleanup for the web appMichael DeHaan2009-05-292-5/+16
| |
* | Minor fixes to multi-actionsMichael DeHaan2009-05-292-4/+4
| |
* | Fixes to the javascript side of things for multi actions.Michael DeHaan2009-05-295-55/+25
| |
* | Update changelogMichael DeHaan2009-05-291-0/+1
| |
* | - for Ticket #449Bill Peck2009-05-291-1/+4
| | | | | | | | | | | | | | | | | | The following fixes trac ticket 449. >From b65accf94a67c567b5314408ace9e715f68a419b Mon Sep 17 00:00:00 2001 From: Bill Peck <bpeck@redhat.com> Date: Thu, 28 May 2009 15:22:33 -0400 Subject: [PATCH] only specify -m for drac if power_id is defined
* | - discover power templates dynamicallyBill Peck2009-05-293-24/+23
| | | | | | | | | | | | | | | | | | | | | | Following patch allows power templates to be discovered dynamically. It doesn't cache the data but I think its low overhead. If someone wants to add caching to it then please do. >From 133b6e6fdbdd4edaae29edba3f89366f72d01d1a Mon Sep 17 00:00:00 2001 From: Bill Peck <bpeck@redhat.com> Date: Thu, 28 May 2009 14:18:16 -0400 Subject: [PATCH] allow power validation based on installed templates
* | Some work in restoring the multi features -- adding them back to the UI, ↵Michael DeHaan2009-05-275-120/+71
| | | | | | | | | | | | adding a backend, but javascript code and items does not submit the names yet.
* | Make edit/view buttons for snippets and kickstart files consistent with the ↵Michael DeHaan2009-05-272-5/+5
| | | | | | | | other cobbler object actions (i.e. they are not links, but buttons)
* | Merge commit 'jamesc/my-devel' into develMichael DeHaan2009-05-271-2/+1
|\ \
| * | Fix for generic delete (remote remove_item uses the object name, not the handle)James Cammarata2009-05-261-2/+1
| | |
* | | Fix RPM build for devel branchMichael DeHaan2009-05-272-4/+3
| | |
* | | Merge commit 'jlaska/devel' into develMichael DeHaan2009-05-271-8/+20
|\ \ \
| * | | Cleanup waitlist initialization and also upload bootloader configuration ↵James Laska2009-05-181-8/+20
| | | | | | | | | | | | | | | | files (grub.conf, yaboot.conf, zipl.conf and elilo.conf)
| * | | Support for Fedora 11 importsJames Laska2009-05-181-1/+1
| | | |
* | | | Don't use --onboot=on in kickstart config for RHEL3. Probably should be ↵Michael DeHaan2009-05-272-0/+10
| |/ / |/| | | | | | | | generalized for all EL3.
* | | Fix arch error with kexec.Michael DeHaan2009-05-261-0/+1
| | |
* | | Fix umask on global .mtime fileMichael DeHaan2009-05-263-0/+5
| | |
* | | Fix replicate errorMichael DeHaan2009-05-262-1/+1
| | |
* | | Pair PAE and non-PAE content better during imports.Michael DeHaan2009-05-263-13/+33
| | |
* | | Merge commit 'jcapel/capel-devel' into develMichael DeHaan2009-05-265-15/+19
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: cobbler/item_system.py
| * | | Fix koan virt deployments for systems with bonding or vlan interfacesJasper Capel2009-05-142-2/+5
| | | |
| * | | Added extra information to exception messagesJasper Capel2009-05-143-14/+14
| | | |
* | | | Update changelogMichael DeHaan2009-05-261-0/+1
| | | |
* | | | F11 import supportMichael DeHaan2009-05-261-1/+1
| | | |
* | | | Added delete button, but it's not working yet -- getting messages that it ↵Michael DeHaan2009-05-2110-27/+60
| | | | | | | | | | | | | | | | | | | | | | | | can't delete an object that does not exist. Need to sort this out. CLI delete still works fine.
* | | | Added "Edit" and "Rename" buttons that are consistent for all object types.Michael DeHaan2009-05-211-36/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We still need to restore the multi-actions, which I plan to merge in with the list pages. Also added extra comments explaining what various functions do where they previously did not exist. Please add comments when you add new functions!
* | | | Added copy and rename buttons, still have to implement copy.Michael DeHaan2009-05-213-53/+123
| | | |
* | | | Interface delete in webapp restored.Michael DeHaan2009-05-211-0/+1
| | | |
* | | | Interface edit feature in web app restored.Michael DeHaan2009-05-214-37/+71
| | | |
* | | | More sensical order for network fields since they may expand/collapse. ↵Michael DeHaan2009-05-213-12/+7
| | | | | | | | | | | | | | | | Fixed other field color coding, etc.
* | | | Restore CSS color coding for grouped fields. Move unused css/graphics out ↵Michael DeHaan2009-05-2112-36/+93
| | | | | | | | | | | | | | | | of the way. Other web app hacking.
* | | | Interface field loading now works again. Also move some obsoleted templates ↵Michael DeHaan2009-05-2110-29/+65
| | | | | | | | | | | | | | | | out of the way.
* | | | Working towards getting system interface javascript to be happy. Not done.Michael DeHaan2009-05-212-21/+27
| | | |
* | | | Fix interface field editing some more for command line, also data ↵Michael DeHaan2009-05-214-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | storage/retrieval routines. Interfaces is no longer part of the fields table and is handled as a bit of a special case by the functions in utils.
* | | | Reteaching templates about network interface editing. Added the concept of ↵Michael DeHaan2009-05-215-18/+343
| | | | | | | | | | | | | | | | | | | | | | | | a widget which is a placeholder in fields that inserts a div that javascript can later replace dynamically.
* | | | Fix textarea rendering in generic_edit templateJames Cammarata2009-05-201-1/+1
| | | |
* | | | Django cleanup, fixing a few broken pagesJames Cammarata2009-05-203-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * added choices field to fields list in network objects * corrected a missing arch list in repos (may need to be trimmed down/fixed) * re-enabled correct apache auth handling * fixed broken system edit caused by null-object
* | | | Use nice captions for field names.Michael DeHaan2009-05-201-1/+1
| | | |
* | | | Fix some details with the "+" (new item) links, not done.Michael DeHaan2009-05-201-2/+2
| | | |
* | | | Populate drop downs for various system features, make images show up as the ↵Michael DeHaan2009-05-204-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | right field type, add remote functions for retrieving network info
* | | | Play nice when no network definition.Michael DeHaan2009-05-201-1/+1
| | | |