Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | basics of system page now renders. still non-functional but that's ok. | Michael DeHaan | 2009-05-20 | 2 | -8/+22 | |
| | | | | ||||||
* | | | | Nice typo | Michael DeHaan | 2009-05-20 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Move web content directory under 'web' in source checkout only. | Michael DeHaan | 2009-05-20 | 12 | -6/+6 | |
| | | | | ||||||
* | | | | Add templatetags support, and a new smart_if templatetag from djangosnippets | Michael DeHaan | 2009-05-20 | 2 | -59/+360 | |
| | | | | ||||||
* | | | | Add Dan to authors | Michael DeHaan | 2009-05-20 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Dan Radez approved Django layout that was really really fun to do. | Michael DeHaan | 2009-05-20 | 41 | -118/+179 | |
| | | | | ||||||
* | | | | Django template tags WIP | Michael DeHaan | 2009-05-20 | 5 | -12/+101 | |
| | | | | ||||||
* | | | | Auto-populate command line notes on valid options for lists that have set ↵ | Michael DeHaan | 2009-05-20 | 4 | -8/+12 | |
| | | | | | | | | | | | | | | | | options. | |||||
* | | | | Added choice values for fields that have them, radio buttons operational. | Michael DeHaan | 2009-05-20 | 7 | -165/+151 | |
| | | | | ||||||
* | | | | Merge commit 'jamesc/my-devel' into devel | Michael DeHaan | 2009-05-20 | 8 | -66/+525 | |
|\ \ \ \ | ||||||
| * | | | | Fixing modify_list function and merging it with the modify_filter function | James Cammarata | 2009-05-20 | 3 | -33/+58 | |
| | | | | | ||||||
| * | | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-05-19 | 7 | -269/+327 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: django/views.py | |||||
| * \ \ \ \ | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-05-18 | 2 | -19/+56 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-05-15 | 36 | -1846/+609 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/item_network.py django/urls.py | |||||
| * | | | | | | Added ability to list errors generated by cheetah during templating | James Cammarata | 2009-05-13 | 3 | -33/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added list of cheetah template errors generated to validateks output Added caching to url checking to speed up validation process | |||||
| * | | | | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-05-13 | 16 | -1866/+283 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/item_system.py cobbler/remote.py | |||||
| * | | | | | | | Fix for django generic system edit, was missing list of profiles | James Cammarata | 2009-05-11 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Change lists to use generic lists for webui | James Cammarata | 2009-05-07 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Commented out all specific edit lines except for ksfiles/snippets in urls.py | James Cammarata | 2009-05-07 | 1 | -14/+14 | |
| | | | | | | | | ||||||
| * | | | | | | | Generic image editing for webui | James Cammarata | 2009-05-07 | 2 | -0/+237 | |
| | | | | | | | | ||||||
| * | | | | | | | Generic editing of repos for webui | James Cammarata | 2009-05-07 | 3 | -3/+189 | |
| | | | | | | | | ||||||
| * | | | | | | | Added generic edit support for network objects | James Cammarata | 2009-05-07 | 2 | -1/+138 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge commit 'jamesc/devel' into devel | Michael DeHaan | 2009-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | commit | root | 2008-09-11 | 1 | -20/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | committed | root | 2008-09-11 | 1 | -0/+20 | |
| | | | | | | | | | ||||||
* | | | | | | | | | WIP on generic_edit page | Michael DeHaan | 2009-05-20 | 1 | -2/+2 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Generalize some common field profiles into field_info.py, which includes CSS ↵ | Michael DeHaan | 2009-05-19 | 4 | -9/+129 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | types for fields of the same name as well as what type of HTML element to use; this prevents the field data in the item*.py files from getting to be too long. We should be able to add interface support without too much complexity, but this is TBD, also some fields are still missing from field_info.py, as well as implementation of rendering non-text-area types. | |||||
* | | | | | | | | An early start on reworking the generic_edit pages. Have to include the ↵ | Michael DeHaan | 2009-05-19 | 4 | -104/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual body of each block now. How we handle interfaces is TBD. | |||||
* | | | | | | | | Streamline the generic list code; there are various things to fix here but ↵ | Michael DeHaan | 2009-05-19 | 3 | -171/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at least it's working again. We have to go back and add multi-support, nicer field names, and other object-specific links. | |||||
* | | | | | | | | Remove cache references from devel branch serializer. | Michael DeHaan | 2009-05-19 | 1 | -3/+3 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Apply simplejson fix for python < 2.3 to devel branch. Merge changelog | Michael DeHaan | 2009-05-18 | 2 | -19/+56 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Add one more rather important TODO list item, now that or from_datastruct ↵ | Michael DeHaan | 2009-05-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | methods no longer contain upgrade logic. | |||||
* | | | | | | Move obsolete files to common directory. | Michael DeHaan | 2009-05-15 | 9 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Add a TODO list for everything we want to do for the current release. | Michael DeHaan | 2009-05-15 | 3 | -30/+73 | |
| | | | | | | ||||||
* | | | | | | Remove questionable optimization. | Michael DeHaan | 2009-05-15 | 4 | -17/+8 | |
| | | | | | | ||||||
* | | | | | | Fix up setup file, paths in git | Michael DeHaan | 2009-05-15 | 2 | -13/+0 | |
| | | | | | | ||||||
* | | | | | | Obsolete templates that we should no longer be using. Make URLs point to ↵ | Michael DeHaan | 2009-05-15 | 14 | -433/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the generic template pages to force their testing and usage. | |||||
* | | | | | | Add tooltips back in, which show up for both the CLI descriptions and will ↵ | Michael DeHaan | 2009-05-15 | 6 | -91/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | also be reused for the web application. | |||||
* | | | | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-05-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Various WIP development on the live CD. (applied from prev git stash) | Michael DeHaan | 2009-05-15 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Make examples for fields seperate from the field names, do not run set_* ↵ | Michael DeHaan | 2009-05-15 | 9 | -177/+187 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions when loading datastructures for speed reasons, cleanup reporting code. | |||||
* | | | | | | Working on interface editing cleanup. Not done. | Michael DeHaan | 2009-05-14 | 4 | -2/+8 | |
| | | | | | | ||||||
* | | | | | | The start of a hack to integrate interfaces into the fields system, not done. | Michael DeHaan | 2009-05-14 | 2 | -5/+47 | |
| | | | | | | ||||||
* | | | | | | Make more of the CLI applier code [sic], use the field tables. Sitting in ↵ | Michael DeHaan | 2009-05-14 | 7 | -265/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | an airport in Boston, waiting for them to get the bleeping snakes off of the bleeping plane. Grr. | |||||
* | | | | | | More CLI simplification, just the distro at first, more to come. | root | 2009-05-14 | 2 | -28/+43 | |
| | | | | | | ||||||
* | | | | | | Continued field cleanup. | Michael DeHaan | 2009-05-14 | 2 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | Working on adding descriptions to fields, these are just temporary, we need ↵ | Michael DeHaan | 2009-05-14 | 14 | -459/+194 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to expand them and also make the CLI not add fields marked non-editable (currently last element in fields list). | |||||
* | | | | | | First shot at generating CLI from fields. Some additional code needed to add | Michael DeHaan | 2009-05-14 | 3 | -55/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | additional options and/or not add certain options depending on usage. TBD next. | |||||
* | | | | | | Streamline remote_methods code. Needs testing to verify the webapp ↵ | Michael DeHaan | 2009-05-14 | 7 | -169/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | continues to function and that APIs are preserved (we'll use the webapp to test this), currently concentrating on local usage. | |||||
* | | | | | | Streamline "cobbler report"/printable logic to reduce further boilerplate ↵ | Michael DeHaan | 2009-05-14 | 7 | -175/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | code for adding new fields. |