]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' into 1.0.x
Craig Andrews [Thu, 25 Feb 2010 01:52:45 +0000 (20:52 -0500)]
Merge branch '0.9.x' into 1.0.x

Conflicts:
EVENTS.txt
db/statusnet.sql
lib/queuemanager.php

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 25 Feb 2010 00:35:57 +0000 (16:35 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoFix update_po_templates.php to support the plural and context variants of _m() in...
Brion Vibber [Thu, 25 Feb 2010 00:34:45 +0000 (16:34 -0800)]
Fix update_po_templates.php to support the plural and context variants of _m() in plugins

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Wed, 24 Feb 2010 23:53:50 +0000 (00:53 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 24 Feb 2010 23:48:27 +0000 (15:48 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 24 Feb 2010 23:47:51 +0000 (15:47 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 24 Feb 2010 23:40:28 +0000 (23:40 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoDrop HTMLPurifier; we don't need its extra capabilities and we're already using htmLa...
Brion Vibber [Wed, 24 Feb 2010 23:39:40 +0000 (23:39 +0000)]
Drop HTMLPurifier; we don't need its extra capabilities and we're already using htmLawed which is lighter-weight.

14 years agoOStatus: handle update-profile Salmon pings
Brion Vibber [Wed, 24 Feb 2010 23:28:01 +0000 (23:28 +0000)]
OStatus: handle update-profile Salmon pings

14 years agoRevert "Updated jQuery Form Plugin from v2.17 to v2.36"
Sarven Capadisli [Wed, 24 Feb 2010 23:10:36 +0000 (00:10 +0100)]
Revert "Updated jQuery Form Plugin from v2.17 to v2.36"

This reverts commit 72037d61436978daa1edbd19d52b7e6fc6ae1fa8.

Until some of the XHR notice related bugs are sorted out in Opera and
Chromium, reverting back to the previous version. It throws slightly
less errors. XHR file attachments is still a bit problematic in
Opera 10.10/Ubuntu, Opera 10.10/Windows, and Chrome 4/Ubuntu. But this
revert will at least allow regular XHR notices to work okay in Opera
and Chromium.

Standards suck!

14 years agoOStatus: disable HTMLPurify cache unless we've configured a writable path for it.
Brion Vibber [Wed, 24 Feb 2010 22:16:17 +0000 (22:16 +0000)]
OStatus: disable HTMLPurify cache unless we've configured a writable path for it.
Updated plugin README with available config options.
Cleanup for a bad element fallback lookup in Activity

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Wed, 24 Feb 2010 20:54:29 +0000 (15:54 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agouse Notice::bestUrl() to determine notice url in NoticeListItem::showNoticeLink()
Evan Prodromou [Wed, 24 Feb 2010 20:54:13 +0000 (15:54 -0500)]
use Notice::bestUrl() to determine notice url in NoticeListItem::showNoticeLink()

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 24 Feb 2010 20:38:38 +0000 (20:38 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years ago- break OMB profile update pings to a background queue
Brion Vibber [Wed, 24 Feb 2010 20:36:36 +0000 (20:36 +0000)]
- break OMB profile update pings to a background queue
- add event hooks to profile update pings
- send Salmon pings with custom update-profile event to OStatus subscribees and groups (subscribers will see it on your next post)
- fix OStatus queues with overlong transport names, should work on DB queues now
- Ostatus_profile::notifyActivity() and ::notifyDeferred() now can take XML, Notice, or Activity for convenience

14 years agouse Subscription::start() for remote subscribes
Evan Prodromou [Wed, 24 Feb 2010 20:20:06 +0000 (15:20 -0500)]
use Subscription::start() for remote subscribes

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Wed, 24 Feb 2010 20:00:52 +0000 (15:00 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoOStatus: save updated profile bits when they come in over the wire; fix up nicknames
Brion Vibber [Wed, 24 Feb 2010 19:06:10 +0000 (19:06 +0000)]
OStatus: save updated profile bits when they come in over the wire; fix up nicknames

14 years agoInclude <author> with actor ID and name in Activity::asString(); fixes Salmon signatu...
Brion Vibber [Wed, 24 Feb 2010 17:36:31 +0000 (17:36 +0000)]
Include <author> with actor ID and name in Activity::asString(); fixes Salmon signature on OStatus unsub pings

14 years agoAdded a cookie for the nickname cookie for the login page and prefill
Sarven Capadisli [Wed, 24 Feb 2010 15:39:16 +0000 (16:39 +0100)]
Added a cookie for the nickname cookie for the login page and prefill
the input field.

14 years agoMoved StatusNetInstance into SN in util.js
Sarven Capadisli [Wed, 24 Feb 2010 15:35:20 +0000 (16:35 +0100)]
Moved StatusNetInstance into SN in util.js

14 years agoAdded processing indicator for .form_remote_authorize on ostatussub page
Sarven Capadisli [Wed, 24 Feb 2010 14:20:44 +0000 (15:20 +0100)]
Added processing indicator for .form_remote_authorize on ostatussub page

14 years agoBreak long strings in tagcloud
Sarven Capadisli [Wed, 24 Feb 2010 13:55:35 +0000 (14:55 +0100)]
Break long strings in tagcloud

14 years ago- Move ActivityParseTests to core
Zach Copley [Wed, 24 Feb 2010 07:58:21 +0000 (23:58 -0800)]
- Move ActivityParseTests to core
- Add test for Portable Contacts stuff

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Wed, 24 Feb 2010 06:36:41 +0000 (22:36 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  OStatus: fix group delivery, send reply/group Salmon pings from background.

14 years agoAdd PoCo parsing and some other fixes.
Zach Copley [Wed, 24 Feb 2010 06:35:48 +0000 (22:35 -0800)]
Add PoCo parsing and some other fixes.

14 years agoOStatus: fix group delivery, send reply/group Salmon pings from background.
Brion Vibber [Wed, 24 Feb 2010 02:19:13 +0000 (02:19 +0000)]
OStatus: fix group delivery, send reply/group Salmon pings from background.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 24 Feb 2010 01:10:58 +0000 (01:10 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoOStatus: consolidate the low-level notice save code between Salmon and PuSH input...
Brion Vibber [Wed, 24 Feb 2010 01:09:52 +0000 (01:09 +0000)]
OStatus: consolidate the low-level notice save code between Salmon and PuSH input paths. Validation etc remains at higher levels.

14 years agoAdd class and (if present) id to DB_DataObject error exceptions; often they're VERRRR...
Brion Vibber [Wed, 24 Feb 2010 01:09:12 +0000 (01:09 +0000)]
Add class and (if present) id to DB_DataObject error exceptions; often they're VERRRRRY vague, and it helps to know what type of item is failing!

14 years agoUsing the default abbr class pattern for geo microformats instead of
Sarven Capadisli [Tue, 23 Feb 2010 23:59:00 +0000 (00:59 +0100)]
Using the default abbr class pattern for geo microformats instead of
the shorthand that I've proposed at
http://microformats.org/wiki/geo-brainstorming#latitude_longitude_shorthand_and_geo_link

If anyone wants to pick up on where the discussion was left off or
get more implementation support by other sites and software, and be
recognized by parsers, I'd be happy to go back to the shorthand.
Because you know, it actually makes a lot of sense.

14 years agoadding xfn, foaf and hcard rel's to our webfinger output
James Walker [Tue, 23 Feb 2010 23:25:31 +0000 (18:25 -0500)]
adding xfn, foaf and hcard rel's to our webfinger output

14 years agoAdd poco:displayName to Atom output for person object
Zach Copley [Tue, 23 Feb 2010 22:26:34 +0000 (14:26 -0800)]
Add poco:displayName to Atom output for person object

14 years agoOStatus: fixes for link/id and text extraction gets import of Buzz feeds working.
Brion Vibber [Tue, 23 Feb 2010 21:47:14 +0000 (21:47 +0000)]
OStatus: fixes for link/id and text extraction gets import of Buzz feeds working.

14 years agosome logging for OStatusPlugin::onStartFindMentions()
Evan Prodromou [Tue, 23 Feb 2010 21:13:24 +0000 (16:13 -0500)]
some logging for OStatusPlugin::onStartFindMentions()

14 years agoOStatus: accept webfinger addresses as well as profile URLs in the explicit remote...
Brion Vibber [Tue, 23 Feb 2010 21:11:44 +0000 (21:11 +0000)]
OStatus: accept webfinger addresses as well as profile URLs in the explicit remote subscribe form.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Tue, 23 Feb 2010 21:02:27 +0000 (16:02 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

Conflicts:
plugins/OStatus/OStatusPlugin.php

14 years agomove mention detection before default in OStatusPlugin
Evan Prodromou [Tue, 23 Feb 2010 20:59:10 +0000 (15:59 -0500)]
move mention detection before default in OStatusPlugin

14 years agoOStatus: do PuSH subscription setup from subscribe/join event hooks, so resubscribing...
Brion Vibber [Tue, 23 Feb 2010 20:44:27 +0000 (20:44 +0000)]
OStatus: do PuSH subscription setup from subscribe/join event hooks, so resubscribing directly from a profile/group list works correctly if there aren't active subscriptions at the moment.

14 years agoOStatus subscription UI tweak: if we're already subscribed/joined, say so and don...
Brion Vibber [Tue, 23 Feb 2010 19:56:17 +0000 (11:56 -0800)]
OStatus subscription UI tweak: if we're already subscribed/joined, say so and don't offer a 'subscribe'/'join' button on the profile preview page.

14 years agoOStatus: fix for avatars, submit button in updated remote profile preview
Brion Vibber [Tue, 23 Feb 2010 19:37:49 +0000 (11:37 -0800)]
OStatus: fix for avatars, submit button in updated remote profile preview

14 years agoDrop user-only requirement for subscribe action
Evan Prodromou [Tue, 23 Feb 2010 13:38:23 +0000 (08:38 -0500)]
Drop user-only requirement for subscribe action

I removed the check for local users in the subscribe button. I replaced
it with a more specific check for OMB 0.1 remote profiles, which you
can't use with this action.

I also took the opportunity to split the handle() method into
prepare() and handle(), and added PHPCS clean documentation.

14 years agoer typo
James Walker [Tue, 23 Feb 2010 04:44:33 +0000 (23:44 -0500)]
er typo

14 years agomagicsig shuffling
James Walker [Tue, 23 Feb 2010 04:30:21 +0000 (23:30 -0500)]
magicsig shuffling

14 years agoclean up error logging
James Walker [Tue, 23 Feb 2010 04:30:05 +0000 (23:30 -0500)]
clean up error logging

14 years agomissing return value check
James Walker [Tue, 23 Feb 2010 04:28:15 +0000 (23:28 -0500)]
missing return value check

14 years agogenerate keypairs for users, and put them in the XRD for discovery
James Walker [Tue, 23 Feb 2010 04:11:40 +0000 (23:11 -0500)]
generate keypairs for users, and put them in the XRD for discovery

14 years agodb_objectified magic sig - for persistence of local keypairs
James Walker [Tue, 23 Feb 2010 03:55:26 +0000 (22:55 -0500)]
db_objectified magic sig - for persistence of local keypairs

14 years agomoving magicsig.php to classes - to add storage
James Walker [Tue, 23 Feb 2010 01:56:11 +0000 (20:56 -0500)]
moving magicsig.php to classes - to add storage

14 years agoAdd lose <nickname> command to the command interpreter
Craig Andrews [Tue, 23 Feb 2010 03:57:16 +0000 (22:57 -0500)]
Add lose <nickname> command to the command interpreter

14 years agoRefactored preview info and form for authorizing a remote subscription
Sarven Capadisli [Tue, 23 Feb 2010 03:59:34 +0000 (04:59 +0100)]
Refactored preview info and form for authorizing a remote subscription

14 years agoAdded a general classname for remote authorization
Sarven Capadisli [Tue, 23 Feb 2010 03:58:58 +0000 (04:58 +0100)]
Added a general classname for remote authorization

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 23 Feb 2010 01:58:49 +0000 (01:58 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoOStatus: cleanup on ostatussub preparing for final UI work on the remote sub/join...
Brion Vibber [Tue, 23 Feb 2010 01:58:05 +0000 (01:58 +0000)]
OStatus: cleanup on ostatussub preparing for final UI work on the remote sub/join forms.

14 years agoAdd PoCo namespace to optional ns output in Notice::asAtomEntry()
Zach Copley [Tue, 23 Feb 2010 01:56:43 +0000 (17:56 -0800)]
Add PoCo namespace to optional ns output in Notice::asAtomEntry()

14 years agoAdd activity.php to common includes
Zach Copley [Tue, 23 Feb 2010 01:47:40 +0000 (17:47 -0800)]
Add activity.php to common includes

14 years agoMerge branch 'rationalize-activity' into testing
Zach Copley [Tue, 23 Feb 2010 01:12:33 +0000 (17:12 -0800)]
Merge branch 'rationalize-activity' into testing

* rationalize-activity:
  Move ActivityObject and related stuff to core
  Add PoCo bits, avatar link, geo point, etc. to person activity obj output

14 years agoMove ActivityObject and related stuff to core
Zach Copley [Tue, 23 Feb 2010 01:10:50 +0000 (17:10 -0800)]
Move ActivityObject and related stuff to core

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 23 Feb 2010 00:52:47 +0000 (00:52 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAdd PoCo bits, avatar link, geo point, etc. to person activity obj output
Zach Copley [Tue, 23 Feb 2010 00:46:54 +0000 (16:46 -0800)]
Add PoCo bits, avatar link, geo point, etc. to person activity obj output

14 years agoOStatus group delivery initial implementation.
Brion Vibber [Tue, 23 Feb 2010 00:44:45 +0000 (00:44 +0000)]
OStatus group delivery initial implementation.
- added rel="ostatus:attention" links for group delivery
- added events for plugins to override group profile/permalink pages
- pulled Notice::saveGroups up to save-time so we can override;
  it's relatively cheap and gives us a clean list of target
  groups for distrib time even with customized delivery.
- fixed notice::getGroups to return group objects as expected
- added some doc on new parameters to Notice::saveNew
 - 'groups' list of group IDs to push to in place of parsing
- messages that come in via PuSH and contain local group targets
  are delivered to local group members
- messages that come in via PuSH and contain remote group targets
  are delivered to local members of the remote group

Todo:
- handle group posts that only come through Salmon
- handle conflicts in case something comes in both through Salmon and PuSH
- better source verification
- need a cleaner interface to look up groups by URI
- need a way to handle remote groups with conflicting names

14 years agoswapping pear error handling so Crypt_RSA can properly detect available
James Walker [Tue, 23 Feb 2010 00:00:27 +0000 (19:00 -0500)]
swapping pear error handling so Crypt_RSA can properly detect available
math libraries

14 years agoLeaves the original URL alone and adds ? or & when it does the XHR.
Sarven Capadisli [Mon, 22 Feb 2010 23:27:41 +0000 (00:27 +0100)]
Leaves the original URL alone and adds ? or & when it does the XHR.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Mon, 22 Feb 2010 21:24:45 +0000 (22:24 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoRemoved unnecessary assignment to SN.C.I.OStatusProfile. It can be
Sarven Capadisli [Mon, 22 Feb 2010 21:23:37 +0000 (22:23 +0100)]
Removed unnecessary assignment to SN.C.I.OStatusProfile. It can be
brought back in the future if the value is to be set directly from the
HTML script output.

14 years agoOStatus: initial hookup of remote group membership (notice delivery not yet working...
Brion Vibber [Mon, 22 Feb 2010 17:43:27 +0000 (09:43 -0800)]
OStatus: initial hookup of remote group membership (notice delivery not yet working quite right)
- added a temp config var to disable salmon magic signatures until they're working consistently

14 years agoRemoved extra comma
Sarven Capadisli [Mon, 22 Feb 2010 18:37:42 +0000 (19:37 +0100)]
Removed extra comma

14 years agoMinor JSLinting
Sarven Capadisli [Mon, 22 Feb 2010 18:36:03 +0000 (19:36 +0100)]
Minor JSLinting

14 years agoAdded licensing info and a note about migrating
Sarven Capadisli [Mon, 22 Feb 2010 18:18:32 +0000 (19:18 +0100)]
Added licensing info and a note about migrating

14 years agoSet and reuse a cookie with own profile value at a StatusNet instance
Sarven Capadisli [Mon, 22 Feb 2010 18:13:30 +0000 (19:13 +0100)]
Set and reuse a cookie with own profile value at a StatusNet instance

14 years agoOStatus: use 'profile' consistently as param on ostatussub and ostatusinit to help...
Brion Vibber [Mon, 22 Feb 2010 18:03:34 +0000 (10:03 -0800)]
OStatus: use 'profile' consistently as param on ostatussub and ostatusinit to help us stay sane.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Mon, 22 Feb 2010 16:08:54 +0000 (17:08 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAdded link to Subscriptions page to XHR get the ostatus sub form
Sarven Capadisli [Mon, 22 Feb 2010 16:07:48 +0000 (17:07 +0100)]
Added link to Subscriptions page to XHR get the ostatus sub form

14 years agoGeneralised Subscription XHR dialogbox
Sarven Capadisli [Mon, 22 Feb 2010 16:05:43 +0000 (17:05 +0100)]
Generalised Subscription XHR dialogbox

14 years agoMerge branch 'master' into testing
Evan Prodromou [Mon, 22 Feb 2010 16:04:11 +0000 (11:04 -0500)]
Merge branch 'master' into testing

14 years agoclear the site owner when profile changes
Evan Prodromou [Mon, 22 Feb 2010 16:03:56 +0000 (11:03 -0500)]
clear the site owner when profile changes

14 years agoAdded before and after event hooks for subscriptions content
Sarven Capadisli [Mon, 22 Feb 2010 16:03:28 +0000 (17:03 +0100)]
Added before and after event hooks for subscriptions content

14 years agowiring in magicsig
James Walker [Mon, 22 Feb 2010 14:05:52 +0000 (09:05 -0500)]
wiring in magicsig

14 years agoadding magic sig stuff
James Walker [Mon, 22 Feb 2010 14:05:32 +0000 (09:05 -0500)]
adding magic sig stuff

14 years agoMerge remote branch 'statusnet/testing' into testing
James Walker [Mon, 22 Feb 2010 14:03:42 +0000 (09:03 -0500)]
Merge remote branch 'statusnet/testing' into testing

14 years agohandle poco nicknames in Ostatus_profile
Evan Prodromou [Mon, 22 Feb 2010 12:57:44 +0000 (07:57 -0500)]
handle poco nicknames in Ostatus_profile

14 years agoadd PoCo preferredUsername for nickname in Profile::asActivityNoun()
Evan Prodromou [Mon, 22 Feb 2010 12:43:12 +0000 (07:43 -0500)]
add PoCo preferredUsername for nickname in Profile::asActivityNoun()

14 years agoadd strongly-suggested link to Profile::asActivityNoun()
Evan Prodromou [Mon, 22 Feb 2010 12:40:20 +0000 (07:40 -0500)]
add strongly-suggested link to Profile::asActivityNoun()

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Mon, 22 Feb 2010 12:09:08 +0000 (07:09 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agofix broken link in OpenID documentation
Evan Prodromou [Mon, 22 Feb 2010 12:08:57 +0000 (07:08 -0500)]
fix broken link in OpenID documentation

14 years agoFixed error/warning message location in OStatus autorize subscription page
Sarven Capadisli [Mon, 22 Feb 2010 10:53:34 +0000 (11:53 +0100)]
Fixed error/warning message location in OStatus autorize subscription page

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Mon, 22 Feb 2010 09:23:24 +0000 (01:23 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoUpgrade profile-based activity noun to have more complete set of
Zach Copley [Mon, 22 Feb 2010 09:21:34 +0000 (01:21 -0800)]
Upgrade profile-based activity noun to have more complete set of
profile fields

14 years agoMerge remote branch 'statusnet/testing' into testing
James Walker [Mon, 22 Feb 2010 06:40:03 +0000 (01:40 -0500)]
Merge remote branch 'statusnet/testing' into testing

14 years agoadding extlib for Crypt_RSA
James Walker [Mon, 22 Feb 2010 06:39:00 +0000 (01:39 -0500)]
adding extlib for Crypt_RSA

14 years agoOStatus: fix remote subscription when putting webfinger address in the little box
Brion Vibber [Mon, 22 Feb 2010 06:00:13 +0000 (06:00 +0000)]
OStatus: fix remote subscription when putting webfinger address in the little box

14 years agodon't calculate replies for remote notices
Evan Prodromou [Mon, 22 Feb 2010 04:56:48 +0000 (23:56 -0500)]
don't calculate replies for remote notices

14 years agosome info code for usersalmon.php
Evan Prodromou [Mon, 22 Feb 2010 04:39:52 +0000 (23:39 -0500)]
some info code for usersalmon.php

14 years agodon't save Notices that already exist in Salmon
Evan Prodromou [Mon, 22 Feb 2010 04:32:20 +0000 (23:32 -0500)]
don't save Notices that already exist in Salmon

14 years agochange erroneous common_sql_time() to common_sql_date()
Evan Prodromou [Mon, 22 Feb 2010 04:19:29 +0000 (23:19 -0500)]
change erroneous common_sql_time() to common_sql_date()

14 years agowas using HTMLPurifier::purify() as a static method, which it is not
Evan Prodromou [Mon, 22 Feb 2010 04:16:42 +0000 (23:16 -0500)]
was using HTMLPurifier::purify() as a static method, which it is not

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Mon, 22 Feb 2010 04:08:01 +0000 (23:08 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoadd HTMLPurifier config
Evan Prodromou [Mon, 22 Feb 2010 04:07:46 +0000 (23:07 -0500)]
add HTMLPurifier config

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Mon, 22 Feb 2010 03:55:53 +0000 (19:55 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

14 years agoOStatus: record source profile & saving method in ostatus_source table; this allows...
Brion Vibber [Mon, 22 Feb 2010 03:51:11 +0000 (19:51 -0800)]
OStatus: record source profile & saving method in ostatus_source table; this allows us to distinguish posts that have come through an unverified group feed