]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 11 Nov 2011 16:14:38 +0000 (17:14 +0100)]
Localisation updates from http://translatewiki.net.

12 years agosmoothness is SSLed if using SSL
Evan Prodromou [Fri, 11 Nov 2011 17:22:33 +0000 (12:22 -0500)]
smoothness is SSLed if using SSL

12 years agomismatched \n in ja translation file
Evan Prodromou [Mon, 7 Nov 2011 17:39:42 +0000 (12:39 -0500)]
mismatched \n in ja translation file

12 years agoMerge branch '1.0.x'
Evan Prodromou [Mon, 7 Nov 2011 17:36:52 +0000 (12:36 -0500)]
Merge branch '1.0.x'

12 years agoRemove trailing whitespace in UI text.
Siebrand Mazeland [Sat, 29 Oct 2011 12:34:50 +0000 (14:34 +0200)]
Remove trailing whitespace in UI text.

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 29 Oct 2011 12:30:42 +0000 (14:30 +0200)]
Localisation updates from http://translatewiki.net.

12 years agoMore free email domains
Evan Prodromou [Tue, 25 Oct 2011 14:00:19 +0000 (10:00 -0400)]
More free email domains

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Tue, 25 Oct 2011 13:42:16 +0000 (09:42 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

12 years agoMore free or consumer email domains
Evan Prodromou [Tue, 25 Oct 2011 13:42:02 +0000 (09:42 -0400)]
More free or consumer email domains

12 years agoSuccess exit from settag.php if desired state already exists
Evan Prodromou [Tue, 25 Oct 2011 00:13:10 +0000 (20:13 -0400)]
Success exit from settag.php if desired state already exists

If you're adding a tag that already exists, or deleting a tag that
doesn't exist, using settag.php, the exit value is 0 instead of
previous -1. This makes scripting around tags a wee bit easier.

12 years agoSquashed commit of the following:
Evan Prodromou [Thu, 20 Oct 2011 16:50:39 +0000 (12:50 -0400)]
Squashed commit of the following:

commit 74c5e4cce42ae601c07b447e100f097c15ebf9d2
Author: Evan Prodromou <evan@status.net>
Date:   Thu Oct 20 12:48:52 2011 -0400

    Add back in some optimization indices lost in schema conversion

commit ef5c2acfcd123b25910a1c8bb4ae01a3f9608e5e
Author: Evan Prodromou <evan@status.net>
Date:   Thu Oct 20 12:29:57 2011 -0400

    restore some of the lost optimized indices on notice table

12 years agoadd rel=nofollow to bookmark links if needed
Evan Prodromou [Thu, 20 Oct 2011 15:47:44 +0000 (11:47 -0400)]
add rel=nofollow to bookmark links if needed

12 years agoDon't start <p> element until we've checked for attachments
Evan Prodromou [Thu, 20 Oct 2011 14:57:58 +0000 (10:57 -0400)]
Don't start <p> element until we've checked for attachments

12 years agoMerge branch '1.0.x'
Evan Prodromou [Thu, 20 Oct 2011 14:54:41 +0000 (10:54 -0400)]
Merge branch '1.0.x'

12 years agoInclude the current profile in popular notice section for all
Evan Prodromou [Thu, 20 Oct 2011 14:54:33 +0000 (10:54 -0400)]
Include the current profile in popular notice section for all

12 years agoremove unused Popularity class; use PopularNoticeStream instead
Evan Prodromou [Thu, 20 Oct 2011 14:42:54 +0000 (10:42 -0400)]
remove unused Popularity class; use PopularNoticeStream instead

12 years agoremove unused Popularity class; use PopularNoticeStream instead
Evan Prodromou [Thu, 20 Oct 2011 14:42:54 +0000 (10:42 -0400)]
remove unused Popularity class; use PopularNoticeStream instead

12 years agoMerge branch '1.0.x'
Evan Prodromou [Thu, 20 Oct 2011 14:41:21 +0000 (10:41 -0400)]
Merge branch '1.0.x'

12 years agoSquashed commit of the following:
Evan Prodromou [Thu, 20 Oct 2011 14:40:39 +0000 (10:40 -0400)]
Squashed commit of the following:

commit fb1dfa9e98ded23fb5bdebae6465424a8cb8acd6
Author: Evan Prodromou <evan@status.net>
Date:   Thu Oct 20 10:40:07 2011 -0400

    Use popular notice stream for favorited page

commit e1d409ff738e39061ad35589d546ce9bed456975
Author: Evan Prodromou <evan@status.net>
Date:   Thu Oct 20 10:32:23 2011 -0400

    Use a caching stream for popular notice section

    Instead of a big cached query, we now use a caching notice stream for
    the popular notice section. It uses a single-table query at the
    bottom, then scopes the notices and filters for silenced users. This
    should be much nicer to our database servers.

    Also clears the popular cache when someone favors or disfavors
    something. A nice optimization would be to save the last weights and
    re-calculate them at invalidation time, adding the new notice (or not)
    depending on its own score. That will have to wait for another day,
    though.

commit e9b7ab4c26c95e755adaff53c3957dcfca31c16b
Author: Evan Prodromou <evan@status.net>
Date:   Thu Oct 20 10:31:14 2011 -0400

    Let CachingNoticeStream users skip the ';last' optimization

12 years agoMerge branch '1.0.x'
Evan Prodromou [Sun, 16 Oct 2011 08:44:59 +0000 (04:44 -0400)]
Merge branch '1.0.x'

12 years agoScript to move a statusnetwork from one db server to another
Evan Prodromou [Sun, 16 Oct 2011 08:44:08 +0000 (04:44 -0400)]
Script to move a statusnetwork from one db server to another

This script helps move a statusnetwork from one DB server to
another. It's for use with multi-site installations (like status.net).

12 years agomore robust handling of bad data in offline backup queue handler
Evan Prodromou [Wed, 12 Oct 2011 21:03:43 +0000 (17:03 -0400)]
more robust handling of bad data in offline backup queue handler

12 years agomore robust handling of bad data in offline backup queue handler
Evan Prodromou [Wed, 12 Oct 2011 21:03:43 +0000 (17:03 -0400)]
more robust handling of bad data in offline backup queue handler

12 years agoadd a \n for japanese email
Evan Prodromou [Wed, 12 Oct 2011 20:15:55 +0000 (16:15 -0400)]
add a \n for japanese email

12 years agoadd a \n for japanese email
Evan Prodromou [Wed, 12 Oct 2011 20:15:55 +0000 (16:15 -0400)]
add a \n for japanese email

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 10 Oct 2011 13:58:00 +0000 (15:58 +0200)]
Localisation updates from http://translatewiki.net.

