]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge remote branch 'gitorious/testing' into testing
Evan Prodromou [Mon, 24 Jan 2011 13:54:09 +0000 (06:54 -0700)]
Merge remote branch 'gitorious/testing' into testing

13 years agoBookmark saving robustness fixes
Evan Prodromou [Sun, 23 Jan 2011 17:57:20 +0000 (12:57 -0500)]
Bookmark saving robustness fixes

First, if the tags box is empty, don't save an empty tag for the notice.

Second, if URL shortening fails, just use the regular URL.

13 years agoremove boilerplate from NewMenuPlugin
Evan Prodromou [Sun, 23 Jan 2011 17:03:28 +0000 (12:03 -0500)]
remove boilerplate from NewMenuPlugin

13 years agoAdd email field to Twitter registration form; needed when RequireValidatedEmail plugi...
Brion Vibber [Fri, 21 Jan 2011 01:02:34 +0000 (17:02 -0800)]
Add email field to Twitter registration form; needed when RequireValidatedEmail plugin is present.

Since Twitter doesn't provide email address back to us here, we only prefill the field if we have an invite.

13 years agoAdd email field on openid registration; needed to register if RequireValidatedEmail...
Brion Vibber [Fri, 21 Jan 2011 00:56:48 +0000 (16:56 -0800)]
Add email field on openid registration; needed to register if RequireValidatedEmail plugin is also present.

13 years agoEvent hook points needed for recaptcha on facebook login form (untested, but should...
Brion Vibber [Thu, 20 Jan 2011 23:55:36 +0000 (15:55 -0800)]
Event hook points needed for recaptcha on facebook login form (untested, but should be legit -- same adds as openid & twitter reg forms)

13 years agoEvent hook points needed to run Recaptcha on Twitter registration
Brion Vibber [Thu, 20 Jan 2011 23:49:57 +0000 (15:49 -0800)]
Event hook points needed to run Recaptcha on Twitter registration

13 years agoFix inconsistent use of 'name' vs 'fullname' in tw_fields member variable
Brion Vibber [Thu, 20 Jan 2011 23:47:51 +0000 (15:47 -0800)]
Fix inconsistent use of 'name' vs 'fullname' in tw_fields member variable

13 years agoAdd Start/EndRegistrationData event hooks in finishopenidlogin: allows recaptcha...
Brion Vibber [Thu, 20 Jan 2011 23:40:59 +0000 (15:40 -0800)]
Add Start/EndRegistrationData event hooks in finishopenidlogin: allows recaptcha to add its captcha display to the form (checked since addition of StartRegistrationTry)

13 years agoMerge branch '0.9.x' into testing
Brion Vibber [Thu, 20 Jan 2011 23:12:57 +0000 (15:12 -0800)]
Merge branch '0.9.x' into testing

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Thu, 20 Jan 2011 23:08:31 +0000 (15:08 -0800)]
Merge branch 'master' into 0.9.x

13 years agoTicket #2999: RequireValidatedEmail plugin now also prevents group creation by unvali...
Brion Vibber [Thu, 20 Jan 2011 21:05:58 +0000 (13:05 -0800)]
Ticket #2999: RequireValidatedEmail plugin now also prevents group creation by unvalidated users.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 20 Jan 2011 20:12:51 +0000 (21:12 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoTranslator comments added
Siebrand Mazeland [Thu, 20 Jan 2011 19:00:45 +0000 (20:00 +0100)]
Translator comments added
L10n updates
Remove superfluous whitespace
Number parameters in message when two or more are used
ClientException and ServerException should end with a period

13 years agoUpdate translator documentation
Siebrand Mazeland [Thu, 20 Jan 2011 17:45:13 +0000 (18:45 +0100)]
Update translator documentation
Remove unneeded i18n for debug message
Remove superfluous whitespace

13 years agoUpdate translator documentation
Siebrand Mazeland [Thu, 20 Jan 2011 17:39:46 +0000 (18:39 +0100)]
Update translator documentation
Update L10n
Remove superfluous whitespace

13 years agoOAuth: Fix rare problem in which request tokens were sometimes being
Zach Copley [Thu, 20 Jan 2011 06:55:00 +0000 (22:55 -0800)]
OAuth: Fix rare problem in which request tokens were sometimes being
returned as access tokens.

13 years agoFix syntax error in error msg
Zach Copley [Thu, 20 Jan 2011 00:13:42 +0000 (16:13 -0800)]
Fix syntax error in error msg

