6069 Commits

Author SHA1 Message Date
Damien Churchill
01bb9c4df5 initial commit of the big javascript refactor 2010-03-28 03:45:01 +01:00
Andrew Resch
46a6576c68 Fix test_component to properly return deferreds from it's test methods 2010-03-27 19:43:42 -07:00
Andrew Resch
0182641bbb Use the python diff for *.py 2010-03-27 18:51:50 -07:00
Damien Churchill
e939f17654 fix updating the peers grid 2010-03-27 15:00:48 +00:00
Damien Churchill
17903c78d4 update the sorter to point to the correct function 2010-03-27 15:00:47 +00:00
Damien Churchill
676c59c318 rename Deluge.Sorters to Deluge.data.SortTypes and reflect this within the file 2010-03-27 15:00:47 +00:00
Damien Churchill
4ec10575f3 fix the records names to match the json object we receieve 2010-03-27 15:00:47 +00:00
Damien Churchill
323638a751 add a new namespace for data records, Deluge.data
rename Deluge.Torrent to Deluge.data.Torrent
add new file Deluge.data.Peer that contains records in the Peers grid
add a singleton that contains sort functions
2010-03-27 15:00:47 +00:00
John Garland
ce0dc49572 Update .gitignore file to work with git <= 1.6 2010-03-27 17:28:44 +11:00
Andrew Resch
3f0edee17a Add win32 files from 1.2-stable to keep in sync 2010-03-26 13:14:51 -07:00
Andrew Resch
ea65974dc2 Remove old win32 files 2010-03-26 13:13:58 -07:00
Andrew Resch
ddd0f40d4c Add .gitattributes file 2010-03-26 13:12:30 -07:00
Andrew Resch
12b2f47762 Merge branch 'master' of deluge-torrent.org:deluge 2010-03-26 13:10:58 -07:00
Andrew Resch
250471fe47 Add .gitignore file 2010-03-26 13:10:35 -07:00
Chase Sterling
1a26287a5a Merge branch 'master' into autoadd
Conflicts:
	deluge/plugins/pluginbase.py
2010-03-26 11:16:03 -04:00
Andrew Resch
5c42cfbf64 Fix pluginbase 2010-03-25 15:01:15 -07:00
Chase Sterling
1cfc4f522e Merge branch 'master' into autoadd 2010-03-25 17:56:20 -04:00
Andrew Resch
73db03a33b Fix up some docstrings 2010-03-25 14:43:15 -07:00
Chase Sterling
efe2c06347 remove some useless code 2010-03-25 17:41:15 -04:00
Chase Sterling
53fd0a57ee add quotes around attribute name 2010-03-25 15:55:01 -04:00
Chase Sterling
017d1e058e autoadd plugin will now transfer settings from core autoadd folder 2010-03-25 15:30:54 -04:00
Andrew Resch
e7e480cf3e Fix up some docstrings 2010-03-25 12:01:40 -07:00
Andrew Resch
c978c6d016 Fix test_alertmanager 2010-03-25 11:47:05 -07:00
Andrew Resch
8fb56f0410 Update versions in the man files 2010-03-25 10:49:51 -07:00
Chase Sterling
211d0bee5d Added autoadd plugin 2010-03-25 12:03:36 -04:00
Andrew Resch
e7c7b8f4db Fix typo 2010-03-24 22:55:45 -07:00
Andrew Resch
78f9f22a40 Raise a KeyError exception if trying to stop a component that hasn't
isn't registered
2010-03-24 22:52:03 -07:00
Andrew Resch
c8f2173a04 Use a hack to get the version instead of relying on pkg_resources. This allows the docs to be built without having to install deluge. 2010-03-24 15:36:28 -07:00
Andrew Resch
256ae0745c Update year 2010-03-24 14:29:17 -07:00
Andrew Resch
8dad06cfbd Fix some typos 2010-03-24 14:17:58 -07:00
Andrew Resch
b8270be10f Add ability for plugins to set their component update interval by
setting a 'update_interval' value in their object.
2010-03-24 13:29:41 -07:00
Andrew Resch
afbca066d7 Fix typo in super call 2010-03-24 13:24:04 -07:00
Damien Churchill
ee8531aa24 update the debug and compressed js files 2010-03-24 18:04:06 +00:00
Damien Churchill
7d27b847fb remove unrequired attributes from the button configs 2010-03-24 18:03:38 +00:00
Damien Churchill
73ec9b0338 Fix the progress bars for directories, was calculating the progress incorrectly 2010-03-23 23:45:52 +00:00
Damien Churchill
4005003003 remove the last of the resources that used absolute paths and move them to css with relative paths 2010-03-23 23:20:03 +00:00
Damien Churchill
3e4f2f94dd fix the progress bar usage 2010-03-23 14:36:34 +00:00
Damien Churchill
d39b5bd071 fix the name for the add window instance 2010-03-23 11:09:49 +00:00
Andrew Resch
52ea19249c Fix issue where plugins would try to be stopped after they have been
deregistered
2010-03-22 19:59:11 -07:00
John Garland
a93bbc35a1 Merged test_versionsplit.py into test_common.py 2010-03-22 18:16:17 +11:00
John Garland
79ab0f118f Add test case for deluge/common.py 2010-03-22 18:11:21 +11:00
Andrew Resch
9d13b17a3c Fix VersionSplit comparison to do a proper compare and not simply
against the version strings
2010-03-21 15:57:53 -07:00
Damien Churchill
6aacc6e75c add 2 extra debug logging statements to the Upload controller 2010-03-21 18:59:05 +00:00
Damien Churchill
c03f519f9a add some base parameter validation 2010-03-21 10:33:02 +00:00
Andrew Resch
c6caae848f Fix another problem with component change 2010-03-20 20:54:36 -07:00
Andrew Resch
5945b24476 Fix pluginmanagerbase using new component module 2010-03-20 19:29:36 -07:00
Andrew Resch
606b623d73 AlertManager will now cancel all pending delayedCalls prior to stopping. 2010-03-20 19:15:33 -07:00
Andrew Resch
16b832f7ab Fix importing libtorrent 2010-03-20 19:15:33 -07:00
Andrew Resch
b0714f625f Rewrite component module to handle deferreds properly
Add test_component
Fix test_core to work with new component module
2010-03-20 19:15:33 -07:00
Damien Churchill
670ad51de1 drop the Config resource and just include it in a script tag on the index page
this allows for dynamic base setting
add support for setting the base via a request header X-Deluge-Header
2010-03-20 14:14:46 +00:00