12 years agoRemove unneeded trailing space.
Siebrand Mazeland [Mon, 10 Oct 2011 13:06:39 +0000 (15:06 +0200)]
Remove unneeded trailing space.

12 years agoUse getBestName() instead of nickname per FIXMEs.
Siebrand Mazeland [Mon, 10 Oct 2011 13:05:43 +0000 (15:05 +0200)]
Use getBestName() instead of nickname per FIXMEs.
Update translator documentation.

12 years agowrite all activity files to the feed file
Evan Prodromou [Fri, 7 Oct 2011 18:37:09 +0000 (14:37 -0400)]
write all activity files to the feed file

12 years agodump out activities to directory
Evan Prodromou [Fri, 7 Oct 2011 17:56:47 +0000 (13:56 -0400)]
dump out activities to directory

12 years agoMove GROUPS_PER_PAGE to lib/framework
Evan Prodromou [Fri, 7 Oct 2011 17:52:38 +0000 (13:52 -0400)]
Move GROUPS_PER_PAGE to lib/framework

12 years agoUse string output
Evan Prodromou [Fri, 7 Oct 2011 14:30:22 +0000 (10:30 -0400)]
Use string output

12 years agoadd version for OfflineBackup
Evan Prodromou [Fri, 7 Oct 2011 14:01:44 +0000 (10:01 -0400)]
add version for OfflineBackup

12 years agosend backup files
Evan Prodromou [Fri, 7 Oct 2011 13:36:52 +0000 (09:36 -0400)]
send backup files

12 years agostart doing some writing
Evan Prodromou [Thu, 6 Oct 2011 21:31:50 +0000 (17:31 -0400)]
start doing some writing

12 years agofirst pass, some files ready
Evan Prodromou [Wed, 5 Oct 2011 16:05:05 +0000 (12:05 -0400)]
first pass, some files ready

12 years ago1.0.1rc1 -> 1.0.1
Evan Prodromou [Mon, 3 Oct 2011 16:46:04 +0000 (12:46 -0400)]
1.0.1rc1 -> 1.0.1

12 years ago1.0.1rc1
Evan Prodromou [Mon, 3 Oct 2011 15:03:55 +0000 (11:03 -0400)]
1.0.1rc1

12 years agoMerge branch 'master' into 1.0.x
Evan Prodromou [Mon, 3 Oct 2011 13:32:24 +0000 (09:32 -0400)]
Merge branch 'master' into 1.0.x

