summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the object creator code aware of subobjects.Michael DeHaan2007-11-191-2/+2
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ...Michael DeHaan2007-11-196-50/+329
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-196-765/+308
* Don't require syslinux, remove unused bits from RPM specfile.Michael DeHaan2007-11-161-3/+1
* Apply Tim Verhoeven's patch to lengthen WebUI fields.Michael DeHaan2007-11-165-12/+13
* Applying Ben Riggs patch to add API flag to disable triggers when addingMichael DeHaan2007-11-165-15/+23
* Fix broken links on cobbler.et.redhat.comMichael DeHaan2007-11-151-3/+3
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-154-3/+14
* Expose function for getting all modules of a specific category.Michael DeHaan2007-11-142-4/+10
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-145-7/+164
* (A) add/tweak testcase for blender cache code, (B) modify htaccess file to on...Michael DeHaan2007-11-143-4/+57
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-148-48/+22
* Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the kic...Michael DeHaan2007-11-132-8/+23
* Remove the command class and start of making this modular, as I want to do th...Michael DeHaan2007-11-132-368/+0
* Abstract out the modules system to allow for other types of modules, and to a...Michael DeHaan2007-11-128-23/+422
* Remove subobject logic from systems, which are not inheritable.Michael DeHaan2007-11-121-5/+5
* Fix the part that configures yum on the installed machines/etc for when there...Michael DeHaan2007-11-092-5/+7
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ...Michael DeHaan2007-11-093-10/+11
* --local-filename is removed, so don't parse the option.Michael DeHaan2007-11-091-1/+0
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-092-2/+8
* Release bump + start new changelogs.Michael DeHaan2007-11-084-3/+12
* Cobbler xmlrpc auth file needs to be readable by cgi.Michael DeHaan2007-11-081-1/+1
* Updates to cobbler.et.redhat.comMichael DeHaan2007-11-073-174/+211
* Bump version for release / changelog updates.Michael DeHaan2007-11-073-10/+11
* Make copyfile understand that if it can't copy a file to itself it shouldn'tMichael DeHaan2007-11-071-2/+5
* Temporarily disable the random_mac link in the WebUI because it's not multi-i...Michael DeHaan2007-11-071-3/+5
* Fix an obscure blending corner case that was confusing koan.Michael DeHaan2007-11-061-1/+5
* Add Wiki link to home page, which we'll push with 0.6.3Michael DeHaan2007-11-061-0/+7
* Update docs to integrate EL4 users may want to upgrade their yum versions.Michael DeHaan2007-11-061-1/+1
* Removing yum-utils as a package requirement because the version in EPEL does ...Michael DeHaan2007-11-063-1/+11
* Fix typo in manpage.Michael DeHaan2007-11-061-1/+1
* Fix settings display in WebUIMichael DeHaan2007-11-061-0/+4
* Fix deference of unused variable.Michael DeHaan2007-11-062-3/+3
* Changes to make the overhauled repo templating work with source repositories ...Michael DeHaan2007-11-052-17/+14
* Remove debug code.Michael DeHaan2007-11-051-2/+0
* Optimize sync performance by caching the results of calls to "blender".Michael DeHaan2007-11-052-23/+32
* Slight tweak to make imports work with new repo generationMichael DeHaan2007-11-021-1/+1
* Added Wiki link to front page.Michael DeHaan2007-11-021-1/+1
* Remove the --local-filename parameter from the cobbler.et.redhat.com document...Michael DeHaan2007-11-021-4/+4
* Making sync use the new mirror parameter.Michael DeHaan2007-11-021-2/+2
* Removing docs on yum_core_mirror_from_server (off by default), now explaining...Michael DeHaan2007-11-023-4/+5
* Remove --local-filename from the WebUI, since we will now use --name for the ...Michael DeHaan2007-11-022-17/+1
* Work on getting the repos to be templated, largely complete, pending more tes...Michael DeHaan2007-11-026-54/+77
* In the process of making all repositories templates so we can apply the value...Michael DeHaan2007-11-024-57/+124
* Updated changelog to include new feature.Michael DeHaan2007-11-011-1/+2
* Small fix to make WebUI editing of new fields work. Verification of whether ...Michael DeHaan2007-11-011-1/+1
* Add fields for --server-override to the Web UIMichael DeHaan2007-11-012-0/+30
* Since some versions of yumdownloader don't support --resolve, allow people to...Michael DeHaan2007-11-014-4/+8
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
* Code to wire up the new --server-override to the sync code. This leaves off ...Michael DeHaan2007-11-013-17/+27