0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fixes: - The "Refresh show list" refreshed the guide, but that was never reflected in the list of available shows unless you closed and reopened the send show window. Fixed by moving the code that fills the show select to its own function and invoking it when the data is available. - Some times the show send window could end up receiving multiple lists of shows, and it only took the first ones that came in. So, if it was expecting 3 show lists and it gets six, it might end up only processing a subset of the replays because one of them came back twice before another one came back at all. Fixed by making the "addClient" calls not add people more than once. More... over 15 years ago
- moved new image into the script - made ivs tester URL configurable More... almost 16 years ago
changed new unsafeWindow.DOMParser() to new DOMParser() This change is required for Firefox 3 and appears to be compatible with Firefox 2.0.0.15 More... almost 16 years ago
Added hdonzis' changes to enable this to work on IE More... over 16 years ago
Added website HTML and images so we can version appropriately More... over 16 years ago
Release 0.11 candidate - Added section to config box to enable/disable and change the threshold for near-match. The threshold is a number between 1 and 10000, 10000 being an exact match and 5000 being a 50% match (meaning 50% of the letters are the same, in the same positions). Making the threshold very low (like 1) will result in even a single letter match being chosen. More... over 16 years ago
Moved the refresh of the show list into the Send Show window, since that's the only place we use it. It now also brings up a status pane that blocks out the entire window until it's done, so that people can't send until the show data is consistent. More... over 16 years ago
added "near match" support for show and episode select lists (this can be disabled through about:config with USE_NEAR_MATCH) More... over 16 years ago
Changes to the my poopli linker to fix UI bugs (unhighlight navbar entries, change width of table separator cells) More... almost 17 years ago
Integrated Hairston's code for parsing newer HTML, so we can have an official release that includes pause feature. Also set pause and deny to enabled by default. Tagged for release 0.10. More... about 17 years ago
- added support for pause/unpause send (not shown by default currently since IVSm XML doesn't report paused state) - added ability to remove deny and pause action buttons More... almost 18 years ago
added working file used to create SendInfo*.gif More... almost 18 years ago
removed icons never or no longer used More... almost 18 years ago
added the source images for these icons that are currently used More... almost 18 years ago
new icons for pause/unpause action More... almost 18 years ago
- moved "stalled/active" logic into the IVSMagicShowTransfer object as isActive method - fixed bug in "active" field of send summary (was including stalled transfers) More... almost 18 years ago
- fix to not include denied transfers in the potential, active, and unstarted counts More... almost 18 years ago
incremented release version More... almost 18 years ago
- added summary info in "send" and "receive" headers - added "delete" function More... almost 18 years ago
- added ability to show/hide unstarted shows - added refreshing cause tracing - fixed config box positioning to move with page More... almost 18 years ago
updated to match poopliivsmagic.user.js,v 1.48 More... about 18 years ago
made line count for misc info configurable (with 2 lines, the popup goes off screen for me with many episodes) More... about 18 years ago
updated tag to release 0.8 More... about 18 years ago
one final change to the drop down appearance and created config for style of MISC_INFO portion of drop down More... about 18 years ago
corrected abnormally high logging level More... about 18 years ago
- pretty up the drop down a bit - fix reparsing MISC_INFO (now stored as attribute) - use indexOf instead of search when no special regular expression matching is needed (fixing problem with parenthesis in show title) - reworked Util and LogLevel to be more like Java's "static" More... about 18 years ago
Minor changes: - Sorted episodes by episode title in "send show" drop-down. Ideally we could also sort by date, but right now we don't get enough XML to easily do this. - Changed formatting of episode information to de-emphasize the extra information (i.e. everything except episode title (or description) is a smaller font.) - Split information into multiple lines to make Episode drop-down narrower. In combination with the smaller font, looks pretty good. - Changed parsing of show name/episode name to fix yet another apostrophy problem More... about 18 years ago
release More... about 18 years ago
- "hide window" now persisted - added source Replay name, show date, etc to send show list (currently includes a block of unparsed data from IVSm) More... about 18 years ago
- Added log level initialization, and passing of log levels to GM_log - fixed problem with weird 0xFFFD apostrophe characters in show names More... about 18 years ago