12 years agoFix hand-made trim in getPath() with ltrim (duh)
Evan Prodromou [Mon, 3 Oct 2011 13:26:42 +0000 (09:26 -0400)]
Fix hand-made trim in getPath() with ltrim (duh)

12 years agotrim initial '/' from paths
Evan Prodromou [Mon, 3 Oct 2011 13:15:53 +0000 (09:15 -0400)]
trim initial '/' from paths

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Mon, 3 Oct 2011 13:14:17 +0000 (09:14 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoRemove missing twittersettings page from subscriptions helper
Evan Prodromou [Mon, 3 Oct 2011 13:13:54 +0000 (09:13 -0400)]
Remove missing twittersettings page from subscriptions helper

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Fri, 30 Sep 2011 19:52:16 +0000 (19:52 +0000)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoSwitch from oohembed to noembed for default oembed provider
Zach Copley [Fri, 30 Sep 2011 19:51:23 +0000 (19:51 +0000)]
Switch from oohembed to noembed for default oembed provider

12 years agoupdate README for 1.0.0 golden
Evan Prodromou [Fri, 30 Sep 2011 19:05:42 +0000 (15:05 -0400)]
update README for 1.0.0 golden

12 years agoMerge branch 'compound-keys-fix' into 1.0.x
Brion Vibber [Fri, 30 Sep 2011 18:55:36 +0000 (11:55 -0700)]
Merge branch 'compound-keys-fix' into 1.0.x

12 years agoupdate contact
Evan Prodromou [Fri, 30 Sep 2011 18:53:30 +0000 (14:53 -0400)]
update contact

12 years agoupdate faq
Evan Prodromou [Fri, 30 Sep 2011 18:53:23 +0000 (14:53 -0400)]
update faq

12 years agoupdate groups help
Evan Prodromou [Fri, 30 Sep 2011 18:53:16 +0000 (14:53 -0400)]
update groups help

12 years agoupdate base help
Evan Prodromou [Fri, 30 Sep 2011 18:53:10 +0000 (14:53 -0400)]
update base help

12 years agoupdate tags docs
Evan Prodromou [Fri, 30 Sep 2011 18:53:01 +0000 (14:53 -0400)]
update tags docs

12 years agoUpdate openid docs
Evan Prodromou [Fri, 30 Sep 2011 18:52:51 +0000 (14:52 -0400)]
Update openid docs

12 years agobad brion! s/__constructor/__construct/
Brion Vibber [Fri, 30 Sep 2011 18:50:39 +0000 (11:50 -0700)]
bad brion! s/__constructor/__construct/

12 years agobring about page up-to-date
Evan Prodromou [Fri, 30 Sep 2011 18:33:08 +0000 (14:33 -0400)]
bring about page up-to-date

12 years agobookmarklet is now part of Bookmark plugin
Evan Prodromou [Fri, 30 Sep 2011 18:31:27 +0000 (14:31 -0400)]
bookmarklet is now part of Bookmark plugin

12 years agoremove OpenMicroblogging help page
Evan Prodromou [Fri, 30 Sep 2011 18:30:48 +0000 (14:30 -0400)]
remove OpenMicroblogging help page

12 years agomore modern main help page
Evan Prodromou [Fri, 30 Sep 2011 18:30:21 +0000 (14:30 -0400)]
more modern main help page

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Fri, 30 Sep 2011 18:25:06 +0000 (14:25 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoMove docs menu to site primary menu
Evan Prodromou [Fri, 30 Sep 2011 18:24:27 +0000 (14:24 -0400)]
Move docs menu to site primary menu

12 years agoHome stub nav for admin, settings, and docs
Evan Prodromou [Fri, 30 Sep 2011 18:24:03 +0000 (14:24 -0400)]
Home stub nav for admin, settings, and docs

12 years agoremove bad old badge code
Evan Prodromou [Fri, 30 Sep 2011 18:23:30 +0000 (14:23 -0400)]
remove bad old badge code

12 years agoremove dup lists doc
Evan Prodromou [Fri, 30 Sep 2011 18:23:05 +0000 (14:23 -0400)]
remove dup lists doc

12 years agoDisable Cache class's in-process cache on CLI runs; unsafe for long-running daemons.
Brion Vibber [Fri, 30 Sep 2011 18:21:24 +0000 (11:21 -0700)]
Disable Cache class's in-process cache on CLI runs; unsafe for long-running daemons.

Should help with situations like IM daemons coming up with false negatives on user settings lookups.

12 years agoRemove gettext wrapper from log msg
Zach Copley [Fri, 30 Sep 2011 18:20:22 +0000 (18:20 +0000)]
Remove gettext wrapper from log msg

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Fri, 30 Sep 2011 18:15:38 +0000 (18:15 +0000)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoDon't throw exception if bookmark has no attachments; log error and render as normal...
Zach Copley [Fri, 30 Sep 2011 18:13:25 +0000 (18:13 +0000)]
Don't throw exception if bookmark has no attachments; log error and render as normal notice instead.

12 years agoadd an href for homepage link
Evan Prodromou [Fri, 30 Sep 2011 17:22:15 +0000 (13:22 -0400)]
add an href for homepage link

12 years agotry to check whether file exists over and over and over
Evan Prodromou [Fri, 30 Sep 2011 17:03:42 +0000 (13:03 -0400)]
try to check whether file exists over and over and over

12 years agoshow group aliases on group profile block
Evan Prodromou [Fri, 30 Sep 2011 16:23:10 +0000 (12:23 -0400)]
show group aliases on group profile block

12 years agoFix conflict between URL parameter and POST parameter with groups
Evan Prodromou [Fri, 30 Sep 2011 15:48:00 +0000 (11:48 -0400)]
Fix conflict between URL parameter and POST parameter with groups

Group edit page is at /group/:nickname/edit. There's also a form
parameter named 'nickname'. The two were conflicting.

I changed the form parameter to 'newnickname' and it works.

I'm not sure how this ever worked before, though.

12 years agoMerge branch 'groupspagination' into 1.0.x
Evan Prodromou [Fri, 30 Sep 2011 15:39:07 +0000 (11:39 -0400)]
Merge branch 'groupspagination' into 1.0.x

12 years agoslightly better usergroups pagination
Evan Prodromou [Fri, 30 Sep 2011 15:38:54 +0000 (11:38 -0400)]
slightly better usergroups pagination

12 years agocorrect groups from Profile::getGroups()
Evan Prodromou [Fri, 30 Sep 2011 15:38:06 +0000 (11:38 -0400)]
correct groups from Profile::getGroups()

12 years agoOutput native PEAR DB errors to the log file
Evan Prodromou [Fri, 30 Sep 2011 14:46:51 +0000 (10:46 -0400)]
Output native PEAR DB errors to the log file

12 years agoIt's the End of the World as We Know It (And I Feel Fine)
Evan Prodromou [Fri, 30 Sep 2011 14:19:54 +0000 (10:19 -0400)]
It's the End of the World as We Know It (And I Feel Fine)

We had planned to change over to using Beastie Boys song titles for
the 1.x series of StatusNet releases, but with the end of REM last
week, the team thought naming one last StatusNet version after an REM
song was a nice tribute, and a good way to announce what we think this
release means.

12 years ago50px more for bookmarklet popup
Evan Prodromou [Fri, 30 Sep 2011 14:15:40 +0000 (10:15 -0400)]
50px more for bookmarklet popup

12 years agouse the 'top' action for bookmarklet popup
Evan Prodromou [Fri, 30 Sep 2011 14:10:15 +0000 (10:10 -0400)]
use the 'top' action for bookmarklet popup

12 years agoreplace 'public' in documentation with 'top'
Evan Prodromou [Fri, 30 Sep 2011 14:09:41 +0000 (10:09 -0400)]
replace 'public' in documentation with 'top'

12 years agoAdd a dummy 'top' action to take you to the main page of the site
Evan Prodromou [Fri, 30 Sep 2011 13:45:17 +0000 (09:45 -0400)]
Add a dummy 'top' action to take you to the main page of the site

12 years agoOnly show some profiles in events
Evan Prodromou [Fri, 30 Sep 2011 13:40:15 +0000 (09:40 -0400)]
Only show some profiles in events

12 years agoShow the list of repeaters in threaded notice list
Evan Prodromou [Fri, 30 Sep 2011 03:41:51 +0000 (23:41 -0400)]
Show the list of repeaters in threaded notice list

12 years agoallow / at end of group, user page
Evan Prodromou [Fri, 30 Sep 2011 02:59:18 +0000 (22:59 -0400)]
allow / at end of group, user page

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Fri, 30 Sep 2011 02:28:44 +0000 (22:28 -0400)]
Merge branch '1.0.x' into testing

12 years agoFix display of group admin avatars
Zach Copley [Fri, 30 Sep 2011 00:56:24 +0000 (00:56 +0000)]
Fix display of group admin avatars

12 years agoFurther fixes to Managed_DataObject::_allCacheKeys(): now uses self::multicacheKey...
Brion Vibber [Thu, 29 Sep 2011 22:21:52 +0000 (15:21 -0700)]
Further fixes to Managed_DataObject::_allCacheKeys(): now uses self::multicacheKey() to generate the (possibly compound) keys, which makes it match the order of the keys used when calling pkeyGet().

This should resolve the issues darkip was reporting with user_im_prefs entries returning null immediately after insertion (seen with memcached off, so it was happening even with the built-in in-process cache in the Cache base class).

What was happening was that the initial pkeyGet() would end up saving a negative cache entry under the form with the fields sorted in the key, as via multicacheKey():

    'statusnet:blaguette:user_im_prefs:screenname,transport:brionv,sms' => 'N;'

then we'd do an insert() on the new entry, saving cache entries for the non-sorted key names returned by _allCacheKeys():

    'statusnet:blaguette:user_im_prefs:transport,screenname:sms,brionv' => 'O...'
    'statusnet:blaguette:user_im_prefs:user_id,transport:1234,sms' => 'O...'

but the next query via pkeyGet() still saw the negative lookup cache from before, and came back with null.

Now, _allCacheKeys() sorts the fields in the keys by using the same key-builder function, and queries pick up the same thing you just inserted. :)

