]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Sarven Capadisli [Sun, 20 Sep 2009 15:14:46 +0000 (15:14 +0000)]
Added realtime streams for all and showstream timelines
Sarven Capadisli [Sun, 20 Sep 2009 11:44:22 +0000 (13:44 +0200)]
No need to call farbtastic.go.js because it was moved to userdesign.go.js
Sarven Capadisli [Sun, 20 Sep 2009 10:55:34 +0000 (12:55 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Craig Andrews [Sun, 20 Sep 2009 02:53:39 +0000 (22:53 -0400)]
Make the infinite scroll plugin have a non-infinite scroll (button click to scroll) mode
Zach Copley [Sun, 20 Sep 2009 01:34:07 +0000 (18:34 -0700)]
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
CiaranG [Sat, 19 Sep 2009 11:09:49 +0000 (12:09 +0100)]
Additional note in Autocomplete plugin readme about private mode
Craig Andrews [Fri, 18 Sep 2009 21:53:06 +0000 (17:53 -0400)]
Blacklist all files and directories in the web root (INSTALLDIR). Much more elegant than manually keep tracking of these invalid usernames.
Craig Andrews [Fri, 18 Sep 2009 21:37:36 +0000 (17:37 -0400)]
Show context link if this notice starts a conversation
Sarven Capadisli [Fri, 18 Sep 2009 17:32:51 +0000 (19:32 +0200)]
Removed trailing single space in author @title
CiaranG [Fri, 18 Sep 2009 07:27:09 +0000 (08:27 +0100)]
Correction to path in README of recaptcha plugin
Craig Andrews [Thu, 17 Sep 2009 18:38:41 +0000 (14:38 -0400)]
Merge remote branch 'cvollick/imDoc' into 0.8.x
Craig Andrews [Thu, 17 Sep 2009 18:38:08 +0000 (14:38 -0400)]
Merge remote branch 'cvollick/userTagPagination' into 0.8.x
Sarven Capadisli [Wed, 16 Sep 2009 16:05:52 +0000 (16:05 +0000)]
Merge branch 'realtime' into 0.8.x
Sarven Capadisli [Wed, 16 Sep 2009 16:04:19 +0000 (16:04 +0000)]
Fixed missing quotes
Evan Prodromou [Wed, 16 Sep 2009 15:57:26 +0000 (11:57 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Wed, 16 Sep 2009 15:57:07 +0000 (11:57 -0400)]
make PiwikAnalytics work a little nicer
Sarven Capadisli [Wed, 16 Sep 2009 13:29:46 +0000 (13:29 +0000)]
Fixed typo
Christopher Vollick [Wed, 16 Sep 2009 09:07:33 +0000 (05:07 -0400)]
Pagination of user/tag was navigating to wrong page.
Fixes bug #1736.
Zach Copley [Tue, 15 Sep 2009 21:40:57 +0000 (14:40 -0700)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources
Craig Andrews [Tue, 15 Sep 2009 21:17:36 +0000 (17:17 -0400)]
304 responses should not have a Content-Length header.
Craig Andrews [Tue, 15 Sep 2009 21:09:47 +0000 (17:09 -0400)]
Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Tue, 15 Sep 2009 21:08:27 +0000 (17:08 -0400)]
Revert "Several fixes to make RabbitMQ a player."
This reverts commit
c04987018cd6c845c6da7a92d9857d8c651f7022 .
Craig Andrews [Tue, 15 Sep 2009 21:08:26 +0000 (17:08 -0400)]
Remove unnecessary Profile::pkeyGet
Thanks for the info, Evan.
Zach Copley [Tue, 15 Sep 2009 19:59:32 +0000 (12:59 -0700)]
Make it impossible to delete self-subscriptions via the API
Sarven Capadisli [Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)]
Updated XHR return markup for Realtime plugin
Sarven Capadisli [Mon, 14 Sep 2009 13:14:48 +0000 (15:14 +0200)]
Updated Cloudy theme
Christopher Vollick [Mon, 14 Sep 2009 12:44:58 +0000 (08:44 -0400)]
Fixed Confusing Typo in Documentation.
Subscribe != Unsubscribe.
Also, my editor added a newline at the end because there wasn't one.
Brion Vibber [Mon, 14 Sep 2009 01:15:49 +0000 (18:15 -0700)]
Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs 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
Brion Vibber [Tue, 1 Sep 2009 23:04:36 +0000 (20:04 -0300)]
Check that 'dl' function is available and usable before trying to call it 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
Craig Andrews [Mon, 14 Sep 2009 01:44:17 +0000 (21:44 -0400)]
Make a new REST service for the autocomplete plugin, significantly reducing the size of the responses. Also enables caching in the browser.
Craig Andrews [Mon, 14 Sep 2009 01:43:29 +0000 (21:43 -0400)]
Add missing pkeyGet override to the Profile class
Craig Andrews [Sun, 13 Sep 2009 21:30:50 +0000 (17:30 -0400)]
Generate ETags for pages which don't specify themselves.
Craig Andrews [Sun, 13 Sep 2009 05:24:57 +0000 (01:24 -0400)]
When viewing a page in https, all links to non-actions (links to CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display.
Fixes http://status.net/trac/ticket/1552
Craig Andrews [Sun, 13 Sep 2009 05:01:31 +0000 (01:01 -0400)]
Set a Vary header with accept-encoding and cookies.
Fixes http://status.net/trac/ticket/17
Craig Andrews [Sun, 13 Sep 2009 04:16:50 +0000 (00:16 -0400)]
Add ChinaMobile as an email to SMS carrier
Craig Andrews [Sun, 13 Sep 2009 04:01:23 +0000 (00:01 -0400)]
Response for request token doesn't contain omb_version
Fixes http://status.net/trac/ticket/681
Sorry it took a year to accept this patch, dho :'-(
Craig Andrews [Sat, 12 Sep 2009 21:11:55 +0000 (17:11 -0400)]
Check if the avatar exists before trying to delete it.
Fixes http://status.net/trac/ticket/1868
Craig Andrews [Sat, 12 Sep 2009 21:06:46 +0000 (17:06 -0400)]
NoticeForm's constructor's inreplyto argument should be optional (defaulting to null)
Craig Andrews [Sat, 12 Sep 2009 20:58:04 +0000 (16:58 -0400)]
Show username in subject of emails
Fixes http://status.net/trac/ticket/1862
Craig Andrews [Sat, 12 Sep 2009 02:37:37 +0000 (22:37 -0400)]
Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails.
Marcel van der Boom [Tue, 8 Sep 2009 20:21:33 +0000 (22:21 +0200)]
Several fixes to make RabbitMQ a player.
* 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
Marcel van der Boom [Tue, 8 Sep 2009 19:48:51 +0000 (21:48 +0200)]
Silence the NOTICE log messages on port not defined, we deal with
that properly, and most of the time it is indeed not define
Craig Andrews [Sat, 12 Sep 2009 00:40:51 +0000 (20:40 -0400)]
The site id was hardcoded inside the plugin code. Instead the piwikid
is used now.
Fixes http://status.net/trac/ticket/1864
Thanks zmf
Craig Andrews [Fri, 11 Sep 2009 01:21:01 +0000 (21:21 -0400)]
If there is no mimetype set, the file shouldn't be considered an enclosure
Craig Andrews [Fri, 11 Sep 2009 01:19:38 +0000 (21:19 -0400)]
Allow @ signs in the path, querystring, and fragment parts of URLs
Craig Andrews [Fri, 11 Sep 2009 01:13:30 +0000 (21:13 -0400)]
Re-use enclosure decision logic to decide if a link gets a paperclip/lightbox popup.
Sarven Capadisli [Thu, 10 Sep 2009 17:52:51 +0000 (17:52 +0000)]
Markdown is not necessary
Craig Andrews [Thu, 10 Sep 2009 16:13:43 +0000 (12:13 -0400)]
Revert "If a shortened URL begins with http://, don't include it in the 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.
Craig Andrews [Thu, 10 Sep 2009 16:11:33 +0000 (12:11 -0400)]
Fix HTML validation
Craig Andrews [Thu, 10 Sep 2009 02:57:15 +0000 (22:57 -0400)]
If a shortened URL begins with http://, don't include it in the shortened url. Saves 7 characters, which is pretty awesome for 140 character max length notices.
Craig Andrews [Wed, 9 Sep 2009 20:57:11 +0000 (16:57 -0400)]
:: isn't a valid IPv6 address for our purposes
Sarven Capadisli [Wed, 9 Sep 2009 11:04:05 +0000 (13:04 +0200)]
Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logos
Sarven Capadisli [Wed, 9 Sep 2009 10:57:27 +0000 (12:57 +0200)]
Updated biz theme.
CiaranG [Tue, 8 Sep 2009 12:25:59 +0000 (13:25 +0100)]
Linkback Plugin: check result properly so failures are not reported as a success in the log. Also logs (debug only) when an attempt is being made
CiaranG [Tue, 8 Sep 2009 10:27:37 +0000 (11:27 +0100)]
Use a non-error-generating array key check to a) improve performance and b) not fill the log file with crud
Craig Andrews [Tue, 8 Sep 2009 02:36:01 +0000 (22:36 -0400)]
Don't "hightlight" search terms (by surrounding them in <strong>$term</strong>) when the term appears in an HTML attribute
Fixes http://status.net/trac/ticket/1852
Sarven Capadisli [Mon, 7 Sep 2009 15:14:05 +0000 (15:14 +0000)]
Setting max width limit to select form control on inbox and outbox pages
Sarven Capadisli [Mon, 7 Sep 2009 14:51:10 +0000 (14:51 +0000)]
Updated identica and default theme to use processing indicator
brenda [Sat, 5 Sep 2009 04:11:38 +0000 (16:11 +1200)]
more info in error message, to help next person who has to debug locales
Sarven Capadisli [Fri, 4 Sep 2009 16:00:25 +0000 (16:00 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Fri, 4 Sep 2009 15:59:27 +0000 (15:59 +0000)]
Updated layout for filter by tag form
Craig Andrews [Fri, 4 Sep 2009 15:30:29 +0000 (11:30 -0400)]
Added additional characters as allowed in URLs.
Craig Andrews [Thu, 3 Sep 2009 22:34:30 +0000 (18:34 -0400)]
Improve OAuth CGI compatibility
Fixes http://status.net/trac/ticket/1822
Reported upstream at http://code.google.com/p/oauth/issues/detail?id=118
Sarven Capadisli [Thu, 3 Sep 2009 19:47:00 +0000 (19:47 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Thu, 3 Sep 2009 19:42:50 +0000 (19:42 +0000)]
Created autofocus method to give focus to an element (primarily a form
control) on page onload.
Updated some of the pages to use autofocus.
Craig Andrews [Thu, 3 Sep 2009 19:30:19 +0000 (15:30 -0400)]
Fix spelling
mEDI [Thu, 3 Sep 2009 17:32:27 +0000 (19:32 +0200)]
add basic auth support for cgi servers on the api (trac #1832)
Craig Andrews [Wed, 2 Sep 2009 17:39:05 +0000 (13:39 -0400)]
Add Tidy requirement to the README
Craig Andrews [Wed, 2 Sep 2009 17:33:54 +0000 (13:33 -0400)]
The 'tidy' extension is a requirement
Fixes http://status.net/trac/ticket/1844
Craig Andrews [Wed, 2 Sep 2009 03:25:20 +0000 (23:25 -0400)]
Merge remote branch 'cvollick/ContactUpdate' into 0.8.x
Christopher Vollick [Thu, 3 Sep 2009 21:57:08 +0000 (17:57 -0400)]
Updated Location of Bug Tracker in Contact Page.
Craig Andrews [Wed, 2 Sep 2009 03:17:45 +0000 (23:17 -0400)]
Allow whitespace before and after the = and require space before the href in <link href="url"> html
Craig Andrews [Wed, 2 Sep 2009 03:02:03 +0000 (23:02 -0400)]
Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just text/html
Zach Copley [Wed, 2 Sep 2009 00:50:41 +0000 (00:50 +0000)]
Better error handling
Zach Copley [Wed, 2 Sep 2009 00:24:30 +0000 (00:24 +0000)]
Fixed bug in which you cannot turn off importing friends timelines flag
Carlos Perilla [Wed, 12 Aug 2009 00:09:51 +0000 (19:09 -0500)]
Let users join and drop group membership from xmpp
Carlos Perilla [Tue, 1 Sep 2009 14:19:10 +0000 (09:19 -0500)]
Fixes foaf notices, use Profile for information that's missing in Remote_profile
Zach Copley [Tue, 1 Sep 2009 19:00:18 +0000 (19:00 +0000)]
Stop requeuing notices not bound for Twitter.
Craig Andrews [Tue, 1 Sep 2009 02:16:49 +0000 (22:16 -0400)]
Allow the oEmbed <link> tag to be split across lines
Craig Andrews [Mon, 31 Aug 2009 19:49:11 +0000 (15:49 -0400)]
Fix typo in Stomp
Thanks Marcel|HSD
Craig Andrews [Mon, 31 Aug 2009 19:33:23 +0000 (15:33 -0400)]
Fix attachment saving
Sarven Capadisli [Mon, 31 Aug 2009 17:53:54 +0000 (17:53 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Mon, 31 Aug 2009 17:52:45 +0000 (17:52 +0000)]
Removed <dl> structure from MailboxAction::showMessage. Same as
committ
e0b877b26c5e93809b2a53b6c46326d5e31fa0e8 .
Craig Andrews [Mon, 31 Aug 2009 14:33:37 +0000 (10:33 -0400)]
Allow :'s in the path, query string, and fragment parts of the url (Mediawiki URLs often do this)
Zach Copley [Sat, 29 Aug 2009 06:20:50 +0000 (06:20 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Sat, 29 Aug 2009 06:20:19 +0000 (06:20 +0000)]
Fix error in log msg format specifier
Evan Prodromou [Fri, 28 Aug 2009 20:35:48 +0000 (13:35 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Fri, 28 Aug 2009 20:35:28 +0000 (13:35 -0700)]
change version to 0.8.2dev
Craig Andrews [Fri, 28 Aug 2009 20:18:05 +0000 (16:18 -0400)]
Add % and ~ as valid characters in the path, querystring, and fragment parts of URLs
Zach Copley [Fri, 28 Aug 2009 17:55:58 +0000 (17:55 +0000)]
Take out unnecessary defines
Evan Prodromou [Fri, 28 Aug 2009 17:42:34 +0000 (10:42 -0700)]
Status_network had wrong ini file
Evan Prodromou [Fri, 28 Aug 2009 15:43:28 +0000 (08:43 -0700)]
fix 'callback_helper'
Evan Prodromou [Fri, 28 Aug 2009 13:13:47 +0000 (06:13 -0700)]
stutuses -> statuses
Evan Prodromou [Fri, 28 Aug 2009 13:10:46 +0000 (06:10 -0700)]
Merge branch 'testing' of git@gitorious.org:laconica/mainline into testing
Brenda Wallace [Fri, 28 Aug 2009 08:00:55 +0000 (20:00 +1200)]
fix for SQL error: ERROR: syntax error at or near ")" at character 45
http://laconi.ca/trac/ticket/1735
Zach Copley [Fri, 28 Aug 2009 07:03:32 +0000 (07:03 +0000)]
Merge branch 'twitter-basic-auth' into 0.8.x
Zach Copley [Fri, 28 Aug 2009 07:02:27 +0000 (07:02 +0000)]
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth
Zach Copley [Fri, 28 Aug 2009 06:00:30 +0000 (06:00 +0000)]
Abstract the Twitter basic auth stuff into its own client class
Zach Copley [Fri, 28 Aug 2009 04:36:47 +0000 (04:36 +0000)]
Renable basic auth posting to Twitter for users who already have a bridge setup