0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding an option to load error page contents normally rather than go back to the previous page. More... over 12 years ago
Backing out the last commit. (Couldn't get the hack to work in IE.) More... over 12 years ago
Adding test classes to inlined css and testing with hidden elements to verify inline styles are being applied, falling back to <link> otherwise. More... almost 13 years ago
Adding delegate event support to transition objects for easier use of delegates. More... almost 13 years ago
Adding a callback arg to replaceBlocks as it now includes async operations. More... almost 13 years ago
Making all the new shiny hashsignal features IE compatible. More... almost 13 years ago
Creating a new document for fakeBody to live in. Safari didn't like .innerHTML on an <html> element that wasn't document.documentElement. More... almost 13 years ago
Normalizing indents to 2 spaces, linting. More... almost 13 years ago
Adding X-Hashsignal-Referer header to mimic what Referer would report if serving pages normally. More... almost 13 years ago
Merge pull request #15 from benkotch/master More... almost 13 years ago
Added check for truthiness of matched groups More... almost 13 years ago
Another syntax error. More... almost 13 years ago
Moving title and body updates to before block replacement in case any blocks rely on title or body being up to date. More... almost 13 years ago
Fixing js syntax error (whoops!). More... almost 13 years ago
Making body attr replacement much more robust by creating a fake body dom element and accessing its attributes property instead of parsing out attributes. More... almost 13 years ago
Adding replacement of <body> attributes on each page load. More... almost 13 years ago
Fixing block open comment replacement when the new block has no signature, adding signature-less block to example project. More... almost 13 years ago
Adding failure callback for inline css replacement in case none were successful. More... almost 13 years ago
Improving css inline replacement code. More... almost 13 years ago
Adding option to inline same-domain external stylesheets, upgrading example project to jQuery 1.5 (now required), implementing a cross-domain url checker taken from jQuery. More... almost 13 years ago
Making block signature optional for easier integration with non-django templates. More... almost 13 years ago
Removing old rel directory. It is no longer needed. More... over 13 years ago
Restore special Location.hash handling, accidentally munged in rebase of relative-resolution over master. More... over 13 years ago
Correct selector for form buttons. More... over 13 years ago
Use jQuery 1.4.4 since 1.4.2 has .live bugs in IE; remove dead relative resolution code; support client-requested URL resolution (via callback) More... over 13 years ago
Made relative URLs resolve correctly. More... over 13 years ago
Adding basic documentation. Still need docs for jQuery.hashsignal. More... over 13 years ago
Use A.href, which is absolute per http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html#ID-88517319 ; seems to work cross-browser. Still need abs resolution for form action. More... over 13 years ago
Explicit dataType to help with content sniffing confusion. More... over 13 years ago
Fix string indexing for IE7. More... over 13 years ago