Commit Graph

5081 Commits

Author SHA1 Message Date
Andrew Resch 96c399f7f5 Optimize ti_name a touch 2009-05-09 03:42:39 +00:00
Andrew Resch f12f02fff8 Fix #921 detect if user has json-py installed and add dumps and loads attributes to it 2009-05-09 03:18:54 +00:00
Andrew Resch 5b3528c9d1 Torrent name is now changed when the root folder or file is renamed 2009-05-09 03:05:43 +00:00
Andrew Resch 876a01ff84 Fix some debug output when not using utf8 2009-05-09 03:02:11 +00:00
Andrew Resch f7bb2f330b Fix #927 add support for more boost versions 2009-05-09 02:59:42 +00:00
Andrew Resch 00ca3e158b Prevent page headers from moving when adjusting window size 2009-05-08 00:10:03 +00:00
Damien Churchill 3276de91c3 document the methods 2009-05-07 19:14:02 +00:00
Damien Churchill 7e291268bb improve the password convertion methods 2009-05-07 18:02:08 +00:00
Damien Churchill aeb5e8311b don't delete the salt 2009-05-07 17:51:01 +00:00
Damien Churchill 107daa57b5 commit the record after updating it 2009-05-07 17:50:16 +00:00
Damien Churchill af4c73a594 big change to the webui auth system
added converting of old 1.1 config files
added converting of old md5 passwords to sha1
2009-05-07 16:27:22 +00:00
Damien Churchill 2766c103e2 change the config class to return true or false on a save to show whether or not it was successful 2009-05-07 15:32:21 +00:00
Damien Churchill c59857b802 add config_file as a property to the Config class 2009-05-07 15:09:13 +00:00
Damien Churchill 007c9bd2a2 finish implementing the edit trackers window 2009-05-05 22:59:34 +00:00
Damien Churchill da81704b74 remove pointless if 2009-05-05 22:35:25 +00:00
Damien Churchill 1480459019 fix tier whilst adding trackers 2009-05-05 22:33:17 +00:00
Damien Churchill 84b30aa11a add the layouts for the add and edit windows 2009-05-05 21:50:30 +00:00
Damien Churchill 763a422a15 increase window side and add stubs for the add/edit windows 2009-05-05 20:23:10 +00:00
Damien Churchill 83ff72490c load the trackers into the grid 2009-05-05 19:29:04 +00:00
Damien Churchill 712bfcfef1 add edit trackers to the debug list 2009-05-05 19:14:12 +00:00
Damien Churchill caafffb484 remove another space 2009-05-05 19:07:05 +00:00
Damien Churchill b254385666 remove space in the description 2009-05-05 19:04:53 +00:00
Damien Churchill 554181a590 add basic edit trackers window 2009-05-05 18:00:32 +00:00
Damien Churchill 0b1b6d65de update the header 2009-05-05 17:59:38 +00:00
Andrew Resch 9b25b63664 Add Extractor plugin 2009-05-02 02:13:23 +00:00
Andrew Resch 9a94b3719d Some changes to the create_plugin script to work properly with 1.2 2009-05-02 02:11:36 +00:00
Andrew Resch 5b87af0e46 Fix per-torrent move on completed stuff - patch from Plisk 2009-05-02 02:07:11 +00:00
Andrew Resch 32fc0db2e5 Remove duplicate code 2009-05-01 20:21:25 +00:00
Andrew Resch 62b0d0b094 Prevent exception when clicking on the Connect button when no host is selected 2009-05-01 17:28:57 +00:00
Damien Churchill 12dded627e change so INCLUDEDIR not existing in the env won't throw an error 2009-04-30 16:17:50 +00:00
Andrew Resch afeb7cf8b1 Use directories listed in INCLUDEDIRS 2009-04-30 16:15:09 +00:00
Damien Churchill 4c03fad512 change how pages are attached to the preferences window, using the title of the passed in object rather
than having to pass in one
2009-04-30 07:13:23 +00:00
Damien Churchill d09cd4908e tidy up the code attaching the script 2009-04-30 07:12:35 +00:00
Damien Churchill 6669dbb4a0 fix the layout of the options tab 2009-04-29 20:45:07 +00:00
Damien Churchill d011c61971 use list comprehension over lambda 2009-04-29 20:15:56 +00:00
Andrew Resch e856e65db5 Add path tab-complete to the add command 2009-04-29 02:41:10 +00:00
Damien Churchill 96b38188fc add a doc string 2009-04-28 15:59:56 +00:00
Damien Churchill b4e56e923b don't fire the connect event until the client has finished reloading
it's methods
2009-04-28 09:09:08 +00:00
Damien Churchill a579c3b2c7 fix "Expand All" from the context menu 2009-04-28 08:56:03 +00:00
Damien Churchill 68f5afa89c remove comma causing breakage in IE 2009-04-28 08:54:56 +00:00
Damien Churchill d4d7f054f3 remove torrents that are no longer in the update from the grid 2009-04-28 08:39:04 +00:00
Damien Churchill 78b5c06776 improve the torrents grid, updating existing entries rather than just
reloading the whole grid
2009-04-28 08:35:27 +00:00
Andrew Resch 7b72d79d32 Made TrackerIcons a component to prevent trying to get an icon multiple
times
Fixed showing the wrong tracker icon in the TorrentView when the icon 
could not be retrieved from the tracker
2009-04-28 02:35:08 +00:00
Andrew Resch 925dcd43b8 Fix up tab-completion to use the commands 'complete' method 2009-04-28 01:15:12 +00:00
Damien Churchill d4cfebadbc fix adding torrents on windows 2009-04-27 22:19:18 +00:00
Andrew Resch 9ed37e070c Return if bad torrent_info 2009-04-27 22:14:49 +00:00
Damien Churchill f2364b8531 add some test web plugin code 2009-04-27 22:02:26 +00:00
Damien Churchill 16d695f077 enable and disable plugins at start/stop
convert the directories to a list in the lookupresource
2009-04-27 22:01:34 +00:00
Damien Churchill 137d0f8ebf fix the order of the stylesheets 2009-04-27 21:33:50 +00:00
Damien Churchill 154e671ecc rebuild 2009-04-27 21:16:15 +00:00