summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-1/+2
|
* update changelogMichael DeHaan2008-03-071-0/+3
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-0/+1
|
* Misc UpdatesMichael DeHaan2008-03-041-0/+1
|
* Added change_profile.cgi, which allows changing profiles via wget's soMichael DeHaan2008-03-031-0/+2
| | | | installation profiles can be chained from one to another.
* Disable local socket XMLRPC as nothing is using it.Michael DeHaan2008-02-291-0/+1
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-0/+3
| | | | | versions of mod_python. It still needs to be fixed correctly though this makes that page work for now.
* This is 0.8.1Michael DeHaan2008-02-201-1/+6
|
* Fix permissions on reposyncMichael DeHaan2008-02-141-0/+1
|
* Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-2/+8
|
* Sort 'cobbler list' outputMichael DeHaan2008-01-311-0/+1
|
* Recursive deletes are now possible with --recursive. Web UI still needs to ↵Michael DeHaan2008-01-311-1/+3
| | | | take advantage of this.
* Keep leading newline from appearing in template files.Michael DeHaan2008-01-221-1/+3
|
* Add rename and copy functionality to the base API, the remote interface, and ↵Michael DeHaan2008-01-221-0/+1
| | | | make the WebUI use it for much smarter renames and copies.
* Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+1
|
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-0/+3
|
* Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-0/+1
|
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-0/+1
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-0/+12
|
* Fix for comps.xml name changeMichael DeHaan2008-01-091-0/+1
|
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-19/+21
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-0/+1
|
* Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-0/+2
| | | | plans, remove watcher.py reference
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-1/+6
|
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-0/+3
|
* changelogMichael DeHaan2007-12-101-1/+2
|
* Fixes + changelog.Michael DeHaan2007-12-051-0/+2
|
* Quote wget args to avoid creating stray files.Michael DeHaan2007-11-291-0/+3
|
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-0/+5
|
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-141-1/+2
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-141-1/+3
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the ↵Michael DeHaan2007-11-131-0/+1
| | | | | | | kickstart base urls in 0.6.3 would be incorrect so only core packages could be used in the kickstart if using $yum_repo_stanza.
* Fix the part that configures yum on the installed machines/etc for when ↵Michael DeHaan2007-11-091-0/+1
| | | | there is only one yum repo as part of the distro.
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ↵Michael DeHaan2007-11-091-0/+1
| | | | | | | fixes to enable repo handling to work better. Repos are no longer symlinked so if a name of a repository is specified that uses a channel, the repo must be named after the channel.Tested with yum-utils 1.0.4 and works fine.
* Release bump + start new changelogs.Michael DeHaan2007-11-081-0/+3
|
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-5/+6
|
* Removing yum-utils as a package requirement because the version in EPEL does ↵Michael DeHaan2007-11-061-0/+1
| | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
* Updated changelog to include new feature.Michael DeHaan2007-11-011-1/+2
|
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-5/+6
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-1/+3
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-0/+3
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Update changelog and spec comments.Michael DeHaan2007-10-111-0/+1
|
* Updated changelog.Michael DeHaan2007-10-101-0/+2
|
* In process of making NICs seperate data structures in cobbler, which ↵Michael DeHaan2007-10-081-1/+2
| | | | | | | requires seperate accessors and templating. This is all to allow multiple NICs in koan. Stil needs changes in sync code and possibly other places.
* Release bump.Michael DeHaan2007-10-081-0/+3
|
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-1/+1
|
* Fix bug where non-lowercase intermediate objects could be deleted, orphaning ↵Michael DeHaan2007-09-271-0/+1
| | | | | | objects below them.
* changelog fixupMichael DeHaan2007-09-241-0/+1
|
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-0/+1
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+3
|