Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-24 | Improve the rest and start everything from start_mx | Tomas Touceda | |
2013-02-17 | Add update mechanism to config files to allow new default configs to be pushed | Isis Lovecruft | |
to the git repo later without breaking past versions. | |||
2013-02-16 | Fix discovery of xdg .config directory on *nix systems, and use that path for | Isis Lovecruft | |
our config file if it exists. | |||
2013-02-16 | Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy' to the | Isis Lovecruft | |
default config creation template. | |||
2013-02-16 | Moved client platform detection code to leap/mx/util/config.py. | Isis Lovecruft | |
* Remove extraneous storage.Storage() initializations. * Autosetup calls to config._get_config_location based on whether config.filename has been set elsewhere. | |||
2013-02-16 | Fix imports in leap/mx/util/config.py to reflect move of util/ directory, and | Isis Lovecruft | |
setup default config storage.Storage() modified dictionary objects for YAML configs. | |||
2013-02-16 | Fix imports in leap/mx/util/config.py to not import all of os. | Isis Lovecruft | |
2013-02-15 | Module directory layout changes, with corresponding __init__.py changes. | Isis Lovecruft | |