Commit graph

5693 commits

Author SHA1 Message Date
John Garland
92afb8ab80 Fix torrent name being blank when root folder is renamed to /
Update changelog (for previous commit as well)
2009-10-30 00:15:22 +00:00
John Garland
eba82457bd Make sure renamed files are utf-8 encoded. 2009-10-30 00:02:25 +00:00
Andrew Resch
099415776d Consider 0 unlimited when displaying limits in the statusbar 2009-10-28 17:43:29 +00:00
Damien Churchill
145f402aa2 fix #990, showing 0 as a limit when it means unlimited in the statusbar 2009-10-28 17:38:35 +00:00
Damien Churchill
d44efe8a66 use tag_build in setup.cfg and change version to rc3 in setup.py 2009-10-28 15:55:19 +00:00
Damien Churchill
1a9f715353 need to actually continue from the loop otherwise another error still occurs 2009-10-28 13:33:27 +00:00
Damien Churchill
2308961a04 create a method to escape all possible forms of newlines in a translation as well as the quotes 2009-10-28 13:24:37 +00:00
Damien Churchill
0cdd779396 remove new lines from any translations and replace them with \n characters so javascript can interupt it 2009-10-27 22:32:31 +00:00
Damien Churchill
db54dada9d fix displaying the protocol speed in the webui
also update the update_ui method in json_api so it gets the status more like how the gtkui does
2009-10-27 11:39:53 +00:00
Damien Churchill
7c5582a21e fix the eta sort order in the webui 2009-10-27 11:16:55 +00:00
Damien Churchill
7055a96930 update the ChangeLog so andar doesn't beat me up
fix displaying tracker urls with & in the url in the gtkui
2009-10-27 11:07:30 +00:00
Damien Churchill
e7a45f6dd1 add < and > escaping to the html escape method 2009-10-27 10:57:47 +00:00
Damien Churchill
ea4dcfbb5e fix actually escaping (foolish me had left it commented out) and also only update if there has been a change 2009-10-27 10:34:07 +00:00
Damien Churchill
5c506121a4 create a simple html escape method and escape the fields in the details tab 2009-10-27 10:26:59 +00:00
Damien Churchill
cc7aaa1ae0 fix a couple of bugs in the M.O.M and fix the options tab and file priorities in the torrent add window (success!) 2009-10-27 10:25:16 +00:00
Damien Churchill
cca2a4ab60 fixes #1046, changing the option name in the ui rather than the core which would break the other uis 2009-10-27 09:12:22 +00:00
Andrew Resch
197027510e Fix #1047 move completed does not work if saving to non default path 2009-10-27 03:08:47 +00:00
John Garland
b12b5a8403 Fix typo in changelog. 2009-10-26 03:10:29 +00:00
Andrew Resch
0b5a0ac9a0 Update translations 2009-10-26 01:54:19 +00:00
Andrew Resch
65e50d1992 Prep 1.2_rc2 release 2009-10-25 23:32:13 +00:00
Damien Churchill
ecd75ba424 modify the M.O.M so the API is practically the same as the O.M, so the only method that accepts an id is changeId 2009-10-25 17:48:28 +00:00
John Garland
694051e876 Fix typo, update plugin info. 2009-10-25 13:42:11 +00:00
Andrew Resch
350c523e7d Fix exception when using the 'halt' command 2009-10-24 19:49:20 +00:00
Andrew Resch
dbece6a6f6 Fix create_plugin.py script 2009-10-24 05:51:26 +00:00
Andrew Resch
5c26a4b1cf Fix #215 ETA sort order 2009-10-24 04:56:10 +00:00
Andrew Resch
475a880dd9 Fix previous commit [5864] 2009-10-24 03:47:35 +00:00
Andrew Resch
b0702e6a6d Fix #799 translate connection status 2009-10-24 02:04:19 +00:00
Andrew Resch
e506147289 Fix starting plugins when the pluginmanager is started 2009-10-23 23:23:38 +00:00
Andrew Resch
3c4144e01a Remove '-dev' tag 2009-10-23 22:08:14 +00:00
Andrew Resch
d4f2c2eda8 Fix possible exception when trying to load pre-1.2 plugins 2009-10-23 01:15:30 +00:00
Andrew Resch
4a996a1b41 Fix 'autostart localhost if needed' option 2009-10-23 01:07:46 +00:00
Damien Churchill
e39d1ab679 fix removing torrents that fail to download when added via url 2009-10-21 20:30:07 +00:00
Damien Churchill
c49ab0c6b1 fix switching the options when a different torrent is selected
fix showing the private flag
2009-10-21 20:15:16 +00:00
Damien Churchill
9c412e8aff fixes to the M.O.M and the options details tab, still not 100% though 2009-10-21 19:48:44 +00:00
Damien Churchill
83f42f5bf8 show the infinity symbol if ratio is less than 0 2009-10-20 22:45:32 +00:00
Damien Churchill
039a41def3 just a slight tweak adding some trac wiki formatting 2009-10-20 22:35:02 +00:00
Damien Churchill
b94060c60d fix setting bandwidth limits via the statusbar 2009-10-20 22:33:18 +00:00
Damien Churchill
33301b3433 fix setting the add options in the mom 2009-10-20 21:53:54 +00:00
Damien Churchill
b9ae412d06 add support for returning all options for an id in the get() method 2009-10-20 21:32:32 +00:00
Andrew Resch
f55bc6c9d8 Add option to create torrent name sub-folders in extract folder
Fix issue where the plugin would not stop extracting files after being disabled
2009-10-19 02:10:43 +00:00
Damien Churchill
511bfd5d84 use os._exit() rather than exit() when forking 2009-10-14 15:53:31 +00:00
Damien Churchill
89f88f3beb big bunch of fixes to the M.O.M along with a couple to the O.M 2009-10-13 16:21:28 +00:00
Damien Churchill
b1b09fbe89 move the parameter type converting into a seperate method 2009-10-13 15:22:24 +00:00
Damien Churchill
07b50730a2 improve the forking code 2009-10-13 15:20:45 +00:00
Damien Churchill
5607e0f6fa change all the 2 space gaps to tabs so vim hightlighting doesn't look irritating 2009-10-13 12:01:20 +00:00
Damien Churchill
9ab638377b add the option to fork the webui 2009-10-13 11:32:40 +00:00
Damien Churchill
4b79ae8280 fix a bug in the connection manager where the host list wasn't refreshed after a host was added 2009-10-13 09:56:49 +00:00
Damien Churchill
f1a1fdb630 update the changelog 2009-10-12 16:46:14 +00:00
Damien Churchill
d1f52a7051 allow setting of the value without firing an event 2009-10-12 16:45:28 +00:00
Damien Churchill
000297dc95 give names to both the radio buttons so they end up in a group (duh) 2009-10-12 16:44:30 +00:00