summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
Commit message (Expand)AuthorAgeFilesLines
* Fix error message creating profile without a distro.Devan Goodwin2009-11-041-0/+2
* Further work on Java code generator.Michael DeHaan2009-10-091-30/+30
* Unhide fieldsMichael DeHaan2009-09-281-1/+1
* use get_conceptual_parent(), distro may not be defined on inherited itemsBill Peck2009-09-231-4/+3
* 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-4/+4
* Added a ton of comments about how the field datastructure works and how you a...Michael DeHaan2009-07-141-0/+2
* Working on task engine, reposync is mostly backgrounded. Perhaps we should ...Michael DeHaan2009-06-251-0/+6
* 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-27/+0
* Make interface editing on the CLI work again, now with multiple interface at-...Michael DeHaan2009-06-021-2/+2
* Add "is_valid" logic back to cobbler objects, to prevent them from being save...Michael DeHaan2009-05-291-1/+7
* Some fixes to make subprofile display/editing in the webapp work betterMichael DeHaan2009-05-291-1/+1
* Added choice values for fields that have them, radio buttons operational.Michael DeHaan2009-05-201-30/+30
* Add tooltips back in, which show up for both the CLI descriptions and will al...Michael DeHaan2009-05-151-22/+22
* Make examples for fields seperate from the field names, do not run set_* func...Michael DeHaan2009-05-151-30/+30
* Working on adding descriptions to fields, these are just temporary, we need t...Michael DeHaan2009-05-141-30/+30
* Streamline remote_methods code. Needs testing to verify the webapp continues...Michael DeHaan2009-05-141-41/+2
* Streamline "cobbler report"/printable logic to reduce further boilerplate cod...Michael DeHaan2009-05-141-35/+1
* Working towards more code simplification.Michael DeHaan2009-05-141-22/+0
* Removing TONS of boilerplate in item_*.py. This most definitely breaks the w...Michael DeHaan2009-05-131-126/+37
* Since the items_* files are getting REALLY long, move them to seperate filesMichael DeHaan2009-05-131-371/+0
* Generic edit for profiles/subprofilesJames Cammarata2009-05-031-0/+371
* Modify split code to split on any whitespace; merge unicode fix (previous); u...Michael DeHaan2009-04-241-2/+2
* Streamlining repo code, plus a fix for potential unicode problems on EL4.Michael DeHaan2009-04-081-14/+4
* Fix handling of array fields for name servers and ns searchMichael DeHaan2009-03-271-0/+6
* Add virt auto boot settingAdam Rosenwald2009-03-251-0/+9
* Adding option to define a Spacewalk management server at the distro/profile/s...Rob Lazzurs2009-03-061-115/+123
* Name server and name server search paths are arrays, not strings, and thus do...Michael DeHaan2009-02-271-2/+2
* Fix default value for server override so the web app does not store it incorr...Michael DeHaan2009-02-181-1/+1
* Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-061-2/+3
* Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-061-0/+10
* Bill Peck's patch adding a new power type.Michael DeHaan2009-01-131-0/+6
* Fix marshalling problem.Michael DeHaan2008-12-111-1/+1
* Initial work to add redhat-management-key fieldMichael DeHaan2008-12-111-2/+11
* Rather than raising an error, just set these as we know they should be set.Michael DeHaan2008-12-041-3/+1
* Do not allow the server override to be set to empty string as there is no way...Michael DeHaan2008-12-041-0/+2
* Fix a bug that leaves the server address overriddenMichael DeHaan2008-12-031-1/+1
* Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-2/+5
* Edit dhcp template to use gateway as a global (required for 1.3.X), more work...Michael DeHaan2008-12-011-0/+3
* Add UID field to APIMichael DeHaan2008-11-241-0/+6
* Updated tests to new kickstart paths for clean installs, also updated "kickst...Michael DeHaan2008-11-201-1/+1
* Changes as a result of CLI testing, auto tests now all pass againMichael DeHaan2008-11-191-3/+12
* Apply Brian Kearney's patch to make underscores in remote API's line up with ...Michael DeHaan2008-11-121-0/+11
* Add some tests for the comment field, and fix the remote code that sets them ...Michael DeHaan2008-11-111-1/+1
* Keep creation and modification times with each objectMichael DeHaan2008-11-101-1/+10
* Updated changelog to reflect previous patch, and on top of previous, added co...Michael DeHaan2008-11-101-5/+10
* Proper fix for the parentage rules, it turns out we weren't doing topological...Michael DeHaan2008-10-141-3/+2
* Apply profile depth fix to devel branch alsoMichael DeHaan2008-10-141-1/+3
* Commit for template-files testingJames Cammarata2008-09-261-0/+6