summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-10Allow @ signs in the path, querystring, and fragment parts of URLsCraig Andrews
2009-09-10Re-use enclosure decision logic to decide if a link gets a ↵Craig Andrews
paperclip/lightbox popup.
2009-09-10Markdown is not necessarySarven Capadisli
2009-09-10Revert "If a shortened URL begins with http://, don't include it in the ↵Craig Andrews
shortened url. Saves 7 characters, which is pretty awesome for 140 character max length notices." This reverts commit e2848eb8621dd645fa68cb1641c0af1df5530408. Downstream consumers of our notices (such as Friendfeed, Facebook, etc) don't have sophisticated URL detection, so a notice that reads: "check out ur1.ca/1" won't be linked. So the http:// prefix is mandatory.
2009-09-10Fix HTML validationCraig Andrews
2009-09-09If a shortened URL begins with http://, don't include it in the shortened ↵Craig Andrews
url. Saves 7 characters, which is pretty awesome for 140 character max length notices.
2009-09-09:: isn't a valid IPv6 address for our purposesCraig Andrews
2009-09-09Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logosSarven Capadisli
2009-09-09Updated biz theme.Sarven Capadisli
2009-09-08Linkback Plugin: check result properly so failures are not reported as a ↵CiaranG
success in the log. Also logs (debug only) when an attempt is being made
2009-09-08Use a non-error-generating array key check to a) improve performance and b) ↵CiaranG
not fill the log file with crud
2009-09-07Don't "hightlight" search terms (by surrounding them in ↵Craig Andrews
<strong>$term</strong>) when the term appears in an HTML attribute Fixes http://status.net/trac/ticket/1852
2009-09-07Setting max width limit to select form control on inbox and outbox pagesSarven Capadisli
2009-09-07Updated identica and default theme to use processing indicatorSarven Capadisli
2009-09-05more info in error message, to help next person who has to debug localesbrenda
2009-09-04Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-09-04Updated layout for filter by tag formSarven Capadisli
2009-09-04Added additional characters as allowed in URLs.Craig Andrews
2009-09-03Improve OAuth CGI compatibilityCraig Andrews
Fixes http://status.net/trac/ticket/1822 Reported upstream at http://code.google.com/p/oauth/issues/detail?id=118
2009-09-03Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
control) on page onload. Updated some of the pages to use autofocus.
2009-09-03Fix spellingCraig Andrews
2009-09-03add basic auth support for cgi servers on the api (trac #1832)mEDI
2009-09-02Add Tidy requirement to the READMECraig Andrews
2009-09-02The 'tidy' extension is a requirementCraig Andrews
Fixes http://status.net/trac/ticket/1844
2009-09-01Merge remote branch 'cvollick/ContactUpdate' into 0.8.xCraig Andrews
2009-09-03Updated Location of Bug Tracker in Contact Page.Christopher Vollick
2009-09-01Allow whitespace before and after the = and require space before the href in ↵Craig Andrews
<link href="url"> html
2009-09-01Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just ↵Craig Andrews
text/html
2009-09-02Better error handlingZach Copley
2009-09-02Fixed bug in which you cannot turn off importing friends timelines flagZach Copley
2009-09-01Let users join and drop group membership from xmppCarlos Perilla
2009-09-01Fixes foaf notices, use Profile for information that's missing in Remote_profileCarlos Perilla
2009-09-01Stop requeuing notices not bound for Twitter.Zach Copley
2009-08-31Allow the oEmbed <link> tag to be split across linesCraig Andrews
2009-08-31Fix typo in StompCraig Andrews
Thanks Marcel|HSD
2009-08-31Fix attachment savingCraig Andrews
2009-08-31Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-08-31Removed <dl> structure from MailboxAction::showMessage. Same asSarven Capadisli
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-08-31Allow :'s in the path, query string, and fragment parts of the url ↵Craig Andrews
(Mediawiki URLs often do this)
2009-08-29Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xZach Copley
2009-08-29Fix error in log msg format specifierZach Copley
2009-08-28Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-28change version to 0.8.2devEvan Prodromou
2009-08-28Add % and ~ as valid characters in the path, querystring, and fragment parts ↵Craig Andrews
of URLs
2009-08-28Take out unnecessary definesZach Copley
2009-08-28Status_network had wrong ini fileEvan Prodromou
2009-08-28fix 'callback_helper'0.8.1Evan Prodromou
2009-08-28stutuses -> statusesEvan Prodromou
2009-08-28Merge branch 'testing' of git@gitorious.org:laconica/mainline into testingEvan Prodromou