Brion Vibber
0e1be7e01b
Ticket #2291 : fix typo in SMS doc
2010-04-20 10:44:14 +02:00
Brion Vibber
d3e4779748
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:13:32 -07:00
Evan Prodromou
f4fa785fb7
Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes being told what they can't do!"
...
This reverts commit 5d9a2eb17e
.
These are commands that are/were implemented by Twitter, and we don't
(yet) implemented. People will be looking for that information.
2010-01-06 23:24:24 -08:00
Brion Vibber
5d9a2eb17e
Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes being told what they can't do!
...
Also broke up the localized help message into line-by-line pieces to ease translation maintenance.
2010-01-06 14:42:46 -08:00
Brion Vibber
c9c316db7f
Ticket 2083: use site.textlimit setting instead of hardcoding 140 into documentation
2009-12-22 07:03:48 -08:00
Brion Vibber
e6c1dfcc8d
Ticket 2038: fix bad bug tracker link
2009-11-28 15:22:58 -08:00
Brion Vibber
52ab4472b5
Fix typo in doc/badge (bug 1958)
2009-11-08 11:38:33 +01: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
Evan Prodromou
8284b3cb82
Merge branch '0.8.x' into 0.9.x
...
Conflicts:
actions/requesttoken.php
classes/File.php
install.php
lib/noticeform.php
2009-09-23 09:45:22 -04:00
Christopher Vollick
bbab0c1fa6
Fixed Confusing Typo in Documentation.
...
Subscribe != Unsubscribe.
Also, my editor added a newline at the end because there wasn't one.
2009-09-14 08:44:58 -04: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
Craig Andrews
a535ccdc4e
Merge remote branch 'laconica/0.8.x' into 0.9.x
...
Conflicts:
lib/common.php
lib/twitter.php
2009-09-02 16:42:15 -04:00
Christopher Vollick
637182e754
Updated Location of Bug Tracker in Contact Page.
2009-09-03 17:57:08 -04:00
Evan Prodromou
5d09b6b3f0
Merge branch '0.8.x' into 0.9.x
...
Conflicts:
EVENTS.txt
actions/finishremotesubscribe.php
actions/postnotice.php
actions/public.php
actions/remotesubscribe.php
actions/showstream.php
actions/updateprofile.php
actions/userauthorization.php
classes/laconica.ini
lib/common.php
lib/oauthstore.php
lib/omb.php
2009-08-27 11:16:45 -07:00
Evan Prodromou
020ee72943
update doc-src with StatusNet, status.net
2009-08-25 18:23:26 -04:00
Evan Prodromou
fbe99bbd18
remove openid menu item from help menu
2009-08-21 17:01:18 -04:00
Evan Prodromou
8e21e37d70
move openid docs to OpenID plugin dir
2009-08-21 16:46:47 -04:00
Christopher Vollick
63cedb7c31
Fixed Escaping in SMS Doc.
...
In the SMS doc there were literal '<', '>' characters.
Now there aren't.
2009-08-07 09:46:43 -04:00
anontwit
c3a522623c
fixed double 'get' type
2009-08-05 10:58:30 -07:00
anontwit
c19df2dbc2
updated IM docs with new commands
2009-08-05 10:50:27 -07:00
Evan Prodromou
2f991f9396
focus on microblogging
2009-06-20 22:34:05 -07:00
Evan Prodromou
232dac67bd
reformat for Markdown
2009-06-20 22:13:06 -07:00
Evan Prodromou
89bf13d5d6
Add original of Wordpress.com TOS
2009-06-20 21:45:06 -07: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
Evan Prodromou
f21077ce55
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-08 00:15:14 -04: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
Evan Prodromou
5666f0e0bd
add bookmarklet to main help
2009-04-07 22:50:15 -04:00
Robin Millette
bd52139436
bookmarklet inspired by wordpress press this.
2009-04-05 00:46:39 +00:00
Zach Copley
1fdb35bbf1
New doc page for Identi.ca badge and minor updates to badge's js
2009-02-20 17:17:20 -08:00
Evan Prodromou
1a7337f2fd
Moved /doc/ to /doc-src/
...
Moved the doc/ dir to /doc-src/ so that the actual
markdown files aren't substituted for the docs.
2009-02-10 22:33:57 -05:00