History for tren / tren.py
2010-03-10
@tundra
Implemented the /RAND/ replacement token.
tundra committed on 10 Mar 2010
@tundra
Fixed bug that cause the program to ignore iterated changes to the original name.
tundra committed on 10 Mar 2010
@tundra
Implemented basic sequence replacement tokens and their reverses, but without formatting field support.
tundra committed on 10 Mar 2010
2010-03-09
@tundra
Slight code reorganization.
tundra committed on 9 Mar 2010
@tundra
Restructured the literals so that both the File Attribute and Sequence renaming tokens use same strings where they are common. ...
tundra committed on 9 Mar 2010
@tundra
Fixed typo that broke renaming token handling.
tundra committed on 9 Mar 2010
@tundra
Factored the Tile Time renaming token processing code and made it table drive. ...
tundra committed on 9 Mar 2010
2010-03-08
@tundra
Fixed bug in literal constants for mtime renaming tokens.
tundra committed on 8 Mar 2010
@tundra
Redid existing Time Renaming Tokens and implemented all the remaining ones.
tundra committed on 8 Mar 2010
@tundra
Implemented CDATE renaming token.
tundra committed on 8 Mar 2010
@tundra
Fixed bug in Command Execution token processing that prevented the use of absolute path references.
tundra committed on 8 Mar 2010
@tundra
Changed renaming templates: g -> GID, G -> GNAME, L -> LEN, F -> FNAME, u -> UID, U -> UNAME. ...
tundra committed on 8 Mar 2010
2010-03-06
@tundra
Implmenented UID, Uname, GID, and Gname renaming tokens.
tundra committed on 6 Mar 2010
@tundra
Implemented File Length renaming token.
tundra committed on 6 Mar 2010
2010-03-05
@tundra
Implemented Filename renaming token.
tundra committed on 5 Mar 2010
@tundra
Slight error message cleanup.
tundra committed on 5 Mar 2010
@tundra
Implemented logic to catch unknown renaming token types. ...
tundra committed on 5 Mar 2010
@tundra
Implemented /`cmd`/ command execution renaming tokens.
tundra committed on 5 Mar 2010
@tundra
Implemented actual renaming token substitution logic. ...
tundra committed on 5 Mar 2010
@tundra
Added code to __ResolveRenameTokens() to detect renaming tokens in a string, determine their contents, and flag missing delimiters.
tundra committed on 5 Mar 2010
2010-02-26
@tundra
Cosmetic cleanup in preparation for rename token processing. ...
tundra committed on 26 Feb 2010
@tundra
Consolidated all test mode reporting down into __RenameIt() so that -t will also show any required backup operations.
tundra committed on 26 Feb 2010
@tundra
Fixed a bug that occured when multiple renames iterated over the same filename.
tundra committed on 26 Feb 2010
@tundra
First cut at regex-based matching. ...
tundra committed on 26 Feb 2010
@tundra
Added more bounds checking for individual replacement instance values.
tundra committed on 26 Feb 2010
2010-02-25
@tundra
Changed renaming logic to only rename the instances specified on the command line via -i.
tundra committed on 25 Feb 2010
@tundra
Changed -i parsing logic to look for python-style indexes or slice ranges.
tundra committed on 25 Feb 2010
@tundra
Began implementing new logic for selecting replacement "instances". ...
tundra committed on 25 Feb 2010
2010-02-23
@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