Mon, 10 May 2010 13:11:38 -0700 |
Jeff Hammel |
add MPL license
default tip
|
Fri, 07 May 2010 17:49:10 -0700 |
Jeff Hammel |
add assertion that path doesnt exist already
|
Fri, 07 May 2010 17:20:13 -0700 |
Jeff Hammel |
* actually write the file
|
Fri, 07 May 2010 17:09:32 -0700 |
Jeff Hammel |
* return the backed-up profile
|
Fri, 07 May 2010 16:30:34 -0700 |
Jeff Hammel |
finish dated backups, untested
|
Fri, 07 May 2010 16:07:29 -0700 |
Jeff Hammel |
use correct ConfigParser method
|
Fri, 07 May 2010 16:06:05 -0700 |
Jeff Hammel |
split the string
|
Fri, 07 May 2010 15:57:14 -0700 |
Jeff Hammel |
use only the path element, not the whole tuple
|
Fri, 07 May 2010 15:40:45 -0700 |
Jeff Hammel |
missing :
|
Fri, 07 May 2010 14:56:59 -0700 |
Jeff Hammel |
finish basic restore logic
|
Fri, 07 May 2010 14:14:17 -0700 |
Jeff Hammel |
determine which backup to use from the given date
|
Fri, 07 May 2010 12:23:49 -0700 |
Jeff Hammel |
finish backups listing function and formatting for it
|
Fri, 07 May 2010 12:16:05 -0700 |
Jeff Hammel |
correct variable names
|
Fri, 07 May 2010 12:11:47 -0700 |
Jeff Hammel |
more case corrections
|
Fri, 07 May 2010 12:07:11 -0700 |
Jeff Hammel |
now that we are case sensitive, correct case for getting options
|
Fri, 07 May 2010 12:02:33 -0700 |
Jeff Hammel |
check the correct way to see if the option is there
|
Fri, 07 May 2010 11:55:15 -0700 |
Jeff Hammel |
check for section; of course profile will not be none
|
Fri, 07 May 2010 11:52:06 -0700 |
Jeff Hammel |
* make options case-sensitive
|
Fri, 07 May 2010 11:37:41 -0700 |
Jeff Hammel |
better docstring
|
Fri, 07 May 2010 11:27:32 -0700 |
Jeff Hammel |
"in", not what the knights say in holy grail
|
Fri, 07 May 2010 11:24:50 -0700 |
Jeff Hammel |
document datestamp argument
|
Fri, 07 May 2010 11:22:58 -0700 |
Jeff Hammel |
finish backups functionality (to test)
|
Fri, 07 May 2010 09:59:08 -0700 |
Jeff Hammel |
* add write convenience function
|
Fri, 07 May 2010 09:43:35 -0700 |
Jeff Hammel |
* test backup
|
Fri, 07 May 2010 09:26:32 -0700 |
Jeff Hammel |
* restore profiles.ini to base in tests
|
Fri, 07 May 2010 09:06:16 -0700 |
Jeff Hammel |
* move exception string to the exception itself
|
Thu, 06 May 2010 19:05:28 -0700 |
Jeff Hammel |
handle hashing for clones only if they are added to profiles.ini
|
Thu, 06 May 2010 19:02:30 -0700 |
Jeff Hammel |
even more cleanup
|
Thu, 06 May 2010 18:59:48 -0700 |
Jeff Hammel |
test cloning
|
Thu, 06 May 2010 18:56:34 -0700 |
Jeff Hammel |
more cleanup
|
Thu, 06 May 2010 18:55:53 -0700 |
Jeff Hammel |
cleanup
|
Thu, 06 May 2010 18:53:24 -0700 |
Jeff Hammel |
abstract out adding an entry to profiles.ini
|
Thu, 06 May 2010 18:08:08 -0700 |
Jeff Hammel |
* add additional tests
|
Thu, 06 May 2010 18:01:03 -0700 |
Jeff Hammel |
change output format
|
Thu, 06 May 2010 17:52:06 -0700 |
Jeff Hammel |
instantiate a parser
|
Thu, 06 May 2010 17:49:28 -0700 |
Jeff Hammel |
return the right thing, finally
|
Thu, 06 May 2010 16:56:48 -0700 |
Jeff Hammel |
sections, plural
|
Thu, 06 May 2010 16:53:33 -0700 |
Jeff Hammel |
return the full directory path
|
Thu, 06 May 2010 16:51:21 -0700 |
Jeff Hammel |
fix some test failures
|
Thu, 06 May 2010 16:47:12 -0700 |
Jeff Hammel |
things are being awful; checking in anyway
|
Thu, 06 May 2010 15:48:20 -0700 |
Jeff Hammel |
no need to pass self here
|
Thu, 06 May 2010 15:45:33 -0700 |
Jeff Hammel |
i seriously need to learn to code
|
Thu, 06 May 2010 15:43:47 -0700 |
Jeff Hammel |
correct another typo in manager (why cut+paste is evil)
|
Thu, 06 May 2010 15:43:02 -0700 |
Jeff Hammel |
* hopefully fix tests
|
Thu, 06 May 2010 15:36:00 -0700 |
Jeff Hammel |
* restructure utility functions to do less more efficiently
|
Thu, 06 May 2010 15:24:50 -0700 |
Jeff Hammel |
note what section a a profile is in
|
Thu, 06 May 2010 13:02:08 -0700 |
Jeff Hammel |
more stubbing
|
Thu, 06 May 2010 12:42:27 -0700 |
Jeff Hammel |
* stub adding new profile to configuration
|
Thu, 06 May 2010 12:02:14 -0700 |
Jeff Hammel |
fix two things about hash() usage
|
Thu, 06 May 2010 11:23:23 -0700 |
Jeff Hammel |
flush out new() function
|
Thu, 06 May 2010 11:06:59 -0700 |
Jeff Hammel |
actually sample 8 random lowercase letters and numbers for the profile hash
|
Wed, 05 May 2010 17:08:47 -0700 |
Jeff Hammel |
* update list of public API functions
|
Wed, 14 Apr 2010 16:07:20 -0700 |
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
|
Tue, 13 Apr 2010 19:24:52 -0700 |
Jeff Hammel |
various flushing out, deleting old TODOs and making new ones
|
Tue, 06 Apr 2010 10:46:16 -0700 |
Jeff Hammel |
comments for what to do next
|
Tue, 06 Apr 2010 09:19:05 -0700 |
Jeff Hammel |
flush out helper functions and list directories
|
Tue, 06 Apr 2010 08:04:24 -0700 |
Jeff Hammel |
adding better formatting for list
|
Mon, 05 Apr 2010 13:53:22 -0700 |
Jeff Hammel |
adding listing function and other cleanup
|
Mon, 05 Apr 2010 13:10:31 -0700 |
Jeff Hammel |
misc tweaks
|
Mon, 05 Apr 2010 08:55:44 -0700 |
Jeff Hammel |
mucho cleanup on optionparser stuff
|
Sun, 04 Apr 2010 18:49:55 -0400 |
Jeff Hammel |
initial messy and incomplete strawman prototype for Mozilla (Firefox) profile management
|