]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoFix for API group methods, caused failure or output corruption when pulling up local...
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

14 years agofixup_deletions.php script to look for notices posted by now-deleted profiles and...
Brion Vibber [Wed, 24 Mar 2010 00:24:01 +0000 (17:24 -0700)]
fixup_deletions.php script to look for notices posted by now-deleted profiles and remove them.

14 years agoConsistently send Profiles into Fave::addNew()
Brion Vibber [Tue, 23 Mar 2010 18:06:37 +0000 (11:06 -0700)]
Consistently send Profiles into Fave::addNew()

14 years agoDon't add PHPSESSID parameter onto notice and conversation URIs if we save a notice...
Brion Vibber [Tue, 23 Mar 2010 16:50:01 +0000 (09:50 -0700)]
Don't add PHPSESSID parameter onto notice and conversation URIs if we save a notice during a session override.
This was being triggered by welcomebot messages created at account creation time, then propagated through replies.

14 years agoReplace the "give up and dump object" attachment view fallback with a client-side...
Brion Vibber [Mon, 22 Mar 2010 17:35:54 +0000 (10:35 -0700)]
Replace the "give up and dump object" attachment view fallback with a client-side redirect to the target URL, which will at least be useful.

14 years agoFix typo in public tag cloud query setup which caused the cutoff to get skipped.
Brion Vibber [Fri, 19 Mar 2010 19:50:34 +0000 (12:50 -0700)]
Fix typo in public tag cloud query setup which caused the cutoff to get skipped.

14 years agoDrop result ID from data objects on clone(). This keeps the original object working...
Brion Vibber [Mon, 15 Mar 2010 22:41:57 +0000 (15:41 -0700)]
Drop result ID from data objects on clone(). This keeps the original object working if it was in the middle of a query loop, even if the cloned object falls out of scope and triggers its destructor.
This bug was hitting a number of places where we had the pattern:

$db->find();
while($dbo->fetch()) {
  $x = clone($dbo);
  // do anything with $x other than storing it in an array
}

The cloned object's destructor would trigger on the second run through the loop, freeing the database result set -- not really what we wanted.
(Loops that stored the clones into an array were fine, since the clones stay in scope in the array longer than the original does.)

Detaching the database result from the clone lets us work with its data without interfering with the rest of the query.
In the unlikely even that somebody is making clones in the middle of a query, then trying to continue the query with the clone instead of the original object, well they're gonna be broken now.

14 years agoclarify output on fixup-shadow.php
Brion Vibber [Fri, 19 Mar 2010 18:17:56 +0000 (11:17 -0700)]
clarify output on fixup-shadow.php

14 years agoValidate OStatus avatar URL before fetching.
Brion Vibber [Fri, 19 Mar 2010 17:15:00 +0000 (10:15 -0700)]
Validate OStatus avatar URL before fetching.

14 years agoEnsure that DB connection is active at start of User::updateKeys() and Foreign_user...
Brion Vibber [Thu, 18 Mar 2010 16:22:08 +0000 (09:22 -0700)]
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user::updateKeys(); calls to $this->_quote() require a live connection object and don't lazy-initialize themselves.
May fix WSOD when changing incoming email address.

14 years agoadd exception on inconsistent db to User::getProfile()
Evan Prodromou [Thu, 18 Mar 2010 13:35:10 +0000 (08:35 -0500)]
add exception on inconsistent db to User::getProfile()

14 years agonew exception class for when a user has no profile
Evan Prodromou [Thu, 18 Mar 2010 13:32:17 +0000 (08:32 -0500)]
new exception class for when a user has no profile

14 years agoreverse order from delete, insert to insert, delete on ostatus conversion
Evan Prodromou [Thu, 18 Mar 2010 13:04:22 +0000 (08:04 -0500)]
reverse order from delete, insert to insert, delete on ostatus conversion

14 years agocatch exceptions in OStatus updates, log, and continue
Evan Prodromou [Thu, 18 Mar 2010 12:55:14 +0000 (07:55 -0500)]
catch exceptions in OStatus updates, log, and continue

14 years agoFix to regression for auto-subscribe - was backwards.
Brion Vibber [Wed, 17 Mar 2010 19:14:19 +0000 (12:14 -0700)]
Fix to regression for auto-subscribe - was backwards.

