2010-02-03 |
|
---|---|
2010-02-02 |
Modified the contents of ORDERBYCMDLINE and ORDERBYALPHA to use fully qualified filenames.
tundra
committed
on 2 Feb 2010
|
|
|
Restructured RenRequests to be a single dictionary that now lives in the RenameTargets class.
...
tundra
committed
on 2 Feb 2010
|
|
Changed TGTSEQFLG to a null string so it doesn't show up in debug output.
tundra
committed
on 2 Feb 2010
|
|
More cleanup of debug output for command line and environment info.
tundra
committed
on 2 Feb 2010
|
|
Repackaged program options into the ProgramOptions dictionary instead of being separate global variables.
...
tundra
committed
on 2 Feb 2010
|
|
2010-02-01 |
Implemented GetOldNew to properly parse a -r old=new arg, honoring RENSEP.
tundra
committed
on 1 Feb 2010
|
2010-01-30 |
|
Changed how environment variable and homepage strings are calculated.
tundra
committed
on 30 Jan 2010
|
|
Cleaned up Usage() copyright info and added homepage information.
tundra
committed
on 30 Jan 2010
|
|
Minor edit to copyright message.
tundra
committed
on 30 Jan 2010
|
|
Fixed problem when user specified -I without a space before the filename following as in -Ifile.
tundra
committed
on 30 Jan 2010
|
|
Minor cosmetic change to Usage() output.
tundra
committed
on 30 Jan 2010
|
|
|
|
|
|
|
|
2010-01-29 |
Further slight restructuring of renaming request code.
tundra
committed
on 29 Jan 2010
|
Factored out a common routine, DumpList(), for dumping any list, using any output handler.
...
tundra
committed
on 29 Jan 2010
|
|
Added deletion of unneeded objects at the end of RenameTargets.__init__()
tundra
committed
on 29 Jan 2010
|
|
Added remainder of os.stat() info to RenameTargets for potential sequence renaming token use.
...
tundra
committed
on 29 Jan 2010
|
|
2010-01-28 |
|
Factored and cleaned up sequence building logic in RenameTargets.
...
tundra
committed
on 28 Jan 2010
|
|
Added code to sort entries alphabetically if more than one has same ctime or size.
...
tundra
committed
on 28 Jan 2010
|
|
2010-01-27 |
Fixed sequence list construction to preserve all files that share idential ctimes/sizes.
...
tundra
committed
on 27 Jan 2010
|
Added logic to dump sequence information from rename objects.
tundra
committed
on 27 Jan 2010
|
|
Added logic to more cleanly handle long error and debug messages.
tundra
committed
on 27 Jan 2010
|
|
2010-01-26 |
Began constructing the renaming targets object and associated debug support.
tundra
committed
on 26 Jan 2010
|
2010-01-25 |
Got rid of superfluous DumpState() at end of option parsing.
tundra
committed
on 25 Jan 2010
|
Reintroduced ability to get debug dump as often as we like with multiple command line '-d's.
...
tundra
committed
on 25 Jan 2010
|