13 years agoFix a couple spelling mistakes in comments and remove redundant statement terminator
Zach Copley [Wed, 19 Jan 2011 23:52:18 +0000 (15:52 -0800)]
Fix a couple spelling mistakes in comments and remove redundant statement terminator

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 20 Jan 2011 06:58:07 +0000 (22:58 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline: (63 commits)
  Add a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php
  fix wrong datatypes (saving string instead of array) in AtomPub notice processing
  Account moving is a background activity
  return a 409 Conflict when subscription already exists
  OStatusPlugin does discovery in Profile::fromURI()
  considerably more logging and error checking in AccountMover
  add a log method to AccountMover
  normalize accounts and check for return in HTTP for moving
  move account-moving classes to their own libraries
  execution protection on discovery.php
  PHPCS discovery.php
  Move discovery library from OStatus plugin to core
  Revert "Revert "0.9.7alpha1""
  first example of moving a user
  Parse properties of links in XRD files
  Add the Atom username to the XRD output
  preserve activities in object
  let callers pass in an XMLOutputter to output to
  execution protection on discovery.php
  PHPCS linkheader.php
  ...

13 years agoOAuth: Fix rare problem in which request tokens were sometimes being
Zach Copley [Thu, 20 Jan 2011 06:55:00 +0000 (22:55 -0800)]
OAuth: Fix rare problem in which request tokens were sometimes being
returned as access tokens.

13 years agoFix syntax error in error msg
Zach Copley [Thu, 20 Jan 2011 00:13:42 +0000 (16:13 -0800)]
Fix syntax error in error msg

13 years agoFix a couple spelling mistakes in comments and remove redundant statement terminator
Zach Copley [Wed, 19 Jan 2011 23:52:18 +0000 (15:52 -0800)]
Fix a couple spelling mistakes in comments and remove redundant statement terminator

13 years agoAdd a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php
Brion Vibber [Wed, 19 Jan 2011 23:13:46 +0000 (15:13 -0800)]
Add a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php

As with deleteuser.php, can pass -y to bypass the prompt if you're sure.

13 years agofix wrong datatypes (saving string instead of array) in AtomPub notice processing
Brion Vibber [Wed, 19 Jan 2011 22:26:31 +0000 (14:26 -0800)]
fix wrong datatypes (saving string instead of array) in AtomPub notice processing

13 years agoMerge branch 'testing' into moveaccount
Brion Vibber [Wed, 19 Jan 2011 18:41:14 +0000 (10:41 -0800)]
Merge branch 'testing' into moveaccount

13 years agoadd rss.me to notice_source defaults
Brion Vibber [Tue, 18 Jan 2011 23:18:55 +0000 (15:18 -0800)]
add rss.me to notice_source defaults

13 years agoSubMirror: add mirrored feeds count & management link to stats section when showing...
Brion Vibber [Tue, 18 Jan 2011 21:32:12 +0000 (13:32 -0800)]
SubMirror: add mirrored feeds count & management link to stats section when showing your own profile sidebar.

13 years agoRefactor profile sidebar statistics output so plugins can hook it and add entries.
Brion Vibber [Tue, 18 Jan 2011 21:21:59 +0000 (13:21 -0800)]
Refactor profile sidebar statistics output so plugins can hook it and add entries.

13 years agoRefactor profile sidebar stats generation: factor out giant chunk of repeated method...
Brion Vibber [Tue, 18 Jan 2011 21:12:08 +0000 (13:12 -0800)]
Refactor profile sidebar stats generation: factor out giant chunk of repeated method calls

13 years agoStart cleaning up profile sidebar: link the header text on subscription/subscriber...
Brion Vibber [Tue, 18 Jan 2011 20:52:38 +0000 (12:52 -0800)]
Start cleaning up profile sidebar: link the header text on subscription/subscriber/groups sections to the tabs so users don't have to dance around looking for the link if they don't have enough to trigger a 'more' link.
Consolidated some of that link generation; sooooo much more dupe code to kill in this section!

13 years agoCleanup stray PHP 4-style references in hook calls for navigation bars. We can't...
Brion Vibber [Tue, 18 Jan 2011 20:34:27 +0000 (12:34 -0800)]
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.

13 years agoSubMirror: switch the mirror setup tab from account settings to subscriptions/groups...
Brion Vibber [Tue, 18 Jan 2011 20:34:04 +0000 (12:34 -0800)]
SubMirror: switch the mirror setup tab from account settings to subscriptions/groups/invites area

13 years agoTwitterBridge fix: merge down remaining 64-bit Snowflake ID fixes for twitterstatusfe...
Brion Vibber [Tue, 18 Jan 2011 19:08:32 +0000 (11:08 -0800)]
TwitterBridge fix: merge down remaining 64-bit Snowflake ID fixes for twitterstatusfetcher.php from 0.9.x

Original fixes in c169dcb5221cf3dd452c291bf97374bb459cc5b9; didn't get merged in 39cad55711897323fac5f651c003c4d815a51ae0 because the code had been broken out to another file, but manual merge went smooth.

These affect twitterstatusfetcher.php on all 32-bit installs and some 64-bit installs (depending on whether the version of the JSON library reads the large numbers as long or double internally). 64-bit bug is harder to see as it tends to manifest as off-by-one due to losing a bit of precision off the end.

13 years agowrap account actions in a section
Evan Prodromou [Mon, 17 Jan 2011 23:04:10 +0000 (18:04 -0500)]
wrap account actions in a section

13 years agoMerge branch 'testing' into moveaccount
Evan Prodromou [Mon, 17 Jan 2011 22:34:03 +0000 (17:34 -0500)]
Merge branch 'testing' into moveaccount

13 years agoErroneous code ensuring Webfinger accounts
Evan Prodromou [Mon, 17 Jan 2011 22:32:44 +0000 (17:32 -0500)]
Erroneous code ensuring Webfinger accounts

Ostatus_profile::ensureProfileURI() was accidentally falling through to
the default switch case, and was also calling common_log() incorrectly.

13 years agoAccount moving is a background activity
Evan Prodromou [Mon, 17 Jan 2011 22:31:56 +0000 (17:31 -0500)]
Account moving is a background activity

13 years agoMerge remote branch 'origin/moveaccount' into moveaccount
Evan Prodromou [Mon, 17 Jan 2011 21:04:46 +0000 (16:04 -0500)]
Merge remote branch 'origin/moveaccount' into moveaccount

Conflicts:
lib/accountmover.php

13 years agoreturn a 409 Conflict when subscription already exists
Evan Prodromou [Mon, 17 Jan 2011 20:57:04 +0000 (15:57 -0500)]
return a 409 Conflict when subscription already exists

13 years agoOStatusPlugin does discovery in Profile::fromURI()
Evan Prodromou [Mon, 17 Jan 2011 20:45:03 +0000 (15:45 -0500)]
OStatusPlugin does discovery in Profile::fromURI()

13 years agoconsiderably more logging and error checking in AccountMover
Evan Prodromou [Mon, 17 Jan 2011 20:25:58 +0000 (15:25 -0500)]
considerably more logging and error checking in AccountMover

13 years agoadd a log method to AccountMover
Evan Prodromou [Mon, 17 Jan 2011 20:06:15 +0000 (15:06 -0500)]
add a log method to AccountMover

13 years agonormalize accounts and check for return in HTTP for moving
Evan Prodromou [Mon, 10 Jan 2011 19:56:15 +0000 (14:56 -0500)]
normalize accounts and check for return in HTTP for moving

13 years agomove account-moving classes to their own libraries
Evan Prodromou [Sat, 8 Jan 2011 00:48:50 +0000 (19:48 -0500)]
move account-moving classes to their own libraries

13 years agoexecution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php

13 years agoPHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php

13 years agoMove discovery library from OStatus plugin to core
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core

13 years agoRevert "Revert "0.9.7alpha1""
Evan Prodromou [Wed, 5 Jan 2011 18:52:44 +0000 (10:52 -0800)]
Revert "Revert "0.9.7alpha1""

This reverts commit fd205546512b75016b1e055aec24eab586ae818b.

Conflicts:

lib/common.php

13 years agofirst example of moving a user
Evan Prodromou [Mon, 3 Jan 2011 22:59:28 +0000 (14:59 -0800)]
first example of moving a user

13 years agoParse properties of links in XRD files
Evan Prodromou [Mon, 3 Jan 2011 15:41:13 +0000 (07:41 -0800)]
Parse properties of links in XRD files

13 years agoAdd the Atom username to the XRD output
Evan Prodromou [Mon, 3 Jan 2011 15:40:57 +0000 (07:40 -0800)]
Add the Atom username to the XRD output

13 years agopreserve activities in object
Evan Prodromou [Sun, 2 Jan 2011 23:22:12 +0000 (15:22 -0800)]
preserve activities in object

13 years agolet callers pass in an XMLOutputter to output to
Evan Prodromou [Sun, 2 Jan 2011 23:21:56 +0000 (15:21 -0800)]
let callers pass in an XMLOutputter to output to

13 years agoexecution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php

13 years agoPHPCS linkheader.php
Evan Prodromou [Sun, 2 Jan 2011 19:08:32 +0000 (11:08 -0800)]
PHPCS linkheader.php

13 years agoPHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php

13 years agomove linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 19:01:01 +0000 (11:01 -0800)]
move linkheader.php to core

