]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Fri, 2 Apr 2010 22:56:25 +0000 (15:56 -0700)]
Merge branch '0.9.x' into 1.0.x

Conflicts:
actions/imsettings.php
lib/jabber.php

Made a quick attempt to merge the new JID validation into the XmppPlugin, have not had a chance to test that version live yet.
Should also move over the test cases.

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Fri, 2 Apr 2010 22:48:39 +0000 (15:48 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Fri, 2 Apr 2010 22:48:17 +0000 (15:48 -0700)]
Merge branch 'master' into testing

14 years agoDon't save duplicate messages into a user's packed inbox. We've already got the packe...
Brion Vibber [Fri, 2 Apr 2010 22:45:03 +0000 (15:45 -0700)]
Don't save duplicate messages into a user's packed inbox. We've already got the packed box loaded at insert time, so we can simply unpack it and check before doing the update query.
Should help with dupes that come in when inbox distrib jobs die and get restarted, etc.

Conflicts:

classes/Inbox.php

Looks like this was implemented on master recently and not copied up to testing. Merging to my version on testing as I've added some doc comments and extracted a couple functions for future ease of use.

14 years agoDon't save duplicate messages into a user's packed inbox. We've already got the packe...
Brion Vibber [Fri, 2 Apr 2010 22:39:43 +0000 (15:39 -0700)]
Don't save duplicate messages into a user's packed inbox. We've already got the packed box loaded at insert time, so we can simply unpack it and check before doing the update query.
Should help with dupes that come in when inbox distrib jobs die and get restarted, etc.

14 years agoTicket 2271: extra whitespace in underlined link for username in notice lists
Brion Vibber [Fri, 2 Apr 2010 16:32:03 +0000 (09:32 -0700)]
Ticket 2271: extra whitespace in underlined link for username in notice lists

Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display.

14 years agoTicket 2271: extra whitespace in underlined link for username in notice lists
Brion Vibber [Fri, 2 Apr 2010 16:32:03 +0000 (09:32 -0700)]
Ticket 2271: extra whitespace in underlined link for username in notice lists

Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 1 Apr 2010 18:09:45 +0000 (11:09 -0700)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoTemporary hack until notice_profile_id_idx is updated
Brion Vibber [Thu, 1 Apr 2010 17:15:40 +0000 (10:15 -0700)]
Temporary hack until notice_profile_id_idx is updated
to (profile_id, id) instead of (profile_id, created, id).
It's been falling back to PRIMARY instead, which is really
very inefficient for a profile that hasn't posted in a few
months. Even though forcing the index will cause a filesort,
it's usually going to be better. Even for large profiles it
seems much faster than the badly-indexed query.

14 years agoTemporary hack until notice_profile_id_idx is updated
Brion Vibber [Thu, 1 Apr 2010 17:15:40 +0000 (10:15 -0700)]
Temporary hack until notice_profile_id_idx is updated
to (profile_id, id) instead of (profile_id, created, id).
It's been falling back to PRIMARY instead, which is really
very inefficient for a profile that hasn't posted in a few
months. Even though forcing the index will cause a filesort,
it's usually going to be better. Even for large profiles it
seems much faster than the badly-indexed query.

14 years agoRevert "Revert "if user allows location sharing but turned off browser location use...
Evan Prodromou [Thu, 1 Apr 2010 16:58:06 +0000 (12:58 -0400)]
Revert "Revert "if user allows location sharing but turned off browser location use profile location""

This reverts commit 8b24ad8a9c681585e95612084eb629df8b364b74.

14 years agoRevert "Revert "don't insert the same notice twice into an inbox""
Evan Prodromou [Thu, 1 Apr 2010 16:57:52 +0000 (12:57 -0400)]
Revert "Revert "don't insert the same notice twice into an inbox""

This reverts commit a09b27ff41df41a86fdb0abae14239907d5ee6ec.

