]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge branch 'testing'
Evan Prodromou [Tue, 8 Feb 2011 16:52:40 +0000 (11:52 -0500)]
Merge branch 'testing'

Conflicts:
plugins/Facebook/facebookaction.php
plugins/Facebook/facebookhome.php
plugins/Facebook/facebookutil.php

13 years agoMake ShowmessageAction not be a subclass of MailboxAction
Evan Prodromou [Tue, 8 Feb 2011 16:33:36 +0000 (11:33 -0500)]
Make ShowmessageAction not be a subclass of MailboxAction

The ShowmessageAction was using the MailboxAction to do its display of
a single direct message. Since we redid the nickname management, this
was breaking (MailboxAction requires a nickname argument,
ShowmessageAction does not, and nickname validation that used to
quietly fail now throws an exception).

I've moved the message list processing to its own widget class, so the
need to subclass MailboxAction has disappeared. I've rewritten this
action to use the MessageListItem widget, and it works fine now.

13 years agocorrectly show the source of messages in a message list
Evan Prodromou [Tue, 8 Feb 2011 16:32:35 +0000 (11:32 -0500)]
correctly show the source of messages in a message list

13 years agoCreate and use MessageList widget
Evan Prodromou [Tue, 8 Feb 2011 16:11:21 +0000 (11:11 -0500)]
Create and use MessageList widget

Our mailbox actions (inbox and outbox) were doing their own display of
messages. This was causing issues with especially showmessage, which
since the more rigourous nickname checks were added, no longer works as
a mailbox subclass.

I've taken the time to rip out the message listing code from MailboxAction
and moved it to a MessageList widget. The different mailboxes now have their
own subclasses that show the correct profile in the list.

13 years agoIssue #3025: string -> boolean for profile_background_tile entry in JSON user results...
Brion Vibber [Mon, 7 Feb 2011 22:38:35 +0000 (14:38 -0800)]
Issue #3025: string -> boolean for profile_background_tile entry in JSON user results from Twitter-compat API

This entry was using the strings 'true' and 'false' instead of literal booleans, which could confuse clients expecting literal booleans as in other places and on Twitter in this place.