13 years agomove linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:49:44 +0000 (10:49 -0800)]
move linkheader.php to core

13 years agoMove discovery library from OStatus plugin to core
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 15 Jan 2011 00:30:01 +0000 (01:30 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 23:47:49 +0000 (00:47 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoAdd translator comments.
Siebrand Mazeland [Fri, 14 Jan 2011 23:31:26 +0000 (00:31 +0100)]
Add translator comments.

13 years ago* number parameters in messages
Siebrand Mazeland [Fri, 14 Jan 2011 23:24:06 +0000 (00:24 +0100)]
* number parameters in messages
* add translator documentation
* remove superfluous whitespace
* small L10n update

13 years ago* L10n updates
Siebrand Mazeland [Fri, 14 Jan 2011 20:53:39 +0000 (21:53 +0100)]
* L10n updates
* translator documentation added

13 years agoAdd punctuation for consistency.
Siebrand Mazeland [Fri, 14 Jan 2011 20:53:01 +0000 (21:53 +0100)]
Add punctuation for consistency.

13 years ago* remove i18n for debug message.
Siebrand Mazeland [Fri, 14 Jan 2011 20:41:36 +0000 (21:41 +0100)]
* remove i18n for debug message.
* add i18n for some exceptions.
* add translator documentation.
* L10n updates.
* remove superfluous whitespace.

13 years ago* remove i18n for debug message.
Siebrand Mazeland [Fri, 14 Jan 2011 20:25:46 +0000 (21:25 +0100)]
* remove i18n for debug message.
* add i18n for some server exceptions.
* add translator documentation.
* L10n updates.
* remove superfluous whitespace.

13 years ago* change i18n for confirmation string to make a bit more certain that the confirmatio...
Siebrand Mazeland [Fri, 14 Jan 2011 19:48:17 +0000 (20:48 +0100)]
* change i18n for confirmation string to make a bit more certain that the confirmation string is consistent in all messages where it is used.
* add translator documentation.
* remove superfluous whitespace.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 11:11:10 +0000 (12:11 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 11:10:05 +0000 (12:10 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoFix typo in extension description.
Siebrand Mazeland [Fri, 14 Jan 2011 11:07:57 +0000 (12:07 +0100)]
Fix typo in extension description.

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Mon, 10 Jan 2011 19:59:51 +0000 (14:59 -0500)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoMerge remote branch 'gitorious/testing' into testing
Evan Prodromou [Mon, 10 Jan 2011 19:59:07 +0000 (14:59 -0500)]
Merge remote branch 'gitorious/testing' into testing

13 years agoMerge branch 'moveaccount' of gitorious.org:~evan/statusnet/evans-mainline into movea...
Evan Prodromou [Mon, 10 Jan 2011 19:57:50 +0000 (14:57 -0500)]
Merge branch 'moveaccount' of gitorious.org:~evan/statusnet/evans-mainline into moveaccount

Conflicts:
scripts/moveuser.php

13 years agonormalize accounts and check for return in HTTP for moving
Evan Prodromou [Mon, 10 Jan 2011 19:56:15 +0000 (14:56 -0500)]
normalize accounts and check for return in HTTP for moving

13 years agomove account-moving classes to their own libraries
Evan Prodromou [Sat, 8 Jan 2011 00:48:50 +0000 (19:48 -0500)]
move account-moving classes to their own libraries

13 years agofirst example of moving a user
Evan Prodromou [Mon, 3 Jan 2011 22:59:28 +0000 (14:59 -0800)]
first example of moving a user

13 years agoParse properties of links in XRD files
Evan Prodromou [Mon, 3 Jan 2011 15:41:13 +0000 (07:41 -0800)]
Parse properties of links in XRD files

13 years agoAdd the Atom username to the XRD output
Evan Prodromou [Mon, 3 Jan 2011 15:40:57 +0000 (07:40 -0800)]
Add the Atom username to the XRD output

13 years agopreserve activities in object
Evan Prodromou [Sun, 2 Jan 2011 23:22:12 +0000 (15:22 -0800)]
preserve activities in object

13 years agolet callers pass in an XMLOutputter to output to
Evan Prodromou [Sun, 2 Jan 2011 23:21:56 +0000 (15:21 -0800)]
let callers pass in an XMLOutputter to output to

13 years agoexecution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php

13 years agoPHPCS linkheader.php
Evan Prodromou [Sun, 2 Jan 2011 19:08:32 +0000 (11:08 -0800)]
PHPCS linkheader.php

13 years agoPHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php

13 years agomove linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 19:01:01 +0000 (11:01 -0800)]
move linkheader.php to core

13 years agomove linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:49:44 +0000 (10:49 -0800)]
move linkheader.php to core

13 years agoMove discovery library from OStatus plugin to core
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core

13 years agoMerge branch 'newmenuplugin' into 0.9.x
Evan Prodromou [Sat, 8 Jan 2011 00:28:25 +0000 (19:28 -0500)]
Merge branch 'newmenuplugin' into 0.9.x

13 years agoMerge branch 'newmenuplugin' into testing
Evan Prodromou [Sat, 8 Jan 2011 00:28:18 +0000 (19:28 -0500)]
Merge branch 'newmenuplugin' into testing

13 years agoremove help link; Everyone => Public; Logo goes home
Evan Prodromou [Sat, 8 Jan 2011 00:27:59 +0000 (19:27 -0500)]
remove help link; Everyone => Public; Logo goes home

13 years agoFix error handling for missing group in apigroupmembership -- was trying to call...
Brion Vibber [Sat, 8 Jan 2011 00:25:58 +0000 (16:25 -0800)]
Fix error handling for missing group in apigroupmembership -- was trying to call methods on the variable before we checked it, which triggers PHP fatal error

13 years agoTicket #2166: accept aliases for local group names in API
Brion Vibber [Sat, 8 Jan 2011 00:23:54 +0000 (16:23 -0800)]
Ticket #2166: accept aliases for local group names in API

Also simplifies the code by using User_group::getForNickname instead of duplicating half of it :D

13 years agoShow some menu fixup for settings for some themes
Evan Prodromou [Sat, 8 Jan 2011 00:22:27 +0000 (19:22 -0500)]
Show some menu fixup for settings for some themes

13 years agochange 'Everyone' to 'Public'
Evan Prodromou [Fri, 7 Jan 2011 23:57:34 +0000 (18:57 -0500)]
change 'Everyone' to 'Public'

13 years agocombine account and connect menus
Evan Prodromou [Fri, 7 Jan 2011 23:56:18 +0000 (18:56 -0500)]
combine account and connect menus

13 years agoFix warning in subscribers/subscriptions list pages where we attempted to call free...
Brion Vibber [Fri, 7 Jan 2011 23:29:30 +0000 (15:29 -0800)]
Fix warning in subscribers/subscriptions list pages where we attempted to call free() an ArrayWrapper after it was used up, thus trying to forward the call to a nonexistent object.

Removed the free calls (unneeded since destructors now work), and added an error check w/ logging & an exception for future attempts to forward calls to nonexistent object.

13 years agoUse ReflectionFunction to check for a present-but-disabled dl() function instead...
Brion Vibber [Fri, 7 Jan 2011 22:48:40 +0000 (14:48 -0800)]
Use ReflectionFunction to check for a present-but-disabled dl() function instead of manually parsing the disable_functions php.ini setting.

We were checking the list as comma-delimited (per the description of it as comma-delimited), but in fact spaces are also accepted, and who knows what else.

13 years agoFix ticket #2392: sending invitation email fails when site name contains double quotes
Brion Vibber [Fri, 7 Jan 2011 01:43:00 +0000 (17:43 -0800)]
Fix ticket #2392: sending invitation email fails when site name contains double quotes

Gotta escape quotes!

13 years agoTicket #1968: fix favoriting, reply when using InfiniteScroll
Brion Vibber [Fri, 7 Jan 2011 00:53:39 +0000 (16:53 -0800)]
Ticket #1968: fix favoriting, reply when using InfiniteScroll