12 years agoShow homepage on profile
Zach Copley [Thu, 29 Sep 2011 20:26:01 +0000 (20:26 +0000)]
Show homepage on profile

12 years agoFix navigation for SubMirrorPlugin
Zach Copley [Thu, 29 Sep 2011 07:58:52 +0000 (07:58 +0000)]
Fix navigation for SubMirrorPlugin

12 years agoQuick style for event attendee avatar lists.
Samantha Doherty [Thu, 29 Sep 2011 20:00:10 +0000 (16:00 -0400)]
Quick style for event attendee avatar lists.

12 years agoShow Event attendees in mini-list
Evan Prodromou [Thu, 29 Sep 2011 19:12:30 +0000 (15:12 -0400)]
Show Event attendees in mini-list

12 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 29 Sep 2011 16:32:09 +0000 (12:32 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

12 years agoMake lists work in single-user mode
Evan Prodromou [Thu, 29 Sep 2011 16:29:12 +0000 (12:29 -0400)]
Make lists work in single-user mode

Added routes to the router for list pages in single-user mode.

For each of the actions in those routes, use the global single-user
nickname rather than a nickname URL argument to determine the tagger ID.

In nav, and for Ajax, provide the right nicknames.

12 years agoFix navigation for SubMirrorPlugin
Zach Copley [Thu, 29 Sep 2011 07:58:52 +0000 (07:58 +0000)]
Fix navigation for SubMirrorPlugin

12 years agoFix for caching with compound keys: add Managed_DataObject::_allCacheKeys() to overri...
Brion Vibber [Thu, 29 Sep 2011 01:32:43 +0000 (18:32 -0700)]
Fix for caching with compound keys: add Managed_DataObject::_allCacheKeys() to override the one in Memcached_DataObject.

Memcached_DataObject doesn't quite fully understand unique indexes, and can't properly build cache keys for compound unique or primary keys.
Managed_DataObject has more information in its schema data, so we can build a proper list.

12 years agoMerge commit 'refs/merge-requests/174' of git://gitorious.org/statusnet/mainline...
Evan Prodromou [Wed, 28 Sep 2011 20:14:42 +0000 (16:14 -0400)]
Merge commit 'refs/merge-requests/174' of git://gitorious.org/statusnet/mainline into merge-requests/174

12 years agoRemove config.php.sample
Evan Prodromou [Wed, 28 Sep 2011 20:11:12 +0000 (16:11 -0400)]
Remove config.php.sample

This file is really, really out-of-date. We've got admin panels, and
we've got a long document (CONFIGURE) on how to do this. Using
config.php.sample as a starting point is a bad idea.

12 years agoRemove unique key on file_thumbnail.url
Evan Prodromou [Wed, 28 Sep 2011 19:48:20 +0000 (15:48 -0400)]
Remove unique key on file_thumbnail.url

We're getting "DB error: already exists" on thumbnails coming from
embed.ly. We don't need this to be unique, so let's avoid that.

12 years agoplugins/MobileProfile/MobileProfilePlugin.php: add 'maemo' to recognized devices
Scott Sweeny [Wed, 28 Sep 2011 03:54:42 +0000 (23:54 -0400)]
plugins/MobileProfile/MobileProfilePlugin.php: add 'maemo' to recognized devices

12 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Tue, 27 Sep 2011 16:59:43 +0000 (16:59 +0000)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

12 years agoMove check for valid access token to the right place
Zach Copley [Tue, 27 Sep 2011 16:59:10 +0000 (16:59 +0000)]
Move check for valid access token to the right place