summaryrefslogtreecommitdiffstats
path: root/cobbler/item_system.py
Commit message (Expand)AuthorAgeFilesLines
* Merge IPv6 support patch from Trac #469. Thanks to Jon Sabo.masterJohn Eckersberg2009-11-051-11/+89
* Further work on Java code generator.Michael DeHaan2009-10-091-51/+47
* Unhide fieldsMichael DeHaan2009-09-281-1/+1
* Unhide per-system post install kernel optionsMichael DeHaan2009-09-281-1/+1
* Some image-object fixesMichael DeHaan2009-09-181-1/+2
* duplication checks in set_dns/mac/hostname are skipped if the field is emptyPeter Vreman2009-09-161-3/+3
* Reinstate duplicate protection along the lines of what 1.6 offered, should we...Michael DeHaan2009-08-201-1/+29
* Reinstate --mac=random from the CLI or APIMichael DeHaan2009-08-201-0/+2
* Update copyrights on core files; remove code for serializable, an abstract ba...Michael DeHaan2009-08-191-1/+1
* Some very nice category based expand/collapse DIVs for the webappMichael DeHaan2009-07-301-6/+6
* Remove some other fragments of the deploy feature.Michael DeHaan2009-07-281-12/+4
* Added a ton of comments about how the field datastructure works and how you a...Michael DeHaan2009-07-141-0/+2
* Prune out network objects as they will not make the 2.0 release (it is concen...Michael DeHaan2009-07-141-44/+0
* Working on task engine, reposync is mostly backgrounded. Perhaps we should ...Michael DeHaan2009-06-251-0/+5
* Some more cleanup/fixing with regard to setting names and reducing boilerplate.Michael DeHaan2009-06-091-0/+4
* Seeing various boilerplate methods were already generalized, we canMichael DeHaan2009-06-091-21/+0
* Make interface editing on the CLI work again, now with multiple interface at-...Michael DeHaan2009-06-021-4/+5
* update todo fileMichael DeHaan2009-06-021-3/+0
* Add "is_valid" logic back to cobbler objects, to prevent them from being save...Michael DeHaan2009-05-291-0/+7
* - discover power templates dynamicallyBill Peck2009-05-291-3/+2
* More sensical order for network fields since they may expand/collapse. Fixed...Michael DeHaan2009-05-211-5/+5
* Fix interface field editing some more for command line, also data storage/ret...Michael DeHaan2009-05-211-1/+1
* Reteaching templates about network interface editing. Added the concept of a...Michael DeHaan2009-05-211-2/+4
* Populate drop downs for various system features, make images show up as the r...Michael DeHaan2009-05-201-1/+7
* basics of system page now renders. still non-functional but that's ok.Michael DeHaan2009-05-201-1/+1
* Added choice values for fields that have them, radio buttons operational.Michael DeHaan2009-05-201-51/+51
* Add tooltips back in, which show up for both the CLI descriptions and will al...Michael DeHaan2009-05-151-27/+27
* Make examples for fields seperate from the field names, do not run set_* func...Michael DeHaan2009-05-151-50/+51
* Working on interface editing cleanup. Not done.Michael DeHaan2009-05-141-0/+3
* The start of a hack to integrate interfaces into the fields system, not done.Michael DeHaan2009-05-141-1/+13
* Continued field cleanup.Michael DeHaan2009-05-141-1/+0
* Working on adding descriptions to fields, these are just temporary, we need t...Michael DeHaan2009-05-141-51/+41
* Streamline remote_methods code. Needs testing to verify the webapp continues...Michael DeHaan2009-05-141-47/+2
* Streamline "cobbler report"/printable logic to reduce further boilerplate cod...Michael DeHaan2009-05-141-60/+1
* Working towards more code simplification.Michael DeHaan2009-05-141-20/+6
* Removing TONS of boilerplate in item_*.py. This most definitely breaks the w...Michael DeHaan2009-05-131-278/+54
* Since the items_* files are getting REALLY long, move them to seperate filesMichael DeHaan2009-05-131-446/+0
* multiple delete support for django webapp, generic copy/rename, cleanup of ed...Peter Vreman2009-05-051-31/+20
* Generic webui list supportPeter Vreman2009-05-051-379/+452
* Merge commit 'jamesc/my-devel' into develMichael DeHaan2009-04-271-1/+386
|\
| * Patches to fix pagination/search/etc. in django webuiVreman, Peter - Acision2009-04-251-1/+386
* | Modify split code to split on any whitespace; merge unicode fix (previous); u...Michael DeHaan2009-04-241-3/+3
|/
* Add virt_guests field for listing what virt guests a system hostsMichael DeHaan2009-04-061-3/+9
* Implement cobbler system deployScott Henson2009-03-291-0/+19
* key storage fix, change default serializer when not found in config fileMichael DeHaan2009-03-271-0/+4
* Fix handling of array fields for name servers and ns searchMichael DeHaan2009-03-271-3/+8
* Corrections to unicode patchMichael DeHaan2009-03-271-1/+1
* Switch to using isinstance to determine if an input is a stringScott Henson2009-03-271-1/+1
* Additional changes for fixing --gateway ip checkingJames Cammarata2009-03-261-3/+4
* Modifications to system object to validate the gateway IP being set.James Cammarata2009-03-261-2/+4