]> granicus.if.org Git - transmission/log
transmission
11 years ago(qt) #5270 'Details > Comment field loses selection': fixed
Jordan Lee [Sun, 3 Feb 2013 18:36:10 +0000 (18:36 +0000)]
(qt) #5270 'Details > Comment field loses selection': fixed

11 years ago(qt) plug a handful of minor memory leaks
Jordan Lee [Sun, 3 Feb 2013 12:31:44 +0000 (12:31 +0000)]
(qt) plug a handful of minor memory leaks

11 years ago(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's...
Jordan Lee [Sat, 2 Feb 2013 23:01:33 +0000 (23:01 +0000)]
(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's behavior as the previous commit did for the Qt client

11 years ago(qt) #4076 'free space indicator': try a different approach to the visible torrent...
Jordan Lee [Sat, 2 Feb 2013 22:29:14 +0000 (22:29 +0000)]
(qt) #4076 'free space indicator': try a different approach to the visible torrent count

11 years ago(libT) copyediting: whitespace/indentation
Jordan Lee [Sat, 2 Feb 2013 20:17:52 +0000 (20:17 +0000)]
(libT) copyediting: whitespace/indentation

11 years ago(libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const
Jordan Lee [Sat, 2 Feb 2013 16:31:05 +0000 (16:31 +0000)]
(libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const

11 years ago(libT) copyediting: indentation/whitespace in rpc-server.c
Jordan Lee [Sat, 2 Feb 2013 16:22:21 +0000 (16:22 +0000)]
(libT) copyediting: indentation/whitespace in rpc-server.c

11 years ago(libT) recycle the peer id used for public torrents after N hours of use
Jordan Lee [Sat, 2 Feb 2013 13:42:50 +0000 (13:42 +0000)]
(libT) recycle the peer id used for public torrents after N hours of use

11 years ago(libT) remove pointless tr_session.peer_id variable
Jordan Lee [Sat, 2 Feb 2013 05:31:43 +0000 (05:31 +0000)]
(libT) remove pointless tr_session.peer_id variable

11 years ago(qt) remove console messages that were committed in r13930
Jordan Lee [Sat, 2 Feb 2013 03:51:10 +0000 (03:51 +0000)]
(qt) remove console messages that were committed in r13930

11 years ago(qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported...
Jordan Lee [Fri, 1 Feb 2013 22:40:08 +0000 (22:40 +0000)]
(qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported by rb07

11 years ago(qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree
Jordan Lee [Fri, 1 Feb 2013 22:08:09 +0000 (22:08 +0000)]
(qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree

11 years ago#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace...
Jordan Lee [Fri, 1 Feb 2013 21:02:40 +0000 (21:02 +0000)]
#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace labels to give more context of what the number means

11 years agoin the Qt and GTK+ clients, move the torrent count indicator from the statusbar to...
Jordan Lee [Fri, 1 Feb 2013 20:58:55 +0000 (20:58 +0000)]
in the Qt and GTK+ clients, move the torrent count indicator from the statusbar to the filterbar

11 years ago(libT) #5259 'Minor memory leaks in tr_torrentDeleteLocalData()': cleaner patch sugge...
Jordan Lee [Fri, 1 Feb 2013 19:21:38 +0000 (19:21 +0000)]
(libT) #5259 'Minor memory leaks in tr_torrentDeleteLocalData()': cleaner patch suggested by cfpp2p

11 years ago(libT) when unable to run locale-specific json tests, give a hint in the terminal...
Jordan Lee [Fri, 1 Feb 2013 06:11:41 +0000 (06:11 +0000)]
(libT) when unable to run locale-specific json tests, give a hint in the terminal about how to remedy that

11 years agochange the test harness' session initialization s.t. we can configure it for per...
Jordan Lee [Fri, 1 Feb 2013 05:57:47 +0000 (05:57 +0000)]
change the test harness' session initialization s.t. we can configure it for per-test needs. Add tests for moving completed torrents when downloadDir is a subdirectory of incompleteDir. (Hi, KyleK)

11 years ago(libT) ensure that tr_torrentVerify()'s completion callback gets invoked even if...
Jordan Lee [Fri, 1 Feb 2013 00:21:30 +0000 (00:21 +0000)]
(libT) ensure that tr_torrentVerify()'s completion callback gets invoked even if it's removed from the verify queue before it gets a chance to run.

11 years agofix r13913 oops: I didn't mean to check in the fail.sh change that only called rename...
Jordan Lee [Thu, 31 Jan 2013 22:00:32 +0000 (22:00 +0000)]
fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test

11 years ago(libT) change the API signature for tr_torrentVerify() s.t. client code can be notifi...
Jordan Lee [Thu, 31 Jan 2013 21:58:25 +0000 (21:58 +0000)]
(libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished

11 years ago(libT) fix dangling pointer in tor->currentDir when reloading a .resume file from...
Jordan Lee [Thu, 31 Jan 2013 21:57:08 +0000 (21:57 +0000)]
(libT) fix dangling pointer in tor->currentDir when reloading a .resume file from disk

11 years ago(libT) maybe fix removed-file-found issue reported by Lacrocivious
Jordan Lee [Thu, 31 Jan 2013 19:07:34 +0000 (19:07 +0000)]
(libT) maybe fix removed-file-found issue reported by Lacrocivious

11 years ago(libT) fix a filesystem sync issue in rename-test, reported by Lacrocivious
Jordan Lee [Thu, 31 Jan 2013 18:20:37 +0000 (18:20 +0000)]
(libT) fix a filesystem sync issue in rename-test, reported by Lacrocivious

11 years ago(libT) add assertions to check that block-writing functions are only invoked in the...
Jordan Lee [Thu, 31 Jan 2013 17:39:06 +0000 (17:39 +0000)]
(libT) add assertions to check that block-writing functions are only invoked in the libtransmission thread

11 years agofix oops
Jordan Lee [Thu, 31 Jan 2013 05:11:32 +0000 (05:11 +0000)]
fix oops

11 years agofix a race condition error in move-test
Jordan Lee [Thu, 31 Jan 2013 05:10:08 +0000 (05:10 +0000)]
fix a race condition error in move-test

11 years agofix a race condition error in rename-test
Jordan Lee [Thu, 31 Jan 2013 05:09:19 +0000 (05:09 +0000)]
fix a race condition error in rename-test

11 years agofix race condition triggered in the unit tests by requiring a libtransmission thread...
Jordan Lee [Thu, 31 Jan 2013 05:05:44 +0000 (05:05 +0000)]
fix race condition triggered in the unit tests by requiring a libtransmission thread lock in torrentRemove()

11 years ago(libT) add to rename-tests
Jordan Lee [Wed, 30 Jan 2013 21:26:04 +0000 (21:26 +0000)]
(libT) add to rename-tests

11 years ago(libT) increment the announced downloadCount only when the piece becomes complete.
Jordan Lee [Wed, 30 Jan 2013 20:06:12 +0000 (20:06 +0000)]
(libT) increment the announced downloadCount only when the piece becomes complete.

11 years ago(libT) copyediting: fix whitespace
Jordan Lee [Wed, 30 Jan 2013 20:00:43 +0000 (20:00 +0000)]
(libT) copyediting: fix whitespace

11 years ago(libT) when announcing a magnet link for the first time, send 'left=0'
Jordan Lee [Wed, 30 Jan 2013 19:59:55 +0000 (19:59 +0000)]
(libT) when announcing a magnet link for the first time, send 'left=0'

11 years ago(libT) peer-mgr doesn't care about non-piece data being transferred, so don't notify...
Jordan Lee [Wed, 30 Jan 2013 18:00:03 +0000 (18:00 +0000)]
(libT) peer-mgr doesn't care about non-piece data being transferred, so don't notify it when it happens

11 years agofix r13896 oops
Jordan Lee [Wed, 30 Jan 2013 00:28:53 +0000 (00:28 +0000)]
fix r13896 oops

11 years agosilence unnecessary warning
Jordan Lee [Wed, 30 Jan 2013 00:23:32 +0000 (00:23 +0000)]
silence unnecessary warning

11 years agomore experimentation with the shortTransferString
Jordan Lee [Wed, 30 Jan 2013 00:22:52 +0000 (00:22 +0000)]
more experimentation with the shortTransferString

11 years agowhen sorting by activity and both torrents' upload and download speed is zero, use...
Jordan Lee [Wed, 30 Jan 2013 00:20:51 +0000 (00:20 +0000)]
when sorting by activity and both torrents' upload and download speed is zero, use how many peers we're ready to upload to / download from as a secondary key.

11 years agoonly show ratios to one decimal place
Jordan Lee [Wed, 30 Jan 2013 00:16:20 +0000 (00:16 +0000)]
only show ratios to one decimal place

11 years ago(qt) more futzing with file-tree
Jordan Lee [Mon, 28 Jan 2013 18:20:20 +0000 (18:20 +0000)]
(qt) more futzing with file-tree

11 years ago(qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts...
Jordan Lee [Mon, 28 Jan 2013 07:01:58 +0000 (07:01 +0000)]
(qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files.

11 years ago(qt) remove unused Torrent field 'torrentFile'
Jordan Lee [Mon, 28 Jan 2013 02:12:07 +0000 (02:12 +0000)]
(qt) remove unused Torrent field 'torrentFile'

11 years agosynchronize the Qt and GTK+ client's statusbars, including the new freespace indicato...
Jordan Lee [Sun, 27 Jan 2013 23:05:47 +0000 (23:05 +0000)]
synchronize the Qt and GTK+ client's statusbars, including the new freespace indicator. Make the up/down speed ordering consistent between statusbar and torrent list.

11 years ago(libT) rename internal struct 'tr_torrent_peers' as 'tr_swarm'
Jordan Lee [Sun, 27 Jan 2013 21:03:52 +0000 (21:03 +0000)]
(libT) rename internal struct 'tr_torrent_peers' as 'tr_swarm'

11 years ago(qt) when changing the session's download dir, call session-get to update the freespa...
Jordan Lee [Sun, 27 Jan 2013 21:02:04 +0000 (21:02 +0000)]
(qt) when changing the session's download dir, call session-get to update the freespace value

11 years agouse 'folder' instead of 'directory' in the freespace tooltips
Jordan Lee [Sun, 27 Jan 2013 18:48:59 +0000 (18:48 +0000)]
use 'folder' instead of 'directory' in the freespace tooltips

11 years ago(daemon) #5260 'conflicting documentation for -w argument': fixed.
Jordan Lee [Sun, 27 Jan 2013 18:19:52 +0000 (18:19 +0000)]
(daemon) #5260 'conflicting documentation for -w argument': fixed.

11 years agocopyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Sun, 27 Jan 2013 18:09:49 +0000 (18:09 +0000)]
copyediting: modify more files to the new indentation/whitespace formatting

11 years ago(libT) tweaks to rename-test to give better line numbers on failure in Jenkins
Jordan Lee [Sun, 27 Jan 2013 17:47:38 +0000 (17:47 +0000)]
(libT) tweaks to rename-test to give better line numbers on failure in Jenkins

11 years ago(web) #5214 'add free space indicator': added with patch by taem
Jordan Lee [Sun, 27 Jan 2013 17:41:35 +0000 (17:41 +0000)]
(web) #5214 'add free space indicator': added with patch by taem

11 years ago(qt) #4076 'free space indicator' -- added.
Jordan Lee [Sun, 27 Jan 2013 17:19:51 +0000 (17:19 +0000)]
(qt) #4076 'free space indicator' -- added.

11 years ago(libT) better implementation of move-test
Jordan Lee [Sun, 27 Jan 2013 06:20:39 +0000 (06:20 +0000)]
(libT) better implementation of move-test

11 years ago(libT) #5259 'Minor memory leak in tr_torrentDeleteLocalData()' -- fixed.
Jordan Lee [Sun, 27 Jan 2013 06:19:33 +0000 (06:19 +0000)]
(libT) #5259 'Minor memory leak in tr_torrentDeleteLocalData()' -- fixed.

11 years ago#5146 'seeding complete callback called twice': revert r13627 due to issues described...
Jordan Lee [Sun, 27 Jan 2013 06:02:52 +0000 (06:02 +0000)]
#5146 'seeding complete callback called twice': revert r13627 due to issues described in https://trac.transmissionbt.com/ticket/5146#comment:15

11 years ago(libT) add package-visible API hook for when a block is downloaded. Add unit test...
Jordan Lee [Sat, 26 Jan 2013 23:08:51 +0000 (23:08 +0000)]
(libT) add package-visible API hook for when a block is downloaded. Add unit test to confirm that when the last file finishes downloading, its .part suffix is removed and it's moved from the incomplete to complete dir

11 years agoMove the inspector Rename File context menu item to the bottom of the list.
Mitchell Livingston [Sat, 26 Jan 2013 22:39:32 +0000 (22:39 +0000)]
Move the inspector Rename File context menu item to the bottom of the list.

11 years agomore variables corresponding to properties in FileRenameSheetController
Mitchell Livingston [Sat, 26 Jan 2013 20:11:49 +0000 (20:11 +0000)]
more variables corresponding to properties in FileRenameSheetController

11 years agoadd variables corresponding to properties in FileRenameSheetController
Mitchell Livingston [Sat, 26 Jan 2013 20:05:06 +0000 (20:05 +0000)]
add variables corresponding to properties in FileRenameSheetController

11 years agoexplicitly synthesize variables in FileRenameSheetController
Mitchell Livingston [Sat, 26 Jan 2013 19:59:56 +0000 (19:59 +0000)]
explicitly synthesize variables in FileRenameSheetController

11 years agoremove another subscript usage
Mitchell Livingston [Sat, 26 Jan 2013 19:55:26 +0000 (19:55 +0000)]
remove another subscript usage

11 years agoremove another subscript usage
Mitchell Livingston [Sat, 26 Jan 2013 19:52:08 +0000 (19:52 +0000)]
remove another subscript usage

11 years agoremove two dictionary subscripts
Mitchell Livingston [Sat, 26 Jan 2013 19:46:42 +0000 (19:46 +0000)]
remove two dictionary subscripts

11 years agodon't access NSArrays using subscripts, since that requires the modern runtime
Mitchell Livingston [Sat, 26 Jan 2013 19:42:41 +0000 (19:42 +0000)]
don't access NSArrays using subscripts, since that requires the modern runtime

11 years agoupdate Mac code for logging changes in r13868
Mitchell Livingston [Sat, 26 Jan 2013 19:17:58 +0000 (19:17 +0000)]
update Mac code for logging changes in r13868

11 years ago(qt) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Sat, 26 Jan 2013 01:19:54 +0000 (01:19 +0000)]
(qt) copyediting: modify more files to the new indentation/whitespace formatting

11 years agomake all the log functions/structs/enums use a single 'tr_log' namespace, such as...
Jordan Lee [Fri, 25 Jan 2013 23:34:20 +0000 (23:34 +0000)]
make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive

11 years ago(qt) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 18:54:06 +0000 (18:54 +0000)]
(qt) copyediting: modify more files to the new indentation/whitespace formatting

11 years agomodify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 18:37:11 +0000 (18:37 +0000)]
modify more files to the new indentation/whitespace formatting

11 years agocopyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 06:01:45 +0000 (06:01 +0000)]
copyediting: modify more files to the new indentation/whitespace formatting

11 years ago(qt) #5252 'File-renaming causes QObject::startTimer error': probable fix.
Jordan Lee [Fri, 25 Jan 2013 05:43:22 +0000 (05:43 +0000)]
(qt) #5252 'File-renaming causes QObject::startTimer error': probable fix.

11 years ago(libT) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Thu, 24 Jan 2013 23:59:52 +0000 (23:59 +0000)]
(libT) copyediting: modify more files to the new indentation/whitespace formatting

11 years agobump NEWS
Jordan Lee [Thu, 24 Jan 2013 16:35:43 +0000 (16:35 +0000)]
bump NEWS

11 years ago(libT) #5249 'error parsing json in some locales': fix the bug; the new locale unit...
Jordan Lee [Thu, 24 Jan 2013 16:33:49 +0000 (16:33 +0000)]
(libT) #5249 'error parsing json in some locales': fix the bug; the new locale unit tests in json-test pass now

11 years ago(libT) #5249 'error parsing json in some locales': add unit tests to test for this...
Jordan Lee [Thu, 24 Jan 2013 16:04:09 +0000 (16:04 +0000)]
(libT) #5249 'error parsing json in some locales': add unit tests to test for this bug.

11 years ago(qt) #5248 'fails to create torrent with multiple trackers': patch by rb07
Jordan Lee [Thu, 24 Jan 2013 15:34:45 +0000 (15:34 +0000)]
(qt) #5248 'fails to create torrent with multiple trackers': patch by rb07

11 years ago(libT) unroll decode_hex_string()
Jordan Lee [Thu, 24 Jan 2013 00:53:37 +0000 (00:53 +0000)]
(libT) unroll decode_hex_string()

11 years ago(libT) #1220 'change file and folder names': finish cleaning up the unit test for...
Jordan Lee [Wed, 23 Jan 2013 22:53:58 +0000 (22:53 +0000)]
(libT) #1220 'change file and folder names': finish cleaning up the unit test for calling tr_torrentRenamePath() on an incomplete torrent with .part files

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:43:16 +0000 (22:43 +0000)]
(libT) rename-test tracers

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:30:23 +0000 (22:30 +0000)]
(libT) rename-test tracers

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:20:37 +0000 (22:20 +0000)]
(libT) rename-test tracers

11 years ago(libT) more hacking on the rename + .part unit test
Jordan Lee [Wed, 23 Jan 2013 22:10:40 +0000 (22:10 +0000)]
(libT) more hacking on the rename + .part unit test

11 years ago(libT) fix red herring issue that tr_mkdirp() was setting errno even if the call...
Jordan Lee [Wed, 23 Jan 2013 21:28:35 +0000 (21:28 +0000)]
(libT) fix red herring issue that tr_mkdirp() was setting errno even if the call succeeded. Add tests to confirm the fix.

11 years agocontinuation of previous commit to find out why Jenkins doesn't like the new rename...
Jordan Lee [Wed, 23 Jan 2013 20:59:20 +0000 (20:59 +0000)]
continuation of previous commit to find out why Jenkins doesn't like the new rename unit tests

11 years agoadd temporary verbosity to the rename-test to coax log info out of Jenkins
Jordan Lee [Wed, 23 Jan 2013 20:51:55 +0000 (20:51 +0000)]
add temporary verbosity to the rename-test to coax log info out of Jenkins

11 years ago(qt) #1220: 'change file and folder names': fix Qt renaming issue reported by taem...
Jordan Lee [Wed, 23 Jan 2013 20:44:13 +0000 (20:44 +0000)]
(qt) #1220: 'change file and folder names': fix Qt renaming issue reported by taem in https://trac.transmissionbt.com/ticket/1220#comment:97

11 years ago(libT) #1220 'change file and folder names': add a unit test for the r13837 bugfix...
Jordan Lee [Wed, 23 Jan 2013 20:23:37 +0000 (20:23 +0000)]
(libT) #1220 'change file and folder names': add a unit test for the r13837 bugfix of .part files + tr_torrentRenamePath()

11 years ago(libT) replace errant snprintf() calls with tr_snprintf() calls
Jordan Lee [Wed, 23 Jan 2013 04:28:37 +0000 (04:28 +0000)]
(libT) replace errant snprintf() calls with tr_snprintf() calls

11 years agoMove the rename menu item to the File menu.
Mitchell Livingston [Wed, 23 Jan 2013 03:46:04 +0000 (03:46 +0000)]
Move the rename menu item to the File menu.

11 years agoUse tr_torrentRenamePath() instead of the removed tr_torrentRename()
Mitchell Livingston [Wed, 23 Jan 2013 03:44:47 +0000 (03:44 +0000)]
Use tr_torrentRenamePath() instead of the removed tr_torrentRename()

11 years agomention the updated 'files' and 'name' property after torrent-rename-path
Jordan Lee [Tue, 22 Jan 2013 19:49:57 +0000 (19:49 +0000)]
mention the updated 'files' and 'name' property after torrent-rename-path

11 years ago(qt) #3765 'spanish (LAC) translation': updated translation by rb07
Jordan Lee [Tue, 22 Jan 2013 19:05:32 +0000 (19:05 +0000)]
(qt) #3765 'spanish (LAC) translation': updated translation by rb07

11 years ago(transmission-cli) fix global search-and-replace damage wreaked upon the --help text...
Jordan Lee [Tue, 22 Jan 2013 19:02:13 +0000 (19:02 +0000)]
(transmission-cli) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab
Jordan Lee [Tue, 22 Jan 2013 19:00:40 +0000 (19:00 +0000)]
(qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab

11 years ago(transmission-edit) fix global search-and-replace damage wreaked upon the --help...
Jordan Lee [Tue, 22 Jan 2013 18:59:39 +0000 (18:59 +0000)]
(transmission-edit) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(remote) fix global search-and-replace damage wreaked upon the --help text, reported...
Jordan Lee [Tue, 22 Jan 2013 18:57:01 +0000 (18:57 +0000)]
(remote) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(remote) fix global search-and-replace damage wreaked upon the --help text, reported...
Jordan Lee [Tue, 22 Jan 2013 18:56:15 +0000 (18:56 +0000)]
(remote) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(libT) #1220 'change file and folder names': handle .part file suffixs
Jordan Lee [Tue, 22 Jan 2013 05:58:31 +0000 (05:58 +0000)]
(libT) #1220 'change file and folder names': handle .part file suffixs

11 years ago(libT) #1220 'change file and folder names': add unit tests for renaming a root,...
Jordan Lee [Tue, 22 Jan 2013 05:40:10 +0000 (05:40 +0000)]
(libT) #1220 'change file and folder names': add unit tests for renaming a root, then branch, then leaf in the torrent

11 years ago(libT) #1220 'change file and folder names': add a test to confirm passing tor->info...
Jordan Lee [Tue, 22 Jan 2013 05:06:38 +0000 (05:06 +0000)]
(libT) #1220 'change file and folder names': add a test to confirm passing tor->info.name as the 'oldname' argument works

11 years ago(libT) #1220 'change file and folder names': fold tr_torrentRename() into tr_torrentR...
Jordan Lee [Tue, 22 Jan 2013 04:57:45 +0000 (04:57 +0000)]
(libT) #1220 'change file and folder names': fold tr_torrentRename() into tr_torrentRenamePath(); it's not useful enough on its own to be a separate function

11 years agoWhen renaming a transfer or file, reload the proper tables.
Mitchell Livingston [Tue, 22 Jan 2013 03:54:51 +0000 (03:54 +0000)]
When renaming a transfer or file, reload the proper tables.