]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Thu, 20 Jan 2011 00:13:42 +0000 (16:13 -0800)]
Fix syntax error in error msg
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
Evan Prodromou [Wed, 19 Jan 2011 23:31:07 +0000 (18:31 -0500)]
data structures
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.
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
Brion Vibber [Wed, 19 Jan 2011 18:41:14 +0000 (10:41 -0800)]
Merge branch 'testing' into moveaccount
Evan Prodromou [Wed, 19 Jan 2011 15:13:47 +0000 (10:13 -0500)]
Merge branch 'testing' into privategroup
Brion Vibber [Wed, 19 Jan 2011 02:13:24 +0000 (18:13 -0800)]
viz cleanup on AddMirrorWizard
Brion Vibber [Wed, 19 Jan 2011 02:01:57 +0000 (18:01 -0800)]
Work in progress: AJAXy interface for grabbing feed subscription helper detail forms.
Currently they all show the regular subform. :)
Brion Vibber [Tue, 18 Jan 2011 23:58:28 +0000 (15:58 -0800)]
Work in progress on helper wizard for feed mirror discovery/setup
Brion Vibber [Tue, 18 Jan 2011 23:18:55 +0000 (15:18 -0800)]
add rss.me to notice_source defaults
Evan Prodromou [Tue, 18 Jan 2011 21:55:51 +0000 (16:55 -0500)]
non-working version of private groups
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.
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.
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
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!
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.
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
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.
Evan Prodromou [Mon, 17 Jan 2011 23:04:10 +0000 (18:04 -0500)]
wrap account actions in a section
Evan Prodromou [Mon, 17 Jan 2011 22:34:03 +0000 (17:34 -0500)]
Merge branch 'testing' into moveaccount
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.
Evan Prodromou [Mon, 17 Jan 2011 22:31:56 +0000 (17:31 -0500)]
Account moving is a background activity
Evan Prodromou [Mon, 17 Jan 2011 21:04:46 +0000 (16:04 -0500)]
Merge remote branch 'origin/moveaccount' into moveaccount
Conflicts:
lib/accountmover.php
Evan Prodromou [Mon, 17 Jan 2011 20:57:04 +0000 (15:57 -0500)]
return a 409 Conflict when subscription already exists
Evan Prodromou [Mon, 17 Jan 2011 20:45:03 +0000 (15:45 -0500)]
OStatusPlugin does discovery in Profile::fromURI()
Evan Prodromou [Mon, 17 Jan 2011 20:25:58 +0000 (15:25 -0500)]
considerably more logging and error checking in AccountMover
Evan Prodromou [Mon, 17 Jan 2011 20:06:15 +0000 (15:06 -0500)]
add a log method to AccountMover
Evan Prodromou [Mon, 10 Jan 2011 19:56:15 +0000 (14:56 -0500)]
normalize accounts and check for return in HTTP for moving
Evan Prodromou [Sat, 8 Jan 2011 00:48:50 +0000 (19:48 -0500)]
move account-moving classes to their own libraries
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core
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
Evan Prodromou [Mon, 3 Jan 2011 22:59:28 +0000 (14:59 -0800)]
first example of moving a user
Evan Prodromou [Mon, 3 Jan 2011 15:41:13 +0000 (07:41 -0800)]
Parse properties of links in XRD files
Evan Prodromou [Mon, 3 Jan 2011 15:40:57 +0000 (07:40 -0800)]
Add the Atom username to the XRD output
Evan Prodromou [Sun, 2 Jan 2011 23:22:12 +0000 (15:22 -0800)]
preserve activities in object
Evan Prodromou [Sun, 2 Jan 2011 23:21:56 +0000 (15:21 -0800)]
let callers pass in an XMLOutputter to output to
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:08:32 +0000 (11:08 -0800)]
PHPCS linkheader.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:01 +0000 (11:01 -0800)]
move linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:49:44 +0000 (10:49 -0800)]
move linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core
Siebrand Mazeland [Sat, 15 Jan 2011 00:30:01 +0000 (01:30 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 23:47:49 +0000 (00:47 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 23:31:26 +0000 (00:31 +0100)]
Add translator comments.
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
Evan Prodromou [Fri, 14 Jan 2011 20:56:25 +0000 (15:56 -0500)]
remove dt/dd pairs for license blocks
Siebrand Mazeland [Fri, 14 Jan 2011 20:53:39 +0000 (21:53 +0100)]
* L10n updates
* translator documentation added
Evan Prodromou [Fri, 14 Jan 2011 20:53:02 +0000 (15:53 -0500)]
some fixes for new no-dl layout
Siebrand Mazeland [Fri, 14 Jan 2011 20:53:01 +0000 (21:53 +0100)]
Add punctuation for consistency.
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.
Evan Prodromou [Fri, 14 Jan 2011 20:36:06 +0000 (15:36 -0500)]
remove extraneous <dl> and <dt> tags
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.
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.
Siebrand Mazeland [Fri, 14 Jan 2011 11:11:10 +0000 (12:11 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 11:10:05 +0000 (12:10 +0100)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 14 Jan 2011 11:07:57 +0000 (12:07 +0100)]
Fix typo in extension description.
Evan Prodromou [Wed, 12 Jan 2011 23:14:57 +0000 (18:14 -0500)]
Update version number and codename
Evan Prodromou [Wed, 12 Jan 2011 23:05:56 +0000 (18:05 -0500)]
Merge branch '0.9.x' into 1.0.x
Conflicts:
README
Evan Prodromou [Mon, 10 Jan 2011 19:59:51 +0000 (14:59 -0500)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Mon, 10 Jan 2011 19:59:07 +0000 (14:59 -0500)]
Merge remote branch 'gitorious/testing' into testing
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
Evan Prodromou [Mon, 10 Jan 2011 19:56:15 +0000 (14:56 -0500)]
normalize accounts and check for return in HTTP for moving
Evan Prodromou [Sat, 8 Jan 2011 00:48:50 +0000 (19:48 -0500)]
move account-moving classes to their own libraries
Evan Prodromou [Mon, 3 Jan 2011 22:59:28 +0000 (14:59 -0800)]
first example of moving a user
Evan Prodromou [Mon, 3 Jan 2011 15:41:13 +0000 (07:41 -0800)]
Parse properties of links in XRD files
Evan Prodromou [Mon, 3 Jan 2011 15:40:57 +0000 (07:40 -0800)]
Add the Atom username to the XRD output
Evan Prodromou [Sun, 2 Jan 2011 23:22:12 +0000 (15:22 -0800)]
preserve activities in object
Evan Prodromou [Sun, 2 Jan 2011 23:21:56 +0000 (15:21 -0800)]
let callers pass in an XMLOutputter to output to
Evan Prodromou [Sun, 2 Jan 2011 19:10:46 +0000 (11:10 -0800)]
execution protection on discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:08:32 +0000 (11:08 -0800)]
PHPCS linkheader.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:28 +0000 (11:01 -0800)]
PHPCS discovery.php
Evan Prodromou [Sun, 2 Jan 2011 19:01:01 +0000 (11:01 -0800)]
move linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:49:44 +0000 (10:49 -0800)]
move linkheader.php to core
Evan Prodromou [Sun, 2 Jan 2011 18:21:52 +0000 (10:21 -0800)]
Move discovery library from OStatus plugin to core
Evan Prodromou [Sat, 8 Jan 2011 00:28:25 +0000 (19:28 -0500)]
Merge branch 'newmenuplugin' into 0.9.x
Evan Prodromou [Sat, 8 Jan 2011 00:28:18 +0000 (19:28 -0500)]
Merge branch 'newmenuplugin' into testing
Evan Prodromou [Sat, 8 Jan 2011 00:27:59 +0000 (19:27 -0500)]
remove help link; Everyone => Public; Logo goes home
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
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
Evan Prodromou [Sat, 8 Jan 2011 00:22:27 +0000 (19:22 -0500)]
Show some menu fixup for settings for some themes
Evan Prodromou [Fri, 7 Jan 2011 23:57:34 +0000 (18:57 -0500)]
change 'Everyone' to 'Public'
Evan Prodromou [Fri, 7 Jan 2011 23:56:18 +0000 (18:56 -0500)]
combine account and connect menus
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.
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.
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!
Brion Vibber [Fri, 7 Jan 2011 00:53:39 +0000 (16:53 -0800)]
Ticket #1968: fix favoriting, reply when using InfiniteScroll
Brion Vibber [Fri, 7 Jan 2011 00:36:57 +0000 (16:36 -0800)]
Fix regression in last year's update of InfiniteScroll -- having debug off caused breakage due to bad code interpreting every variable as a selector, and jQuery then failing when passed 'false'.
Note that the current version of the infinitescroll jquery plugin fixes this, but I'm not updating to it because the code's been altered from the upstream version, apparently to stop it from actually working as infinite scroll. WTF? :)
Brion Vibber [Thu, 6 Jan 2011 21:52:12 +0000 (13:52 -0800)]
Ticket #2732: add some regression tests for groups to OStatus remote-tests.php
Note that these tests won't pass on master branch yet as the join/leave don't work, and there's a bug in Activity parsing which prevents interop between new feeds and old remote subscribers (both fixed in this branch).
Brion Vibber [Thu, 6 Jan 2011 23:05:29 +0000 (15:05 -0800)]
Fix for atom/activity streams parsing: feed's <activity:subject> was being taken at a higher priority than entry's <atom:author>, which broke OStatus group posting since we retired <activity:actor>.
Added test case to ActivityParseTests.
Brion Vibber [Thu, 6 Jan 2011 21:46:39 +0000 (13:46 -0800)]
allow group join/leave commands in api posting, at least for the moment (no other way to do remote subscribe without a preexisting local id number via api)
Brion Vibber [Thu, 6 Jan 2011 21:22:08 +0000 (13:22 -0800)]
Fix for PHP notice spew in group creation via API: set default 'mainpage' in User_group::register() rather than forcing all callers to do it manually.
Zach Copley [Thu, 6 Jan 2011 20:15:59 +0000 (12:15 -0800)]
Added Start/EndRegistrationTry events to Facebook Bridge's user registration
Brion Vibber [Thu, 6 Jan 2011 00:04:32 +0000 (16:04 -0800)]
Merge branch 'testing-sig' of gitorious.org:~brion/statusnet/brion-fixes into testing
Brion Vibber [Thu, 6 Jan 2011 00:01:42 +0000 (00:01 +0000)]
Salmon signature checks on incoming slaps now check both old and new signature formats.
Brion Vibber [Wed, 5 Jan 2011 23:54:16 +0000 (23:54 +0000)]
Outgoing Salmon slaps now use the corrected signature format; if the first hit is rejected with an HTTP error, we try again with the old format.
(This is not 100% ideal; possibly should try to distinguish between server errors and rejections, etc.)
Zach Copley [Wed, 5 Jan 2011 23:34:10 +0000 (15:34 -0800)]
Add README with intallation/upgrade instructions to the Facebook Bridge plugin