]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoAdd TweetDeck to notice sources
Zach Copley [Fri, 21 May 2010 17:29:28 +0000 (10:29 -0700)]
Add TweetDeck to notice sources

14 years agoadded comsumer_secret to consumer table on postgres
Brenda Wallace [Fri, 21 May 2010 09:09:40 +0000 (21:09 +1200)]
added comsumer_secret to consumer table on postgres

14 years agoadd comsumer_secret column to consumer
Brenda Wallace [Fri, 21 May 2010 09:04:57 +0000 (21:04 +1200)]
add comsumer_secret column to consumer

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 19 May 2010 19:51:25 +0000 (12:51 -0700)]
Merge branch 'testing' into 0.9.x

Conflicts:
plugins/OpenID/openidlogin.php

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 19 May 2010 17:59:14 +0000 (10:59 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoLocale switch cleanup: use common_switch_locale() which is safer for updating gettext...
Brion Vibber [Wed, 19 May 2010 17:10:55 +0000 (10:10 -0700)]
Locale switch cleanup: use common_switch_locale() which is safer for updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back.
Should help with problems where xmppdaemon would get stuck in wrong locale.

14 years agoNeed to always emit statusnet:notice_info so it's available in profile feeds
Zach Copley [Wed, 12 May 2010 22:08:01 +0000 (15:08 -0700)]
Need to always emit statusnet:notice_info so it's available in profile feeds

14 years agoRemove errant double HTML entity encoding in API source attribution
Zach Copley [Thu, 6 May 2010 21:36:13 +0000 (21:36 +0000)]
Remove errant double HTML entity encoding in API source attribution

14 years agoAllow OStatusPlugin to set the source attribution title
Zach Copley [Thu, 6 May 2010 20:25:20 +0000 (20:25 +0000)]
Allow OStatusPlugin to set the source attribution title

14 years ago- OStatusPlugin should return true if it doesn't need to handle source
Zach Copley [Thu, 6 May 2010 19:52:25 +0000 (19:52 +0000)]
- OStatusPlugin should return true if it doesn't need to handle source
attribution
- Remove stray break statement from NoticeList

14 years agoHTML entity encode source link URLs in plain XML output and add rel="nofollow" to...
Zach Copley [Thu, 6 May 2010 07:55:17 +0000 (00:55 -0700)]
HTML entity encode source link URLs in plain XML output and add rel="nofollow" to them

14 years agoAdd source link attr to statusnet:notice_info element in Atom output for notices
Zach Copley [Thu, 6 May 2010 07:44:56 +0000 (00:44 -0700)]
Add source link attr to statusnet:notice_info element in Atom output for notices

14 years agoRefactor and centralize notice source link calculation
Zach Copley [Thu, 6 May 2010 07:20:10 +0000 (00:20 -0700)]
Refactor and centralize notice source link calculation

14 years agoAdd xmlns:statusnet and statusnet:notice_info element to Atom entries for notices
Zach Copley [Thu, 6 May 2010 05:35:16 +0000 (22:35 -0700)]
Add xmlns:statusnet and statusnet:notice_info element to Atom entries for notices

14 years agoRedirect non-SSL hits to login & register actions to SSL if 'always' or 'sometimes...
Brion Vibber [Tue, 18 May 2010 21:52:17 +0000 (21:52 +0000)]
Redirect non-SSL hits to login & register actions to SSL if 'always' or 'sometimes' SSL modes are kicked in.
The forms would already submit to SSL, but people are happier if they start on a secure page!

Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo!

14 years agotypo fix in en_GB localization (also updated @ translatewiki)
Brion Vibber [Tue, 18 May 2010 20:44:23 +0000 (13:44 -0700)]
typo fix in en_GB localization (also updated @ translatewiki)

14 years agoMerge branch 'openid-teams' into testing
Brion Vibber [Tue, 18 May 2010 20:37:46 +0000 (13:37 -0700)]
Merge branch 'openid-teams' into testing

14 years agoOpenID access control options: trusted provider URL, Launchpad team restrictions...
Brion Vibber [Tue, 18 May 2010 17:39:56 +0000 (10:39 -0700)]
OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default.

To enable the admin panel:
    $config['admin']['panels'][] = 'openid';

Or to set them manually:
    $config['openid']['trusted_provider'] = 'https://login.ubuntu.net/';
    $config['openid']['required_team'] = 'my-project-cabal';
    $config['site']['openidonly'] = true;

OpenID-only mode can still be set from addPlugin() parameters as well for backwards compatibility.
Note: if it's set there, that value will override the setting from the database or config.php.

Note that team restrictions are only really meaningful if a trusted provider is set; otherwise,
any OpenID server could report back that users are members of the given team.

Restrictions are checked only at OpenID authentication time and will not kick off people currently
with a session open; existing remembered logins may also survive these changes.

Using code for Launchpad team support provided by Canonical under AGPLv3, pulled from r27 of
WordPress teams integration plugin:
    https://code.edge.launchpad.net/~canonical-isd-hackers/wordpress-teams-integration/trunk

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 18 May 2010 20:21:23 +0000 (13:21 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoinvalid mbox_sha1sum in the case where users don't have an email address
James Walker [Tue, 18 May 2010 14:09:16 +0000 (10:09 -0400)]
invalid mbox_sha1sum in the case where users don't have an email address
(reported by pedantic-web.org)

14 years agoInclude notice fragment on 'in context' links in Realtime plugin family.
Brion Vibber [Mon, 17 May 2010 19:47:44 +0000 (19:47 +0000)]
Include notice fragment on 'in context' links in Realtime plugin family.

14 years agoPatch from g0: fix for conversation links in Realtime updates
Brion Vibber [Mon, 17 May 2010 19:37:47 +0000 (19:37 +0000)]
Patch from g0: fix for conversation links in Realtime updates

Previously was using the reply-to URL, which didn't match with other displays.
Now sends to the right conversation page.

14 years agoadded notice.location to group by
Brenda Wallace [Sat, 15 May 2010 03:56:43 +0000 (15:56 +1200)]
added notice.location to group by

14 years agofix the column modify on stuff for postgres. change serial to bigserial
Brenda Wallace [Mon, 17 May 2010 01:50:37 +0000 (13:50 +1200)]
fix the column modify on stuff for postgres. change serial to bigserial

14 years agoupdated database for postgres
Patrick Georgi [Mon, 17 May 2010 01:47:27 +0000 (13:47 +1200)]
updated database for postgres

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 16 May 2010 15:45:48 +0000 (17:45 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoadded missing field to the group by. this makes postgres happy
Brenda Wallace [Sat, 15 May 2010 03:33:55 +0000 (15:33 +1200)]
added missing field to the group by. this makes postgres happy

14 years agocomment out the extra bit, cos there's always mysql-only stuff in therre.
Brenda Wallace [Sat, 15 May 2010 03:32:22 +0000 (15:32 +1200)]
comment out the extra bit, cos there's always mysql-only stuff in therre.
this isn't a very good idea

14 years agocaitalise the sql keywords
Brenda Wallace [Sat, 15 May 2010 03:31:54 +0000 (15:31 +1200)]
caitalise the sql keywords

14 years agoindexes now working in postgres schemas
Brenda Wallace [Sat, 15 May 2010 03:14:11 +0000 (15:14 +1200)]
indexes now working in postgres schemas

14 years agoremoved sneaky debug echo that shouldn't be there
Brenda Wallace [Sat, 15 May 2010 03:08:22 +0000 (15:08 +1200)]
removed sneaky debug echo that shouldn't be there

14 years agosorted enums and auto_increments on postgres.
Brenda Wallace [Sat, 15 May 2010 02:56:40 +0000 (14:56 +1200)]
sorted enums and auto_increments on postgres.
Still needs inline indexes on table creation

14 years agoaccept either salmon endpoint (until they're unified in the spec)
James Walker [Fri, 14 May 2010 20:43:21 +0000 (16:43 -0400)]
accept either salmon endpoint (until they're unified in the spec)

14 years agoallow hyphens in subdomains for webfinger addresses
James Walker [Fri, 14 May 2010 20:41:29 +0000 (16:41 -0400)]
allow hyphens in subdomains for webfinger addresses

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Fri, 14 May 2010 19:14:02 +0000 (12:14 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoMore direct text for registration licensing/tos checkbox for private and all-rights...
Brion Vibber [Thu, 13 May 2010 23:47:58 +0000 (16:47 -0700)]
More direct text for registration licensing/tos checkbox for private and all-rights-reserved sites.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Thu, 13 May 2010 21:17:48 +0000 (23:17 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoNeed to always emit statusnet:notice_info so it's available in profile feeds
Zach Copley [Wed, 12 May 2010 22:08:01 +0000 (15:08 -0700)]
Need to always emit statusnet:notice_info so it's available in profile feeds

14 years agoFix keys() / keyTypes() mixup in SamplePlugin
Brion Vibber [Wed, 12 May 2010 18:09:37 +0000 (11:09 -0700)]
Fix keys() / keyTypes() mixup in SamplePlugin

14 years agoWindows server fix: Use platform EOL in debug log file
Brion Vibber [Tue, 11 May 2010 19:22:14 +0000 (12:22 -0700)]
Windows server fix: Use platform EOL in debug log file

14 years agoInstaller tweak for Windows: normalize line endings to platform standard in generated...
Brion Vibber [Tue, 11 May 2010 19:16:13 +0000 (12:16 -0700)]
Installer tweak for Windows: normalize line endings to platform standard in generated config.php

Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 9 May 2010 17:17:51 +0000 (19:17 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoUpdate pot and add Dutch translation
Siebrand Mazeland [Sat, 8 May 2010 22:37:47 +0000 (00:37 +0200)]
Update pot and add Dutch translation

14 years agoTweaks for DirectionDetector:
Siebrand Mazeland [Sat, 8 May 2010 22:36:52 +0000 (00:36 +0200)]
Tweaks for DirectionDetector:
* remove trailin whitespace
* update use of capital letters
* fix a few typos in comments
* add translator documentation

14 years agoFix for repeats from the API having null source attribution
Zach Copley [Fri, 7 May 2010 23:32:24 +0000 (16:32 -0700)]
Fix for repeats from the API having null source attribution

14 years agoFix for repeats from the API having null source attribution
Zach Copley [Fri, 7 May 2010 23:32:24 +0000 (16:32 -0700)]
Fix for repeats from the API having null source attribution

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Fri, 7 May 2010 01:48:39 +0000 (18:48 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoAllow plugins to load their styles for mobile view; fixes bad realtime button layout
Brion Vibber [Fri, 7 May 2010 01:28:37 +0000 (01:28 +0000)]
Allow plugins to load their styles for mobile view; fixes bad realtime button layout

14 years agoRemove errant double HTML entity encoding in API source attribution
Zach Copley [Thu, 6 May 2010 21:36:13 +0000 (21:36 +0000)]
Remove errant double HTML entity encoding in API source attribution

14 years agoAllow OStatusPlugin to set the source attribution title
Zach Copley [Thu, 6 May 2010 20:25:20 +0000 (20:25 +0000)]
Allow OStatusPlugin to set the source attribution title

14 years ago- OStatusPlugin should return true if it doesn't need to handle source
Zach Copley [Thu, 6 May 2010 19:52:25 +0000 (19:52 +0000)]
- OStatusPlugin should return true if it doesn't need to handle source
attribution
- Remove stray break statement from NoticeList

14 years agoHTML entity encode source link URLs in plain XML output and add rel="nofollow" to...
Zach Copley [Thu, 6 May 2010 07:55:17 +0000 (00:55 -0700)]
HTML entity encode source link URLs in plain XML output and add rel="nofollow" to them

14 years agoAdd source link attr to statusnet:notice_info element in Atom output for notices
Zach Copley [Thu, 6 May 2010 07:44:56 +0000 (00:44 -0700)]
Add source link attr to statusnet:notice_info element in Atom output for notices

14 years agoRefactor and centralize notice source link calculation
Zach Copley [Thu, 6 May 2010 07:20:10 +0000 (00:20 -0700)]
Refactor and centralize notice source link calculation

14 years agoAdd xmlns:statusnet and statusnet:notice_info element to Atom entries for notices
Zach Copley [Thu, 6 May 2010 05:35:16 +0000 (22:35 -0700)]
Add xmlns:statusnet and statusnet:notice_info element to Atom entries for notices

14 years agoTicket #2184: recognize Palm Pre / WebOS browsers for MobileProfile
Brion Vibber [Thu, 6 May 2010 21:29:04 +0000 (21:29 +0000)]
Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfile

One-line addition of 'webos' to the keywords list.

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 6 May 2010 00:07:50 +0000 (17:07 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
locale/ca/LC_MESSAGES/statusnet.po
locale/de/LC_MESSAGES/statusnet.po
locale/statusnet.pot

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Wed, 5 May 2010 22:25:25 +0000 (00:25 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoImplement since_id and max_id param handling for /api/favorites
Zach Copley [Wed, 5 May 2010 21:46:36 +0000 (14:46 -0700)]
Implement since_id and max_id param handling for /api/favorites

14 years agoXMPP debugging: log the message source when discarding empty or unrecognized messages.
Brion Vibber [Wed, 5 May 2010 20:11:36 +0000 (13:11 -0700)]
XMPP debugging: log the message source when discarding empty or unrecognized messages.

14 years agoQuick fix for DirectionDetector: only apply <span class="rtl"> once; if it's already...
Brion Vibber [Wed, 5 May 2010 18:28:05 +0000 (11:28 -0700)]
Quick fix for DirectionDetector: only apply <span class="rtl"> once; if it's already there in an incoming message (eg via OStatus), don't reapply it.
Modified from patch from Everplays

14 years agoClean up reference usage warnings in DirectionDetector plugin
Brion Vibber [Wed, 5 May 2010 17:51:05 +0000 (10:51 -0700)]
Clean up reference usage warnings in DirectionDetector plugin

14 years agoHandle timeout more gracefully in background pings
Brion Vibber [Wed, 5 May 2010 01:43:32 +0000 (18:43 -0700)]
Handle timeout more gracefully in background pings

Added a 2-second default timeout for XMLRPC/extended pings, configurable as [ping,timeout].
No longer repeating the entire ping section if we had an HTTP error during a submission.
For now, dropping the bad item and continuing on with others. (Todo: individual retry and cleaner discards of blacklisted broken-for-now sites.)

14 years agoAvoid spewing giant debug backtrace into exception in certain OStatus subscription...
Brion Vibber [Wed, 5 May 2010 00:11:43 +0000 (17:11 -0700)]
Avoid spewing giant debug backtrace into exception in certain OStatus subscription failure cases.

The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here.
This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request.
Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80'

14 years agoAdd Emacs Identica-mode to notice sources
Zach Copley [Tue, 4 May 2010 19:31:55 +0000 (12:31 -0700)]
Add Emacs Identica-mode to notice sources

14 years agoAdd Emacs Identica-mode to notice sources
Zach Copley [Tue, 4 May 2010 19:31:55 +0000 (12:31 -0700)]
Add Emacs Identica-mode to notice sources

14 years agocorrect config.php.sample documentation of sendfile
Craig Andrews [Tue, 4 May 2010 18:19:02 +0000 (14:19 -0400)]
correct config.php.sample documentation of sendfile

14 years agoWhen handling incoming mail, skip everything after a blank line if we already have...
Craig Andrews [Tue, 4 May 2010 03:02:25 +0000 (23:02 -0400)]
When handling incoming mail, skip everything after a blank line if we already have content

14 years agoPull localization updates from 0.9.x branch
Brion Vibber [Mon, 3 May 2010 19:27:44 +0000 (12:27 -0700)]
Pull localization updates from 0.9.x branch

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Mon, 3 May 2010 19:25:29 +0000 (12:25 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 3 May 2010 19:21:04 +0000 (21:21 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoUpdated README to include one-liner about fixed installer in the noteable changes...
Zach Copley [Mon, 3 May 2010 19:02:50 +0000 (12:02 -0700)]
Updated README to include one-liner about fixed installer in the noteable changes section

14 years agoUpdate release date
Brion Vibber [Mon, 3 May 2010 18:46:01 +0000 (11:46 -0700)]
Update release date

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 2 May 2010 10:34:10 +0000 (12:34 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoRevert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under...
Brion Vibber [Sat, 1 May 2010 16:51:07 +0000 (09:51 -0700)]
Revert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under PHP 5.3."

This reverts commit 9fd02a4f11881b3e0e1b3029c7c9e85a799c5ced.

Looks like there's some changes I missed in there and getting this in'll involve updating some other packages. Will poke it after 0.9.2.

14 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Fri, 30 Apr 2010 21:07:58 +0000 (23:07 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Fri, 30 Apr 2010 21:07:24 +0000 (14:07 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoUpdate translator documentation for OpenID plugin.
Siebrand Mazeland [Fri, 30 Apr 2010 21:07:19 +0000 (23:07 +0200)]
Update translator documentation for OpenID plugin.

14 years agoUpdate PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under PHP...
Brion Vibber [Fri, 30 Apr 2010 20:47:46 +0000 (13:47 -0700)]
Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under PHP 5.3.

14 years agoUpdate XMPPHP to last upstream release (r77), includes an XML quoting fix.
Brion Vibber [Fri, 30 Apr 2010 20:37:40 +0000 (13:37 -0700)]
Update XMPPHP to last upstream release (r77), includes an XML quoting fix.

14 years agoUpdate Dutch translation for OpenID plugin.
Siebrand Mazeland [Fri, 30 Apr 2010 00:17:30 +0000 (02:17 +0200)]
Update Dutch translation for OpenID plugin.

14 years agoRe-add OpenID/locale/nl/LC_MESSAGES/OpenID.po which was accidentally removed in Commi...
Siebrand Mazeland [Fri, 30 Apr 2010 00:01:55 +0000 (02:01 +0200)]
Re-add OpenID/locale/nl/LC_MESSAGES/OpenID.po which was accidentally removed in Commit:d811f14bedc260adcfdd0eb8216eba06e9610144

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoRemove .po source files. Using pot files.
Siebrand Mazeland [Thu, 29 Apr 2010 23:57:22 +0000 (01:57 +0200)]
Remove .po source files. Using pot files.

14 years agoUpdate gettext localisation files.
Siebrand Mazeland [Thu, 29 Apr 2010 23:43:06 +0000 (23:43 +0000)]
Update gettext localisation files.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Thu, 29 Apr 2010 23:25:50 +0000 (01:25 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 29 Apr 2010 23:10:16 +0000 (16:10 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoUpdate codename in common.php
Brion Vibber [Thu, 29 Apr 2010 23:08:20 +0000 (16:08 -0700)]
Update codename in common.php

14 years agoUpdate release notes and version number for 0.9.2
Zachary Copley [Tue, 20 Apr 2010 22:01:23 +0000 (15:01 -0700)]
Update release notes and version number for 0.9.2

14 years agoPull localization updates from 0.9.x
Brion Vibber [Thu, 29 Apr 2010 22:49:59 +0000 (15:49 -0700)]
Pull localization updates from 0.9.x

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 29 Apr 2010 22:14:51 +0000 (15:14 -0700)]
Merge branch 'testing' into 0.9.x

Conflicts:
index.php

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 29 Apr 2010 22:12:02 +0000 (15:12 -0700)]
Merge branch 'master' into testing

14 years agoFix charset setting for plugin localizations; default setting was blanking out non...
Brion Vibber [Wed, 28 Apr 2010 23:06:08 +0000 (23:06 +0000)]
Fix charset setting for plugin localizations; default setting was blanking out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay!

14 years agoadd rsd to the list of login actions
Brion Vibber [Wed, 28 Apr 2010 18:05:31 +0000 (11:05 -0700)]
add rsd to the list of login actions

Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

Conflicts:

index.php

14 years agoadd rsd to the list of login actions
Craig Andrews [Wed, 28 Apr 2010 02:00:26 +0000 (22:00 -0400)]
add rsd to the list of login actions

Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 26 Apr 2010 22:21:31 +0000 (00:21 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoOnly shorten when notice length exceeds max length
Craig Andrews [Mon, 26 Apr 2010 19:58:35 +0000 (15:58 -0400)]
Only shorten when notice length exceeds max length

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 24 Apr 2010 14:25:40 +0000 (16:25 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoTest cases and fixes for Atom and RSS content decoding.
Brion Vibber [Fri, 23 Apr 2010 22:40:48 +0000 (15:40 -0700)]
Test cases and fixes for Atom and RSS content decoding.

Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously.
Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.)

14 years agoMerge branch 'master' into testing
Brion Vibber [Fri, 23 Apr 2010 21:26:57 +0000 (14:26 -0700)]
Merge branch 'master' into testing

14 years agoRerun feed discovery and update the feed, salmon, and hub for the given OStatus remot...
Brion Vibber [Fri, 23 Apr 2010 19:54:31 +0000 (12:54 -0700)]
Rerun feed discovery and update the feed, salmon, and hub for the given OStatus remote profile. Restarts subscription fresh as well.

update-profile.php -sexample.com http://example.com/path/to/profile/url