]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Sarven Capadisli [Wed, 31 Mar 2010 09:00:22 +0000 (11:00 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 31 Mar 2010 08:57:20 +0000 (10:57 +0200)]
Revert "Multiple file upload handling."
This reverts commit
260f00d60bc83ac641d6fbe465e70aec33ccd9be .
As mentioned in
http://gitorious.org/statusnet/mainline/commit/
260f00d60bc83ac641d6fbe465e70aec33ccd9be #comment_8367
Reverting this merge until the bugs are fixed and there is a general
agreement on the need for this enhancement.
Brion Vibber [Mon, 29 Mar 2010 22:15:11 +0000 (15:15 -0700)]
Merge branch 'testing' into 0.9.x
Brion Vibber [Mon, 29 Mar 2010 22:14:25 +0000 (15:14 -0700)]
Merge branch 'master' into testing
Conflicts:
plugins/Blacklist/BlacklistPlugin.php
Brion Vibber [Mon, 29 Mar 2010 22:07:15 +0000 (15:07 -0700)]
Renamed HTTPResponse class to StatusNet_HTTPResponse to avoid conflict with PECL HTTP extension.
The class isn't referenced by name by any other code I can see so this should have no side effects.
Brion Vibber [Mon, 29 Mar 2010 19:57:16 +0000 (12:57 -0700)]
Add $config['db']['annotate_queries'] option to include caller ID comments into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries.
SELECT /* queuedaemon.php Ostatus_profile->processPost */ * FROM notice WHERE ( notice.uri = 'http://stormcloud.local/mublog2/notice/479' )
INSERT /* POST Notice::saveNew */ INTO notice (profile_id , content ....
Zach Copley [Mon, 29 Mar 2010 00:00:33 +0000 (17:00 -0700)]
RSSCloudPlugin's onRouterInitialized() should expect pass by value instead of reference
Sarven Capadisli [Sun, 28 Mar 2010 21:50:25 +0000 (23:50 +0200)]
Revert "Remove console debug line"
This reverts commit
06ffb8bf02b4c05f8eccd14a9ec2ddbba7ae21c5 .
Sarven Capadisli [Sun, 28 Mar 2010 21:49:10 +0000 (23:49 +0200)]
Remove console debug line
Brion Vibber [Sun, 28 Mar 2010 21:41:31 +0000 (14:41 -0700)]
Remove debug line that crept into a commit a while back, breaking realtime when Firebug wasn't present
Evan Prodromou [Sun, 28 Mar 2010 19:25:02 +0000 (15:25 -0400)]
Merge branch 'master' into 0.9.x
Conflicts:
lib/attachmentlist.php
Evan Prodromou [Sun, 28 Mar 2010 19:17:44 +0000 (15:17 -0400)]
don't try to get to database at initialize time
Evan Prodromou [Sun, 28 Mar 2010 18:38:07 +0000 (14:38 -0400)]
add an option to run a command as the site owner
Evan Prodromou [Sun, 28 Mar 2010 15:58:16 +0000 (11:58 -0400)]
continue deleting even if user profile record is missing
Evan Prodromou [Sun, 28 Mar 2010 15:39:56 +0000 (11:39 -0400)]
update README and version number
Evan Prodromou [Sun, 28 Mar 2010 02:44:10 +0000 (22:44 -0400)]
move check for bad IDs from activityobject to activity and make simpler
Evan Prodromou [Sun, 28 Mar 2010 02:43:18 +0000 (22:43 -0400)]
reverse order of activity parse test arguments
Zach Copley [Sat, 27 Mar 2010 23:36:04 +0000 (23:36 +0000)]
Some fixes to make the twitterstatusfetcher behave better in a multi-site configuration
Zach Copley [Sat, 27 Mar 2010 23:36:04 +0000 (23:36 +0000)]
Some fixes to make the twitterstatusfetcher behave better in a multi-site configuration
Siebrand Mazeland [Sat, 27 Mar 2010 17:47:38 +0000 (18:47 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
Nick Holliday [Tue, 23 Mar 2010 16:50:24 +0000 (16:50 +0000)]
Multiple file upload handling.
Nick Holliday [Wed, 24 Mar 2010 23:30:27 +0000 (23:30 +0000)]
Fixes problem with IRC URLs showing as attachments
Craig Andrews [Fri, 26 Mar 2010 22:13:45 +0000 (18:13 -0400)]
if there is oembed data for a file/link, consider that link to have an attachment
Zach Copley [Fri, 26 Mar 2010 19:55:16 +0000 (19:55 +0000)]
Really make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format.
Zach Copley [Fri, 26 Mar 2010 18:51:01 +0000 (18:51 +0000)]
Return an http auth error, when a client sends in an invalid auth user, even when http auth is not required.
Zach Copley [Fri, 26 Mar 2010 19:55:16 +0000 (19:55 +0000)]
Really make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format.
Zach Copley [Fri, 26 Mar 2010 18:51:01 +0000 (18:51 +0000)]
Return an http auth error, when a client sends in an invalid auth user, even when http auth is not required.
Zach Copley [Fri, 26 Mar 2010 19:55:16 +0000 (19:55 +0000)]
Really make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format.
Zach Copley [Fri, 26 Mar 2010 19:48:07 +0000 (19:48 +0000)]
Revert "Make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format"
This reverts commit
419c38cc0bf3f2649be9ad18e983b9f0ac8dfec0 .
Zach Copley [Fri, 26 Mar 2010 19:41:52 +0000 (19:41 +0000)]
Make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format
Zach Copley [Fri, 26 Mar 2010 18:51:01 +0000 (18:51 +0000)]
Return an http auth error, when a client sends in an invalid auth user, even when http auth is not required.
Brion Vibber [Fri, 26 Mar 2010 17:46:36 +0000 (10:46 -0700)]
Drop debug statements on every regex match from Blacklist plugin; filling the logs a little faster than ops likes. :)
Brion Vibber [Fri, 26 Mar 2010 17:46:36 +0000 (10:46 -0700)]
Drop debug statements on every regex match from Blacklist plugin; filling the logs a little faster than ops likes. :)
James Walker [Fri, 26 Mar 2010 17:37:46 +0000 (13:37 -0400)]
move base64_url_(encode|decode) to static functions in Magicsig
James Walker [Fri, 26 Mar 2010 17:37:46 +0000 (13:37 -0400)]
move base64_url_(encode|decode) to static functions in Magicsig
Sarven Capadisli [Fri, 26 Mar 2010 13:56:15 +0000 (14:56 +0100)]
Fix for XHR more text behaviour on conversation pages
Sarven Capadisli [Fri, 26 Mar 2010 13:56:15 +0000 (14:56 +0100)]
Fix for XHR more text behaviour on conversation pages
Evan Prodromou [Fri, 26 Mar 2010 13:17:47 +0000 (09:17 -0400)]
Merge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 26 Mar 2010 12:45:23 +0000 (08:45 -0400)]
Do ostatus queue first
We do the OStatus queue first, so if we're sending a notice to the
same server twice (e.g., with OMB), our richer and more featureful
notice comes in first.
Brion Vibber [Thu, 25 Mar 2010 23:08:09 +0000 (16:08 -0700)]
Tweak to OStatus long message cropping: use original source notice URL for the link in the text version, don't shorten the link for the HTML so we can append params to it in JS.
Conflicts:
plugins/OStatus/classes/Ostatus_profile.php
Brion Vibber [Wed, 17 Mar 2010 22:49:10 +0000 (15:49 -0700)]
Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents to make it easier to extract without getting extra markup.
Brion Vibber [Thu, 25 Mar 2010 21:32:28 +0000 (14:32 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Brion Vibber [Thu, 25 Mar 2010 21:31:22 +0000 (14:31 -0700)]
Restore lost addition of inline HTML attachment display.
Evan Prodromou [Thu, 25 Mar 2010 21:25:26 +0000 (17:25 -0400)]
version number and codename
Evan Prodromou [Thu, 25 Mar 2010 21:24:10 +0000 (17:24 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Sarven Capadisli [Thu, 25 Mar 2010 16:47:04 +0000 (17:47 +0100)]
If indenting is disabled on the output, this fixes the entity_tags crop
Sarven Capadisli [Thu, 25 Mar 2010 16:33:59 +0000 (17:33 +0100)]
Fix for processing indicator for aside
Sarven Capadisli [Thu, 25 Mar 2010 14:08:00 +0000 (15:08 +0100)]
Updated biz theme to use realtime icons from core
Sarven Capadisli [Wed, 24 Mar 2010 22:31:30 +0000 (23:31 +0100)]
A lot of updates to keep the themes current (at least in functionality)
Sarven Capadisli [Wed, 24 Mar 2010 21:40:59 +0000 (22:40 +0100)]
location -> label class for cloudy
Sarven Capadisli [Wed, 24 Mar 2010 20:34:53 +0000 (21:34 +0100)]
Using unique @for, @id pair for jabber and sms options in subscriptions
Sarven Capadisli [Wed, 24 Mar 2010 19:58:13 +0000 (20:58 +0100)]
Using hCard label instead of location. Matches userprofile.
Sarven Capadisli [Wed, 24 Mar 2010 19:50:07 +0000 (20:50 +0100)]
Updated tag list output in subscriptions list. Matches userprofile.
Sarven Capadisli [Wed, 24 Mar 2010 14:13:38 +0000 (15:13 +0100)]
Removed print stylesheet
Sarven Capadisli [Wed, 24 Mar 2010 13:50:12 +0000 (14:50 +0100)]
Moved print inside base stylesheet using media rules. One less HTTP GET.
Sarven Capadisli [Mon, 22 Mar 2010 13:14:07 +0000 (14:14 +0100)]
Minor core alignment for cloudy
Sarven Capadisli [Mon, 22 Mar 2010 13:07:59 +0000 (14:07 +0100)]
Updated logos
Sarven Capadisli [Fri, 19 Mar 2010 21:26:50 +0000 (22:26 +0100)]
Removed box-shadow and outline on notice more link focus
Sarven Capadisli [Fri, 19 Mar 2010 18:06:54 +0000 (19:06 +0100)]
Using opacity on the notice more link icon
Sarven Capadisli [Fri, 19 Mar 2010 17:35:40 +0000 (18:35 +0100)]
Minor margin to more link
Sarven Capadisli [Fri, 19 Mar 2010 09:06:06 +0000 (10:06 +0100)]
Updated biz theme logo
Sarven Capadisli [Thu, 18 Mar 2010 22:00:38 +0000 (23:00 +0100)]
Added processing indicator for more anchor
Sarven Capadisli [Thu, 18 Mar 2010 13:29:35 +0000 (14:29 +0100)]
Using an icon to represent the action for more text
Sarven Capadisli [Thu, 18 Mar 2010 13:26:30 +0000 (14:26 +0100)]
Using … (hellip) instead of "more" for link text
Brion Vibber [Thu, 25 Mar 2010 21:15:54 +0000 (14:15 -0700)]
Updated 'more' anchor for attachments to do an XHR GET
Conflicts:
lib/attachmentlist.php
plugins/OStatus/classes/Ostatus_profile.php
Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem.
Evan Prodromou [Thu, 25 Mar 2010 20:58:05 +0000 (16:58 -0400)]
add whitelist and blacklist for openid URLs
Sarven Capadisli [Tue, 16 Mar 2010 20:02:56 +0000 (21:02 +0100)]
Removed unnecessary form_id. Using jQuery .find() instead of
constructing the selector.
Sarven Capadisli [Tue, 16 Mar 2010 19:53:49 +0000 (20:53 +0100)]
Added extra condition to focusing on notice form on page load. If the
window location contains a fragument identifier, it will skip focus
and do what the UA does natively.
Sarven Capadisli [Tue, 16 Mar 2010 18:34:20 +0000 (19:34 +0100)]
Removed dangling stylesheet
Evan Prodromou [Thu, 25 Mar 2010 20:35:35 +0000 (16:35 -0400)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 25 Mar 2010 20:35:22 +0000 (16:35 -0400)]
remove debugging calls
Sarven Capadisli [Sun, 14 Mar 2010 19:01:24 +0000 (15:01 -0400)]
Using rel=external instead of class=external for jOverlay title link
Sarven Capadisli [Sun, 14 Mar 2010 18:11:21 +0000 (14:11 -0400)]
Added rel=external to geo location link
Sarven Capadisli [Sun, 14 Mar 2010 18:06:14 +0000 (14:06 -0400)]
Updated plugin to open external links on a new window that are not
attachments
Sarven Capadisli [Sat, 13 Mar 2010 21:48:21 +0000 (16:48 -0500)]
Assigned an identifier for the representative user and group profile
Brion Vibber [Thu, 25 Mar 2010 20:04:09 +0000 (13:04 -0700)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 25 Mar 2010 19:48:31 +0000 (12:48 -0700)]
And clarify a little more
Brion Vibber [Thu, 25 Mar 2010 19:21:02 +0000 (12:21 -0700)]
Clarify RewriteBase comment in htaccess.sample
Brion Vibber [Thu, 25 Mar 2010 18:43:26 +0000 (11:43 -0700)]
Merge commit 'origin/master' into testing
Conflicts:
classes/Notice.php
Evan Prodromou [Thu, 25 Mar 2010 17:51:52 +0000 (13:51 -0400)]
Merge branch 'blacklisttable' into testing
Evan Prodromou [Thu, 25 Mar 2010 17:50:49 +0000 (13:50 -0400)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 25 Mar 2010 17:49:12 +0000 (13:49 -0400)]
Store blacklist patterns in their own tables
We were bumping into limits on the config format in the Blacklist
plugin. So, added new tables for nickname and homepage blacklists, and
changed the plugin to use those instead of config file (actually,
still uses config file in addition, for compatibility).
Sarven Capadisli [Thu, 25 Mar 2010 16:47:04 +0000 (17:47 +0100)]
If indenting is disabled on the output, this fixes the entity_tags crop
Sarven Capadisli [Thu, 25 Mar 2010 16:33:59 +0000 (17:33 +0100)]
Fix for processing indicator for aside
Sarven Capadisli [Thu, 25 Mar 2010 14:08:00 +0000 (15:08 +0100)]
Updated biz theme to use realtime icons from core
Sarven Capadisli [Wed, 24 Mar 2010 22:33:00 +0000 (23:33 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 24 Mar 2010 22:31:30 +0000 (23:31 +0100)]
A lot of updates to keep the themes current (at least in functionality)
Sarven Capadisli [Wed, 24 Mar 2010 21:40:59 +0000 (22:40 +0100)]
location -> label class for cloudy
Brion Vibber [Wed, 24 Mar 2010 20:57:20 +0000 (13:57 -0700)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 24 Mar 2010 20:36:57 +0000 (13:36 -0700)]
Fix for API group methods, caused failure or output corruption when pulling up local groups by name in api/statusnet/groups/is_member.json/xml
Brion Vibber [Wed, 24 Mar 2010 20:36:57 +0000 (13:36 -0700)]
Fix for API group methods, caused failure or output corruption when pulling up local groups by name in api/statusnet/groups/is_member.json/xml
Sarven Capadisli [Wed, 24 Mar 2010 20:34:53 +0000 (21:34 +0100)]
Using unique @for, @id pair for jabber and sms options in subscriptions
Sarven Capadisli [Wed, 24 Mar 2010 19:58:13 +0000 (20:58 +0100)]
Using hCard label instead of location. Matches userprofile.
Sarven Capadisli [Wed, 24 Mar 2010 19:50:07 +0000 (20:50 +0100)]
Updated tag list output in subscriptions list. Matches userprofile.
James Walker [Wed, 24 Mar 2010 19:26:03 +0000 (15:26 -0400)]
Make sure we're requiring the library
James Walker [Wed, 24 Mar 2010 19:18:41 +0000 (15:18 -0400)]
Updated Math_Biginteger from upstream - removing safe* workarounds
James Walker [Wed, 24 Mar 2010 19:15:20 +0000 (15:15 -0400)]
Check for 0.9.0 bad keys from old Crypt_RSA library
James Walker [Wed, 24 Mar 2010 18:27:35 +0000 (14:27 -0400)]
A bit safer checking in the keypair parsing
Sarven Capadisli [Wed, 24 Mar 2010 14:13:38 +0000 (15:13 +0100)]
Removed print stylesheet
Sarven Capadisli [Wed, 24 Mar 2010 13:50:12 +0000 (14:50 +0100)]
Moved print inside base stylesheet using media rules. One less HTTP GET.