]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge remote branch 'statusnet/1.0.x' into msn-plugin
Luke Fitzgerald [Sat, 7 Aug 2010 20:26:07 +0000 (13:26 -0700)]
Merge remote branch 'statusnet/1.0.x' into msn-plugin

14 years agoLocale error message, clean up {}, Verified under 1.0.x && php 5.3
Eric Helgeson [Sat, 7 Aug 2010 04:07:34 +0000 (23:07 -0500)]
Locale error message, clean up {}, Verified under 1.0.x && php 5.3

14 years agoFixed PHP 5.3 by & value
Eric Helgeson [Sat, 7 Aug 2010 03:48:00 +0000 (22:48 -0500)]
Fixed PHP 5.3 by & value
Cleaned up {}'s

14 years agoAlways remove messages from waiting queue and requeue messages if one fails
Luke Fitzgerald [Wed, 4 Aug 2010 23:14:25 +0000 (16:14 -0700)]
Always remove messages from waiting queue and requeue messages if one fails

14 years agoMerge branch '0.9.x' into 1.0.x
Evan Prodromou [Tue, 3 Aug 2010 23:05:03 +0000 (16:05 -0700)]
Merge branch '0.9.x' into 1.0.x

14 years agoMerge remote branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Tue, 3 Aug 2010 23:04:54 +0000 (16:04 -0700)]
Merge remote branch 'gitorious/1.0.x' into 1.0.x

14 years agoupdate tests to include 'mentioned' links
Evan Prodromou [Tue, 3 Aug 2010 23:04:19 +0000 (16:04 -0700)]
update tests to include 'mentioned' links

14 years agore-add mentioned link lost in last merge
Evan Prodromou [Tue, 3 Aug 2010 23:01:50 +0000 (16:01 -0700)]
re-add mentioned link lost in last merge

14 years agoMerge branch 'activityhooks' into 0.9.x
Evan Prodromou [Tue, 3 Aug 2010 23:01:18 +0000 (16:01 -0700)]
Merge branch 'activityhooks' into 0.9.x

Conflicts:
classes/Notice.php

14 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Tue, 3 Aug 2010 22:57:05 +0000 (15:57 -0700)]
Merge branch 'testing' into 0.9.x

14 years agooutput Atom dates in UTC
Evan Prodromou [Tue, 3 Aug 2010 22:55:40 +0000 (15:55 -0700)]
output Atom dates in UTC

14 years agocorrectly show <source> for atom feeds
Evan Prodromou [Tue, 3 Aug 2010 22:50:21 +0000 (15:50 -0700)]
correctly show <source> for atom feeds

14 years agoadd actor info to tests
Evan Prodromou [Tue, 3 Aug 2010 22:49:49 +0000 (15:49 -0700)]
add actor info to tests

14 years agomore tests for activity generation
Evan Prodromou [Tue, 3 Aug 2010 22:26:19 +0000 (15:26 -0700)]
more tests for activity generation

14 years agoadd some more tests for replies and group posts
Evan Prodromou [Tue, 3 Aug 2010 21:17:36 +0000 (14:17 -0700)]
add some more tests for replies and group posts

14 years agoinitial unit tests for activity generation
Evan Prodromou [Tue, 3 Aug 2010 20:41:44 +0000 (13:41 -0700)]
initial unit tests for activity generation

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 3 Aug 2010 13:31:54 +0000 (15:31 +0200)]
Localisation updates from http://translatewiki.net

14 years agocorrect output for EndActivityInReplyTo event
Evan Prodromou [Tue, 3 Aug 2010 00:56:44 +0000 (17:56 -0700)]
correct output for EndActivityInReplyTo event

14 years agodocument activity entry hooks
Evan Prodromou [Tue, 3 Aug 2010 00:56:23 +0000 (17:56 -0700)]
document activity entry hooks

14 years agoadd some activity hooks
Evan Prodromou [Tue, 3 Aug 2010 00:16:04 +0000 (17:16 -0700)]
add some activity hooks

14 years agoMerge branch '2429' into 0.9.x
James Walker [Mon, 2 Aug 2010 20:45:23 +0000 (16:45 -0400)]
Merge branch '2429' into 0.9.x

14 years agoFix for #2429 - move OStatus XML writing to XMLStringer
James Walker [Mon, 2 Aug 2010 20:42:28 +0000 (16:42 -0400)]
Fix for #2429 - move OStatus XML writing to XMLStringer