13 years agoAdd a brief explanation of what group inbox is at the top of the page (instructions...
Brion Vibber [Mon, 7 Feb 2011 20:39:40 +0000 (12:39 -0800)]
Add a brief explanation of what group inbox is at the top of the page (instructions section), plus a message to show when there are no private messages in the inbox.

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Mon, 7 Feb 2011 20:20:12 +0000 (12:20 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

13 years agoFix group regexes that got missed in Nickname::DISPLAY_FMT update: fixes bug where...
Brion Vibber [Mon, 7 Feb 2011 20:18:41 +0000 (12:18 -0800)]
Fix group regexes that got missed in Nickname::DISPLAY_FMT update: fixes bug where group linking happened, but not actual delivery, when using _underscores_ in the !group_name

13 years agohide feeds from group page if it's private-only
Evan Prodromou [Mon, 7 Feb 2011 19:24:35 +0000 (14:24 -0500)]
hide feeds from group page if it's private-only

13 years agoShow a little indicator for private-only groups
Evan Prodromou [Mon, 7 Feb 2011 19:21:54 +0000 (14:21 -0500)]
Show a little indicator for private-only groups

13 years agoadd hooks for Group profile information
Evan Prodromou [Mon, 7 Feb 2011 19:04:58 +0000 (14:04 -0500)]
add hooks for Group profile information

13 years agoForce notices to DMs when privacy = always
Evan Prodromou [Mon, 7 Feb 2011 17:58:42 +0000 (12:58 -0500)]
Force notices to DMs when privacy = always

13 years agoChange category and copyright year
Evan Prodromou [Mon, 7 Feb 2011 17:28:58 +0000 (12:28 -0500)]
Change category and copyright year

13 years agoMerge branch 'testing' into privategroup
Evan Prodromou [Mon, 7 Feb 2011 17:27:09 +0000 (12:27 -0500)]
Merge branch 'testing' into privategroup

13 years agopagination for group inbox
Evan Prodromou [Mon, 7 Feb 2011 17:08:18 +0000 (12:08 -0500)]
pagination for group inbox

13 years agoRename PrivateGroup to GroupPrivateMessage to be clearer
Evan Prodromou [Mon, 7 Feb 2011 16:57:34 +0000 (11:57 -0500)]
Rename PrivateGroup to GroupPrivateMessage to be clearer

13 years agoAdd group info to new group message email
Evan Prodromou [Mon, 7 Feb 2011 16:55:16 +0000 (11:55 -0500)]
Add group info to new group message email

13 years agobutton on the group page to post a new message
Evan Prodromou [Mon, 7 Feb 2011 16:51:38 +0000 (11:51 -0500)]
button on the group page to post a new message

13 years agoForm for posting a group message on group inbox
Evan Prodromou [Mon, 7 Feb 2011 16:24:00 +0000 (11:24 -0500)]
Form for posting a group message on group inbox

13 years agoAdd a hook for group action list
Evan Prodromou [Mon, 7 Feb 2011 15:23:56 +0000 (10:23 -0500)]
Add a hook for group action list

13 years agoShow group local nav on group inbox
Evan Prodromou [Mon, 7 Feb 2011 15:18:54 +0000 (10:18 -0500)]
Show group local nav on group inbox

13 years agoShow private messages to groups in a list
Evan Prodromou [Mon, 7 Feb 2011 14:46:26 +0000 (09:46 -0500)]
Show private messages to groups in a list

Shows the messages to a private group in a list. New classes for
showing a group private message and list of group private messages.

New actions for showing a stream of group private messages and a
single group private message.

13 years agomove MESSAGES_PER_PAGE to common.php
Evan Prodromou [Sat, 5 Feb 2011 21:18:59 +0000 (16:18 -0500)]
move MESSAGES_PER_PAGE to common.php

13 years agoSend a private group message with a d command
Evan Prodromou [Fri, 4 Feb 2011 20:51:59 +0000 (15:51 -0500)]
Send a private group message with a d command

13 years agocommands are always lowercased in interpreter
Evan Prodromou [Thu, 3 Feb 2011 22:06:15 +0000 (17:06 -0500)]
commands are always lowercased in interpreter

13 years agohooks for commands
Evan Prodromou [Thu, 3 Feb 2011 22:04:16 +0000 (17:04 -0500)]
hooks for commands

13 years agosave group privacy settings
Evan Prodromou [Thu, 3 Feb 2011 21:39:52 +0000 (16:39 -0500)]
save group privacy settings

13 years agohook for new group through a form, same as editing
Evan Prodromou [Thu, 3 Feb 2011 21:19:41 +0000 (16:19 -0500)]
hook for new group through a form, same as editing

13 years agoautoload private group classes
Evan Prodromou [Thu, 3 Feb 2011 20:30:57 +0000 (15:30 -0500)]
autoload private group classes

13 years agoredo the group dm schema, again
Evan Prodromou [Thu, 3 Feb 2011 20:28:41 +0000 (15:28 -0500)]
redo the group dm schema, again

13 years agoonly blow public timeline cache if notice is in it
Evan Prodromou [Thu, 3 Feb 2011 18:58:56 +0000 (13:58 -0500)]
only blow public timeline cache if notice is in it

13 years agoMerge branch 'testing' into privategroup
Evan Prodromou [Thu, 3 Feb 2011 17:56:55 +0000 (12:56 -0500)]
Merge branch 'testing' into privategroup

Conflicts:
lib/groupeditform.php

13 years agoFacebookBridge use Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 17:22:39 +0000 (12:22 -0500)]
FacebookBridge use Plugin::path()

13 years agoRealtime needs to load from own directory, not subclass's
Evan Prodromou [Thu, 3 Feb 2011 17:18:57 +0000 (12:18 -0500)]
Realtime needs to load from own directory, not subclass's

13 years agoBookmark uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 17:04:54 +0000 (12:04 -0500)]
Bookmark uses Plugin::path()

