summaryrefslogtreecommitdiff
path: root/doc-src
AgeCommit message (Collapse)Author
2010-09-03explicitly license documentation under CC-BY 3.0Evan Prodromou
2010-04-20Ticket #2291: fix typo in SMS docBrion Vibber
2010-04-03Ticket #2273: Fix bookmarklet with URls with special charactersBrion 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.
2010-01-06Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; ↵Evan Prodromou
nobody likes being told what they can't do!" This reverts commit 5d9a2eb17e3f6e3bc73b5aa80625a365761b6689. These are commands that are/were implemented by Twitter, and we don't (yet) implemented. People will be looking for that information.
2010-01-06Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes ↵Brion Vibber
being told what they can't do! Also broke up the localized help message into line-by-line pieces to ease translation maintenance.
2009-12-22Ticket 2083: use site.textlimit setting instead of hardcoding 140 into ↵Brion Vibber
documentation
2009-11-28Ticket 2038: fix bad bug tracker linkBrion Vibber
2009-11-08Fix typo in doc/badge (bug 1958)Brion Vibber
2009-11-06Using proper characters for quotes for bookmarkletSarven Capadisli
2009-10-29Fixed bookmarklet URLSarven Capadisli
2009-10-29Updated bookmarklet stylesSarven Capadisli
2009-10-29Updated bookmarklet. Created its own actionSarven Capadisli
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php
2009-09-14Fixed Confusing Typo in Documentation.Christopher Vollick
Subscribe != Unsubscribe. Also, my editor added a newline at the end because there wasn't one.
2009-09-10Markdown is not necessarySarven Capadisli
2009-09-10Fix HTML validationCraig Andrews
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php lib/twitter.php
2009-09-03Updated Location of Bug Tracker in Contact Page.Christopher Vollick
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
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-25update doc-src with StatusNet, status.netEvan Prodromou
2009-08-21remove openid menu item from help menuEvan Prodromou
2009-08-21move openid docs to OpenID plugin dirEvan Prodromou
2009-08-07Fixed Escaping in SMS Doc.Christopher Vollick
In the SMS doc there were literal '<', '>' characters. Now there aren't.
2009-08-05fixed double 'get' typeanontwit
2009-08-05updated IM docs with new commandsanontwit
2009-06-20focus on microbloggingEvan Prodromou
2009-06-20reformat for MarkdownEvan Prodromou
2009-06-20Add original of Wordpress.com TOSEvan Prodromou
2009-04-08Using encodeURIComponent for document.titleSarven Capadisli
2009-04-08Using 800px width and using document.title if no text is selected.Sarven Capadisli
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-08bookmarklet now uses non-fancy URLs to make sure it works in all cases.Robin Millette
2009-04-07add bookmarklet to main helpEvan Prodromou
2009-04-05bookmarklet inspired by wordpress press this.Robin Millette
2009-02-20New doc page for Identi.ca badge and minor updates to badge's jsZach Copley
2009-02-10Moved /doc/ to /doc-src/Evan Prodromou
Moved the doc/ dir to /doc-src/ so that the actual markdown files aren't substituted for the docs.