14 years agoRemove the 'Enable Twitter import' checkbox from Twitter admin panel by default;...
Brion Vibber [Mon, 2 Aug 2010 20:00:50 +0000 (13:00 -0700)]
Remove the 'Enable Twitter import' checkbox from Twitter admin panel by default; can be re-added with setting:

  addPlugin('TwitterBridge', array('adminImportControl' => true, ....));

Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)

14 years agofix #2478 - ensure all XRD documents get proper content-type headers
James Walker [Mon, 2 Aug 2010 18:47:13 +0000 (14:47 -0400)]
fix #2478 - ensure all XRD documents get proper content-type headers

14 years agourgh. typo
James Walker [Mon, 2 Aug 2010 18:24:50 +0000 (14:24 -0400)]
urgh. typo

14 years agoadd support for Salmon's new "mentioned" rel value
James Walker [Mon, 2 Aug 2010 18:06:14 +0000 (14:06 -0400)]
add support for Salmon's new "mentioned" rel value

14 years agomove to rel="salmon" (per latest spec)
James Walker [Mon, 2 Aug 2010 17:23:55 +0000 (13:23 -0400)]
move to rel="salmon" (per latest spec)

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 2 Aug 2010 16:43:58 +0000 (09:43 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 31 Jul 2010 23:04:01 +0000 (01:04 +0200)]
Localisation updates from http://translatewiki.net

14 years agoTweak message per suggestion of The Evil IP Address[1].
Siebrand Mazeland [Sat, 31 Jul 2010 22:16:39 +0000 (00:16 +0200)]
Tweak message per suggestion of The Evil IP Address[1].

[1] http://translatewiki.net/w/i.php?title=Thread:Translating_talk:StatusNet/to_their_attention%3F&oldid=2220913

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 31 Jul 2010 21:59:22 +0000 (23:59 +0200)]
Localisation updates from http://translatewiki.net
* add support for Danish

14 years agoFix a bunch of bugs where DB object wasn't correctly defined
Luke Fitzgerald [Sat, 31 Jul 2010 17:47:58 +0000 (10:47 -0700)]
Fix a bunch of bugs where DB object wasn't correctly defined

14 years agoMerge branch '2286' into 0.9.x
Brion Vibber [Sat, 31 Jul 2010 00:52:19 +0000 (17:52 -0700)]
Merge branch '2286' into 0.9.x

14 years agoMerge branch '2471' into 0.9.x
Brion Vibber [Sat, 31 Jul 2010 00:52:12 +0000 (17:52 -0700)]
Merge branch '2471' into 0.9.x

14 years agoChanges to make plugin use database instead of polling session readiness
Luke Fitzgerald [Sat, 31 Jul 2010 00:12:35 +0000 (17:12 -0700)]
Changes to make plugin use database instead of polling session readiness

14 years agoFix for ticket #2286: [mobile] Text extends beyond border of repeat confirmation...
Brion Vibber [Fri, 30 Jul 2010 21:12:37 +0000 (14:12 -0700)]
Fix for ticket #2286: [mobile] Text extends beyond border of repeat confirmation dialog floater box on iPhone

http://status.net/open-source/issues/2286

This bit of CSS was constricting the vertical size of the popup form for repeats:

.notice-options form {
 width:16px;
 height:16px;
}

I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini.
Removing the statement lets the popup form go to its natural size, covering the button.

14 years agoFix for ticket #2471: install.php returns unsuccessfully but doesn't display error...
Brion Vibber [Fri, 30 Jul 2010 20:16:47 +0000 (13:16 -0700)]
Fix for ticket #2471: install.php returns unsuccessfully but doesn't display error message if PHP < 5.2.6 is used

http://status.net/open-source/issues/2471

Old bit of code didn't get updated for new installer

14 years agoFixes for messages after review by Brion.
Siebrand Mazeland [Fri, 30 Jul 2010 17:25:55 +0000 (19:25 +0200)]
Fixes for messages after review by Brion.

14 years ago* Address i18n related FIXMEs after talk with Brion.
Siebrand Mazeland [Fri, 30 Jul 2010 17:15:07 +0000 (19:15 +0200)]
* Address i18n related FIXMEs after talk with Brion.
* Tweak message