14 years agoAdd forgotten scripts/fixup_files.php to clean up "the h bug"
Brion Vibber [Thu, 11 Mar 2010 19:52:19 +0000 (11:52 -0800)]
Add forgotten scripts/fixup_files.php to clean up "the h bug"

14 years agoDrop timestamp cutoff parameter from User::getCurrentNotice() and Profile::getCurrent...
Brion Vibber [Thu, 11 Mar 2010 19:01:01 +0000 (11:01 -0800)]
Drop timestamp cutoff parameter from User::getCurrentNotice() and Profile::getCurrentNotice().
It's not currently used, and won't be efficient when we update the notice.profile_id_idx index to optimize for our id-based sorting when pulling user post lists for profile pages, feeds etc.

14 years agoOStatus: reject attempts to create a remote profile for a local user or group.
Brion Vibber [Thu, 11 Mar 2010 01:00:05 +0000 (17:00 -0800)]
OStatus: reject attempts to create a remote profile for a local user or group.
Some stray shadow entries were ending up getting created, which would steal group posts from remote users.
Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones.

14 years agoWorkaround intermittent bugs with HEAD requests by disabling keepalive in HTTPClient.
Brion Vibber [Wed, 10 Mar 2010 23:08:40 +0000 (15:08 -0800)]
Workaround intermittent bugs with HEAD requests by disabling keepalive in HTTPClient.

I think this is a bug in Youtube's web server (sending chunked encoding of an empty body with a HEAD response, leaving the connection out of sync when it doesn't attempt to read a body) but the HTTP_Request2 library may need to be adjusted to watch out for that.

14 years agoFixup script for files w/ bogus data saved into file record ('h bug')
Brion Vibber [Wed, 10 Mar 2010 22:31:29 +0000 (14:31 -0800)]
Fixup script for files w/ bogus data saved into file record ('h bug')

14 years agoFix for attachment "h bug": posting a shortened link to an oembed-able resource that...
Brion Vibber [Wed, 10 Mar 2010 21:39:42 +0000 (13:39 -0800)]
Fix for attachment "h bug": posting a shortened link to an oembed-able resource that has been previously used in the system would incorrectly save "h" as the item's type and title.

14 years agoAllow site-specific doc files
Zach Copley [Wed, 10 Mar 2010 22:05:28 +0000 (22:05 +0000)]
Allow site-specific doc files

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 10 Mar 2010 19:56:51 +0000 (11:56 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agoDetect when queuedaemon/xmppdaemon parent processes die and kill the child processes.
Brion Vibber [Wed, 10 Mar 2010 19:54:00 +0000 (11:54 -0800)]
Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes.
Keeps stray daemon subprocesses from floating around when we kill the parents via a signal!

Accomplished by opening a bidirectional pipe in the parent process; the children close out the writer end and keep the reader in their open sockets list. When the parent dies, the children see that the socket's been closed out and can perform an orderly shutdown.

14 years agoRequireValidatedEmailPlugin fixes: require email on registration form, tidy up i18n...
Brion Vibber [Wed, 10 Mar 2010 18:06:46 +0000 (10:06 -0800)]
RequireValidatedEmailPlugin fixes: require email on registration form, tidy up i18n infrastructure.

14 years agoA blank username should never be allowed.
Zach Copley [Wed, 10 Mar 2010 03:39:05 +0000 (03:39 +0000)]
A blank username should never be allowed.

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 10 Mar 2010 17:53:55 +0000 (09:53 -0800)]
Merge branch 'master' into testing

14 years agoTicket #2221: fix for missing whitespace between messages in en-gb.
Brion Vibber [Wed, 10 Mar 2010 17:36:00 +0000 (09:36 -0800)]
Ticket #2221: fix for missing whitespace between messages in en-gb.
The final whitespace should be dropped from the source messages after we've stabilized; trailing space is pretty unreliable to keep through translation tools and should be avoided. Use separator strings outside the messages!

14 years agoA blank username should never be allowed.
Zach Copley [Wed, 10 Mar 2010 03:39:05 +0000 (03:39 +0000)]
A blank username should never be allowed.

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 agoOStatus: fix exception thrown on HTTP error during feed discovery
Brion Vibber [Tue, 9 Mar 2010 18:56:33 +0000 (10:56 -0800)]
OStatus: fix exception thrown on HTTP error during feed discovery

