2010-02-23
@tundra
Initial revision
tundra committed on 23 Feb 2010
@tundra
Changed Rename() to ProcessRenameRequests(). ...
tundra committed on 23 Feb 2010
2010-02-17
@tundra
Simplified test mode reporting to only show top level renames and not any consequence backups or skips. ...
tundra committed on 17 Feb 2010
@tundra
Moved checks for existing targets from Rename() to RenameIt(). ...
tundra committed on 17 Feb 2010
@tundra
Began restructuring Rename() and added a new supporting RenameIt() method.
tundra committed on 17 Feb 2010
@tundra
Added -P option to allow user to specify their own escape character.
tundra committed on 17 Feb 2010
2010-02-12
@tundra
Cleaned up and added more forced renaming logic. ...
tundra committed on 12 Feb 2010
2010-02-05
@tundra
More cosmetic cleanup.
tundra committed on 5 Feb 2010
@tundra
Changed -v so it dumps and *continues* - this allows its output to be included in a rename output log.
tundra committed on 5 Feb 2010
@tundra
Minor cosmetic cleanup.
tundra committed on 5 Feb 2010
@tundra
Added logic for dumping test output. ...
tundra committed on 5 Feb 2010
@tundra
Modified ErrorMsg to accept and optional EXIT argument. This gets rid of most of the sys.exit(1)s that littered the code. ...
tundra committed on 5 Feb 2010
@tundra
Rewrote ProcessIncludes() to properly detect all legal forms of the include option on the command line.
tundra committed on 5 Feb 2010
2010-02-04
@tundra
Cleaned up renaming logic to handle old and new stings that contain spaces. ...
tundra committed on 4 Feb 2010
@tundra
Cleaned up the rename code further when handling -r =something.
tundra committed on 4 Feb 2010
@tundra
Added code to observe reqested case sensitivity when renaming. ...
tundra committed on 4 Feb 2010
@tundra
Retooled the renaming algorithm in preparation for adding case-insensitivity.
tundra committed on 4 Feb 2010
2010-02-03
@tundra
Fixed rename logic to only affect the filename portion of the fully qualified pathname string.
tundra committed on 3 Feb 2010
@tundra
Built basic scaffolding for renaming files. ...
tundra committed on 3 Feb 2010
2010-02-02
@tundra
Modified the contents of ORDERBYCMDLINE and ORDERBYALPHA to use fully qualified filenames.
tundra committed on 2 Feb 2010
@tundra
Retooled the way RenameTargets is structured and populated. ...
tundra committed on 2 Feb 2010
@tundra
Restructured RenRequests to be a single dictionary that now lives in the RenameTargets class. ...
tundra committed on 2 Feb 2010
@tundra
Changed TGTSEQFLG to a null string so it doesn't show up in debug output.
tundra committed on 2 Feb 2010
@tundra
More cleanup of debug output for command line and environment info.
tundra committed on 2 Feb 2010
@tundra
Repackaged program options into the ProgramOptions dictionary instead of being separate global variables. ...
tundra committed on 2 Feb 2010
2010-02-01
@tundra
Implemented GetOldNew to properly parse a -r old=new arg, honoring RENSEP.
tundra committed on 1 Feb 2010
2010-01-30
@tundra
Slight code cleanup and abstraction. ...
tundra committed on 30 Jan 2010
@tundra
Changed how environment variable and homepage strings are calculated.
tundra committed on 30 Jan 2010
@tundra
Cleaned up Usage() copyright info and added homepage information.
tundra committed on 30 Jan 2010
@tundra
Minor edit to copyright message.
tundra committed on 30 Jan 2010