Commit Graph

5201 Commits

Author SHA1 Message Date
Damien Churchill 0fa403929a update the docs for the ui common module 2009-07-23 00:42:38 +00:00
Andrew Resch 996d8fd2cc Test commit 2009-07-23 00:27:43 +00:00
Damien Churchill 5f89f5239e add autodoc for ui.common
fix some docstrings in the json_api module
2009-07-23 00:24:07 +00:00
Andrew Resch 94891cb1f6 Test commit 2009-07-23 00:23:48 +00:00
Andrew Resch d7168f5f49 Test commit 2009-07-23 00:20:57 +00:00
Andrew Resch 129f3bb7c7 Test commit 2009-07-23 00:19:43 +00:00
Andrew Resch 1291fd52d1 Test commit 2009-07-23 00:13:54 +00:00
Andrew Resch 41b3d555c3 Test commit 2009-07-23 00:09:13 +00:00
Andrew Resch 3af616adb1 Test commit 2009-07-23 00:07:27 +00:00
Andrew Resch d972a0c951 Test commit 2009-07-23 00:06:44 +00:00
Andrew Resch a29cd7bf1e Test commit 2009-07-23 00:01:21 +00:00
Damien Churchill 5ca119827b update documentation about the webui 2009-07-22 23:53:30 +00:00
Andrew Resch aef0a4616f Don't depend on sphinx to build 2009-07-22 23:52:18 +00:00
Andrew Resch 5278c82580 Add a version for twisted-web too 2009-07-22 23:40:58 +00:00
John Garland a1e41d1fe6 Add required version for twisted. 2009-07-22 23:35:54 +00:00
Andrew Resch 50ba89659c Remove some unncessary code 2009-07-22 23:06:24 +00:00
Andrew Resch ead063e279 Add a 'build_docs' command to build the documentation 2009-07-22 23:04:48 +00:00
Damien Churchill 85c49595ee update the doc string for add_torrent_url 2009-07-22 20:56:08 +00:00
Damien Churchill e5021cdbc8 remove the docs/build folder
revert the removal of the __rpcapi file for auto-generating the rpc api docs
2009-07-22 20:50:06 +00:00
Damien Churchill 46b5e9b406 exclude docs and tests from find_packages also 2009-07-22 20:31:16 +00:00
Damien Churchill f1c192b996 just autodoc the Core and Daemon classes rather than use the RpcApi class 2009-07-22 20:23:16 +00:00
Damien Churchill 063c8b3980 add the deluge remove js script to the debug list
add a css class for the windows icon
2009-07-22 20:11:18 +00:00
Damien Churchill fafe2d3bea add a new window for removing torrents that allows the torrent data to be also removed 2009-07-22 18:57:24 +00:00
Andrew Resch 88c77f063d Update to the latest ez_setup.py 2009-07-21 18:02:49 +00:00
John Garland c9228c99a7 Updated docstring in add_torrent_url.
Wrote test for add_torrent_url which tests sending headers.
2009-07-21 02:45:16 +00:00
Damien Churchill 698d37f535 setup automatically generating the core's rpc api 2009-07-20 10:51:33 +00:00
Damien Churchill 8a25bd4adc add a page on deluge-rpc 2009-07-20 10:25:21 +00:00
Damien Churchill 891bc9df89 use configmanagers get_config_dir rather than get_default_config_dir 2009-07-20 10:08:29 +00:00
Damien Churchill 6bb4d857c2 add some logging showing pkey/cert locations when starting the webserver 2009-07-20 09:57:17 +00:00
John Garland 2591845512 Fix error when trying to install. 2009-07-20 09:41:44 +00:00
Damien Churchill 3c74a8e4bf update the docs, creating a simple structure for user orientated documentation 2009-07-20 09:36:16 +00:00
Damien Churchill 8bb70f1671 rebuild the docs 2009-07-20 09:09:53 +00:00
Damien Churchill c62258fa48 move docs out of the deluge package 2009-07-20 09:02:09 +00:00
Damien Churchill cd7b202d9d moves tests out of the deluge package 2009-07-20 09:01:43 +00:00
Damien Churchill ae5011ec92 setup the build_spinx command 2009-07-20 09:00:47 +00:00
John Garland dcccc3f4de add_torrent_url now uses httpdownloader's download_file.
This also allows it to send request headers.
As a result it can download torrents from sites that require cookies.
2009-07-20 08:47:32 +00:00
Damien Churchill 3a94a33b56 just return the deferred created by httpdownloader 2009-07-20 08:39:46 +00:00
Damien Churchill a2893cc1b7 change download_torrent_from_url to use the httpdownloader module 2009-07-20 08:20:17 +00:00
John Garland e1ee5c3436 Blocklist reader's read() now calls callback with two arguments: start and end.
This will allow us to better detect when a blocklist reader fails to parse an entry.
Renamed is_valid to is_ignored to make the purpose of the function less ambigious.
2009-07-20 04:49:55 +00:00
Damien Churchill 8fbe456410 change BLANK_IMAGE_URL to /images/s.gif rather than http://extjs.com/s.gif
begin converting D.P.D to a class
2009-07-16 13:25:00 +00:00
Damien Churchill 9aec641965 set the mimetype for the documentation 2009-07-16 09:43:36 +00:00
Damien Churchill 45eb817301 make the locations of the pkey/cert configurable 2009-07-16 09:24:55 +00:00
Damien Churchill aa05a27d28 use the same ssl key and certificate as the daemon (will add the option to specify a different one later) 2009-07-16 08:58:05 +00:00
Damien Churchill 0490df5a42 clear the options panel when the add window is closed 2009-07-15 18:56:41 +00:00
Damien Churchill 2450599789 trim the trim variable so there is no decimal point 2009-07-15 18:54:58 +00:00
Damien Churchill 929a501453 remove the borders on the GridPanels 2009-07-15 16:43:42 +00:00
John Garland ba91b6e587 Updated imports.
Added decompresser and reader dicts.
Make import_list actually import list into libtorrent session.
Begin auto-detection of blocklists.
2009-07-15 14:00:57 +00:00
Andrew Resch 4df5fe20ce Use wiki formatting in DEPENDS 2009-07-15 03:06:58 +00:00
Andrew Resch 35136b652d Update README and add a DEPENDS file that lists the dependencies 2009-07-15 02:50:26 +00:00
John Garland e9d7b71fe8 Changed decompressers names.
No longer use new module, decompressers will decorate an un-instantiated class.
2009-07-14 04:59:35 +00:00