14 years agoTicket #2210: adjust locale setup fallback to try more locales on the system if en_US...
Brion Vibber [Tue, 9 Mar 2010 16:38:16 +0000 (17:38 +0100)]
Ticket #2210: adjust locale setup fallback to try more locales on the system if en_US isn't available. We just need *something* other than C or POSIX to let gettext initialize itself, apparently...
Gets Spanish, French, Russian etc UI localization working on Debian Lenny fresh installation set up in Spanish (so es_ES.UTF-8 is available but en_US.UTF-8 isn't).

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 agoCheck for invalid and reserved usernames for the admin user at install time.
Brion Vibber [Tue, 9 Mar 2010 22:15:55 +0000 (14:15 -0800)]
Check for invalid and reserved usernames for the admin user at install time.

14 years agoAdded a checkbox for subscribing the admin of a StatusNet instance to
Sarven Capadisli [Tue, 9 Mar 2010 16:08:21 +0000 (11:08 -0500)]
Added a checkbox for subscribing the admin of a StatusNet instance to
update@status.net. Checked by default. Subscription optional.

14 years agoAdded scripts/command.php, can be used to run commands such as subscription on behalf...
Brion Vibber [Tue, 9 Mar 2010 21:41:05 +0000 (13:41 -0800)]
Added scripts/command.php, can be used to run commands such as subscription on behalf of users.
This includes whatever support for extended command parsing plugins may have added.

Example:
  ./scripts/command.php -nbrionv sub update@status.net

14 years agoMerge branch 'commands' into testing
Brion Vibber [Tue, 9 Mar 2010 21:05:51 +0000 (13:05 -0800)]
Merge branch 'commands' into testing

14 years agoCommand input processing now has centralized places for looking up notice, user/profi...
Brion Vibber [Mon, 8 Mar 2010 22:01:43 +0000 (14:01 -0800)]
Command input processing now has centralized places for looking up notice, user/profile, and group arguments.
OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments.

14 years agoMerge commit 'origin/master' into testing
Brion Vibber [Tue, 9 Mar 2010 19:27:30 +0000 (11:27 -0800)]
Merge commit 'origin/master' into testing

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Tue, 9 Mar 2010 15:57:38 +0000 (10:57 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoa script to flush site
Evan Prodromou [Tue, 9 Mar 2010 15:55:48 +0000 (10:55 -0500)]
a script to flush site

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Zach Copley [Tue, 9 Mar 2010 11:07:42 +0000 (11:07 +0000)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoUse canonical URL for notification in RSSCloud plugin
Zach Copley [Tue, 9 Mar 2010 11:06:08 +0000 (11:06 +0000)]
Use canonical URL for notification in RSSCloud plugin

14 years agoUse canonical URL for notification in RSSCloud plugin
Zach Copley [Tue, 9 Mar 2010 11:06:08 +0000 (11:06 +0000)]
Use canonical URL for notification in RSSCloud plugin

14 years agowrong param order to strpos()
James Walker [Tue, 9 Mar 2010 06:24:21 +0000 (01:24 -0500)]
wrong param order to strpos()

14 years agoOnly allow RSSCloud subs to canonical RSS2 profile feeds
Zach Copley [Mon, 8 Mar 2010 22:53:43 +0000 (22:53 +0000)]
Only allow RSSCloud subs to canonical RSS2 profile feeds

14 years agoan otp is a real login
Evan Prodromou [Mon, 8 Mar 2010 23:06:21 +0000 (18:06 -0500)]
an otp is a real login

14 years agoOnly allow RSSCloud subs to canonical RSS2 profile feeds
Zach Copley [Mon, 8 Mar 2010 22:53:43 +0000 (22:53 +0000)]
Only allow RSSCloud subs to canonical RSS2 profile feeds

14 years agoCentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since...
Brion Vibber [Mon, 8 Mar 2010 21:38:59 +0000 (13:38 -0800)]
CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since you'd need a version update anyway...)

14 years agoRevert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in
Brion Vibber [Mon, 8 Mar 2010 21:38:26 +0000 (13:38 -0800)]
Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in

This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.

14 years agoCentOS 5.4 still bogus on a stock install.
Brion Vibber [Mon, 8 Mar 2010 21:32:18 +0000 (13:32 -0800)]
CentOS 5.4 still bogus on a stock install.

14 years agoFix ticket #2208: regression in XMPP sending when server != host
Brion Vibber [Mon, 8 Mar 2010 20:19:06 +0000 (12:19 -0800)]
Fix ticket #2208: regression in XMPP sending when server != host

The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection.
Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly.

14 years agoXMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access...
Brion Vibber [Mon, 8 Mar 2010 18:32:40 +0000 (10:32 -0800)]
XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access to undefined member variable

14 years agomake API realm configurable
Evan Prodromou [Mon, 8 Mar 2010 17:36:03 +0000 (12:36 -0500)]
make API realm configurable

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Mon, 8 Mar 2010 04:42:46 +0000 (23:42 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoadd a script to import Twitter atom feed as notices
Evan Prodromou [Mon, 8 Mar 2010 04:41:55 +0000 (23:41 -0500)]
add a script to import Twitter atom feed as notices

14 years agoRemove unused variables, update Twitter ones
Zach Copley [Sat, 6 Mar 2010 01:05:00 +0000 (17:05 -0800)]
Remove unused variables, update Twitter ones

14 years agoNo need to pass in $this->limit and $this-tag
Zach Copley [Sat, 6 Mar 2010 00:52:15 +0000 (16:52 -0800)]
No need to pass in $this->limit and $this-tag

14 years agoNo need to pass in $this->limit and $this-tag
Zach Copley [Sat, 6 Mar 2010 00:52:15 +0000 (16:52 -0800)]
No need to pass in $this->limit and $this-tag

14 years agoFix undefined variable error and some other cleanup
Zach Copley [Sat, 6 Mar 2010 00:40:35 +0000 (16:40 -0800)]
Fix undefined variable error and some other cleanup

14 years agoUserRSS Didn't Use the Tag Propery.
Christopher Vollick [Thu, 11 Feb 2010 16:19:50 +0000 (11:19 -0500)]
UserRSS Didn't Use the Tag Propery.

This meant that server.com/user/tag/TAG/rss just returned all user data.
That was incorrect.

14 years agoFix for blank RSS1 tag feeds
Zach Copley [Sat, 6 Mar 2010 00:20:33 +0000 (16:20 -0800)]
Fix for blank RSS1 tag feeds

14 years agoOpenID fix:
Brion Vibber [Fri, 5 Mar 2010 23:00:27 +0000 (15:00 -0800)]
OpenID fix:
- avoid notice on insert (missing sequenceKeys())
- avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)

14 years agoInitial install-time test for PCRE compiled without Unicode properties, which causes...
Brion Vibber [Fri, 5 Mar 2010 19:27:48 +0000 (11:27 -0800)]
Initial install-time test for PCRE compiled without Unicode properties, which causes corruption in feeds and other linking problems.
Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library

14 years agoticket #697: merge two dupe config bits in config.php.sample
Brion Vibber [Fri, 5 Mar 2010 20:21:30 +0000 (12:21 -0800)]
ticket #697: merge two dupe config bits in config.php.sample

14 years agoOStatus fix: send the feed's root element, not the DOM document, down to low-level...
Brion Vibber [Fri, 5 Mar 2010 18:55:07 +0000 (10:55 -0800)]
OStatus fix: send the feed's root element, not the DOM document, down to low-level feed processing as entry context on PuSH input.

14 years agoA better way to safely delete Foreign_links
Zach Copley [Fri, 5 Mar 2010 03:14:40 +0000 (03:14 +0000)]
A better way to safely delete Foreign_links

14 years agoFix for errant deletion of all Twitter foreign_links
Zach Copley [Fri, 5 Mar 2010 02:27:01 +0000 (02:27 +0000)]
Fix for errant deletion of all Twitter foreign_links

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 4 Mar 2010 19:19:02 +0000 (11:19 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  Updated note on geo location and added a note on user roles
  Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)

14 years agoMake indenting consistent in README
Zach Copley [Thu, 4 Mar 2010 19:18:30 +0000 (11:18 -0800)]
Make indenting consistent in README

14 years agoUpdated note on geo location and added a note on user roles
Sarven Capadisli [Thu, 4 Mar 2010 19:11:18 +0000 (14:11 -0500)]
Updated note on geo location and added a note on user roles

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 19:01:09 +0000 (11:01 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoSet up subscription to update@status.net for admin user on new installation, if OStat...
Brion Vibber [Thu, 4 Mar 2010 19:00:02 +0000 (11:00 -0800)]
Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)

14 years agoNormalize whitespace in the README -- all tabs to (4) spaces
Zach Copley [Thu, 4 Mar 2010 18:57:35 +0000 (10:57 -0800)]
Normalize whitespace in the README -- all tabs to (4) spaces

14 years agonote betas are obsolete now
Evan Prodromou [Thu, 4 Mar 2010 18:56:02 +0000 (13:56 -0500)]
note betas are obsolete now

14 years agoMerge commit 'gitorious/testing' into testing
Evan Prodromou [Thu, 4 Mar 2010 18:53:13 +0000 (13:53 -0500)]
Merge commit 'gitorious/testing' into testing

14 years agoRemove reference to $config['profile']['banned'] -- superceded by blacklist
Zach Copley [Thu, 4 Mar 2010 18:48:37 +0000 (10:48 -0800)]
Remove reference to $config['profile']['banned'] -- superceded by blacklist

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:46:05 +0000 (13:46 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agobanned no longer supported
Evan Prodromou [Thu, 4 Mar 2010 18:45:31 +0000 (13:45 -0500)]
banned no longer supported

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:43:49 +0000 (13:43 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoSlight right alignment for remote button in minilists
Sarven Capadisli [Thu, 4 Mar 2010 18:43:28 +0000 (13:43 -0500)]
Slight right alignment for remote button in minilists

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 18:41:25 +0000 (10:41 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoupdates to queue info in readme
Brion Vibber [Thu, 4 Mar 2010 18:41:07 +0000 (10:41 -0800)]
updates to queue info in readme

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 4 Mar 2010 18:34:46 +0000 (10:34 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  some more editorial on README
  Increased admin navigation width to handle longer text length

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:34:13 +0000 (13:34 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoFix link to StatusNet bug tracker in README
Zach Copley [Thu, 4 Mar 2010 18:34:12 +0000 (10:34 -0800)]
Fix link to StatusNet bug tracker in README

14 years agosome more editorial on README
Evan Prodromou [Thu, 4 Mar 2010 18:34:05 +0000 (13:34 -0500)]
some more editorial on README

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:32:25 +0000 (13:32 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoIncreased admin navigation width to handle longer text length
Sarven Capadisli [Thu, 4 Mar 2010 18:31:49 +0000 (13:31 -0500)]
Increased admin navigation width to handle longer text length

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:29:41 +0000 (13:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:29:25 +0000 (13:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoadd blacklist and throttle plugin notes
Evan Prodromou [Thu, 4 Mar 2010 18:29:09 +0000 (13:29 -0500)]
add blacklist and throttle plugin notes

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:28:53 +0000 (13:28 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAnother update to admin navigation alignment
Sarven Capadisli [Thu, 4 Mar 2010 18:28:26 +0000 (13:28 -0500)]
Another update to admin navigation alignment

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 18:24:42 +0000 (10:24 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agochange lede so it doesn't talk about Laconica
Evan Prodromou [Thu, 4 Mar 2010 18:24:29 +0000 (13:24 -0500)]
change lede so it doesn't talk about Laconica

14 years agochange 'mublog' to 'statusnet' in README
Evan Prodromou [Thu, 4 Mar 2010 18:22:45 +0000 (13:22 -0500)]
change 'mublog' to 'statusnet' in README

14 years agochange lacuser/lacpassword to statusnet-like ones
Evan Prodromou [Thu, 4 Mar 2010 18:21:11 +0000 (13:21 -0500)]
change lacuser/lacpassword to statusnet-like ones

14 years agoPull latest .po files from 0.9.x to testing
Brion Vibber [Thu, 4 Mar 2010 18:20:10 +0000 (10:20 -0800)]
Pull latest .po files from 0.9.x to testing

14 years agoupdate version number
Evan Prodromou [Thu, 4 Mar 2010 18:18:41 +0000 (13:18 -0500)]
update version number