summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | basics of system page now renders. still non-functional but that's ok.Michael DeHaan2009-05-202-8/+22
| | | |
* | | | Nice typoMichael DeHaan2009-05-201-7/+7
| | | |
* | | | Move web content directory under 'web' in source checkout only.Michael DeHaan2009-05-2012-6/+6
| | | |
* | | | Add templatetags support, and a new smart_if templatetag from djangosnippetsMichael DeHaan2009-05-202-59/+360
| | | |
* | | | Add Dan to authorsMichael DeHaan2009-05-201-0/+1
| | | |
* | | | Dan Radez approved Django layout that was really really fun to do.Michael DeHaan2009-05-2041-118/+179
| | | |
* | | | Django template tags WIPMichael DeHaan2009-05-205-12/+101
| | | |
* | | | Auto-populate command line notes on valid options for lists that have set ↵Michael DeHaan2009-05-204-8/+12
| | | | | | | | | | | | | | | | options.
* | | | Added choice values for fields that have them, radio buttons operational.Michael DeHaan2009-05-207-165/+151
| | | |
* | | | Merge commit 'jamesc/my-devel' into develMichael DeHaan2009-05-208-66/+525
|\ \ \ \
| * | | | Fixing modify_list function and merging it with the modify_filter functionJames Cammarata2009-05-203-33/+58
| | | | |
| * | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-develJames Cammarata2009-05-197-269/+327
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: django/views.py
| * \ \ \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-develJames Cammarata2009-05-182-19/+56
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-develJames Cammarata2009-05-1536-1846/+609
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/item_network.py django/urls.py
| * | | | | | Added ability to list errors generated by cheetah during templatingJames Cammarata2009-05-133-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-develJames Cammarata2009-05-1316-1866/+283
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/item_system.py cobbler/remote.py
| * | | | | | | Fix for django generic system edit, was missing list of profilesJames Cammarata2009-05-111-0/+2
| | | | | | | |
| * | | | | | | Change lists to use generic lists for webuiJames Cammarata2009-05-071-2/+2
| | | | | | | |
| * | | | | | | Commented out all specific edit lines except for ksfiles/snippets in urls.pyJames Cammarata2009-05-071-14/+14
| | | | | | | |
| * | | | | | | Generic image editing for webuiJames Cammarata2009-05-072-0/+237
| | | | | | | |
| * | | | | | | Generic editing of repos for webuiJames Cammarata2009-05-073-3/+189
| | | | | | | |
| * | | | | | | Added generic edit support for network objectsJames Cammarata2009-05-072-1/+138
| | | | | | | |
* | | | | | | | Merge commit 'jamesc/devel' into develMichael DeHaan2009-05-200-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | commitroot2008-09-111-20/+0
| | | | | | | | |
| * | | | | | | | committedroot2008-09-111-0/+20
| | | | | | | | |
* | | | | | | | | WIP on generic_edit pageMichael DeHaan2009-05-201-2/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Generalize some common field profiles into field_info.py, which includes CSS ↵Michael DeHaan2009-05-194-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 DeHaan2009-05-194-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 DeHaan2009-05-193-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 DeHaan2009-05-191-3/+3
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Apply simplejson fix for python < 2.3 to devel branch. Merge changelogMichael DeHaan2009-05-182-19/+56
| |_|_|/ / / |/| | | | |
* | | | | | Add one more rather important TODO list item, now that or from_datastruct ↵Michael DeHaan2009-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | methods no longer contain upgrade logic.
* | | | | | Move obsolete files to common directory.Michael DeHaan2009-05-159-0/+0
| | | | | |
* | | | | | Add a TODO list for everything we want to do for the current release.Michael DeHaan2009-05-153-30/+73
| | | | | |
* | | | | | Remove questionable optimization.Michael DeHaan2009-05-154-17/+8
| | | | | |
* | | | | | Fix up setup file, paths in gitMichael DeHaan2009-05-152-13/+0
| | | | | |
* | | | | | Obsolete templates that we should no longer be using. Make URLs point to ↵Michael DeHaan2009-05-1514-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 DeHaan2009-05-156-91/+91
| | | | | | | | | | | | | | | | | | | | | | | | also be reused for the web application.
* | | | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-05-151-2/+2
|\ \ \ \ \ \
| * | | | | | Various WIP development on the live CD. (applied from prev git stash)Michael DeHaan2009-05-151-2/+2
| | | | | | |
* | | | | | | Make examples for fields seperate from the field names, do not run set_* ↵Michael DeHaan2009-05-159-177/+187
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions when loading datastructures for speed reasons, cleanup reporting code.
* | | | | | Working on interface editing cleanup. Not done.Michael DeHaan2009-05-144-2/+8
| | | | | |
* | | | | | The start of a hack to integrate interfaces into the fields system, not done.Michael DeHaan2009-05-142-5/+47
| | | | | |
* | | | | | Make more of the CLI applier code [sic], use the field tables. Sitting in ↵Michael DeHaan2009-05-147-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.root2009-05-142-28/+43
| | | | | |
* | | | | | Continued field cleanup.Michael DeHaan2009-05-142-2/+1
| | | | | |
* | | | | | Working on adding descriptions to fields, these are just temporary, we need ↵Michael DeHaan2009-05-1414-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 addMichael DeHaan2009-05-143-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 DeHaan2009-05-147-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 DeHaan2009-05-147-175/+22
| | | | | | | | | | | | | | | | | | | | | | | | code for adding new fields.