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