14 years agoallow schema to work on more than one connection (namely, the Status_network DB)
James Walker [Fri, 30 Jul 2010 01:04:28 +0000 (21:04 -0400)]
allow schema to work on more than one connection (namely, the Status_network DB)

14 years agoremoving redundant constructor
James Walker [Fri, 30 Jul 2010 01:03:48 +0000 (21:03 -0400)]
removing redundant constructor

14 years agoMerge branch 'master' into 0.9.x
Zach Copley [Thu, 29 Jul 2010 20:44:11 +0000 (20:44 +0000)]
Merge branch 'master' into 0.9.x

Conflicts:
classes/Notice.php

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
James Walker [Thu, 29 Jul 2010 20:33:08 +0000 (16:33 -0400)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agooops. really embarassing typo (that explains some weird behaviour)
James Walker [Thu, 29 Jul 2010 03:59:46 +0000 (23:59 -0400)]
oops. really embarassing typo (that explains some weird behaviour)

14 years agoFix for issue ID 2290: make sure errors are returned in the right
Zach Copley [Thu, 29 Jul 2010 20:31:22 +0000 (20:31 +0000)]
Fix for issue ID 2290: make sure errors are returned in the right
format, and use callback for errors when the request is JSONP

14 years agoInitial fix for #2479: New post should be displayed on timeline only if it belongs...
Brion Vibber [Thu, 29 Jul 2010 20:27:09 +0000 (13:27 -0700)]
Initial fix for #2479: New post should be displayed on timeline only if it belongs there (AJAX post)

Previously we pushed out your latest post into the currently visible timeline regardless of whether it belonged there or not. This could be pretty confusing!

Currently we don't have clearly machine-readable info on the page and returned notice HTML to determine whether it belongs, but we can do a couple checks easily which I've added:
* public timeline (always show)
* 'and friends' timeline (show for your own page only)
* profile timeline (show for your own page only)

Other places that should be added in the future:
* group timelines if it's a group your posting to
* tag timelines if the post contains the tag
* reply & friends timelines for people you've mentioned

Currently those aren't easy since the mention/group target links in the notice HTML are using the canonical form with user or group ID, while the available navigation links we can use to identify the current page use the names.

14 years agoReturn HTTP 403 instead of 400 when silenced users try to post via API
Zach Copley [Thu, 29 Jul 2010 18:47:28 +0000 (18:47 +0000)]
Return HTTP 403 instead of 400 when silenced users try to post via API

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 29 Jul 2010 18:29:48 +0000 (20:29 +0200)]
Localisation updates from http://translatewiki.net

14 years ago* mark a few message for translation
Siebrand Mazeland [Thu, 29 Jul 2010 11:36:08 +0000 (13:36 +0200)]
* mark a few message for translation
* add translator documentation

14 years ago* add FIXME for messages that may need i18n.
Siebrand Mazeland [Thu, 29 Jul 2010 11:18:41 +0000 (13:18 +0200)]
* add FIXME for messages that may need i18n.
* trailing whitespace removed.

14 years ago* add translator documentation
Siebrand Mazeland [Thu, 29 Jul 2010 11:01:04 +0000 (13:01 +0200)]
* add translator documentation
* mark strings for translation
* add FIXME for unclear/confusing message

14 years ago* add string for translation with translator documentation
Siebrand Mazeland [Thu, 29 Jul 2010 10:58:48 +0000 (12:58 +0200)]
* add string for translation with translator documentation
* add FIXMEs for strings that may need i18n, but leaving decision to other dev(s)

14 years ago* mark two untranslatable server exceptions as translatable
Siebrand Mazeland [Thu, 29 Jul 2010 09:34:58 +0000 (11:34 +0200)]
* mark two untranslatable server exceptions as translatable
* number parameters when multiple are user in a message
* update translator documentation

