summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add per-distro snippet capabilityDominic LoBue2009-05-014-10/+12
| | | |
* | | | Fix to django views for saving images/repos, same bug as saving system + ↵James Cammarata2009-05-012-3/+3
| | | | | | | | | | | | | | | | authz_ownership fix
* | | | Possible unicode fixMichael DeHaan2009-05-011-2/+2
| | | |
* | | | Potential unicode workaround for Cheetah problem (only)Michael DeHaan2009-05-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-05-012-2/+2
|\| | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | Unicode fix for --template-files featureMichael DeHaan2009-04-302-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | Fix dhcp templateMichael DeHaan2009-05-012-2/+4
|/ / / | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | webui save code fixJames Cammarata2009-04-291-1/+1
| | |
* | | Add some usage notes to jcapel's rhn keys snippet; update changelogMichael DeHaan2009-04-292-0/+11
| | |
* | | Fix trac #417 - Nameserver handling in post_install_network_config (and ↵Jasper Capel2009-04-291-3/+5
| | | | | | | | | | | | another bug that came up along the way)
* | | Added snippet to preserve RHN keys between reinstalls.Jasper Capel2009-04-291-0/+82
| | |
* | | Update changelog, add a few comments to settingsMichael DeHaan2009-04-282-1/+8
| | |
* | | Add additional yum flags to settingsIan Ward Comfort2009-04-284-6/+13
| | |
* | | This file needs to be added back into git.Michael DeHaan2009-04-281-0/+291
| | |
* | | Move remaining obsolete files to common directory; make "make clean" clean ↵Michael DeHaan2009-04-284-0/+5
| | | | | | | | | | | | up more things
* | | Remove koan files we no longer need to keep aroundMichael DeHaan2009-04-288-679/+2
| | |
* | | Unify cobbler and koan AUTHORS fileMichael DeHaan2009-04-283-1324/+12
| | |
* | | Move zpxe.rexx to new source directory; fix up RPM packaging and simplify ↵Michael DeHaan2009-04-284-313/+5
| | | | | | | | | | | | MANIFEST.in
* | | Legacy install scripts are no longer supported/used.Michael DeHaan2009-04-286-574/+0
| | |
* | | The Django Webapp has replaced the old one for 1.8, removing unused files.Michael DeHaan2009-04-2830-4049/+0
| | |
* | | Remove unused filesMichael DeHaan2009-04-283-205/+0
| | |
* | | Remove unused snippets.Michael DeHaan2009-04-283-99/+0
| | |
* | | Attempt to space the headings of each page a little better, don't use legend ↵Michael DeHaan2009-04-2815-30/+64
| | | | | | | | | | | | | | | | | | field so edit pages and list pages have similar captioning.
* | | Make filter box fit better on the pageMichael DeHaan2009-04-281-1/+1
| | |
* | | Close span tagsMichael DeHaan2009-04-284-4/+4
| | |
* | | Add CSS class for captions of lists, need to be consistent and to the same ↵Michael DeHaan2009-04-2812-17/+27
| | | | | | | | | | | | for forms (i.e. edit/new)
* | | Make layout a little better, fix the LHS width, etcMichael DeHaan2009-04-281-7/+4
| | |
* | | Save some space on LHS by removing about page, which didn't really say all ↵Michael DeHaan2009-04-287-52/+6
| | | | | | | | | | | | that much that was useful.
* | | Make logo line up a little better.Michael DeHaan2009-04-281-1/+1
| | |
* | | Move the logo into the sidebar, eliminate black space at top and bottom, ↵Michael DeHaan2009-04-282-64/+5
| | | | | | | | | | | | remove various unused CSS definitions.
* | | Fix typoMichael DeHaan2009-04-281-1/+1
| | |
* | | Don't make failure to copy certain bootloaders be an error condition.Michael DeHaan2009-04-282-10/+9
| | |
* | | Make snippet editor handle subdirectories.James Cammarata2009-04-281-2/+9
| | |
* | | Tweaks to where we source bootloaders.Michael DeHaan2009-04-282-7/+10
| | |
* | | Moving from subpackaging loaders to asking users to supply their own, if ↵Michael DeHaan2009-04-2812-346/+162
| | | | | | | | | | | | they want, we can auto-download them.
* | | Make default objects per page number higher. 50 should be better than 10. ↵Michael DeHaan2009-04-271-1/+1
| | | | | | | | | | | | Should be 100?
* | | Add some code to allow authz_ownership to work with snippet editor, needs ↵Michael DeHaan2009-04-271-0/+16
| | | | | | | | | | | | testing
* | | Shorten kickstart names in the web app list pages when we know the prefix.Michael DeHaan2009-04-272-5/+5
| | |
* | | Web based editing for snippets.Michael DeHaan2009-04-2711-4/+266
| | |
* | | Streamline profile and system list page a bitMichael DeHaan2009-04-272-29/+5
| | |
* | | Add subprofile creation link backMichael DeHaan2009-04-271-1/+1
| | |
* | | Clean up left hand sidebar.Michael DeHaan2009-04-279-85/+164
| | |
* | | Removing search URLs/code from web app now that we have the easier to use ↵Michael DeHaan2009-04-272-21/+0
| | | | | | | | | | | | filters system.
* | | Move "about" webapp info into a django template so navigation will be ↵Michael DeHaan2009-04-278-97/+36
| | | | | | | | | | | | consistent, also trim length to only say what's needed to be said; refer to online docs.
* | | add missing templateMichael DeHaan2009-04-271-0/+1
| | |
* | | Directory reorg. Moving more things to top level and shortening some path ↵Michael DeHaan2009-04-2742-143/+109
| | | | | | | | | | | | names.
* | | Make "make install" targets set ownership for djangoMichael DeHaan2009-04-271-0/+1
| | |
* | | Move config file to common config dir in git, rename Apache config file.Michael DeHaan2009-04-274-3/+2
| | |
* | | Rename django-webui directory to django, save typingMichael DeHaan2009-04-2740-40/+40
| | |
* | | Remove search.tmpl (no longer used, now that we have filters in django web app)Michael DeHaan2009-04-272-151/+0
| | |