0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make groupStart groupEnd calls smarter about multi-part asynch tests More... almost 15 years ago
If remote is not initialized with a url, it does not attempt an rpc request. More... almost 15 years ago
Update constants used by web ui. More... almost 15 years ago
Update ScriptLoader in index.html. WebUI initializes with Config and Remote. Test processing torrents by slice. More... almost 15 years ago
Invoking start on a running timer has no effect, timer continues running normally. More... almost 15 years ago
Include link to run solo tests More... almost 15 years ago
Transmission.Remote is initialized with url. More... almost 15 years ago
Tweak character order of function-closing sigil to fit my brain a little better More... almost 15 years ago
Create config model which serves as a namespace for storing values relating to behavior of the web interface More... almost 15 years ago
Expose all constants to javascript as another javascript constant. More... almost 15 years ago
Moved events.js to src/lib More... almost 15 years ago
Modify dom-loaded sigil to work with multiple script loaders. More... almost 15 years ago
Eliminate remnant of preserve_order boolean, all multi-script loads are considered ordered. More... almost 15 years ago
Fix up loading multiple script files asynchronously via xhr. More... almost 15 years ago
Remote requestAllTorrentIds no longer takes a callback. More... almost 15 years ago
Add methods to MockXmlHttpRequest for mocking different server response codes and response headers. Add convenience wrapper for mocking valid server-generated JSON. More... almost 15 years ago
Refactor Transmission.Remote callback to use event dispatch More... almost 15 years ago
Event Dispatcher defers execution of callbacks to prevent JavaScript thread-locking More... almost 15 years ago
Start testing WebUI calls to (mock) remote. More... almost 15 years ago
Get specific Torrent from TorrentListManager More... almost 15 years ago
Make Transmission.Remote style more idiomatic. Factor RPC call/onSuccess callback to closure-internal method. More... almost 15 years ago
Add torrent id poll interval setting to constants. More... almost 15 years ago
Include MockRemote in test layout. Should probably figure out a better way for a test to specify that it needs a certain mock. More... almost 15 years ago
Initialize Transmission.WebUI with injected Remote to facilitate mocking More... almost 15 years ago
Add mock implementation of Transmission.Remote More... almost 15 years ago
Move mock xmlhttprequest to test/lib, isolate from Spock's Brain More... almost 15 years ago
Use inlined ScriptLoader to load and initialize Transmission WebUI. More... about 15 years ago
Add skeleton implementation and test for UI's markupReady hook More... about 15 years ago
Clean up Rakefile, make compiled app available from Transmission public root. More... about 15 years ago
Add more robust after-load observation for ScriptLoader to facilitate interleaving inline calls to asynch-loaded scripts More... about 15 years ago