Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | Response for request token doesn't contain omb_version | Craig Andrews | |
Fixes http://status.net/trac/ticket/681 Sorry it took a year to accept this patch, dho :'-( | |||
2009-09-12 | Check if the avatar exists before trying to delete it. | Craig Andrews | |
Fixes http://status.net/trac/ticket/1868 | |||
2009-09-12 | NoticeForm's constructor's inreplyto argument should be optional (defaulting ↵ | Craig Andrews | |
to null) | |||
2009-09-12 | Show username in subject of emails | Craig Andrews | |
Fixes http://status.net/trac/ticket/1862 | |||
2009-09-11 | Add 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-11 | Several 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-11 | Silence the NOTICE log messages on port not defined, we deal with | Marcel van der Boom | |
that properly, and most of the time it is indeed not define | |||
2009-09-11 | The site id was hardcoded inside the plugin code. Instead the piwikid | Craig Andrews | |
is used now. Fixes http://status.net/trac/ticket/1864 Thanks zmf | |||
2009-09-10 | If there is no mimetype set, the file shouldn't be considered an enclosure | Craig Andrews | |
2009-09-10 | Allow @ signs in the path, querystring, and fragment parts of URLs | Craig Andrews | |
2009-09-10 | Re-use enclosure decision logic to decide if a link gets a ↵ | Craig Andrews | |
paperclip/lightbox popup. | |||
2009-09-10 | Markdown is not necessary | Sarven Capadisli | |
2009-09-10 | Revert "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-10 | Fix HTML validation | Craig Andrews | |
2009-09-09 | If 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 purposes | Craig Andrews | |
2009-09-09 | Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logos | Sarven Capadisli | |
2009-09-09 | Updated biz theme. | Sarven Capadisli | |
2009-09-08 | Linkback 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-08 | Use a non-error-generating array key check to a) improve performance and b) ↵ | CiaranG | |
not fill the log file with crud | |||
2009-09-07 | Don'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-07 | Setting max width limit to select form control on inbox and outbox pages | Sarven Capadisli | |
2009-09-07 | Updated identica and default theme to use processing indicator | Sarven Capadisli | |
2009-09-05 | more info in error message, to help next person who has to debug locales | brenda | |
2009-09-04 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-09-04 | Updated layout for filter by tag form | Sarven Capadisli | |
2009-09-04 | Added additional characters as allowed in URLs. | Craig Andrews | |
2009-09-03 | Improve OAuth CGI compatibility | Craig Andrews | |
Fixes http://status.net/trac/ticket/1822 Reported upstream at http://code.google.com/p/oauth/issues/detail?id=118 | |||
2009-09-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli | |
control) on page onload. Updated some of the pages to use autofocus. | |||
2009-09-03 | Fix spelling | Craig Andrews | |
2009-09-03 | add basic auth support for cgi servers on the api (trac #1832) | mEDI | |
2009-09-02 | Add Tidy requirement to the README | Craig Andrews | |
2009-09-02 | The 'tidy' extension is a requirement | Craig Andrews | |
Fixes http://status.net/trac/ticket/1844 | |||
2009-09-01 | Merge remote branch 'cvollick/ContactUpdate' into 0.8.x | Craig Andrews | |
2009-09-03 | Updated Location of Bug Tracker in Contact Page. | Christopher Vollick | |
2009-09-01 | Allow whitespace before and after the = and require space before the href in ↵ | Craig Andrews | |
<link href="url"> html | |||
2009-09-01 | Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just ↵ | Craig Andrews | |
text/html | |||
2009-09-02 | Better error handling | Zach Copley | |
2009-09-02 | Fixed bug in which you cannot turn off importing friends timelines flag | Zach Copley | |
2009-09-01 | Let users join and drop group membership from xmpp | Carlos Perilla | |
2009-09-01 | Fixes foaf notices, use Profile for information that's missing in Remote_profile | Carlos Perilla | |
2009-09-01 | Stop requeuing notices not bound for Twitter. | Zach Copley | |
2009-08-31 | Allow the oEmbed <link> tag to be split across lines | Craig Andrews | |
2009-08-31 | Fix typo in Stomp | Craig Andrews | |
Thanks Marcel|HSD | |||
2009-08-31 | Fix attachment saving | Craig Andrews | |
2009-08-31 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-08-31 | Removed <dl> structure from MailboxAction::showMessage. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url ↵ | Craig Andrews | |
(Mediawiki URLs often do this) | |||
2009-08-29 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Zach Copley | |