Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | explicitly license documentation under CC-BY 3.0 | Evan Prodromou | |
2010-04-03 | Ticket #2273: Fix bookmarklet with URls with special characters | Brion Vibber | |
The tartget page's URL was not being URL-escaped when passed as a parameter into the query string. Result was that any URL-encoded bytes in the link would be unescaped and interpreted as raw UTF-8 when our bookmarklet post target page reads its parameters; this would break 8-bit high characters (eg a Latin-1 %FC turning into a corrupt UTF-8 byte) or reserved chars that needed to be kept escaped (eg a %3F turning into literal ?) Unfortunately as this was a bug in the original bookmarklet's JS code, this'll only fix it for people who grab a fresh copy of the bookmarklet. | |||
2009-11-06 | Using proper characters for quotes for bookmarklet | Sarven Capadisli | |
2009-10-29 | Fixed bookmarklet URL | Sarven Capadisli | |
2009-10-29 | Updated bookmarklet styles | Sarven Capadisli | |
2009-10-29 | Updated bookmarklet. Created its own action | Sarven Capadisli | |
2009-09-10 | Markdown is not necessary | Sarven Capadisli | |
2009-09-10 | Fix HTML validation | Craig Andrews | |
2009-04-08 | Using encodeURIComponent for document.title | Sarven Capadisli | |
2009-04-08 | Using 800px width and using document.title if no text is selected. | Sarven Capadisli | |
2009-04-08 | bookmarklet now uses non-fancy URLs to make sure it works in all cases. | Robin Millette | |
2009-04-05 | bookmarklet inspired by wordpress press this. | Robin Millette | |