summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Removed # from kickstart templates (unneeded), webpage updates based on new ↵Michael DeHaan2007-07-191-17/+0
| | | | | | content, and removed TODO since that will now be available on trac as an RFE list.
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-1/+1
| | | | | | | | | | | | | | | | | | | some rough edges (like listing the tree). cobbler profile add --name=profile2 --inherit=profile1 --otherparameters=... cobbler profile edit --name=profile2 --stillmoreparamters=... Data is interleaved for hashes, combined for arrays, and overriden for scalar values. This was heavily inspired by Will-It-Blend, and in this implementation it all blends. Implementation notes -- Updating a parent profile doesn't apply changes to the child objects until a sync, so this seems like a good upgrade for a future commit. Also, the children mapping that makes this possible needs some tweaks because they may load out of order, in which case "cobbler list" can't render a full tree. There are various approaches to deal with this and it should be a (relatively) easy change.
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-1/+1
| | | | CHANGELOG changes.
* Update TODOMichael DeHaan2007-05-291-1/+2
|
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-1/+1
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* updated TODO list, removing some items that have been completed and/orMichael DeHaan2007-05-251-36/+12
| | | | don't apply.
* Updated TODOMichael DeHaan2007-04-171-3/+4
|
* Disable mod_python tracking piece for RHEL5, as it is apparently causingMichael DeHaan2007-04-101-0/+2
| | | | | some problems there. Need to replace it with something more portable. Can consider working in better tracking info at the same time.
* Doc cleanup.Michael DeHaan2007-04-051-0/+1
|
* Some cleanup/fixing in the reposync code.Michael DeHaan2007-04-051-5/+3
|
* Edited TODOMichael DeHaan2007-03-271-4/+6
|
* Test new git repo.Michael DeHaan2007-03-261-1/+1
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-10/+4
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Updated TODOMichael DeHaan2007-03-161-0/+3
|
* Update TODOMichael DeHaan2007-03-151-3/+3
|
* Updated cobbler TODO with messages from list.Michael DeHaan2007-03-151-65/+13
|
* Need to let everything pass through the filter, just don't log non tracked ↵mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+31
| | | | URL's.
* TODO and --help updatesmdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+4
|
* Add usability suggestions from mailing list to TODO file.Michael DeHaan2006-12-211-0/+9
|
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-201-0/+1
| | | | | Also, add trailing / to rsync URL's to always to prevent user mistakes, which allows us to know where the repomd data files are.
* Updated TODOmdehaan@mdehaan.rdu.redhat.com2006-12-131-12/+23
|
* Updated TODOMichael DeHaan2006-11-151-5/+2
|
* Updated TODOMichael DeHaan2006-10-301-1/+9
|
* Manpage update, added TODO about PXE menus (like RHTS has)Michael DeHaan2006-10-301-0/+3
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-0/+2
|
* Merge latestDavid Lutterkort2006-10-231-2/+0
|\
* | Updated TODOMichael DeHaan2006-10-241-0/+2
| |
* | TODO updateMichael DeHaan2006-10-231-0/+1
|/
* updated TODOMichael DeHaan2006-10-181-18/+6
|
* Removing Cheetah to simplify deps, also don't delete the localmirror on sync ↵Michael DeHaan2006-10-171-0/+2
| | | | (that's bad!).
* Updated TODOMichael DeHaan2006-10-171-0/+1
|
* alikins suggestionMichael DeHaan2006-10-171-0/+1
|
* Updated TODOMichael DeHaan2006-10-171-2/+5
|
* TODO updateMichael DeHaan2006-10-171-0/+1
|
* Preparation for 2.5.1Michael DeHaan2006-10-161-18/+18
|
* Trailing whitespace.Michael DeHaan2006-10-161-3/+3
|
* test code no longer overwrites user settings in /var/lib/cobblerMichael DeHaan2006-10-161-3/+1
|
* Added a basic locking system to avoid multiple "sync" operations happening ↵Michael DeHaan2006-10-121-8/+21
| | | | at the same time -- not a huge risk -- but it ought to be guarded against.
* updated TODOMichael DeHaan2006-10-111-2/+7
|
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-0/+4
| | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines
* TODO updates & doc cleanupMichael DeHaan2006-10-061-2/+2
|
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-051-1/+1
|
* URL update & updated TODOMichael DeHaan2006-09-291-2/+1
|
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-0/+1
| | | | - Fixed changelogs to include user/email
* Updated TODOMichael DeHaan2006-09-261-2/+4
|
* Simpler dhcp.templateMichael DeHaan2006-09-261-5/+3
|
* Add RPM doc file informationMichael DeHaan2006-09-201-2/+0
|
* - Updated TODOMichael DeHaan2006-09-131-0/+2
|
* Updated TODO, which was pretty old.Michael DeHaan2006-09-131-17/+3
|
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-2/+2
|