doadin
294ad9fae1
[Extractor] Add Finding Win 7z Path via Registry
2014-09-24 22:44:18 +01:00
Calum Lind
3f8526160d
[Notifications] Small layout fixes for web page and version bump
2014-08-19 16:30:02 +01:00
omaralvarez
82fb3408ee
[ #1310 ] [Notifications] Add webui prefs page
2014-08-19 16:27:01 +01:00
Calum Lind
4bd4c78969
[WebUI] Update from config upon showing plugin page
2014-08-04 21:59:47 +01:00
Calum Lind
1990bdcb52
Bump version for updated plugins
2014-08-04 21:57:55 +01:00
Luis Omar Alvarez Mures
70bf274974
[ #2478 ] [Blocklist] Add WebUI plugin page
2014-08-04 21:57:55 +01:00
Calum Lind
56bbc90c5b
[ #1290 ] [Execute] Add TorrentRemoved event
2014-08-04 21:57:54 +01:00
Calum Lind
ddde10ec99
[Extractor] Add webui page
2014-08-04 19:09:37 +01:00
Calum Lind
fed5221503
[ #1126 ] [ #2322 ] Emit FinishedEvent after moving storage complete
...
Also changed the Execute and Extractor plugins to process the updated
FinishedEvent functionality.
2014-07-19 23:04:31 +01:00
Calum Lind
5d5edd2639
[ #2238 ] [Scheduler] Fix undefined this.scheduleCells
2014-07-13 23:08:07 +01:00
Calum Lind
3cc43f63a0
Fix #2338 : Spelling mistake with occurred
2013-06-09 02:35:10 +01:00
Calum Lind
d28de71995
Update Extractor plugin description, version and modify log levels
2013-03-26 19:39:47 +00:00
Calum Lind
f107485871
Fix #2290 : Extractor: Dotted filenames being rejected
2013-03-26 18:35:37 +00:00
Calum Lind
7fbe163c24
Extractor: Refactor and fix tar.* issue on windows
2013-02-23 02:07:09 +00:00
Calum Lind
e2e37a83de
Update Extractor with Win32 and extra archives support
...
Also disabled extracting on move_completed enabled torrents and fixed
some other small issues.
2013-02-21 21:58:23 +00:00
Calum Lind
8ba5e78610
Fix #2242 : Notifications: Missing word in torrent finished message
2013-02-04 13:26:07 +00:00
Calum Lind
a3a9cae9f7
Fix #1474 : on_show_prefs hook is not executed immediatly after enabling a plugin
2012-11-27 22:47:03 +00:00
Calum Lind
f79785abf2
Fix #2147 : Missing translations for plugin preferences page
2012-11-27 21:14:02 +00:00
Calum Lind
aa969fd830
Fix #2169 : Add Torrent Dialog 'Download Location' not set correctly when folder typed into Other->Location field
...
Using get_current_folder() in the file chooser will use the default folder when a folder path has been typed into the Location field rather than selected with mouse. The solution is to replace it with get_filename().
2012-10-06 22:54:37 +01:00
John Garland
7b9bca0957
Fix copy pasta fail :(
2012-09-19 22:23:48 +10:00
John Garland
68990b4a3f
Fix execute plugin not working with unicode torrent names
2012-09-16 18:40:53 +10:00
John Garland
8238c63156
Use (documented) formatdate over format_date_time
2012-03-23 19:23:01 +11:00
Calum Lind
4240345daf
Label Plugin: Mark 'Label Options' for translation
2012-03-11 18:40:04 +00:00
Calum Lind
cb9867a26f
Label Plugin: Defer translate No Label text in submenu
2012-03-11 18:26:53 +00:00
Calum Lind
07e166b94a
Label Plugin: Disable menu items for 'All' in sidebar
2012-03-11 18:26:53 +00:00
John Garland
be75d5021b
Execute: log stdout/stderr when command fails
2012-03-02 13:03:01 +11:00
John Garland
b0029517eb
Execute: make running commands asynchronous
...
This prevents deluge from hanging while it waits
for a command to finish.
This also prevents a deadlock from occuring
(c.f. warning at
http://docs.python.org/library/subprocess.html#subprocess.Popen.wait )
2012-03-02 12:57:47 +11:00
John Garland
7020e5ca90
Blocklist: remove default url as it is outdated
2012-02-29 12:21:18 +11:00
John Garland
00ebaae67a
Blocklist: check for updates iff interval > 0
2012-02-29 12:18:24 +11:00
Calum Lind
933f80c01c
Alternative fix for re-enabling plugin issue
2012-02-28 19:29:34 +00:00
Calum Lind
dd3aab1cef
Catch glade object issue when re-enabling Autoadd
...
Found an additional glade object from the previous instance of Autoadd
calling cb_get_config resulting in an exceptions.AttributeError.
This workaround simply checks that get_widget is not None.
2012-02-27 15:29:50 +00:00
Calum Lind
54769fe190
Fix #2044 : Unable to re-enable execute plugin
2012-02-27 15:22:04 +00:00
Calum Lind
fa7edd0bad
Fix plugins not showing enabled in webui
2012-02-26 23:00:06 +00:00
Thomas Hipp
6bc3968ba4
Multiple Magnet links support in autoadd plugin
2012-02-22 18:38:16 +00:00
Thomas Hipp
bbeb11b1e7
Magnet link support in autoadd plugin
...
Check the watch folders for .magnet files which contain valid magnet links
and add them.
2012-02-22 18:38:05 +00:00
Calum Lind
e4840d6b37
tabs to spaces
2012-02-22 15:53:29 +00:00
Calum Lind
88db73e244
More fixes for labels plugin webui
...
Disabled options and remove for filters No Label and All
Removed All from torrent menu
Fixed No Label not working in torrent menu
Bumped version to 0.2
2012-02-22 15:49:49 +00:00
Bobby R. Ward
a359374547
Fix #2035 : If auto_add_trackers is empty, it is an array
2012-02-22 13:55:06 +00:00
Bobby R. Ward
c5e328c3bd
Fix #2036 : new labels are not sorted on torrent right click
2012-02-22 13:35:14 +00:00
Bobby R. Ward
bc425b392a
Convert tabs to spaces in label.js
2012-02-22 13:34:57 +00:00
Calum Lind
836da50f78
Remove orientation property from glade files to fix compatibility warnings
2012-02-16 16:44:15 +00:00
samuel337
754a5a7f8a
Add scheduler plugin page to webui
2012-01-25 01:00:15 +00:00
Calum Lind
8b46ed8bdb
Remove unneeded license from blocklist
2012-01-08 14:03:22 +00:00
Calum Lind
39f648684e
Fix #1961 : Missing 'All' filter option for Label plugin
2012-01-04 18:40:29 +00:00
Pedro Algarvio
1a8aa4b920
Fix #1898 : Email notifications do not include date/time they were sent
2011-11-30 00:05:13 +00:00
Calum Lind
3d813ea1f8
Fix #1905 : No email sent to second email address in Notifications plugin
2011-11-26 14:51:49 +00:00
John Garland
9c4cd86492
Iterate over values not keys (fixes autoadd error)
2011-08-07 15:16:44 +10:00
Calum Lind
e7b5be6a60
Fix #1477 : Execute Plugin should ignore Added events from state file on startup
2011-06-30 22:38:34 +01:00
Calum Lind
7e51c82705
Improved fix for losing Labels upon restart
2011-06-30 22:38:07 +01:00
Calum Lind
f7c21fd87b
Fix #1246 : Losing Labels upon restart
2011-06-27 23:09:08 +01:00