14 years agooops. really embarassing typo (that explains some weird behaviour)
James Walker [Thu, 29 Jul 2010 03:59:46 +0000 (23:59 -0400)]
oops. really embarassing typo (that explains some weird behaviour)

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Evan Prodromou [Wed, 28 Jul 2010 21:51:07 +0000 (17:51 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

14 years agoMerge branch 'googleadsadminpanel' into testing
Evan Prodromou [Wed, 28 Jul 2010 21:50:49 +0000 (17:50 -0400)]
Merge branch 'googleadsadminpanel' into testing

14 years agoadd admin panel for Adsense
Evan Prodromou [Wed, 28 Jul 2010 21:50:36 +0000 (17:50 -0400)]
add admin panel for Adsense

14 years agoUpdate po files
Siebrand Mazeland [Wed, 28 Jul 2010 20:40:22 +0000 (22:40 +0200)]
Update po files

14 years agoUpdate pot
Siebrand Mazeland [Wed, 28 Jul 2010 20:38:48 +0000 (22:38 +0200)]
Update pot

14 years agoNumber parameters
Siebrand Mazeland [Wed, 28 Jul 2010 20:17:54 +0000 (22:17 +0200)]
Number parameters

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 28 Jul 2010 20:13:37 +0000 (22:13 +0200)]
Localisation updates from http://translatewiki.net

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 28 Jul 2010 18:59:42 +0000 (11:59 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 28 Jul 2010 18:56:55 +0000 (11:56 -0700)]
Merge branch 'master' into testing

14 years agobackwards compatibility for old tags format in hasTag
James Walker [Wed, 28 Jul 2010 16:13:53 +0000 (12:13 -0400)]
backwards compatibility for old tags format in hasTag

14 years agotry/catch just in case..
James Walker [Wed, 28 Jul 2010 16:04:37 +0000 (12:04 -0400)]
try/catch just in case..

14 years agodon't try to save empty tags
James Walker [Wed, 28 Jul 2010 15:57:54 +0000 (11:57 -0400)]
don't try to save empty tags

14 years agoSQL script to update status_network table
James Walker [Wed, 28 Jul 2010 15:50:04 +0000 (11:50 -0400)]
SQL script to update status_network table

14 years agoscript to normalize status_network tags
James Walker [Wed, 28 Jul 2010 15:49:09 +0000 (11:49 -0400)]
script to normalize status_network tags

14 years agoleaving tags column in (for now)
James Walker [Wed, 28 Jul 2010 15:43:47 +0000 (11:43 -0400)]
leaving tags column in (for now)

14 years agoMerge branch 'master' into testing
James Walker [Tue, 27 Jul 2010 16:18:40 +0000 (12:18 -0400)]
Merge branch 'master' into testing

14 years agoAdd timeout method to force call of idle to send ping
Luke Fitzgerald [Mon, 26 Jul 2010 18:21:11 +0000 (11:21 -0700)]
Add timeout method to force call of idle to send ping

14 years agoFix typo
Luke Fitzgerald [Mon, 26 Jul 2010 18:14:18 +0000 (11:14 -0700)]
Fix typo

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Mon, 26 Jul 2010 14:32:30 +0000 (10:32 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoRemove old comment
Luke Fitzgerald [Sat, 24 Jul 2010 17:07:02 +0000 (10:07 -0700)]
Remove old comment

14 years agoaccept mailto: URIs as OStatus identifiers
Evan Prodromou [Thu, 22 Jul 2010 23:00:26 +0000 (16:00 -0700)]
accept mailto: URIs as OStatus identifiers

14 years agoQuick fix for IE7 via sammy: remove redundant media specifiers from base style @impor...
Brion Vibber [Thu, 22 Jul 2010 05:22:09 +0000 (05:22 +0000)]
Quick fix for IE7 via sammy: remove redundant media specifiers from base style @import in main themes.
The <link>s already specify screen/etc media, so all it was doing was breaking. There are still some issues, but most things seem to work-ish as long as Realtime plugins are off.

14 years agoRevert "Revert "Change the cache window on notices from 61 to 200, the max number""
Zach Copley [Wed, 21 Jul 2010 19:29:47 +0000 (12:29 -0700)]
Revert "Revert "Change the cache window on notices from 61 to 200, the max number""

This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.

14 years agonormalizing tags for status_network
James Walker [Wed, 21 Jul 2010 00:34:58 +0000 (17:34 -0700)]
normalizing tags for status_network

14 years agoMake some messages gender neutral.
Eric Helgeson [Tue, 20 Jul 2010 02:09:09 +0000 (21:09 -0500)]
Make some messages gender neutral.

14 years agoRevert "Change the cache window on notices from 61 to 200, the max number"
Zach Copley [Tue, 20 Jul 2010 00:38:11 +0000 (17:38 -0700)]
Revert "Change the cache window on notices from 61 to 200, the max number"

This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.

14 years agoProvisional OAuth, OpenID token check timing attack patches
Brion Vibber [Mon, 19 Jul 2010 23:47:49 +0000 (16:47 -0700)]
Provisional OAuth, OpenID token check timing attack patches

14 years agoChange the cache window on notices from 61 to 200, the max number
Zach Copley [Mon, 19 Jul 2010 20:43:17 +0000 (13:43 -0700)]
Change the cache window on notices from 61 to 200, the max number
of notices available at one time through the API. Note: this will
require a memcache restart.

14 years agoRemoved hard tabs
Luke Fitzgerald [Sun, 18 Jul 2010 19:58:06 +0000 (12:58 -0700)]
Removed hard tabs

14 years agoSuppress HTTP error headers for JSONP API output
Zach Copley [Fri, 16 Jul 2010 21:40:22 +0000 (14:40 -0700)]
Suppress HTTP error headers for JSONP API output

14 years agocache sitemap notice and user counts for 4h
Evan Prodromou [Wed, 14 Jul 2010 14:38:34 +0000 (10:38 -0400)]
cache sitemap notice and user counts for 4h

14 years agoExceptions are caught and continued on JSON, XML, Atom and RSS output in API
Evan Prodromou [Tue, 13 Jul 2010 15:11:29 +0000 (11:11 -0400)]
Exceptions are caught and continued on JSON, XML, Atom and RSS output in API

14 years agohandle missing profile for notices better in Rss10Action
Evan Prodromou [Tue, 13 Jul 2010 14:59:15 +0000 (10:59 -0400)]
handle missing profile for notices better in Rss10Action

14 years agohandle missing profile for notices better in NoticeList
Evan Prodromou [Tue, 13 Jul 2010 14:59:01 +0000 (10:59 -0400)]
handle missing profile for notices better in NoticeList

14 years agolog exceptions in atom feeds, but don't let them kill the output
Evan Prodromou [Tue, 13 Jul 2010 14:53:47 +0000 (10:53 -0400)]
log exceptions in atom feeds, but don't let them kill the output

14 years agopush exception on missing profile down to Notice::getProfile()
Evan Prodromou [Tue, 13 Jul 2010 14:51:25 +0000 (10:51 -0400)]
push exception on missing profile down to Notice::getProfile()

14 years agohandle notices without profiles better in RSS output
Evan Prodromou [Tue, 13 Jul 2010 14:42:06 +0000 (10:42 -0400)]
handle notices without profiles better in RSS output

14 years agoCommit hubprepqueuehandler.php -- fix for OStatus bulk output.
Brion Vibber [Mon, 12 Jul 2010 21:22:36 +0000 (14:22 -0700)]
Commit hubprepqueuehandler.php -- fix for OStatus bulk output.

14 years agoCommit hubprepqueuehandler.php -- fix for OStatus bulk output.
Brion Vibber [Mon, 12 Jul 2010 21:22:36 +0000 (14:22 -0700)]
Commit hubprepqueuehandler.php -- fix for OStatus bulk output.

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 12 Jul 2010 21:21:57 +0000 (14:21 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoTicket 2427: fix regression in plugin i18n
Brion Vibber [Mon, 12 Jul 2010 17:27:23 +0000 (10:27 -0700)]
Ticket 2427: fix regression in plugin i18n

14 years agoTicket 2433: Skip locale fallback list check on Windows ('locale -a' shell-out doesn...
Brion Vibber [Mon, 12 Jul 2010 16:56:32 +0000 (09:56 -0700)]
Ticket 2433: Skip locale fallback list check on Windows ('locale -a' shell-out doesn't work there)

14 years agoremove debugging statement and add a bit of output to updatecounts
Evan Prodromou [Sat, 10 Jul 2010 13:58:27 +0000 (09:58 -0400)]
remove debugging statement and add a bit of output to updatecounts

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sat, 10 Jul 2010 13:51:49 +0000 (09:51 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoscript to fill counts table from command line
Evan Prodromou [Fri, 9 Jul 2010 21:50:14 +0000 (17:50 -0400)]
script to fill counts table from command line

14 years agoHandle the case where a screen name has shifted from one Twitter ID to another
Zach Copley [Thu, 8 Jul 2010 21:17:10 +0000 (21:17 +0000)]
Handle the case where a screen name has shifted from one Twitter ID to another