log

age author description
2010-05-08 Jeff Hammel add assertion that path doesnt exist already
2010-05-08 Jeff Hammel more verbose assertion
2010-05-08 Jeff Hammel * actually write the file
2010-05-08 Jeff Hammel * return the backed-up profile
2010-05-07 Jeff Hammel finish dated backups, untested
2010-05-07 Jeff Hammel add a test to ensure the backup is gone
2010-05-07 Jeff Hammel use correct ConfigParser method
2010-05-07 Jeff Hammel split the string
2010-05-07 Jeff Hammel use only the path element, not the whole tuple
2010-05-07 Jeff Hammel more backup+restore testing
2010-05-07 Jeff Hammel missing :
2010-05-07 Jeff Hammel finish basic restore logic
2010-05-07 Jeff Hammel determine which backup to use from the given date
2010-05-07 Jeff Hammel finish backups listing function and formatting for it
2010-05-07 Jeff Hammel correct variable names
2010-05-07 Jeff Hammel more case corrections
2010-05-07 Jeff Hammel now that we are case sensitive, correct case for getting options
2010-05-07 Jeff Hammel not sure how i committed this again :(
2010-05-07 Jeff Hammel check the correct way to see if the option is there
2010-05-07 Jeff Hammel check for section; of course profile will not be none
2010-05-07 Jeff Hammel * make options case-sensitive
2010-05-07 Jeff Hammel better docstring
2010-05-07 Jeff Hammel dont print None
2010-05-07 Jeff Hammel "in", not what the knights say in holy grail
2010-05-07 Jeff Hammel document datestamp argument
2010-05-07 Jeff Hammel finish backups functionality (to test)
2010-05-07 Jeff Hammel * add write convenience function
2010-05-07 Jeff Hammel * test backup
2010-05-07 Jeff Hammel the variable profiles, not the string
2010-05-07 Jeff Hammel * restore profiles.ini to base in tests
2010-05-07 Jeff Hammel * move exception string to the exception itself
2010-05-07 Jeff Hammel handle hashing for clones only if they are added to profiles.ini
2010-05-07 Jeff Hammel even more cleanup
2010-05-07 Jeff Hammel remove the test clone
2010-05-07 Jeff Hammel test cloning
2010-05-07 Jeff Hammel more cleanup
2010-05-07 Jeff Hammel cleanup
2010-05-07 Jeff Hammel abstract out adding an entry to profiles.ini
2010-05-07 Jeff Hammel * add additional tests
2010-05-07 Jeff Hammel change output format
2010-05-07 Jeff Hammel instantiate a parser
2010-05-07 Jeff Hammel return the right thing, finally
2010-05-07 Jeff Hammel correct syntax error
2010-05-07 Jeff Hammel more verbose asserts
2010-05-07 Jeff Hammel remove lines that somehow snuck in there
2010-05-07 Jeff Hammel dont use any testing framework because they make testing hard
2010-05-06 Jeff Hammel sections, plural
2010-05-06 Jeff Hammel return the full directory path
2010-05-06 Jeff Hammel fix some test failures
2010-05-06 Jeff Hammel all that fuss over a missing "s"
2010-05-06 Jeff Hammel things are being awful; checking in anyway
2010-05-06 Jeff Hammel no need to pass self here
2010-05-06 Jeff Hammel i seriously need to learn to code
2010-05-06 Jeff Hammel correct another typo in manager (why cut+paste is evil)
2010-05-06 Jeff Hammel * hopefully fix tests
2010-05-06 Jeff Hammel * restructure utility functions to do less more efficiently
2010-05-06 Jeff Hammel note what section a a profile is in
2010-05-06 Jeff Hammel more stubbing
2010-05-06 Jeff Hammel * stub adding new profile to configuration
2010-05-06 Jeff Hammel fix two things about hash() usage
2010-05-06 Jeff Hammel remove unused config file
2010-05-06 Jeff Hammel flush out new() function
2010-05-06 Jeff Hammel actually sample 8 random lowercase letters and numbers for the profile hash
2010-05-06 Jeff Hammel stub for a test to create a new profile
2010-05-06 Jeff Hammel instantiate a profile manager in the tests with a stub profiles.ini file
2010-05-06 Jeff Hammel adding stubs for tests
2010-05-06 Jeff Hammel add ProfileManager to outward-facing __init__ file
2010-05-06 Jeff Hammel * update list of public API functions
2010-04-14 Jeff Hammel rework API a bit; the "public" methods are becoming a bit specialized to the command line, which was my fear, so I should probably inherit from ProfileManager to do the interface like I should
2010-04-14 Jeff Hammel various flushing out, deleting old TODOs and making new ones
2010-04-06 Jeff Hammel comments for what to do next
2010-04-06 Jeff Hammel flush out helper functions and list directories
2010-04-06 Jeff Hammel adding better formatting for list
2010-04-05 Jeff Hammel adding listing function and other cleanup
2010-04-05 Jeff Hammel misc tweaks
2010-04-05 Jeff Hammel add README
2010-04-05 Jeff Hammel mucho cleanup on optionparser stuff
2010-04-04 Jeff Hammel initial messy and incomplete strawman prototype for Mozilla (Firefox) profile management