Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | Make it impossible to delete self-subscriptions via the API | Zach Copley | |
2009-09-15 | Updated XHR return markup for Realtime plugin | Sarven Capadisli | |
2009-09-14 | Updated Cloudy theme | Sarven Capadisli | |
2009-09-13 | Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs ↵ | Brion Vibber | |
checks. * notice on main installer form checking for $_GET['checklibs'] * notices when seeing which module checks to run * warnings when attempting to load include files | |||
2009-09-13 | Check that 'dl' function is available and usable before trying to call it ↵ | Brion Vibber | |
with error suppression; if it's disabled or unavailable we end up with mysterious failures during installation or loading of libraries. Fixed for StatusNet installer as well as some external libraries that should be fixed upstream if they haven't already been: * PEAR * Auth/OpenID * Auth/Yadis | |||
2009-09-13 | Make 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-13 | Add missing pkeyGet override to the Profile class | Craig Andrews | |
2009-09-13 | Generate ETags for pages which don't specify themselves. | Craig Andrews | |
2009-09-13 | When 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-13 | Set a Vary header with accept-encoding and cookies. | Craig Andrews | |
Fixes http://status.net/trac/ticket/17 | |||
2009-09-13 | Add ChinaMobile as an email to SMS carrier | Craig Andrews | |
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 | |