summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add missing directory to setup.py/specMichael DeHaan2009-04-272-0/+2
| | |
* | | Merge commit 'jamesc/my-devel' into develMichael DeHaan2009-04-2718-333/+773
|\ \ \
| * | | Touched up ksfile_edit template so that it only shows warnings about being ↵James Cammarata2009-04-271-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 Cammarata2009-04-261-1/+0
| | | |
| * | | Ownership checks should now work, also fixed system_list template to use the ↵James Cammarata2009-04-262-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 Cammarata2009-04-251-1/+1
| | | |
| * | | Finally identified the issue with system editing of ↵James Cammarata2009-04-251-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 Cammarata2009-04-252-10/+10
| | | | | | | | | | | | | | | | the view
| * | | Removed search links from the navigation menu, they are no longer neededJames Cammarata2009-04-251-5/+0
| | | |
| * | | Support for adding arbitrary filters, and deleting them from a chain.James Cammarata2009-04-253-9/+175
| | | |
| * | | Django webui now uses sessions to store browsing data.James Cammarata2009-04-254-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 Cammarata2009-04-252-6/+1
| | | | | | | | | | | | | | | | code after some previous patches had been ripped out.
| * | | Patches to fix pagination/search/etc. in django webuiVreman, Peter - Acision2009-04-2511-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 Cammarata2009-04-252-4/+35
| | | | | | | | | | | | | | | | Fixed urls so that ksfile list is seen before the generalized list code.
* | | | Add missing file to setupMichael DeHaan2009-04-271-0/+1
| | | |
* | | | Remove more userprefs referencesMichael DeHaan2009-04-242-4/+0
| | | |
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-04-245-128/+8
|\| | |
| * | | Since we are going to be moving userprefs to use a cookie, trim the backendMichael DeHaan2009-04-235-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 DeHaan2009-04-246-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 DeHaan2009-04-241-2/+1
|/ / / | | | | | | | | | | | | | | | Conflicts: cobbler/utils.py
* | | Remove cobbler_svc.conf by joining it with cobbler.conf, the new Web app ↵Michael DeHaan2009-04-224-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 DeHaan2009-04-2245-817/+94
| | |
* | | Restructuring setup.py to accomodate new Django web interface, and removing ↵Michael DeHaan2009-04-226-325/+328
| | | | | | | | | | | | | | | | | | some of the old webui code.
* | | Add setup.pyMichael DeHaan2009-04-211-0/+378
| | |
* | | First pass at unifing cobbler and koan under a single setup.py and spec file.Michael DeHaan2009-04-2136-55/+68
| | | | | | | | | | | | Later, django also will be a subpackage under this.
* | | Added files created by peter's patchesJames Cammarata2009-04-204-1/+199
| | |
* | | Django stuff, including authenticationJames Cammarata2009-04-1715-27/+375
| | | | | | | | | | | | Also applied Peter Acision-Vreman's patches
* | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-develJames Cammarata2009-04-1710-22/+40
|\ \ \
| * | | Fix dates in changelogMichael DeHaan2009-04-171-2/+2
| | | |
| * | | Update changelogMichael DeHaan2009-04-171-2/+3
| | | |
| * | | Allowing "koan --virt" to run as non-rootBrenton Leanhardt2009-04-161-2/+5
| | | |
| * | | Make cobbler an arch package to require syslinux where it makes sense, and ↵Michael DeHaan2009-04-162-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=TrueMichael DeHaan2009-04-161-1/+1
| | |
| * | Replace calls to os.system with subprocess(close_fds=True) such that weMichael DeHaan2009-04-166-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 weMichael DeHaan2009-04-161-0/+1
| | | | | | | | | | | | | | | make sure all file descriptors are closed and weird things don't happen with lsof, etc.
* | | Collapsing urls for simplicityJames Cammarata2009-04-171-12/+6
|/ /
* | Django list/edit/add/save of kickstart files works nowJames Cammarata2009-04-164-84/+113
| |
* | Django based image list/search/edit/add/save all work 100%James Cammarata2009-04-154-243/+109
| | | | | | | | Cleaned up a distro_edit template a little
* | Django repo list/edit/save/search all work 100%James Cammarata2009-04-155-202/+183
| |
* | Fix bug in repo breed auto-detection codeMichael DeHaan2009-04-152-2/+4
| |
* | Django multi-system power control works nowJames Cammarata2009-04-152-49/+28
| |
* | Fixed multi-system editing of profiles in django webui, also cleaned up the ↵James Cammarata2009-04-153-45/+21
| | | | | | | | system_netboot template a little
* | Multi system editing of netboot_enabled property now works in django webuiJames Cammarata2009-04-152-40/+16
| |
* | Fix to system_multi to use the correct function when getting something that ↵James Cammarata2009-04-151-1/+1
| | | | | | | | may be a list of items from the request object.
* | Making pagination work in django webuiJames Cammarata2009-04-157-44/+93
| |
* | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into my-develJames Cammarata2009-04-148-7/+21
|\ \
| * | Update changelogMichael DeHaan2009-04-141-0/+2
| | |
| * | Tell dhcpd to be quiet when running the test.Scott Henson2009-04-141-1/+1
| | | | | | | | | | | | This prevents a copyright notice being printed on std error
| * | Fix the blender cache to actually works.Scott Henson2009-04-141-2/+3
| | | | | | | | | | | | Previous version would not ever have a cache hit and would not store blended systems
| * | Add the hostname to the iface outputScott Henson2009-04-141-0/+3
| | |