Commit Graph

12 Commits

Author SHA1 Message Date
Evan Prodromou ef1cb1cc94 explicitly license documentation under CC-BY 3.0 2010-09-03 15:26:25 -04:00
Brion Vibber a29c19b4de Ticket #2273: Fix bookmarklet with URls with special characters
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.
2010-04-03 10:08:13 -07:00
Sarven Capadisli ea18b235de Using proper characters for quotes for bookmarklet 2009-11-06 10:47:21 +01:00
Sarven Capadisli 2c1af973bb Fixed bookmarklet URL 2009-10-29 13:37:05 +01:00
Sarven Capadisli 47c659a1ba Updated bookmarklet styles 2009-10-29 13:31:56 +01:00
Sarven Capadisli f0abc0fe15 Updated bookmarklet. Created its own action 2009-10-29 13:18:51 +01:00
Sarven Capadisli b46d2e7fe0 Markdown is not necessary 2009-09-10 17:52:51 +00:00
Craig Andrews 3504ef5721 Fix HTML validation 2009-09-10 12:11:33 -04:00
Sarven Capadisli 420c94e7d3 Using encodeURIComponent for document.title 2009-04-08 20:36:50 +00:00
Sarven Capadisli 1ac66b3996 Using 800px width and using document.title if no text is selected. 2009-04-08 19:59:59 +00:00
Robin Millette 60245f6a27 bookmarklet now uses non-fancy URLs to make sure it works in all cases. 2009-04-08 04:10:58 +00:00
Robin Millette bd52139436 bookmarklet inspired by wordpress press this. 2009-04-05 00:46:39 +00:00