]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Tue, 2 Mar 2010 18:13:51 +0000 (19:13 +0100)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoAdd translator documentation
Siebrand Mazeland [Tue, 2 Mar 2010 16:45:15 +0000 (17:45 +0100)]
Add translator documentation

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoDocument 404 "Page not found" server error for translators.
Siebrand Mazeland [Tue, 2 Mar 2010 16:30:22 +0000 (17:30 +0100)]
Document 404 "Page not found" server error for translators.

14 years agoDocumented all but one UI string in actions/accessadminpanel.php to get a feel on...
Siebrand Mazeland [Tue, 2 Mar 2010 16:23:40 +0000 (17:23 +0100)]
Documented all but one UI string in actions/accessadminpanel.php to get a feel on what documenting them in code actually means.

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years ago* Change translator documentation using _m() as designed together with Brion
Siebrand Mazeland [Tue, 2 Mar 2010 15:38:36 +0000 (16:38 +0100)]
* Change translator documentation using _m() as designed together with Brion
* Add more translator documentation

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoDon't attempt to retrieve the current user from the DB while processing a DB error
Craig Andrews [Tue, 2 Mar 2010 02:53:10 +0000 (21:53 -0500)]
Don't attempt to retrieve the current user from the DB while processing a DB error

14 years agoCorrectly handle the case when MIME/Type doesn't know what file extension a mime...
Craig Andrews [Tue, 2 Mar 2010 02:42:38 +0000 (21:42 -0500)]
Correctly handle the case when MIME/Type doesn't know what file extension a mime type maps to

14 years agoUse PHP exceptions for PEAR error handling.
Craig Andrews [Tue, 2 Mar 2010 02:40:42 +0000 (21:40 -0500)]
Use PHP exceptions for PEAR error handling.

Allows for the common try/catch construct, which makes error handling cleaner and easier.

14 years agoModify configuration to have an option to allow uploads regardless of mime type
Craig Andrews [Tue, 2 Mar 2010 00:56:16 +0000 (19:56 -0500)]
Modify configuration to have an option to allow uploads regardless of mime type

14 years agoMerge branch 'testing' into 0.9.x
Zach Copley [Mon, 1 Mar 2010 23:00:33 +0000 (15:00 -0800)]
Merge branch 'testing' into 0.9.x