14 years agoRevert "don't insert the same notice twice into an inbox"
Evan Prodromou [Thu, 1 Apr 2010 16:52:26 +0000 (12:52 -0400)]
Revert "don't insert the same notice twice into an inbox"

This reverts commit 650074c648d98f81674c6e2b0ebf052c473ada6e.

14 years agoRevert "if user allows location sharing but turned off browser location use profile...
Evan Prodromou [Thu, 1 Apr 2010 16:52:12 +0000 (12:52 -0400)]
Revert "if user allows location sharing but turned off browser location use profile location"

This reverts commit 4b80ce0be89fe50eabec1a19dbf4a0c26a413423.

14 years agoif user allows location sharing but turned off browser location use profile location
Evan Prodromou [Thu, 1 Apr 2010 16:09:33 +0000 (12:09 -0400)]
if user allows location sharing but turned off browser location use profile location

14 years agoadd missing semicolon
Craig Andrews [Thu, 1 Apr 2010 03:18:40 +0000 (23:18 -0400)]
add missing semicolon

14 years agodon't insert the same notice twice into an inbox
Evan Prodromou [Wed, 31 Mar 2010 19:54:35 +0000 (15:54 -0400)]
don't insert the same notice twice into an inbox

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 31 Mar 2010 19:48:24 +0000 (12:48 -0700)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 31 Mar 2010 19:47:42 +0000 (12:47 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agouse Subscription::cancel() to cancel all subscriptions on block
Evan Prodromou [Wed, 31 Mar 2010 19:20:16 +0000 (15:20 -0400)]
use Subscription::cancel() to cancel all subscriptions on block

14 years agodo complete unsubscribe process when deleting a user
Evan Prodromou [Wed, 31 Mar 2010 19:02:19 +0000 (15:02 -0400)]
do complete unsubscribe process when deleting a user

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoRevert "Multiple file upload handling."
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.

14 years agoTicket #1281: JID validation now more or less follows spec instead of calling e-mail...
Brion Vibber [Wed, 31 Mar 2010 00:35:27 +0000 (17:35 -0700)]
Ticket #1281: JID validation now more or less follows spec instead of calling e-mail validator

Basic splitting/validation code submitted via http://status.net/wiki/XMPP/JID_validation -- Copyright 2009 Patrick Georgi <patrick@georgi-clan.de> Licensed under ISC-L, which is compatible with everything else that keeps the copyright notice intact.

Added PEAR Net_IDNA package to extlib to handle IDN normalization (also used by Validate's email verifier if present).

* added test suite, supplemented my own test cases with JID validation and normalization test cases from libpurple
* follows XMPP rules for validation of name part
* fixes for normalization with non-ASCII names
* will do domain checks if $config['email']['check_domain'] is on, checking for an XMPP-server SRV record or any lookup. (We don't actually need to ping those direct though.)
* some more obscure stringprep validation rules aren't quite followed yet, but we err on the side of permissiveness.
* we still don't actually let you save your address with a resource on it, as we strip resources when looking up users who've sent us presence or message updates. I would recommend saving the outgoing resource as a separate field if/when we add that..?

14 years agoShared cache key option for Geonames plugin, lets multi-instance sites share their...
Brion Vibber [Tue, 30 Mar 2010 19:19:25 +0000 (12:19 -0700)]
Shared cache key option for Geonames plugin, lets multi-instance sites share their cached geoname lookups.

Example:
  unset($config['plugins']['default']['Geonames']);
  addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared'));

14 years agoShared cache key option for Geonames plugin, lets multi-instance sites share their...
Brion Vibber [Tue, 30 Mar 2010 19:19:25 +0000 (12:19 -0700)]
Shared cache key option for Geonames plugin, lets multi-instance sites share their cached geoname lookups.

Example:
  unset($config['plugins']['default']['Geonames']);
  addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared'));

14 years agoUpdate call for renamed OStatus functions -- installer now no longer fails with a...
Brion Vibber [Tue, 30 Mar 2010 18:57:31 +0000 (11:57 -0700)]
Update call for renamed OStatus functions -- installer now no longer fails with a PHP fatal error when trying to set up the subscription to update@status.net.

14 years agoSome 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

14 years agoFix for error output on invalid user ID to api groups list
Brion Vibber [Tue, 30 Mar 2010 18:47:23 +0000 (11:47 -0700)]
Fix for error output on invalid user ID to api groups list

14 years agoFix for error output on invalid user ID to api groups list
Brion Vibber [Tue, 30 Mar 2010 18:47:23 +0000 (11:47 -0700)]
Fix for error output on invalid user ID to api groups list

14 years agoFixes for apigrouplist - notice spew from undefined var, notice spew from missing...
Brion Vibber [Tue, 30 Mar 2010 18:44:13 +0000 (11:44 -0700)]
Fixes for apigrouplist - notice spew from undefined var, notice spew from missing escape in sprintf format

14 years agoQuick fixes for grouplistall:
Brion Vibber [Tue, 30 Mar 2010 18:07:01 +0000 (11:07 -0700)]
Quick fixes for grouplistall:
* respect count instead of listing all groups
* respect page parameter
* don't spew notice on undefined $id
* don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it)

14 years agoFixes for apigrouplist - notice spew from undefined var, notice spew from missing...
Brion Vibber [Tue, 30 Mar 2010 18:44:13 +0000 (11:44 -0700)]
Fixes for apigrouplist - notice spew from undefined var, notice spew from missing escape in sprintf format

14 years agoQuick fixes for grouplistall:
Brion Vibber [Tue, 30 Mar 2010 18:07:01 +0000 (11:07 -0700)]
Quick fixes for grouplistall:
* respect count instead of listing all groups
* respect page parameter
* don't spew notice on undefined $id
* don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it)

14 years agoFix to profile location in FOAF output: longitude was repeating the latitude by mistake
Brion Vibber [Tue, 30 Mar 2010 00:53:31 +0000 (17:53 -0700)]
Fix to profile location in FOAF output: longitude was repeating the latitude by mistake

14 years agoFix to profile location in FOAF output: longitude was repeating the latitude by mistake
Brion Vibber [Tue, 30 Mar 2010 00:53:31 +0000 (17:53 -0700)]
Fix to profile location in FOAF output: longitude was repeating the latitude by mistake

14 years agoInclude meta charset header in saved HTML file for long OStatus messages; without...
Brion Vibber [Mon, 29 Mar 2010 23:27:50 +0000 (16:27 -0700)]
Include meta charset header in saved HTML file for long OStatus messages; without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.

14 years agoInclude meta charset header in saved HTML file for long OStatus messages; without...
Brion Vibber [Mon, 29 Mar 2010 23:27:50 +0000 (16:27 -0700)]
Include meta charset header in saved HTML file for long OStatus messages; without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.

14 years agoTweak to Eugene Crosser's patch to make transactions and acks configurable; disabling...
Brion Vibber [Mon, 29 Mar 2010 22:46:41 +0000 (15:46 -0700)]
Tweak to Eugene Crosser's patch to make transactions and acks configurable; disabling them gets basic message delivery working under MorbidQ, and may help with RabbitMQ etc.

I swapped the settings from negative to positive ($config['queue']['stomp_transactions'] = false rather than $config['queue']['stomp_no_transactions'] = true), gave them defaults (both on for best ActiveMQ experience), and added notes to the README about configuring them.

14 years agoMake stomp queue manager work with basic servers
Eugene Crosser [Mon, 29 Mar 2010 11:25:57 +0000 (15:25 +0400)]
Make stomp queue manager work with basic servers

Signed-off-by: Eugene Crosser <crosser@average.org>
14 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Mon, 29 Mar 2010 22:15:51 +0000 (15:15 -0700)]
Merge branch '0.9.x' into 1.0.x

