0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added missing "for" correlation tag for labels in generic_edit.tmpl More... about 13 years ago
Removed extraneous close divs from generic_edit.tmpl More... about 13 years ago
Removed extraneous close row tag from events.tmpl More... about 13 years ago
Added missing close tags on a few menu unordered list items in master.tmpl More... about 13 years ago
Fixed spelling of receive in enoaccess.tmpl More... about 13 years ago
Add support for Ubuntu distros. More... about 13 years ago
Koan install tree path for Ubuntu/Debian distros. More... about 13 years ago
Fixing hardlink bin path. More... about 13 years ago
Do not fail when yum python module is not present. More... about 13 years ago
Add Ubuntu/Debian support to koan utils for later use. More... about 13 years ago
typo in autoyast xml parsing More... about 13 years ago
Only clear logs that exist. More... about 13 years ago
added SUSE breed to import-webui More... about 13 years ago
Merge remote-tracking branch 'lanky/master' More... about 13 years ago
Merge remote-tracking branch 'jimi1283/master' More... about 13 years ago
added support for suse-distro import More... about 13 years ago
Minor change to validate a token before checking on a user. More... about 13 years ago
Fix a sub_process Popen call that did not set close_fds to true. This causes issues with sync where dhcpd keeps the XMLRPC port open and prevents cobblerd from restarting More... about 13 years ago
Cleanup of unneccsary widgets in distro/profile. These needed to be removed as part of the multiselect change. More... about 13 years ago
Yet another change to multiselect editing. Multiselects are now presented as side-by-side add/delete boxes, where values can be moved back and forth and only appear in one of the two boxes. More... about 13 years ago
Fix for django traceback when logging into the web interface with a bad username and/or password More... about 13 years ago
Fix for snippet/kickstart editing via the web interface, where a 'tainted file path' error was thrown More... about 13 years ago
added the single missed $idata.get() item More... about 13 years ago
updated post_install_network_config to use $idata.get(key, "") instead of $idata[key]. This stops rendering issues with the snippet when some keys are missing (for example after an upgrade from 2.0.X to 2.1.0, where a large number of new keys appear to have been added.) and prevents us from having to go through all system records and add default values for them. More... about 13 years ago
Take account of puppet_auto_setup in install_post_puppet.py More... about 13 years ago
Take account of puppet_auto_setup in install_pre_puppet.py More... about 13 years ago
Add puppet snippets to sample.ks More... about 13 years ago
Add puppet_auto_setup to settings file More... about 13 years ago
Add snippets/puppet_register_if_enabled More... about 13 years ago
Add snippets/puppet_install_if_enabled More... about 13 years ago