* testing:
  Upgrade XML output scrubbing to better deal with newline and a few other chars

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Mon, 1 Mar 2010 22:59:54 +0000 (14:59 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  Localization tweak: include doc comments marked as 'TRANS' in .po file output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints.
  Add index on group_index.notice_id, needed to pull list of target groups for inbox delivery.
  Add index on post_id for file_to_post, needed for efficient lookups of files/urls attached to a given post.
  Update pot file

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 1 Mar 2010 22:59:26 +0000 (14:59 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
db/08to09.sql
locale/statusnet.po
scripts/update_po_templates.php

14 years agoUpgrade XML output scrubbing to better deal with newline and a few other chars
Zach Copley [Mon, 1 Mar 2010 22:58:06 +0000 (14:58 -0800)]
Upgrade XML output scrubbing to better deal with newline and a few other chars

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Mon, 1 Mar 2010 22:55:09 +0000 (14:55 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoLocalization tweak: include doc comments marked as 'TRANS' in .po file output; these...
Brion Vibber [Mon, 1 Mar 2010 22:10:13 +0000 (14:10 -0800)]
Localization tweak: include doc comments marked as 'TRANS' in .po file output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints.

14 years agoFix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12
Siebrand Mazeland [Mon, 1 Mar 2010 21:35:27 +0000 (22:35 +0100)]
Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoAdd contextual documentation to allow better localisation.
Siebrand Mazeland [Mon, 1 Mar 2010 21:28:38 +0000 (22:28 +0100)]
Add contextual documentation to allow better localisation.

14 years agoAdd index on group_index.notice_id, needed to pull list of target groups for inbox...
Brion Vibber [Mon, 1 Mar 2010 21:09:20 +0000 (13:09 -0800)]
Add index on group_index.notice_id, needed to pull list of target groups for inbox delivery.
Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx

14 years agoAdd index on post_id for file_to_post, needed for efficient lookups of files/urls...
Brion Vibber [Mon, 1 Mar 2010 20:20:04 +0000 (12:20 -0800)]
Add index on post_id for file_to_post, needed for efficient lookups of files/urls attached to a given post.

14 years agoChange 'Home' to 'Personal' in the header.
Craig Andrews [Mon, 1 Mar 2010 19:16:44 +0000 (14:16 -0500)]
Change 'Home' to 'Personal' in the header.

csarven indicated he accepted this change.

14 years agoUse common_nicknamize() in better places.
Craig Andrews [Mon, 1 Mar 2010 16:48:46 +0000 (11:48 -0500)]
Use common_nicknamize() in better places.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 1 Mar 2010 16:03:14 +0000 (17:03 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoAdd content for all 3 Send buttons (2 are the same as far as I can tell)
Siebrand Mazeland [Mon, 1 Mar 2010 14:57:27 +0000 (15:57 +0100)]
Add content for all 3 Send buttons (2 are the same as far as I can tell)

14 years agoAdd context for Send button on invite.php
Siebrand Mazeland [Mon, 1 Mar 2010 14:49:53 +0000 (15:49 +0100)]
Add context for Send button on invite.php

14 years agoAlso extract _m() used in core.
Siebrand Mazeland [Mon, 1 Mar 2010 14:47:43 +0000 (15:47 +0100)]
Also extract _m() used in core.

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoUpdate pot file.
Siebrand Mazeland [Mon, 1 Mar 2010 14:19:45 +0000 (15:19 +0100)]
Update pot file.

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoUpdate pot file
Siebrand Mazeland [Mon, 1 Mar 2010 14:09:44 +0000 (15:09 +0100)]
Update pot file

14 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Sat, 27 Feb 2010 22:07:57 +0000 (17:07 -0500)]
Merge branch 'testing' into 0.9.x

14 years agofix call of common_find_mentions() in Notice::saveReplies()
Evan Prodromou [Sat, 27 Feb 2010 21:30:38 +0000 (16:30 -0500)]
fix call of common_find_mentions() in Notice::saveReplies()

14 years agoUse notice for context when deciding who @nickname refers to
Evan Prodromou [Sat, 27 Feb 2010 21:06:46 +0000 (16:06 -0500)]
Use notice for context when deciding who @nickname refers to

In a federated system, "@nickname" is insufficient to uniquely
identify a user. However, it's a very convenient idiom. We need to
guess from context who 'nickname' refers to.

Previously, we were using the sender's profile (or what we knew about
them) as the only context. So, we assumed that they'd be mentioning to
someone they followed, or someone who followed them, or someone on
their own server.

Now, we include the notice information for context. We check to see if
the notice is a reply to another notice, and if the author of the
original notice has the nickname 'nickname', then the mention is
probably for them. Alternately, if the original notice mentions someone
with nickname 'nickname', then this notice is probably referring to
_them_.

Doing this kind of context sleuthing means we have to render the
content very late in the notice-saving process.

14 years agoMerge branch 'master' into testing
Evan Prodromou [Sat, 27 Feb 2010 20:05:34 +0000 (15:05 -0500)]
Merge branch 'master' into testing

14 years agoPlugin to restrict too many registrations from one IP
Evan Prodromou [Sat, 27 Feb 2010 20:03:17 +0000 (15:03 -0500)]
Plugin to restrict too many registrations from one IP

We throttle registrations by IP. We record IP address of each
registration, and if too many registrations have been done by the same
IP address in the time interval, we reject the registration.

14 years agouri -> URI in interface text
Siebrand Mazeland [Sat, 27 Feb 2010 17:51:49 +0000 (18:51 +0100)]
uri -> URI in interface text

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 27 Feb 2010 17:36:44 +0000 (18:36 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoadd bugfix to version number.
Evan Prodromou [Sat, 27 Feb 2010 16:04:24 +0000 (11:04 -0500)]
add bugfix to version number.

14 years agoFixes entity_tags alignment
Sarven Capadisli [Sat, 27 Feb 2010 15:59:33 +0000 (16:59 +0100)]
Fixes entity_tags alignment

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Fri, 26 Feb 2010 23:28:43 +0000 (18:28 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoRevert "change function name"
Evan Prodromou [Fri, 26 Feb 2010 23:28:33 +0000 (18:28 -0500)]
Revert "change function name"

This reverts commit 21edb98a32cf67b9f754c9a74414f113cb71cb37.

14 years agorenaming sha256 to prevent conflict
James Walker [Fri, 26 Feb 2010 23:22:08 +0000 (18:22 -0500)]
renaming sha256 to prevent conflict

14 years agochange function name
Evan Prodromou [Fri, 26 Feb 2010 23:26:52 +0000 (18:26 -0500)]
change function name

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Fri, 26 Feb 2010 23:10:45 +0000 (15:10 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  better return check in Magicsig::staticGet()
  blow cache on known replies

14 years agobetter return check in Magicsig::staticGet()
James Walker [Fri, 26 Feb 2010 22:52:12 +0000 (17:52 -0500)]
better return check in Magicsig::staticGet()

14 years agoblow cache on known replies
Evan Prodromou [Fri, 26 Feb 2010 22:47:39 +0000 (17:47 -0500)]
blow cache on known replies

14 years agoPull conversation URL from Conversation instead of assuming it's local
Zach Copley [Fri, 26 Feb 2010 22:47:38 +0000 (14:47 -0800)]
Pull conversation URL from Conversation instead of assuming it's local

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Fri, 26 Feb 2010 22:29:04 +0000 (17:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoadd a flag to impede adding sessions to URLs (for permanent stuff)
Evan Prodromou [Fri, 26 Feb 2010 22:28:44 +0000 (17:28 -0500)]
add a flag to impede adding sessions to URLs (for permanent stuff)

14 years agoMagicEnvelope::parse shouldn't be called statically
James Walker [Fri, 26 Feb 2010 22:09:50 +0000 (17:09 -0500)]
MagicEnvelope::parse shouldn't be called statically

14 years agoshould be sequenceKey (singular)
James Walker [Fri, 26 Feb 2010 21:51:50 +0000 (16:51 -0500)]
should be sequenceKey (singular)

14 years agoadding sequenceKeys() to magicsig
James Walker [Fri, 26 Feb 2010 21:50:00 +0000 (16:50 -0500)]
adding sequenceKeys() to magicsig

14 years agonicknamize the requested nickname during autoregistration
Craig Andrews [Fri, 26 Feb 2010 21:31:38 +0000 (16:31 -0500)]
nicknamize the requested nickname during autoregistration

14 years agoremoving some extraneous debug logging
James Walker [Fri, 26 Feb 2010 21:25:47 +0000 (16:25 -0500)]
removing some extraneous debug logging

14 years agoCheck for conversation with unique conversation ID
Zach Copley [Fri, 26 Feb 2010 21:06:06 +0000 (13:06 -0800)]
Check for conversation with unique conversation ID

14 years agoShow messaging on the login and registration forms informing users that they may...
Craig Andrews [Fri, 26 Feb 2010 20:50:51 +0000 (15:50 -0500)]
Show messaging on the login and registration forms informing users that they may use their LDAP credentials

14 years agobail out if the requested nickname is illegal
Craig Andrews [Fri, 26 Feb 2010 20:50:35 +0000 (15:50 -0500)]
bail out if the requested nickname is illegal

14 years agomove salmon posting to send application/magic-envelope+xml per http://salmon-protocol...
James Walker [Fri, 26 Feb 2010 20:39:30 +0000 (15:39 -0500)]
move salmon posting to send application/magic-envelope+xml per http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF

14 years agoDiscovery::lookup now throws an exception
James Walker [Fri, 26 Feb 2010 20:38:48 +0000 (15:38 -0500)]
Discovery::lookup now throws an exception

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 26 Feb 2010 20:33:50 +0000 (12:33 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 26 Feb 2010 20:33:36 +0000 (12:33 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 26 Feb 2010 20:33:13 +0000 (12:33 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoUpdated ShowGroup to Resolve Aliases Again.
Christopher Vollick [Fri, 26 Feb 2010 15:10:38 +0000 (10:10 -0500)]
Updated ShowGroup to Resolve Aliases Again.

The way we find groups changed with this new Local_group table.
I had to update this too.

14 years agomove signing to take a local actor profile and use local keys
James Walker [Fri, 26 Feb 2010 19:21:21 +0000 (14:21 -0500)]
move signing to take a local actor profile and use local keys

14 years agoonly put public keys in XRD
James Walker [Fri, 26 Feb 2010 18:40:33 +0000 (13:40 -0500)]
only put public keys in XRD

14 years agoupdating to use latest salmon NS definitions
James Walker [Fri, 26 Feb 2010 18:17:24 +0000 (13:17 -0500)]
updating to use latest salmon NS definitions

14 years agoTemp fix for mismatched newlines in Telugu; gettext sometimes refuses to complete...
Brion Vibber [Fri, 26 Feb 2010 17:59:36 +0000 (09:59 -0800)]
Temp fix for mismatched newlines in Telugu; gettext sometimes refuses to complete when such mismatches are present. (Needs to be fixed upstream in TranslateWiki separately so it doesn't revert.)

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

14 years agoMerge branch 'blacklistplus' into testing
Evan Prodromou [Fri, 26 Feb 2010 17:40:30 +0000 (12:40 -0500)]
Merge branch 'blacklistplus' into testing

Conflicts:
EVENTS.txt

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Fri, 26 Feb 2010 17:35:28 +0000 (09:35 -0800)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Fri, 26 Feb 2010 17:35:08 +0000 (09:35 -0800)]
Merge branch 'master' into testing

14 years agoBlacklist user nickname and password on delete
Evan Prodromou [Fri, 26 Feb 2010 17:29:28 +0000 (12:29 -0500)]
Blacklist user nickname and password on delete

14 years ago'on' is what checkboxes use for boolean true
Evan Prodromou [Fri, 26 Feb 2010 17:28:58 +0000 (12:28 -0500)]
'on' is what checkboxes use for boolean true

14 years agodon't choke on dupelimit in createsim.php
Evan Prodromou [Fri, 26 Feb 2010 17:19:33 +0000 (12:19 -0500)]
don't choke on dupelimit in createsim.php

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Fri, 26 Feb 2010 16:40:12 +0000 (11:40 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoFixed object name
Michele [Fri, 26 Feb 2010 10:35:55 +0000 (11:35 +0100)]
Fixed object name

14 years agomore cleanup
James Walker [Fri, 26 Feb 2010 09:07:58 +0000 (04:07 -0500)]
more cleanup

14 years agobad merge.. cleaning up missing webfinger bits
James Walker [Fri, 26 Feb 2010 08:43:35 +0000 (03:43 -0500)]
bad merge.. cleaning up missing webfinger bits

14 years agoremove webfinger.php
James Walker [Fri, 26 Feb 2010 08:28:29 +0000 (03:28 -0500)]
remove webfinger.php

14 years agoMerge remote branch 'statusnet/testing' into testing
James Walker [Fri, 26 Feb 2010 08:27:40 +0000 (03:27 -0500)]
Merge remote branch 'statusnet/testing' into testing

14 years agosalmon actually fetching remote keypairs
James Walker [Fri, 26 Feb 2010 08:25:51 +0000 (03:25 -0500)]
salmon actually fetching remote keypairs

14 years agoRemove unnecessary requires
Zach Copley [Fri, 26 Feb 2010 06:06:31 +0000 (22:06 -0800)]
Remove unnecessary requires

14 years agoGet ApiAction autoloading properly
Zach Copley [Fri, 26 Feb 2010 06:02:40 +0000 (22:02 -0800)]
Get ApiAction autoloading properly

14 years agoRemove unnecessary requires
Zach Copley [Fri, 26 Feb 2010 06:06:31 +0000 (22:06 -0800)]
Remove unnecessary requires

14 years agoGet ApiAction autoloading properly
Zach Copley [Fri, 26 Feb 2010 06:02:40 +0000 (22:02 -0800)]
Get ApiAction autoloading properly

14 years agoFix a few keys that got dropped from statusnet.ini by mistake
Brion Vibber [Fri, 26 Feb 2010 05:46:53 +0000 (21:46 -0800)]
Fix a few keys that got dropped from statusnet.ini by mistake

14 years agoFix for group timeline feeds by name
Brion Vibber [Fri, 26 Feb 2010 05:27:46 +0000 (21:27 -0800)]
Fix for group timeline feeds by name

14 years agotry/catch on omb profile pings
Brion Vibber [Fri, 26 Feb 2010 05:06:16 +0000 (21:06 -0800)]
try/catch on omb profile pings

14 years agotry/catch on omb profile pings
Brion Vibber [Fri, 26 Feb 2010 05:06:16 +0000 (21:06 -0800)]
try/catch on omb profile pings

14 years agoMerge remote branch 'statusnet/testing' into testing
James Walker [Fri, 26 Feb 2010 04:49:45 +0000 (23:49 -0500)]
Merge remote branch 'statusnet/testing' into testing

Conflicts:
plugins/OStatus/lib/webfinger.php

14 years agouse a real keypair from discovery
James Walker [Fri, 26 Feb 2010 04:38:25 +0000 (23:38 -0500)]
use a real keypair from discovery

14 years agoer. right.
James Walker [Fri, 26 Feb 2010 04:37:59 +0000 (23:37 -0500)]
er. right.

14 years agoupdate to beta6
Evan Prodromou [Fri, 26 Feb 2010 04:27:20 +0000 (23:27 -0500)]
update to beta6

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 26 Feb 2010 03:52:19 +0000 (19:52 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

14 years agoOStatus: clean up known-URL hinting during profile setup, saves some extra HTTP hits...
Brion Vibber [Fri, 26 Feb 2010 03:48:28 +0000 (19:48 -0800)]
OStatus: clean up known-URL hinting during profile setup, saves some extra HTTP hits we were getting when mentioning Buzz feeds.

14 years agoadd beta5 to beta6 script
Evan Prodromou [Fri, 26 Feb 2010 03:30:04 +0000 (22:30 -0500)]
add beta5 to beta6 script

14 years agoFix test to account for new way avatars are stored in ActivityObject
Zach Copley [Fri, 26 Feb 2010 03:17:50 +0000 (19:17 -0800)]
Fix test to account for new way avatars are stored in ActivityObject

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Fri, 26 Feb 2010 02:57:12 +0000 (18:57 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, otherwise if none labeled takes the first)
  info about discovery in Ostatus_profile::ensureWebfinger()
  cache Web responses in Webfinger library

14 years ago- Updates to use new activity object factories
Zach Copley [Fri, 26 Feb 2010 02:55:11 +0000 (18:55 -0800)]
- Updates to use new activity object factories
- Prune obsolete feed creation method

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Fri, 26 Feb 2010 02:53:50 +0000 (21:53 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoremove linkback from default plugins
Evan Prodromou [Fri, 26 Feb 2010 02:53:18 +0000 (21:53 -0500)]
remove linkback from default plugins

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 26 Feb 2010 02:52:26 +0000 (18:52 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

14 years agoOStatus: pull best-sized avatar image (96x96 if found, otherwise largest, otherwise...
Brion Vibber [Fri, 26 Feb 2010 02:51:44 +0000 (18:51 -0800)]
OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, otherwise if none labeled takes the first)