13 years agoYammerImport uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:51:58 +0000 (11:51 -0500)]
YammerImport uses Plugin::path()

13 years agoShareNotice uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:49:00 +0000 (11:49 -0500)]
ShareNotice uses Plugin::path()

13 years agoMobileProfile uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:46:20 +0000 (11:46 -0500)]
MobileProfile uses Plugin::path()

13 years agoMerge branch 'testing' into pluginstatic
Evan Prodromou [Thu, 3 Feb 2011 16:42:58 +0000 (11:42 -0500)]
Merge branch 'testing' into pluginstatic

13 years agofix variable name in NewMenu
Evan Prodromou [Thu, 3 Feb 2011 16:42:36 +0000 (11:42 -0500)]
fix variable name in NewMenu

13 years agoNewMenu uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:41:47 +0000 (11:41 -0500)]
NewMenu uses Plugin::path()

13 years agoFIXME for Plugin::path() in TinyMCE
Evan Prodromou [Thu, 3 Feb 2011 16:38:11 +0000 (11:38 -0500)]
FIXME for Plugin::path() in TinyMCE

13 years agoTabFocus uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:30:14 +0000 (11:30 -0500)]
TabFocus uses Plugin::path()

13 years agoModPlus uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:28:39 +0000 (11:28 -0500)]
ModPlus uses Plugin::path()

13 years agoLinkPreview uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:25:56 +0000 (11:25 -0500)]
LinkPreview uses Plugin::path()

13 years agoInfiniteScroll uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:23:39 +0000 (11:23 -0500)]
InfiniteScroll uses Plugin::path()

13 years agoDirectionDetector uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:20:57 +0000 (11:20 -0500)]
DirectionDetector uses Plugin::path()

13 years agoClientSideShorten uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:19:03 +0000 (11:19 -0500)]
ClientSideShorten uses Plugin::path()

13 years agoAutocomplete uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:16:30 +0000 (11:16 -0500)]
Autocomplete uses Plugin::path()

13 years agoOStatus uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 16:09:26 +0000 (11:09 -0500)]
OStatus uses Plugin::path()

13 years agoTwitterBridge uses Plugin::staticPath()
Evan Prodromou [Thu, 3 Feb 2011 16:03:24 +0000 (11:03 -0500)]
TwitterBridge uses Plugin::staticPath()

13 years agoRealtime plugin uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 15:58:06 +0000 (10:58 -0500)]
Realtime plugin uses Plugin::path()

13 years agoMeteorPlugin uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 15:51:59 +0000 (10:51 -0500)]
MeteorPlugin uses Plugin::path()

13 years agoMapstraction plugin uses Plugin::path()
Evan Prodromou [Thu, 3 Feb 2011 15:50:11 +0000 (10:50 -0500)]
Mapstraction plugin uses Plugin::path()

13 years agoBlankAd uses plugins server
Evan Prodromou [Thu, 3 Feb 2011 15:46:56 +0000 (10:46 -0500)]
BlankAd uses plugins server

