]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoFinish api/statusnet/groups/update
Zach Copley [Fri, 7 May 2010 07:52:54 +0000 (00:52 -0700)]
Finish api/statusnet/groups/update

14 years agoInitial work on API method for updating a group's profile info
Zachary Copley [Tue, 20 Apr 2010 18:29:13 +0000 (11:29 -0700)]
Initial work on API method for updating a group's profile info

14 years agoIgnore PEAR errors with code DB_DATAOBJECT_ERROR_NODATA
Craig Andrews [Fri, 7 May 2010 03:40:07 +0000 (23:40 -0400)]
Ignore PEAR errors with code DB_DATAOBJECT_ERROR_NODATA

14 years agoEnable ClientSideShorten plugin by default
Craig Andrews [Fri, 7 May 2010 03:33:27 +0000 (23:33 -0400)]
Enable ClientSideShorten plugin by default

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

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 agoAdd ?uselang=xx language override option (only valid, locally-enabled languages suppo...
Brion Vibber [Thu, 6 May 2010 00:30:42 +0000 (17:30 -0700)]
Add ?uselang=xx language override option (only valid, locally-enabled languages supported, just as with headers and user settings).
Great aid for debugging & translation testing

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

Conflicts:
lib/xmppmanager.php (resolved: code has moved to XmppPlugin.php)

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 agoMove XMPPHP from core extlibs to Xmpp plugin extlibs
Brion Vibber [Wed, 5 May 2010 23:52:31 +0000 (16:52 -0700)]
Move XMPPHP from core extlibs to Xmpp plugin extlibs

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 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 agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Tue, 4 May 2010 16:15:37 +0000 (09:15 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

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 agouse the new maxNoticeLength and maxUrlLength functionality introduced in commit 14adb...
Craig Andrews [Tue, 4 May 2010 01:25:10 +0000 (21:25 -0400)]
use the new maxNoticeLength and maxUrlLength functionality introduced in commit 14adb7cc41e3d5d4e543c1f13f7a60d3cadb5c71

14 years agoextlibs updates: PEAR::Mail to 1.2.0, PEAR::Net_SMTP to 1.4.2 (need to go together...
Brion Vibber [Mon, 3 May 2010 23:49:59 +0000 (16:49 -0700)]
extlibs updates: PEAR::Mail to 1.2.0, PEAR::Net_SMTP to 1.4.2 (need to go together as a pair)

PEAR::Mail updated to 1.2.0 from 1.1.4, fixes deprecation warnings on PHP 5.3, as well as:
1.2.0:
• QA release - stable.
• Updated minimum dependencies (Net_SMTP, PEAR, PHP)
• Doc Bug #15620 Licence change to BSD
• Bug #13659 Mail parse error in special condition
• Bug #16200 - Security hole allow to read/write Arbitrary File
_hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz@curecanti.org, Bug #9137).
• Make sure Net_SMTP is defined when calling getSMTPObject() directly (slusarz@curecanti.org, Bug #13772).
• Add addServiceExtensionParameter() to the SMTP driver (slusarz@curecanti.org, Bug #13764).
• Add a method to obtain the Net_SMTP object from the SMTP driver (slusarz@curecanti.org, Bug #13766).

PEAR::Net_SMTP updated to 1.4.2 from 1.3.1, needed to support updated PEAR::Mail:
1.4.2:
• Fixing header string quoting in data(). (Bug #17199)
1.4.1:
• The auth() method now includes an optional $tls parameter that determines whether or not TLS should be attempted (if supported by the PHP runtime and the remote SMTP server). This parameter defaults to true. (Bug #16349)
• Header data can be specified separately from message body data by passing it as the optional second parameter to ``data()``. This is especially useful when an open file resource is being used to supply message data because it allows header fields (like *Subject:*) to be built dynamically at runtime. (Request #17012)
1.4.0:
• The data() method now accepts either a string or a file resource containing the message data. (Request #16962)
1.3.4:
• All Net_Socket write failures are now recognized. (Bug #16831)
1.3.3:
• Added getGreeting(), for retrieving the server's greeting string. (Request #16066) [needed for PEAR::Mail]
• We no longer attempt a TLS connection if we're already using a secure socket. (Bug #16254)
• You can now specify a debug output handler via setDebug(). (Request #16420)
1.3.2:
• TLS connection only gets started if no AUTH methods are sent. (Bug #14944)

14 years agoMerge branch '0.9.x' into 1.0.x
Craig Andrews [Mon, 3 May 2010 23:46:46 +0000 (19:46 -0400)]
Merge branch '0.9.x' into 1.0.x

14 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Mon, 3 May 2010 23:27:35 +0000 (16:27 -0700)]
Merge branch '0.9.x' into 1.0.x

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 agoIM cleanup on 1.0.x branch:
Brion Vibber [Fri, 30 Apr 2010 21:41:54 +0000 (14:41 -0700)]
IM cleanup on 1.0.x branch:
* Fake_XMPP back to Queued_XMPP, refactor how we use it and don't create objects and load classes until we need them.
* fix fatal error in IM settings while waiting for a Jabber confirmation.
* Caching fix for user_im_prefs
* fix for saving multiple transport settings
* some fixes for AIM & using normalized addresses for lookups

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Fri, 30 Apr 2010 21:08:35 +0000 (14:08 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x

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 agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Fri, 30 Apr 2010 20:15:53 +0000 (13:15 -0700)]
Merge branch '0.9.x' into 1.0.x

Conflicts:
lib/util.php

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 agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Mon, 26 Apr 2010 06:43:33 +0000 (02:43 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

14 years agoGive users more control over URL shortening
Evan Prodromou [Mon, 26 Apr 2010 06:40:36 +0000 (02:40 -0400)]
Give users more control over URL shortening

Users and administrators can set how long an URL can be before it's
shortened, and how long a notice can be before all its URLs are
shortened. They can also turn off shortening altogether.

Squashed commit of the following:

commit d136b390115829c4391b3666bb1967f190a0de35
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:39:00 2010 -0400

    use site and user settings to determine when to shorten URLs

commit 1e1c851ff3cb2da5e0dc3a0b06239a9d9c618488
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:38:40 2010 -0400

    add a method to force shortening URLs

commit 4d29ca0b91201f6df42940297ed5b64b070efe49
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:37:41 2010 -0400

    static method for getting best URL shortening service

commit a9c6a3bace0af44bcf38d1c790425a7be9c72147
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:37:11 2010 -0400

    allow 0 in numeric entries in othersettings

commit 767ff2f7ecfd7e76e8418fc79d45e61898f09382
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:36:46 2010 -0400

    allow 0 or blank string in inputs

commit 1e21af42a685f600f4a53f49a194013e78b12f20
Author: Evan Prodromou <evan@status.net>
Date:   Mon Apr 26 02:01:11 2010 -0400

    add more URL-shortening options to othersettings

commit 869a6be0f5779aff69018d02f9ac0273946040d9
Author: Evan Prodromou <evan@status.net>
Date:   Sat Apr 24 14:22:51 2010 -0400

    move url shortener superclass to lib from plugin

commit 9c0c9863d532942b99184f14e923fc3c050f8177
Author: Evan Prodromou <evan@status.net>
Date:   Sat Apr 24 14:20:28 2010 -0400

    documentation and whitespace on UrlShortenerPlugin

commit 7a1dd5798f0fcf2c03d1257a18ddcb9008879de0
Author: Evan Prodromou <evan@status.net>
Date:   Sat Apr 24 14:05:46 2010 -0400

    add defaults for URL shortening

commit d259c37ad231ca0010c60e5cfd397bb1732874a4
Author: Evan Prodromou <evan@status.net>
Date:   Sat Apr 24 13:40:10 2010 -0400

    Add User_urlshortener_prefs

    Add a table for URL shortener prefs, a corresponding class, and the
    correct mumbo-jumbo in statusnet.ini to make everything work.

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

14 years agoTicket #93: pretty up the auto-submit for OpenID logins a bit.
Brion Vibber [Fri, 23 Apr 2010 18:28:50 +0000 (11:28 -0700)]
Ticket #93: pretty up the auto-submit for OpenID logins a bit.

* throwing in our spinner
* cleanup of texts
* "If this doesn't go through click the button" instead of just a mystery button
* slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion

14 years agoShorten text after paste operation
Craig Andrews [Fri, 23 Apr 2010 16:13:46 +0000 (12:13 -0400)]
Shorten text after paste operation
Abort ajax shorten request if the user pastes/pushes another key

14 years agoFix to regression in last commit; wrong field name for homepage blacklist
Brion Vibber [Fri, 23 Apr 2010 15:24:53 +0000 (08:24 -0700)]
Fix to regression in last commit; wrong field name for homepage blacklist

14 years agoFix for Blacklist plugin: was saving an empty entry if blacklist was empty, which...
Brion Vibber [Fri, 23 Apr 2010 14:17:52 +0000 (07:17 -0700)]
Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net.
Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry.

14 years agoFix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array...
Brion Vibber [Fri, 23 Apr 2010 14:10:36 +0000 (07:10 -0700)]
Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array indexes when saving blacklist entries from admin panel

14 years agoFix to make blowing of replies stream cache more consistent when receiving replies...
Brion Vibber [Fri, 23 Apr 2010 13:55:46 +0000 (06:55 -0700)]
Fix to make blowing of replies stream cache more consistent when receiving replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten)

14 years agoAdd docs for public_timeline
Zach Copley [Sat, 17 Apr 2010 00:54:43 +0000 (17:54 -0700)]
Add docs for public_timeline

14 years agouse onAutoload instead of always requiring
Craig Andrews [Thu, 22 Apr 2010 22:03:05 +0000 (18:03 -0400)]
use onAutoload instead of always requiring

14 years agoOnly shorten after the user presses space, or following a paste operation
Craig Andrews [Thu, 22 Apr 2010 21:57:57 +0000 (17:57 -0400)]
Only shorten after the user presses space, or following a paste operation

14 years agoSome initial Doxygen-based documentation for the API
Zach Copley [Wed, 31 Mar 2010 01:52:21 +0000 (18:52 -0700)]
Some initial Doxygen-based documentation for the API

14 years agoOStatus: CLI script to force a renewal on the given PuSH subscription. May help when...
Brion Vibber [Thu, 22 Apr 2010 04:14:40 +0000 (06:14 +0200)]
OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub.

php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed

14 years agoFix exceptions with bad gravatar URLs
Evan Prodromou [Thu, 22 Apr 2010 01:19:16 +0000 (18:19 -0700)]
Fix exceptions with bad gravatar URLs

14 years agofix reference error in RSSCloud plugin
Evan Prodromou [Thu, 22 Apr 2010 01:11:29 +0000 (18:11 -0700)]
fix reference error in RSSCloud plugin

14 years agoadd ClientSideShortenPlugin
Craig Andrews [Wed, 21 Apr 2010 21:14:54 +0000 (17:14 -0400)]
add ClientSideShortenPlugin

see plugins/ClientSideShorten/README

14 years agoadd 'always' parameter to common_shorten_links
Craig Andrews [Wed, 21 Apr 2010 21:14:25 +0000 (17:14 -0400)]
add 'always' parameter to common_shorten_links

14 years agodocgen.php no longer depends on having a working installation; uses Console_GetOpt...
Brion Vibber [Wed, 21 Apr 2010 18:20:43 +0000 (20:20 +0200)]
docgen.php no longer depends on having a working installation; uses Console_GetOpt directly and regexes the STATUSNET_VERSION from common.php

14 years agoRevert "Update release notes and version number for 0.9.2"
Brion Vibber [Wed, 21 Apr 2010 14:24:15 +0000 (16:24 +0200)]
Revert "Update release notes and version number for 0.9.2"

This reverts commit 98f0d970da98e5b6de18972d033320a191152eb4.

Per xopher we're not yet ready to push 0.9.2 theme directories live; we also haven't merged down various things from testing that need to be in the release such as installer fixes.

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 agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 20 Apr 2010 11:52:58 +0000 (13:52 +0200)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 20 Apr 2010 11:52:18 +0000 (13:52 +0200)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoFix email notifications for @-replies that come via OStatus.
Brion Vibber [Tue, 20 Apr 2010 10:06:54 +0000 (12:06 +0200)]
Fix email notifications for @-replies that come via OStatus.

* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it.
* Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues.
* Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update

14 years agoTicket #2291: fix typo in SMS doc
Brion Vibber [Tue, 20 Apr 2010 08:44:14 +0000 (10:44 +0200)]
Ticket #2291: fix typo in SMS doc

14 years agoTest for and use mysqli in installer, since that's what we use later, rather than...
Brion Vibber [Mon, 19 Apr 2010 18:57:12 +0000 (20:57 +0200)]
Test for and use mysqli in installer, since that's what we use later, rather than mysql.

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Mon, 19 Apr 2010 17:46:46 +0000 (19:46 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 19 Apr 2010 17:46:11 +0000 (19:46 +0200)]
Merge branch 'master' into testing

14 years agoDisable the send-notice form at the top of the page OStatus subscription confirmation...
Brion Vibber [Mon, 19 Apr 2010 17:45:01 +0000 (19:45 +0200)]
Disable the send-notice form at the top of the page OStatus subscription confirmation page to work around bugs in Cloudy theme.

This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 19 Apr 2010 17:17:47 +0000 (19:17 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>