14 years agoMerge branch '1.0.x' of git@gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Mon, 29 Mar 2010 22:15:41 +0000 (15:15 -0700)]
Merge branch '1.0.x' of git@gitorious.org:statusnet/mainline into 1.0.x

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

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 29 Mar 2010 22:14:25 +0000 (15:14 -0700)]
Merge branch 'master' into testing

Conflicts:
plugins/Blacklist/BlacklistPlugin.php

14 years agoRenamed HTTPResponse class to StatusNet_HTTPResponse to avoid conflict with PECL...
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.

14 years agoAdd $config['db']['annotate_queries'] option to include caller ID comments into queri...
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 ....

14 years agoRSSCloudPlugin's onRouterInitialized() should expect pass by value instead of reference
Zach Copley [Mon, 29 Mar 2010 00:00:33 +0000 (17:00 -0700)]
RSSCloudPlugin's onRouterInitialized() should expect pass by value instead of reference

14 years agoRevert "Remove console debug line"
Sarven Capadisli [Sun, 28 Mar 2010 21:50:25 +0000 (23:50 +0200)]
Revert "Remove console debug line"

This reverts commit 06ffb8bf02b4c05f8eccd14a9ec2ddbba7ae21c5.

14 years agoRemove console debug line
Sarven Capadisli [Sun, 28 Mar 2010 21:49:10 +0000 (23:49 +0200)]
Remove console debug line