13 years agonew methods for paths to plugin static files
Evan Prodromou [Thu, 3 Feb 2011 15:36:25 +0000 (10:36 -0500)]
new methods for paths to plugin static files

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 3 Feb 2011 00:31:31 +0000 (01:31 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoMerge branch '3022' into testing
Brion Vibber [Tue, 1 Feb 2011 22:37:46 +0000 (14:37 -0800)]
Merge branch '3022' into testing

13 years agoTicket #3022: fix formatting output for ApiAction::clientError and ApiAction::serverE...
Brion Vibber [Tue, 1 Feb 2011 22:35:42 +0000 (14:35 -0800)]
Ticket #3022: fix formatting output for ApiAction::clientError and ApiAction::serverError when caller doesn't explicitly pass the format.
Format's already available as a member variable, so use it!

Fixes some error reponses in api/statusnet/groups/leave.json which were coming through as XML.
May fix some others as well.

13 years agoAPI - Return integers instead of strings for group IDs and DM sender/recipients in...
Zach Copley [Tue, 1 Feb 2011 02:57:19 +0000 (18:57 -0800)]
API - Return integers instead of strings for group IDs and DM sender/recipients in JSON output

13 years agoAPI - Return integers instead of strings for group IDs and DM sender/recipients in...
Zach Copley [Tue, 1 Feb 2011 02:57:19 +0000 (18:57 -0800)]
API - Return integers instead of strings for group IDs and DM sender/recipients in JSON output

13 years agoRemove old Facebook Plugin (use FacebookBridge now)
Zach Copley [Mon, 31 Jan 2011 23:50:22 +0000 (23:50 +0000)]
Remove old Facebook Plugin (use FacebookBridge now)

13 years agoRemove old Facebook Plugin (use FacebookBridge now)
Zach Copley [Mon, 31 Jan 2011 23:50:22 +0000 (23:50 +0000)]
Remove old Facebook Plugin (use FacebookBridge now)

13 years agoFacebookPlugin: Fix up FBML canvas app so it keeps working after
Zach Copley [Mon, 31 Jan 2011 23:42:43 +0000 (23:42 +0000)]
FacebookPlugin: Fix up FBML canvas app so it keeps working after
Facebook removed Profile Boxes and some API calls it relied upon.
See: http://developers.facebook.com/roadmap/deprecations

13 years agoFacebookPlugin: Fix up FBML canvas app so it keeps working after
Zach Copley [Mon, 31 Jan 2011 23:42:43 +0000 (23:42 +0000)]
FacebookPlugin: Fix up FBML canvas app so it keeps working after
Facebook removed Profile Boxes and some API calls it relied upon.
See: http://developers.facebook.com/roadmap/deprecations

13 years agoFacebookPlugin: Fix up FBML canvas app so it keeps working after
Zach Copley [Mon, 31 Jan 2011 23:42:43 +0000 (23:42 +0000)]
FacebookPlugin: Fix up FBML canvas app so it keeps working after
Facebook removed Profile Boxes and some API calls it relied upon.
See: http://developers.facebook.com/roadmap/deprecations

13 years agoFix "$s"s that slipped into double-quoted translatable strings' '%1$s' pattern. Switc...
Brion Vibber [Mon, 31 Jan 2011 22:00:22 +0000 (14:00 -0800)]
Fix "$s"s that slipped into double-quoted translatable strings' '%1$s' pattern. Switch to single-quote to fix.

13 years agoFix "$s"s that slipped into double-quoted translatable strings' '%1$s' pattern. Switc...
Brion Vibber [Mon, 31 Jan 2011 22:00:22 +0000 (14:00 -0800)]
Fix "$s"s that slipped into double-quoted translatable strings' '%1$s' pattern. Switch to single-quote to fix.

13 years agoPerformance counters: records number of total and unique cache get/set/incr/deletes...
Brion Vibber [Mon, 31 Jan 2011 21:12:56 +0000 (13:12 -0800)]
Performance counters: records number of total and unique cache get/set/incr/deletes and queries, and logs to syslog.

$config['site']['logperf'] = true; // to record & dump total hits of each type and the runtime to syslog
$config['site']['logperf_detail'] = true; // very verbose -- dump the individual cache keys and queries as they get used (may contain private info in some queries)

Seeing 180 cache gets on a timeline page seems not unusual currently; since these run in serial, even relatively small roundtrip times can add up heavily.
We should consider ways to reduce the number of round trips, such as more frequently storing compound objects or the output of processing in memcached.
Doing parallel multi-key lookups could also help by collapsing round-trip times, but might not be easy to fit into SN's object model. (For things like streams this should actually work pretty well -- grab the list, then when it's returned go grab all the individual items in parallel and return the list)

13 years agoUse cachedQuery on File::getAttachments, plus other cleanups:
Brion Vibber [Mon, 31 Jan 2011 20:22:50 +0000 (12:22 -0800)]
Use cachedQuery on File::getAttachments, plus other cleanups:
* dropped unnecessary join on notice table
* made the function actually static, since it makes no sense as an instance variable. The only caller (in AttachmentList) is updated.

