summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-13Make a new REST service for the autocomplete plugin, significantly reducing ↵Craig Andrews
the size of the responses. Also enables caching in the browser.
2009-09-13Add missing pkeyGet override to the Profile classCraig Andrews
2009-09-13Generate ETags for pages which don't specify themselves.Craig Andrews
2009-09-13When viewing a page in https, all links to non-actions (links to CSS, JS, ↵Craig Andrews
etc) should be https. Fixes the mixed content warnings that browsers display. Fixes http://status.net/trac/ticket/1552
2009-09-13Set a Vary header with accept-encoding and cookies.Craig Andrews
Fixes http://status.net/trac/ticket/17
2009-09-13Add ChinaMobile as an email to SMS carrierCraig Andrews
2009-09-13Response for request token doesn't contain omb_versionCraig Andrews
Fixes http://status.net/trac/ticket/681 Sorry it took a year to accept this patch, dho :'-(
2009-09-12Check if the avatar exists before trying to delete it.Craig Andrews
Fixes http://status.net/trac/ticket/1868
2009-09-12NoticeForm's constructor's inreplyto argument should be optional (defaulting ↵Craig Andrews
to null)
2009-09-12Show username in subject of emailsCraig Andrews
Fixes http://status.net/trac/ticket/1862
2009-09-11Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can ↵Craig Andrews
inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails.
2009-09-11Several fixes to make RabbitMQ a player.Marcel van der Boom
* extlib/Stomp.php -spaces for tabs (we're on PEAR, right?) - send: initialize the $properties parameter as array() instead of null this prevents unsetting $headers if $properties was not set (besides that, it's the proper way to initialize an array) - subscribe: insert FIXME's on ActiveMQ specifics - ack: make sure the content-length header is set *and* is zero. I have seen the header set to '3' there but could not find where it came from, this is at least safe. - disconnect: typo in $headers variable - readFrame: use fgets() instead of gets() so that RabbitQ, which is more protocol strict can also play * extlib/Stomp/Frame.php - spaces for tabs - add note on possibly protocol violating linefeed * extlib/Stomp/Message.php - space for tabs - add content-length header for message * lib/stompqueuemanager.php - use the notice for logging, not the frame
2009-09-11Silence the NOTICE log messages on port not defined, we deal withMarcel van der Boom
that properly, and most of the time it is indeed not define
2009-09-11The site id was hardcoded inside the plugin code. Instead the piwikidCraig Andrews
is used now. Fixes http://status.net/trac/ticket/1864 Thanks zmf
2009-09-10If there is no mimetype set, the file shouldn't be considered an enclosureCraig Andrews
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