14 years agoRemove debug line that crept into a commit a while back, breaking realtime when Fireb...
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

14 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Sun, 28 Mar 2010 19:25:02 +0000 (15:25 -0400)]
Merge branch 'master' into 0.9.x

Conflicts:
lib/attachmentlist.php

14 years agodon't try to get to database at initialize time
Evan Prodromou [Sun, 28 Mar 2010 19:17:44 +0000 (15:17 -0400)]
don't try to get to database at initialize time

14 years agoadd an option to run a command as the site owner
Evan Prodromou [Sun, 28 Mar 2010 18:38:07 +0000 (14:38 -0400)]
add an option to run a command as the site owner

14 years agocontinue deleting even if user profile record is missing
Evan Prodromou [Sun, 28 Mar 2010 15:58:16 +0000 (11:58 -0400)]
continue deleting even if user profile record is missing

14 years agoupdate README and version number
Evan Prodromou [Sun, 28 Mar 2010 15:39:56 +0000 (11:39 -0400)]
update README and version number

14 years agomove check for bad IDs from activityobject to activity and make simpler
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

14 years agoreverse order of activity parse test arguments
Evan Prodromou [Sun, 28 Mar 2010 02:43:18 +0000 (22:43 -0400)]
reverse order of activity parse test arguments

14 years agoSome 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

14 years agoSome 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

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
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>
14 years agoMultiple file upload handling.
Nick Holliday [Tue, 23 Mar 2010 16:50:24 +0000 (16:50 +0000)]
Multiple file upload handling.

14 years agoFixes problem with IRC URLs showing as attachments
Nick Holliday [Wed, 24 Mar 2010 23:30:27 +0000 (23:30 +0000)]
Fixes problem with IRC URLs showing as attachments

14 years agoif there is oembed data for a file/link, consider that link to have an attachment
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

14 years agoReally make sure we return 'true' and 'false' strings for boolean vals in api/statusn...
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.

14 years agoReturn an http auth error, when a client sends in an invalid auth user, even when...
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.

14 years agoReally make sure we return 'true' and 'false' strings for boolean vals in api/statusn...
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.

14 years agoReturn an http auth error, when a client sends in an invalid auth user, even when...
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.

14 years agoReally make sure we return 'true' and 'false' strings for boolean vals in api/statusn...
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.

14 years agoRevert "Make sure we return 'true' and 'false' strings for boolean vals in api/status...
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.

14 years agoMake sure we return 'true' and 'false' strings for boolean vals in api/statusnet...
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

