summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/omb.php
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-03Pluginize the URL shortenersCraig Andrews
2009-09-02Merge remote branch 'brion/fixlinks' into 0.9.xCraig Andrews
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php lib/twitter.php
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-01fix some double-escaped %s leading to broken links right smack on the main pageBrion Vibber
2009-09-01Typo fix in error case: we probably wanted to call sprintf() not sprint()Brion Vibber
2009-09-01Convert !group tags to #hash tags when bridging outgoing notices to TwitterBrion Vibber
http://status.net/trac/ticket/1672
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-31some typoes in comments that annoyed me, fixed nowBrenda Wallace
2009-08-31fixed up some invalid comment syntax - this is ANSI SQLBrenda Wallace
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-29Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-08-29added missing parts to postgres update, and the config+user_role tables to ↵Brenda Wallace
both upgrade scripts
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