Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add missing directory to setup.py/spec | Michael DeHaan | 2009-04-27 | 2 | -0/+2 | |
| | | | ||||||
* | | | Merge commit 'jamesc/my-devel' into devel | Michael DeHaan | 2009-04-27 | 18 | -333/+773 | |
|\ \ \ | ||||||
| * | | | Touched up ksfile_edit template so that it only shows warnings about being ↵ | James Cammarata | 2009-04-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | un-deletable if we're editing an existing kickstart, not if we're creating a new one (always showed up in that case) | |||||
| * | | | Removed a debugging statement that raised an error for variable inspection. | James Cammarata | 2009-04-26 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Ownership checks should now work, also fixed system_list template to use the ↵ | James Cammarata | 2009-04-26 | 2 | -6/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | new location of the .js files TODO: ownership on images seems to be broken, authorize is causing a python traceback in cobblerd.log | |||||
| * | | | Fix issue with not being able to delete kickstart files. | James Cammarata | 2009-04-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Finally identified the issue with system editing of ↵ | James Cammarata | 2009-04-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | name_servers/name_servers_search/mgmt_classes Typo in system edit template corrected | |||||
| * | | | Minor fix to the list views, session data was not being stored specific to ↵ | James Cammarata | 2009-04-25 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | the view | |||||
| * | | | Removed search links from the navigation menu, they are no longer needed | James Cammarata | 2009-04-25 | 1 | -5/+0 | |
| | | | | ||||||
| * | | | Support for adding arbitrary filters, and deleting them from a chain. | James Cammarata | 2009-04-25 | 3 | -9/+175 | |
| | | | | ||||||
| * | | | Django webui now uses sessions to store browsing data. | James Cammarata | 2009-04-25 | 4 | -11/+25 | |
| | | | | | | | | | | | | | | | | | | | | Currently using the django file backed session store, with session data stored in /usr/share/cobbler/django/sessions No expiry is set, so the session will expire at its default time (probably when the browser is closed) | |||||
| * | | | Minor fixes to fixup a few things that were missed when applying Peter V's ↵ | James Cammarata | 2009-04-25 | 2 | -6/+1 | |
| | | | | | | | | | | | | | | | | code after some previous patches had been ripped out. | |||||
| * | | | Patches to fix pagination/search/etc. in django webui | Vreman, Peter - Acision | 2009-04-25 | 11 | -295/+508 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches to add get_field_info() to some objects (item base and item_system) APPLIED: 0001-add-get_field_info-method.patch 0002-add-items-per-page-dropdown.patch 0003-remove-paginate-and-special-list-code-from-views.patch 0004-generic-printable-and-to_datastruct-using-get_field_.patch 0005-add-get_field_info.patch 0006-use-generic-api.get_items.patch 0008-search-in-webui-fixed.patch 0009-sorting-of-search-results.patch IGNORED: 0007-cli-to-list-userpref-collection.patch | |||||
| * | | | Added settings template. | James Cammarata | 2009-04-25 | 2 | -4/+35 | |
| | | | | | | | | | | | | | | | | Fixed urls so that ksfile list is seen before the generalized list code. | |||||
* | | | | Add missing file to setup | Michael DeHaan | 2009-04-27 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Remove more userprefs references | Michael DeHaan | 2009-04-24 | 2 | -4/+0 | |
| | | | | ||||||
* | | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2009-04-24 | 5 | -128/+8 | |
|\| | | | ||||||
| * | | | Since we are going to be moving userprefs to use a cookie, trim the backend | Michael DeHaan | 2009-04-23 | 5 | -128/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | code for saving them. For now, I've modified views to instead of accessing a cookie just returning the current defaults. The existing search code and such should be preserved. | |||||
* | | | | Modify split code to split on any whitespace; merge unicode fix (previous); ↵ | Michael DeHaan | 2009-04-24 | 6 | -51/+50 | |
| | | | | | | | | | | | | | | | | update tests which for some reason have dash-forms instead of like_this for modify methods (not sure why that wasn't fixed earlier?) | |||||
* | | | | Streamlining repo code, plus a fix for potential unicode problems on EL4. | Michael DeHaan | 2009-04-24 | 1 | -2/+1 | |
|/ / / | | | | | | | | | | | | | | | | Conflicts: cobbler/utils.py | |||||
* | | | Remove cobbler_svc.conf by joining it with cobbler.conf, the new Web app ↵ | Michael DeHaan | 2009-04-22 | 4 | -19/+11 | |
| | | | | | | | | | | | | being split into a seperate package is occasion enough to eliminate the second file. "cobbler.conf" will be owned by "cobbler", "cobbler-django.conf" by cobbler-web. | |||||
* | | | Django is now packaged. Misc restructuring and cleanup. | Michael DeHaan | 2009-04-22 | 45 | -817/+94 | |
| | | | ||||||
* | | | Restructuring setup.py to accomodate new Django web interface, and removing ↵ | Michael DeHaan | 2009-04-22 | 6 | -325/+328 | |
| | | | | | | | | | | | | | | | | | | some of the old webui code. | |||||
* | | | Add setup.py | Michael DeHaan | 2009-04-21 | 1 | -0/+378 | |
| | | | ||||||
* | | | First pass at unifing cobbler and koan under a single setup.py and spec file. | Michael DeHaan | 2009-04-21 | 36 | -55/+68 | |
| | | | | | | | | | | | | Later, django also will be a subpackage under this. | |||||
* | | | Added files created by peter's patches | James Cammarata | 2009-04-20 | 4 | -1/+199 | |
| | | | ||||||
* | | | Django stuff, including authentication | James Cammarata | 2009-04-17 | 15 | -27/+375 | |
| | | | | | | | | | | | | Also applied Peter Acision-Vreman's patches | |||||
* | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-04-17 | 10 | -22/+40 | |
|\ \ \ | ||||||
| * | | | Fix dates in changelog | Michael DeHaan | 2009-04-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Update changelog | Michael DeHaan | 2009-04-17 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Allowing "koan --virt" to run as non-root | Brenton Leanhardt | 2009-04-16 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Make cobbler an arch package to require syslinux where it makes sense, and ↵ | Michael DeHaan | 2009-04-16 | 2 | -3/+5 | |
| | |/ | |/| | | | | | | | be able to install it where it does not. In a future release we can tweak things to dynamically download all bootloaders vs. packaging some and requiring others. | |||||
| * | | Add one more close_fds=True | Michael DeHaan | 2009-04-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Replace calls to os.system with subprocess(close_fds=True) such that we | Michael DeHaan | 2009-04-16 | 6 | -12/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure all file descriptors are closed and weird things don't happen with lsof, etc. Conflicts: cobbler/modules/sync_post_restart_services.py | |||||
| * | | Replace calls to os.system with subprocess(close_fds=True) such that we | Michael DeHaan | 2009-04-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | make sure all file descriptors are closed and weird things don't happen with lsof, etc. | |||||
* | | | Collapsing urls for simplicity | James Cammarata | 2009-04-17 | 1 | -12/+6 | |
|/ / | ||||||
* | | Django list/edit/add/save of kickstart files works now | James Cammarata | 2009-04-16 | 4 | -84/+113 | |
| | | ||||||
* | | Django based image list/search/edit/add/save all work 100% | James Cammarata | 2009-04-15 | 4 | -243/+109 | |
| | | | | | | | | Cleaned up a distro_edit template a little | |||||
* | | Django repo list/edit/save/search all work 100% | James Cammarata | 2009-04-15 | 5 | -202/+183 | |
| | | ||||||
* | | Fix bug in repo breed auto-detection code | Michael DeHaan | 2009-04-15 | 2 | -2/+4 | |
| | | ||||||
* | | Django multi-system power control works now | James Cammarata | 2009-04-15 | 2 | -49/+28 | |
| | | ||||||
* | | Fixed multi-system editing of profiles in django webui, also cleaned up the ↵ | James Cammarata | 2009-04-15 | 3 | -45/+21 | |
| | | | | | | | | system_netboot template a little | |||||
* | | Multi system editing of netboot_enabled property now works in django webui | James Cammarata | 2009-04-15 | 2 | -40/+16 | |
| | | ||||||
* | | Fix to system_multi to use the correct function when getting something that ↵ | James Cammarata | 2009-04-15 | 1 | -1/+1 | |
| | | | | | | | | may be a list of items from the request object. | |||||
* | | Making pagination work in django webui | James Cammarata | 2009-04-15 | 7 | -44/+93 | |
| | | ||||||
* | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-devel | James Cammarata | 2009-04-14 | 8 | -7/+21 | |
|\ \ | ||||||
| * | | Update changelog | Michael DeHaan | 2009-04-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Tell dhcpd to be quiet when running the test. | Scott Henson | 2009-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | This prevents a copyright notice being printed on std error | |||||
| * | | Fix the blender cache to actually works. | Scott Henson | 2009-04-14 | 1 | -2/+3 | |
| | | | | | | | | | | | | Previous version would not ever have a cache hit and would not store blended systems | |||||
| * | | Add the hostname to the iface output | Scott Henson | 2009-04-14 | 1 | -0/+3 | |
| | | |