14 years agoReturn an http auth error, when a client sends in an invalid auth user, even when...
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.

14 years agoDrop debug statements on every regex match from Blacklist plugin; filling the logs...
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. :)

14 years agoDrop debug statements on every regex match from Blacklist plugin; filling the logs...
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. :)

14 years agomove 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

14 years agomove 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

14 years agoFix 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

14 years agoFix 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

14 years agoMerge branch '0.9.x' into 1.0.x
Evan Prodromou [Fri, 26 Mar 2010 13:18:07 +0000 (09:18 -0400)]
Merge branch '0.9.x' into 1.0.x

14 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 26 Mar 2010 13:17:47 +0000 (09:17 -0400)]
Merge branch 'testing' into 0.9.x

14 years agoDo ostatus queue first
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.

14 years agoTweak to OStatus long message cropping: use original source notice URL for the link...
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

14 years agoAdd doc comments on saveHTMLFile; drop the extra <div> wrapping the contents to make...
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.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Brion Vibber [Thu, 25 Mar 2010 21:32:28 +0000 (14:32 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoRestore lost addition of inline HTML attachment display.
Brion Vibber [Thu, 25 Mar 2010 21:31:22 +0000 (14:31 -0700)]
Restore lost addition of inline HTML attachment display.

14 years agoversion number and codename
Evan Prodromou [Thu, 25 Mar 2010 21:25:26 +0000 (17:25 -0400)]
version number and codename

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Thu, 25 Mar 2010 21:24:10 +0000 (17:24 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoIf indenting is disabled on the output, this fixes the entity_tags crop
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

14 years agoFix for processing indicator for aside
Sarven Capadisli [Thu, 25 Mar 2010 16:33:59 +0000 (17:33 +0100)]
Fix for processing indicator for aside

14 years agoUpdated biz theme to use realtime icons from core
Sarven Capadisli [Thu, 25 Mar 2010 14:08:00 +0000 (15:08 +0100)]
Updated biz theme to use realtime icons from core

14 years agoA lot of updates to keep the themes current (at least in functionality)
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)

14 years agolocation -> label class for cloudy
Sarven Capadisli [Wed, 24 Mar 2010 21:40:59 +0000 (22:40 +0100)]
location -> label class for cloudy

14 years agoUsing unique @for, @id pair for jabber and sms options in subscriptions
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

14 years agoUsing hCard label instead of location. Matches userprofile.
Sarven Capadisli [Wed, 24 Mar 2010 19:58:13 +0000 (20:58 +0100)]
Using hCard label instead of location. Matches userprofile.

14 years agoUpdated tag list output in subscriptions list. Matches userprofile.
Sarven Capadisli [Wed, 24 Mar 2010 19:50:07 +0000 (20:50 +0100)]
Updated tag list output in subscriptions list. Matches userprofile.

14 years agoRemoved print stylesheet
Sarven Capadisli [Wed, 24 Mar 2010 14:13:38 +0000 (15:13 +0100)]
Removed print stylesheet

14 years agoMoved print inside base stylesheet using media rules. One less HTTP GET.
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.

14 years agoMinor core alignment for cloudy
Sarven Capadisli [Mon, 22 Mar 2010 13:14:07 +0000 (14:14 +0100)]
Minor core alignment for cloudy

14 years agoUpdated logos
Sarven Capadisli [Mon, 22 Mar 2010 13:07:59 +0000 (14:07 +0100)]
Updated logos

14 years agoRemoved box-shadow and outline on notice more link focus
Sarven Capadisli [Fri, 19 Mar 2010 21:26:50 +0000 (22:26 +0100)]
Removed box-shadow and outline on notice more link focus

14 years agoUsing opacity on the notice more link icon
Sarven Capadisli [Fri, 19 Mar 2010 18:06:54 +0000 (19:06 +0100)]
Using opacity on the notice more link icon