13 years agoRevert "Session GC fix: save session.modified field as UTC so our comparisons work...
Brion Vibber [Mon, 31 Jan 2011 19:50:24 +0000 (11:50 -0800)]
Revert "Session GC fix: save session.modified field as UTC so our comparisons work." - no longer needed with ticket #3020 fix to time zone settings

This reverts commit a7abb2323e7d57125b9fbc903a1cecc06c27944e.

13 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 31 Jan 2011 19:50:06 +0000 (11:50 -0800)]
Merge branch 'master' into testing

Conflicts:
classes/Profile.php

13 years agoFix for ticket #3020: set MySQL session time_zone variable to UTC ('+0:00') so TIMEST...
Brion Vibber [Mon, 31 Jan 2011 19:45:19 +0000 (11:45 -0800)]
Fix for ticket #3020: set MySQL session time_zone variable to UTC ('+0:00') so TIMESTAMP column values are comparable against our other UTC timestamp values.

MySQL stores TIMESTAMP columns as UTC, but with a local time interface. (SRSLY?!) DATETIME columns are always bare and assumed to be local time, but we keep only UTC in them.
Forcing the session time_zone to UTC means we won't have to worry as much about what we're sending/receiving in there.

Also will let us remove the hack in master commit a7abb2323e7d57125b9fbc903a1cecc06c27944e for session tweaks

13 years agonormalize line endings in shiny/css/display.css
Brion Vibber [Mon, 31 Jan 2011 19:09:20 +0000 (11:09 -0800)]
normalize line endings in shiny/css/display.css

13 years agoMerge branch '0.9.x' into testing
Brion Vibber [Mon, 31 Jan 2011 19:08:15 +0000 (11:08 -0800)]
Merge branch '0.9.x' into testing

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Mon, 31 Jan 2011 19:03:46 +0000 (11:03 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

13 years agoUpdate jquery.form.js to 2.63 -- 2.60 fixed our Opera regression per issue #3015
Brion Vibber [Mon, 31 Jan 2011 19:02:29 +0000 (11:02 -0800)]
Update jquery.form.js to 2.63 -- 2.60 fixed our Opera regression per issue #3015

Thanks to the fine folks at http://forum.jquery.com/topic/regression-form-plugin-ajaxform-cannot-access-xml-return-data-in-opera#14737000001950332 :D

13 years agoMerge branch 'runtime' into testing
Evan Prodromou [Mon, 31 Jan 2011 19:02:17 +0000 (14:02 -0500)]
Merge branch 'runtime' into testing

13 years agoadd a comment to show runtime at the end of a page
Evan Prodromou [Mon, 31 Jan 2011 18:59:38 +0000 (13:59 -0500)]
add a comment to show runtime at the end of a page

13 years agoUpdate translator documentation, remove FIXME and add comment.
Siebrand Mazeland [Mon, 31 Jan 2011 17:43:39 +0000 (18:43 +0100)]
Update translator documentation, remove FIXME and add comment.

13 years ago* add/update translator documentation.
Siebrand Mazeland [Mon, 31 Jan 2011 17:16:55 +0000 (18:16 +0100)]
* add/update translator documentation.
* remove superfluous whitespace.
* update punctuation on form validation messages.
* L10n tweaks.
* add fixme for missing class documentation.

13 years ago* tag i18n issue.
Siebrand Mazeland [Mon, 31 Jan 2011 16:12:39 +0000 (17:12 +0100)]
* tag i18n issue.
* add translator documentation.
* remove superfluous whitespace.

13 years ago* update/add translator documentation.
Siebrand Mazeland [Mon, 31 Jan 2011 15:39:54 +0000 (16:39 +0100)]
* update/add translator documentation.
* fix L10n issues.
* update comments and tag missing documentation on some classes.
* remove superfluous whitespace
*

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 30 Jan 2011 23:04:03 +0000 (00:04 +0100)]
Localisation updates from http://translatewiki.net.

13 years ago* Add/update translator documentation.
Siebrand Mazeland [Sun, 30 Jan 2011 18:03:55 +0000 (19:03 +0100)]
* Add/update translator documentation.
* L10n tweaks (mostly domain MENU assignments).
* Remove superfluous whitespace.

