]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 8 Feb 2010 23:48:52 +0000 (15:48 -0800)]
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 [Mon, 8 Feb 2010 23:47:55 +0000 (15:47 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agoPull GeoRSS locations over OStatus feeds
Brion Vibber [Mon, 8 Feb 2010 23:46:38 +0000 (15:46 -0800)]
Pull GeoRSS locations over OStatus feeds

14 years agoAllow scripts/decache.php to blow out cache for objects that don't exist (anymore).
Brion Vibber [Mon, 8 Feb 2010 23:32:20 +0000 (15:32 -0800)]
Allow scripts/decache.php to blow out cache for objects that don't exist (anymore).
May miss keys other than the given or primary key, but should work for a lot of common cases where a bad entry's been removed from DB but lingers in cache.

14 years agoOStatus cleanup...
Brion Vibber [Mon, 8 Feb 2010 22:06:36 +0000 (14:06 -0800)]
OStatus cleanup...
* Treat linkless feed posts as status updates; drop the "New post:" prefix and quotes on them.
* Use stable user IDs for atom/rss2 feed links instead of unstable nicknames
* Pull Atom feed preferentially when subscribing -- can now put the remote user's profile page straight into the feed subscription form and get to the right place.
* Clean up naming for push endpoints

14 years agoreadme and version for beta5
Evan Prodromou [Mon, 1 Feb 2010 18:44:06 +0000 (13:44 -0500)]
readme and version for beta5

14 years agoDelete old Twitter user record when user changes screen name instead of updating...
Zach Copley [Sat, 6 Feb 2010 06:46:00 +0000 (06:46 +0000)]
Delete old Twitter user record when user changes screen name instead of updating. Simpler.

14 years agoStore Twitter screen_name, not name, for foreign_user.nickname when saving Twitter...
Zach Copley [Sat, 6 Feb 2010 05:39:29 +0000 (21:39 -0800)]
Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user.

14 years agoFirst steps on converting FeedSub into the pub/sub basis for OStatus communications:
Brion Vibber [Mon, 8 Feb 2010 19:06:03 +0000 (11:06 -0800)]
First steps on converting FeedSub into the pub/sub basis for OStatus communications:
* renamed FeedSub plugin to OStatus
* now setting avatar on subscriptions
* general fixes for subscription
* integrated PuSH hub to handle only user timelines on canonical ID url; sends updates directly
* set $config['feedsub']['nohub'] = true to test w/ foreign feeds that don't have hubs (won't actually receive updates though)
* a few bits of code documentation
* HMAC support for verified distributions (safest if sub setup is on HTTPS)

And a couple core changes:
* minimizing HTML output for exceptions in API requests to aid in debugging
* fix for rel=self link in apitimelineuser when id given

This does not not yet include any of the individual subscription management (Salmon notifications for sub/unsub, etc) nor a nice UI for user subscriptions.
Needs some further cleanup to treat posts as status updates instead of link references.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 7 Feb 2010 20:53:34 +0000 (21:53 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoModerator can make users admins of a group
Evan Prodromou [Sat, 6 Feb 2010 10:36:59 +0000 (11:36 +0100)]
Moderator can make users admins of a group

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Sat, 6 Feb 2010 10:24:12 +0000 (11:24 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Sat, 6 Feb 2010 06:48:41 +0000 (06:48 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoDelete old Twitter user record when user changes screen name instead of updating...
Zach Copley [Sat, 6 Feb 2010 06:46:00 +0000 (06:46 +0000)]
Delete old Twitter user record when user changes screen name instead of updating. Simpler.

14 years agoStore Twitter screen_name, not name, for foreign_user.nickname when saving Twitter...
Zach Copley [Sat, 6 Feb 2010 05:39:29 +0000 (21:39 -0800)]
Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user.

14 years agoDelete old Twitter user record when user changes screen name instead of updating...
Zach Copley [Sat, 6 Feb 2010 06:46:00 +0000 (06:46 +0000)]
Delete old Twitter user record when user changes screen name instead of updating. Simpler.

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Sat, 6 Feb 2010 05:41:26 +0000 (21:41 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

* '0.9.x' of gitorious.org:statusnet/mainline:
  Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoStore Twitter screen_name, not name, for foreign_user.nickname when saving Twitter...
Zach Copley [Sat, 6 Feb 2010 05:39:29 +0000 (21:39 -0800)]
Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 6 Feb 2010 00:09:00 +0000 (01:09 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoUpdated /api/statusnet/config.xml to show new config params potentially relevant...
Zach Copley [Fri, 5 Feb 2010 21:40:00 +0000 (13:40 -0800)]
Updated /api/statusnet/config.xml to show new config params potentially relevant to client devs

14 years agoAPI config return textlimit value
Michele [Sun, 17 Jan 2010 17:33:56 +0000 (18:33 +0100)]
API config return textlimit value

14 years agoDon't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PHP extens...
Brion Vibber [Fri, 5 Feb 2010 17:47:56 +0000 (09:47 -0800)]
Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PHP extension is not present.
Switched to a locally-defined Cache::COMPRESSED, translating that to MEMCACHE_COMPRESSED in the plugin.

14 years agoMerge branch 'temp'
Zach Copley [Fri, 5 Feb 2010 03:19:12 +0000 (03:19 +0000)]
Merge branch 'temp'

14 years agoActually store the timestamp on each nonce
Zach Copley [Fri, 5 Feb 2010 01:38:29 +0000 (01:38 +0000)]
Actually store the timestamp on each nonce

14 years agoOAuth app name should not be null
Zach Copley [Fri, 5 Feb 2010 01:24:21 +0000 (01:24 +0000)]
OAuth app name should not be null

14 years agoFix issue with OAuth request parameters being parsed/stored twice when
Zach Copley [Fri, 5 Feb 2010 01:13:23 +0000 (01:13 +0000)]
Fix issue with OAuth request parameters being parsed/stored twice when
calling /api/account/verify_credentials.:format

14 years ago- Fix cache handling in TwitterStatusFetcher
Zach Copley [Thu, 4 Feb 2010 01:53:08 +0000 (01:53 +0000)]
- Fix cache handling in TwitterStatusFetcher
- Other stability fixes

14 years agoAdded right margin for notice text. Helps Conversation notices look
Sarven Capadisli [Wed, 3 Feb 2010 17:13:21 +0000 (18:13 +0100)]
Added right margin for notice text. Helps Conversation notices look
better.

14 years agoConfirm dialog for reset OAuth consumer key and secret button
Zach Copley [Wed, 3 Feb 2010 01:43:59 +0000 (01:43 +0000)]
Confirm dialog for reset OAuth consumer key and secret button

14 years agoAlways check for an OAuth request. This allows OAuth clients to set an
Zach Copley [Tue, 2 Feb 2010 23:16:44 +0000 (23:16 +0000)]
Always check for an OAuth request. This allows OAuth clients to set an
auth user, similar to how they can set one via http basic auth,
even if one is not required.  I think I finally got this right.

14 years agoLinkify notice source when posting from registered OAuth apps
Zach Copley [Tue, 2 Feb 2010 08:47:14 +0000 (08:47 +0000)]
Linkify notice source when posting from registered OAuth apps

14 years agoSuppress notice input box on OAuth authorization page
Zach Copley [Tue, 2 Feb 2010 07:59:28 +0000 (07:59 +0000)]
Suppress notice input box on OAuth authorization page

14 years agoBetter token revocation
Zach Copley [Tue, 2 Feb 2010 07:35:54 +0000 (07:35 +0000)]
Better token revocation

14 years agoAllow developers to delete OAuth applications
Zach Copley [Tue, 2 Feb 2010 06:26:03 +0000 (06:26 +0000)]
Allow developers to delete OAuth applications

14 years agoOAuth app names should be unique.
Zach Copley [Mon, 1 Feb 2010 20:58:29 +0000 (20:58 +0000)]
OAuth app names should be unique.

14 years agoPrevents app statistic text from wrapping around avatar
Sarven Capadisli [Mon, 1 Feb 2010 19:32:18 +0000 (20:32 +0100)]
Prevents app statistic text from wrapping around avatar

14 years agoSentence case for app statistics
Sarven Capadisli [Mon, 1 Feb 2010 19:31:56 +0000 (20:31 +0100)]
Sentence case for app statistics

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 5 Feb 2010 02:10:35 +0000 (02:10 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoActually store the timestamp on each nonce
Zach Copley [Fri, 5 Feb 2010 01:38:29 +0000 (01:38 +0000)]
Actually store the timestamp on each nonce

14 years agoOAuth app name should not be null
Zach Copley [Fri, 5 Feb 2010 01:24:21 +0000 (01:24 +0000)]
OAuth app name should not be null

14 years agoFix issue with OAuth request parameters being parsed/stored twice when
Zach Copley [Fri, 5 Feb 2010 01:13:23 +0000 (01:13 +0000)]
Fix issue with OAuth request parameters being parsed/stored twice when
calling /api/account/verify_credentials.:format

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Fri, 5 Feb 2010 02:08:37 +0000 (02:08 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoActually store the timestamp on each nonce
Zach Copley [Fri, 5 Feb 2010 01:38:29 +0000 (01:38 +0000)]
Actually store the timestamp on each nonce

14 years agoOAuth app name should not be null
Zach Copley [Fri, 5 Feb 2010 01:24:21 +0000 (01:24 +0000)]
OAuth app name should not be null

14 years agoFix issue with OAuth request parameters being parsed/stored twice when
Zach Copley [Fri, 5 Feb 2010 01:13:23 +0000 (01:13 +0000)]
Fix issue with OAuth request parameters being parsed/stored twice when
calling /api/account/verify_credentials.:format

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

14 years agoMerge branch 'master' into testing - drop debug statements
Brion Vibber [Thu, 4 Feb 2010 23:19:09 +0000 (15:19 -0800)]
Merge branch 'master' into testing - drop debug statements

14 years agodrop debug messages from inbox deletion fix
Brion Vibber [Thu, 4 Feb 2010 23:16:27 +0000 (15:16 -0800)]
drop debug messages from inbox deletion fix

14 years agoInbox::streamNotices() with deletion compensation: inbox paging should more or less...
Brion Vibber [Thu, 4 Feb 2010 22:50:20 +0000 (14:50 -0800)]
Inbox::streamNotices() with deletion compensation: inbox paging should more or less work with deleted items now.
No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit.

This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button.
More permanent fix for that will be to switch timeline paging in the UI to use notice IDs.

14 years agoMerge branch 'inbox-del' into testing
Brion Vibber [Thu, 4 Feb 2010 23:12:40 +0000 (15:12 -0800)]
Merge branch 'inbox-del' into testing

14 years agoInbox::streamNotices() with deletion compensation: inbox paging should more or less...
Brion Vibber [Thu, 4 Feb 2010 22:50:20 +0000 (14:50 -0800)]
Inbox::streamNotices() with deletion compensation: inbox paging should more or less work with deleted items now.
No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit.

This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button.
More permanent fix for that will be to switch timeline paging in the UI to use notice IDs.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Thu, 4 Feb 2010 22:09:37 +0000 (23:09 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoMissed change when refactoring groups. Thanks macno
Eric Helgeson [Sat, 16 Jan 2010 16:56:07 +0000 (11:56 -0500)]
Missed change when refactoring groups. Thanks macno

14 years agoMissed change when refactoring groups. Thanks macno
Eric Helgeson [Sat, 16 Jan 2010 16:56:07 +0000 (11:56 -0500)]
Missed change when refactoring groups. Thanks macno

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 4 Feb 2010 21:12:18 +0000 (13:12 -0800)]
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 [Thu, 4 Feb 2010 21:11:41 +0000 (13:11 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoShould fix spurious 'nickname taken' and 'email taken' errors on registration. Form...
Brion Vibber [Thu, 4 Feb 2010 21:08:34 +0000 (13:08 -0800)]
Should fix spurious 'nickname taken' and 'email taken' errors on registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching.
(was checking $obj !== false but we return null now on negative cache hits, with false for cache misses)

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 4 Feb 2010 20:23:56 +0000 (12:23 -0800)]
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 [Thu, 4 Feb 2010 19:56:07 +0000 (11:56 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoMoved hardcoded identica theme out of MobileProfile. In this case, it
Sarven Capadisli [Thu, 4 Feb 2010 19:39:46 +0000 (19:39 +0000)]
Moved hardcoded identica theme out of MobileProfile. In this case, it
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.

14 years agoMoved hardcoded identica theme out of MobileProfile. In this case, it
Sarven Capadisli [Thu, 4 Feb 2010 19:39:46 +0000 (19:39 +0000)]
Moved hardcoded identica theme out of MobileProfile. In this case, it
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.

14 years agoAdd time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Brion Vibber [Thu, 4 Feb 2010 19:06:01 +0000 (11:06 -0800)]
Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Defaulting to only looking at last 90 days of activity, can be adjusted up or down.

$config['tag']['cutoff'] = 86400 * 90;
$config['popular']['cutoff'] = 86400 * 90;

Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them).

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 4 Feb 2010 16:56:34 +0000 (16:56 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoAdded accept and reject icons to remote subscription authorization
Sarven Capadisli [Thu, 4 Feb 2010 16:51:51 +0000 (16:51 +0000)]
Added accept and reject icons to remote subscription authorization

14 years agoFixes minor remote subscription profile layout
Sarven Capadisli [Thu, 4 Feb 2010 16:27:34 +0000 (16:27 +0000)]
Fixes minor remote subscription profile layout

14 years agoAdded accept and reject icons to remote subscription authorization
Sarven Capadisli [Thu, 4 Feb 2010 16:51:51 +0000 (16:51 +0000)]
Added accept and reject icons to remote subscription authorization

14 years agoFixes minor remote subscription profile layout
Sarven Capadisli [Thu, 4 Feb 2010 16:27:34 +0000 (16:27 +0000)]
Fixes minor remote subscription profile layout

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Thu, 4 Feb 2010 10:35:58 +0000 (11:35 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoMake Twitter bridge truncate and add a link back to the original notice when notice...
Zach Copley [Thu, 4 Feb 2010 03:17:48 +0000 (03:17 +0000)]
Make Twitter bridge truncate and add a link back to the original notice when notice content is > 140c

14 years ago- Fix cache handling in TwitterStatusFetcher
Zach Copley [Thu, 4 Feb 2010 01:53:08 +0000 (01:53 +0000)]
- Fix cache handling in TwitterStatusFetcher
- Other stability fixes

14 years ago- Fix cache handling in TwitterStatusFetcher
Zach Copley [Thu, 4 Feb 2010 01:53:08 +0000 (01:53 +0000)]
- Fix cache handling in TwitterStatusFetcher
- Other stability fixes

14 years agoScript to update profile URLs
Evan Prodromou [Wed, 3 Feb 2010 19:58:29 +0000 (14:58 -0500)]
Script to update profile URLs

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Wed, 3 Feb 2010 17:32:48 +0000 (12:32 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoMerge branch 'master' into testing
Evan Prodromou [Wed, 3 Feb 2010 17:32:31 +0000 (12:32 -0500)]
Merge branch 'master' into testing

14 years agoclear cache for Profile::hasRepeated() at Notice::insert() time
Evan Prodromou [Wed, 3 Feb 2010 17:31:25 +0000 (12:31 -0500)]
clear cache for Profile::hasRepeated() at Notice::insert() time

14 years agoAdded right margin for notice text. Helps Conversation notices look
Sarven Capadisli [Wed, 3 Feb 2010 17:13:21 +0000 (18:13 +0100)]
Added right margin for notice text. Helps Conversation notices look
better.

14 years agoAdded right margin for notice text. Helps Conversation notices look
Sarven Capadisli [Wed, 3 Feb 2010 17:13:21 +0000 (18:13 +0100)]
Added right margin for notice text. Helps Conversation notices look
better.

14 years agoclearcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 17:13:20 +0000 (12:13 -0500)]
clearcache.php column flag was conflicting with default flag

14 years agoshowcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 17:13:07 +0000 (12:13 -0500)]
showcache.php column flag was conflicting with default flag

14 years agochange 'sitetype' to 'siteplan' to use consistent language
Evan Prodromou [Wed, 3 Feb 2010 16:55:54 +0000 (11:55 -0500)]
change 'sitetype' to 'siteplan' to use consistent language

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 3 Feb 2010 16:53:54 +0000 (11:53 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoadd nickname as unique key for user_group table
Evan Prodromou [Wed, 3 Feb 2010 16:53:31 +0000 (11:53 -0500)]
add nickname as unique key for user_group table

14 years agoConfirm dialog for reset OAuth consumer key and secret button
Zach Copley [Wed, 3 Feb 2010 01:43:59 +0000 (01:43 +0000)]
Confirm dialog for reset OAuth consumer key and secret button

14 years agoConfirm dialog for reset OAuth consumer key and secret button
Zach Copley [Wed, 3 Feb 2010 01:43:59 +0000 (01:43 +0000)]
Confirm dialog for reset OAuth consumer key and secret button

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Tue, 2 Feb 2010 23:17:58 +0000 (23:17 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAlways check for an OAuth request. This allows OAuth clients to set an
Zach Copley [Tue, 2 Feb 2010 23:16:44 +0000 (23:16 +0000)]
Always check for an OAuth request. This allows OAuth clients to set an
auth user, similar to how they can set one via http basic auth,
even if one is not required.  I think I finally got this right.

14 years agoAlways check for an OAuth request. This allows OAuth clients to set an
Zach Copley [Tue, 2 Feb 2010 23:16:44 +0000 (23:16 +0000)]
Always check for an OAuth request. This allows OAuth clients to set an
auth user, similar to how they can set one via http basic auth,
even if one is not required.  I think I finally got this right.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Tue, 2 Feb 2010 19:26:21 +0000 (20:26 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 2 Feb 2010 17:57:50 +0000 (09:57 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoFix regression breaking file attachments. This is what I get for rushing fixes and...
Brion Vibber [Tue, 2 Feb 2010 17:30:15 +0000 (09:30 -0800)]
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P

14 years agoFix regression breaking file attachments. This is what I get for rushing fixes and...
Brion Vibber [Tue, 2 Feb 2010 17:30:15 +0000 (09:30 -0800)]
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P

14 years agoRemoved entity flag stylesheet and icons from plugin to core.
Sarven Capadisli [Tue, 2 Feb 2010 15:27:58 +0000 (16:27 +0100)]
Removed entity flag stylesheet and icons from plugin to core.

14 years agoAdded flag icon to core
Sarven Capadisli [Tue, 2 Feb 2010 15:14:37 +0000 (16:14 +0100)]
Added flag icon to core

14 years agoAdded single icon for Clear
Sarven Capadisli [Tue, 2 Feb 2010 15:09:39 +0000 (16:09 +0100)]
Added single icon for Clear

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Tue, 2 Feb 2010 15:07:35 +0000 (16:07 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAdded icon to Clear label for UserFlag plugin
Sarven Capadisli [Tue, 2 Feb 2010 15:06:22 +0000 (16:06 +0100)]
Added icon to Clear label for UserFlag plugin

14 years agosetconfig.php: list all current settings if no parameters given
Brion Vibber [Tue, 2 Feb 2010 14:15:01 +0000 (06:15 -0800)]
setconfig.php: list all current settings if no parameters given

14 years agoApply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed...
Brion Vibber [Tue, 2 Feb 2010 13:53:05 +0000 (05:53 -0800)]
Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed to the email

14 years agoMinor alignment notice form alignment for default theme
Sarven Capadisli [Tue, 2 Feb 2010 12:16:30 +0000 (13:16 +0100)]
Minor alignment notice form alignment for default theme

14 years agoUpdated StatusNet logos
Sarven Capadisli [Tue, 2 Feb 2010 12:12:03 +0000 (13:12 +0100)]
Updated StatusNet logos