13 years ago* Add/update translator documentation.
Siebrand Mazeland [Sun, 30 Jan 2011 18:01:55 +0000 (19:01 +0100)]
* Add/update translator documentation.
* Update punctuation in form validation message for consistency.
* Remove superfluous whitespace.

13 years ago* update punctuation for translator documentation.
Siebrand Mazeland [Sun, 30 Jan 2011 17:48:09 +0000 (18:48 +0100)]
* update punctuation for translator documentation.
* remove superfluous whitespace.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 29 Jan 2011 22:10:15 +0000 (23:10 +0100)]
Localisation updates from http://translatewiki.net.

13 years ago* fix some i18n and L10n issues
Siebrand Mazeland [Fri, 28 Jan 2011 23:33:13 +0000 (00:33 +0100)]
* fix some i18n and L10n issues
* update/add translator documentation
* remove superfluous whitespace

13 years agoSession GC fix: save session.modified field as UTC so our comparisons work.
Brion Vibber [Thu, 27 Jan 2011 20:27:31 +0000 (12:27 -0800)]
Session GC fix: save session.modified field as UTC so our comparisons work.

Had to tweak statusnet.ini to remove the DB_DATAOBJECT_MYSQLTIMESTAMP bitfield constant on session.modified; while it sounds like a useful and legit setting, it actually just means that DB_DataObject silently fails to pass through any attempts to explicitly set the value. As a result, MySQL does its default behavior which is to insert the current *LOCAL* time, which is useless.
This was leading to early GC west of GMT, or late GC east of it. Early GC could at worst destroy all live sessions (whoever's session *triggered* GC is fine, as the session then gets saved right back.)

13 years agoAdd $config['sessions']['gc_limit'] to limit how much work we do in each session...
Brion Vibber [Thu, 27 Jan 2011 20:07:29 +0000 (12:07 -0800)]
Add $config['sessions']['gc_limit'] to limit how much work we do in each session GC; defaulting to killing 1000 sessions at a time.

13 years agocreate privacy settings on new group
Evan Prodromou [Thu, 27 Jan 2011 01:48:13 +0000 (18:48 -0700)]
create privacy settings on new group

13 years agoevents for creating a group
Evan Prodromou [Thu, 27 Jan 2011 01:35:01 +0000 (18:35 -0700)]
events for creating a group

13 years agoevents for modifying group edit form
Evan Prodromou [Thu, 27 Jan 2011 01:21:43 +0000 (18:21 -0700)]
events for modifying group edit form

13 years agoMerge branch 'testing' into filesize
Brion Vibber [Wed, 26 Jan 2011 23:53:05 +0000 (15:53 -0800)]
Merge branch 'testing' into filesize

13 years agoFix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed
Brion Vibber [Wed, 26 Jan 2011 23:49:57 +0000 (15:49 -0800)]
Fix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed

In order to apply to PHP's POST processing, the MAX_FILE_SIZE field must appear *before* the file upload field. They were incorrectly placed after, where they had no effect on POST processing.

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 26 Jan 2011 22:59:35 +0000 (14:59 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

13 years agoFix ticket #3016: when using non-AJAX form of the ostatus subscription initiation...
Brion Vibber [Wed, 26 Jan 2011 22:57:52 +0000 (14:57 -0800)]
Fix ticket #3016: when using non-AJAX form of the ostatus subscription initiation for non-local group joins, show the "group" field instead of a blank "user" field

13 years agoFix ticket #3016: when using non-AJAX form of the ostatus subscription initiation...
Brion Vibber [Wed, 26 Jan 2011 22:57:52 +0000 (14:57 -0800)]
Fix ticket #3016: when using non-AJAX form of the ostatus subscription initiation for non-local group joins, show the "group" field instead of a blank "user" field

13 years agoAdd IdentiCurse to notice sources
Zach Copley [Wed, 26 Jan 2011 18:49:14 +0000 (10:49 -0800)]
Add IdentiCurse to notice sources