]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Sarven Capadisli [Tue, 17 Nov 2009 18:25:38 +0000 (18:25 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Craig Andrews [Tue, 17 Nov 2009 18:00:45 +0000 (13:00 -0500)]
Reformatted for 80 character width, and clarified the username/nickname attribute difference
Brion Vibber [Tue, 17 Nov 2009 17:07:44 +0000 (09:07 -0800)]
Fix ticket 1816: Database errors recorded as "Array"
PEAR error backtrace lines are now correctly formatted as strings in debug log, roughly as debug_print_backtrace() does (but with argument values swapped out for types to avoid being overly verbose).
Todo: exceptions and PEAR error objects should log backtraces the same way; right now it doesn't look like exceptions get backtraces logged.
Todo: At one line per line, it's potentially tough to figure out what backtrace goes with what event if traffic is heavy; even if not heavy it's awkward to jump back into a log file after grepping to find the backtrace. Consider using a random per-event ID which can go in the log output -- bonus points for exposing the error ID to users so ops can track down actual error details in logs from a user report.
Zach Copley [Tue, 17 Nov 2009 16:48:16 +0000 (08:48 -0800)]
Need to check the Profile rather than the User.
Sarven Capadisli [Tue, 17 Nov 2009 16:45:51 +0000 (16:45 +0000)]
Added li for entity_flag
Evan Prodromou [Tue, 17 Nov 2009 11:25:07 +0000 (06:25 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Conflicts:
classes/statusnet.ini
Brion Vibber [Tue, 17 Nov 2009 01:25:38 +0000 (17:25 -0800)]
Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when clicking user links.
User links using the ID number (such as created for @-replies) have been failing on Internet Explorer, since IE doesn't bother to actually say it supports text/html...
We usually get something like this from IE, up through at least IE 8:
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
The */* ended up matching application/rdf+xml instead of text/html, so only other browsers which are more explicit would actually get sent on to the user profile/notice stream; IE visitors were directed on to the FOAF download. :(
Swapping the order of items in the server-side of the negotiation list fixes this; clients actually asking for FOAF at a higher priority than HTML will still get it, but the wildcard */* now matches text/html which is usually what we want.
Content negotiation for the user links was added August 2008 in commit
48fcfb8b0daeb272cb9d116af617daf15930d909 .
Brion Vibber [Mon, 16 Nov 2009 23:35:16 +0000 (15:35 -0800)]
Cleanup for bug 1813: workaround sometimes-missing dl() in PHP 5.3 by defining our own bogus function rather than attempting to patch upstream libs. This keeps our fix across upstream versions (or when loading upstream library from outside extlib)
Note that fixes to OpenID libraries in commit
fe9473ac7810d317e001a0fec19cbacaafc0c909 were lost in just such an update.
Brion Vibber [Mon, 16 Nov 2009 23:36:30 +0000 (15:36 -0800)]
Fix for PHP spewing notices from commit
a373d07ae00b878f47970f2e4a7d86c6ec3a65cf
Please test with error_reporting set to E_ALL!
Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :(
Craig Andrews [Mon, 16 Nov 2009 20:57:57 +0000 (15:57 -0500)]
Do proper translations for plurals
Craig Andrews [Mon, 16 Nov 2009 20:53:09 +0000 (15:53 -0500)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Craig Andrews [Mon, 16 Nov 2009 20:24:25 +0000 (15:24 -0500)]
Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them
Eric Helgeson [Mon, 16 Nov 2009 19:59:32 +0000 (14:59 -0500)]
Consistant error for groups that dont exist in API
Eric Helgeson [Mon, 16 Nov 2009 19:59:17 +0000 (14:59 -0500)]
+x deleteuser.php
Siebrand Mazeland [Mon, 16 Nov 2009 19:54:19 +0000 (20:54 +0100)]
Localisation updates from !translatewiki !StatusNet
Evan Prodromou [Mon, 16 Nov 2009 19:28:55 +0000 (14:28 -0500)]
disallow email on faves from sandboxed users
Evan Prodromou [Mon, 16 Nov 2009 19:18:51 +0000 (14:18 -0500)]
prevent email notification on replies by sandboxed users
Evan Prodromou [Mon, 16 Nov 2009 19:12:35 +0000 (14:12 -0500)]
block subscribes by silenced users
Evan Prodromou [Mon, 16 Nov 2009 19:11:14 +0000 (14:11 -0500)]
silently skip email for subs from sandboxed user
Evan Prodromou [Mon, 16 Nov 2009 18:51:41 +0000 (19:51 +0100)]
silenced users can't send direct messages
Evan Prodromou [Mon, 16 Nov 2009 18:46:08 +0000 (19:46 +0100)]
more rights denied to silenced and sandboxed
Evan Prodromou [Mon, 16 Nov 2009 18:22:22 +0000 (19:22 +0100)]
don't allow sandboxed users to post public notices
Evan Prodromou [Mon, 16 Nov 2009 18:03:59 +0000 (19:03 +0100)]
Move rights check to profile and add right for new notices
Added a right for new notices, realized that the hasRight() method
should be on the profile, and moved it.
Makes this a less atomic commit but that's the way it goes sometimes.
Evan Prodromou [Mon, 16 Nov 2009 17:29:13 +0000 (18:29 +0100)]
try to return to the correct page from FlagProfileForm
Evan Prodromou [Mon, 16 Nov 2009 17:24:59 +0000 (18:24 +0100)]
make profile flag actions work like other profile actions
Evan Prodromou [Mon, 16 Nov 2009 16:55:00 +0000 (17:55 +0100)]
use return-to method for adminprofileflag
Evan Prodromou [Mon, 16 Nov 2009 16:54:50 +0000 (17:54 +0100)]
use return-to method for UserProfile widget
Evan Prodromou [Mon, 16 Nov 2009 16:54:34 +0000 (17:54 +0100)]
getting arguments for return-to processing
Eric Helgeson [Mon, 16 Nov 2009 16:44:31 +0000 (11:44 -0500)]
Refactored Recaptcha plugin to use addPlugin()
Also nicer log messages
Evan Prodromou [Mon, 16 Nov 2009 16:43:15 +0000 (17:43 +0100)]
start showing actions for flagged profiles
Craig Andrews [Mon, 16 Nov 2009 16:23:00 +0000 (11:23 -0500)]
Added a "groups" command
Craig Andrews [Mon, 16 Nov 2009 16:22:45 +0000 (11:22 -0500)]
getGroups was not handling the case where limit=null correctly
Craig Andrews [Mon, 16 Nov 2009 16:17:14 +0000 (11:17 -0500)]
Changed to StatusNet consistent terminology
Craig Andrews [Mon, 16 Nov 2009 16:14:00 +0000 (11:14 -0500)]
Bump to version 1.0.0
Evan Prodromou [Mon, 16 Nov 2009 16:06:35 +0000 (17:06 +0100)]
add routes for silence, sandbox, delete user
Evan Prodromou [Mon, 16 Nov 2009 16:06:12 +0000 (17:06 +0100)]
correct constructor for DeleteUserForm
Evan Prodromou [Mon, 16 Nov 2009 16:05:39 +0000 (17:05 +0100)]
give UnsilenceForm correct superclass
Evan Prodromou [Mon, 16 Nov 2009 16:05:31 +0000 (17:05 +0100)]
give UnsandboxForm correct superclass
Evan Prodromou [Mon, 16 Nov 2009 16:05:03 +0000 (17:05 +0100)]
give SilenceForm proper superclass
Evan Prodromou [Mon, 16 Nov 2009 16:04:40 +0000 (17:04 +0100)]
DeleteUserAction
Evan Prodromou [Mon, 16 Nov 2009 15:14:49 +0000 (16:14 +0100)]
make block action use ProfileFormAction superclass
Evan Prodromou [Mon, 16 Nov 2009 15:08:06 +0000 (16:08 +0100)]
add sandbox and silence actions
Evan Prodromou [Mon, 16 Nov 2009 15:06:52 +0000 (16:06 +0100)]
change uses of User_role to Profile_role
Evan Prodromou [Mon, 16 Nov 2009 15:05:22 +0000 (16:05 +0100)]
fix exe flag after createTable
Evan Prodromou [Mon, 16 Nov 2009 15:04:51 +0000 (16:04 +0100)]
remove User_role class
Evan Prodromou [Mon, 16 Nov 2009 15:02:47 +0000 (16:02 +0100)]
Rename user_role to profile_role
Renamed the user_role table to profile_role. Remote users can have a
role on the site; that 'role' may be negative (silenced or sandboxed).
Evan Prodromou [Mon, 16 Nov 2009 14:52:33 +0000 (15:52 +0100)]
move role functions to Profile class
Evan Prodromou [Mon, 16 Nov 2009 13:40:04 +0000 (14:40 +0100)]
make block actions use profileformaction superclass
Evan Prodromou [Mon, 16 Nov 2009 13:28:58 +0000 (14:28 +0100)]
common superclass for actions that operate on a profile and return
Craig Andrews [Mon, 16 Nov 2009 05:19:47 +0000 (00:19 -0500)]
Add "followers" and "following" commands
Craig Andrews [Mon, 16 Nov 2009 05:19:19 +0000 (00:19 -0500)]
getSubscribers and getSubscriptions were not handling the case where limit=null correctly
Sarven Capadisli [Sun, 15 Nov 2009 18:48:48 +0000 (19:48 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sun, 15 Nov 2009 15:00:29 +0000 (16:00 +0100)]
add forms for silence, sandbox, delete user
Evan Prodromou [Sun, 15 Nov 2009 14:59:10 +0000 (15:59 +0100)]
define rights around how to silence, sandbox, and delete a user
Evan Prodromou [Sun, 15 Nov 2009 14:57:59 +0000 (15:57 +0100)]
unblockform uses profileactionform
Evan Prodromou [Sun, 15 Nov 2009 14:57:52 +0000 (15:57 +0100)]
blockform uses profileactionform
Evan Prodromou [Sun, 15 Nov 2009 14:57:37 +0000 (15:57 +0100)]
common superclass for forms that operate on a profile
Siebrand Mazeland [Sat, 14 Nov 2009 21:12:44 +0000 (22:12 +0100)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Sat, 14 Nov 2009 21:12:25 +0000 (22:12 +0100)]
Localisation updates from translatewiki.net
Brion Vibber [Sat, 14 Nov 2009 21:10:47 +0000 (13:10 -0800)]
Fix regression from
9f372da3da4bd445175eda9155fa7fdd13d3c85e : typo in refactoring caused fatal error on unrecognized message source
Evan Prodromou [Sat, 14 Nov 2009 16:38:10 +0000 (17:38 +0100)]
Revert "Ask users if they wish to send statistics to SNI, default is off."
This reverts commit
7efea1115f45b8880fe3161cc32b09510ddd2264 .
Conflicts:
install.php
Evan Prodromou [Sat, 14 Nov 2009 16:14:35 +0000 (17:14 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sat, 14 Nov 2009 10:57:27 +0000 (11:57 +0100)]
Removed list style from .xoxo
brenda [Sat, 14 Nov 2009 03:52:39 +0000 (16:52 +1300)]
don't offer install.php on check-fancy requests
this time, E_STRICT compliant
brenda [Sat, 14 Nov 2009 03:34:36 +0000 (16:34 +1300)]
postgresl update script now working in postgres
Brion Vibber [Fri, 13 Nov 2009 23:36:14 +0000 (15:36 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 13 Nov 2009 23:34:15 +0000 (15:34 -0800)]
Fix regression in OpenID autosubmit page.
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
Craig Andrews [Fri, 13 Nov 2009 22:56:14 +0000 (17:56 -0500)]
Fix to work with csarven's changes to util.js
Craig Andrews [Wed, 11 Nov 2009 20:38:28 +0000 (15:38 -0500)]
Resetup the ajaxification for replies and favors after inf. scrolling
Made the selector much more specific, so it only works on pages that have notices
Sarven Capadisli [Fri, 13 Nov 2009 20:57:59 +0000 (20:57 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Fri, 13 Nov 2009 20:56:55 +0000 (20:56 +0000)]
Separated NoticeFavor and calling it from FormNoticeXHR success
Siebrand Mazeland [Fri, 13 Nov 2009 20:48:04 +0000 (21:48 +0100)]
Localisation updates from translatewiki.net (2009-11-13)
Sarven Capadisli [Fri, 13 Nov 2009 19:35:27 +0000 (19:35 +0000)]
Rearranged selectors for processing style
Craig Andrews [Fri, 13 Nov 2009 18:11:28 +0000 (13:11 -0500)]
Refactor User_username object creation to reuse code
Craig Andrews [Fri, 13 Nov 2009 17:54:27 +0000 (12:54 -0500)]
autoregister returns the new user on success (not just true)
Sarven Capadisli [Fri, 13 Nov 2009 13:21:16 +0000 (13:21 +0000)]
Added .processing styles for pagination
Sarven Capadisli [Fri, 13 Nov 2009 12:26:24 +0000 (12:26 +0000)]
Moved class="pagination" to child element and removed element
Sarven Capadisli [Fri, 13 Nov 2009 12:13:38 +0000 (12:13 +0000)]
Added hAtom for profile and group lists
Siebrand Mazeland [Fri, 13 Nov 2009 10:28:54 +0000 (11:28 +0100)]
Fix typo (!. -> !)
Craig Andrews [Fri, 13 Nov 2009 01:15:10 +0000 (20:15 -0500)]
blasted, that should not be there
Craig Andrews [Fri, 13 Nov 2009 01:12:00 +0000 (20:12 -0500)]
Added a User_username table that links the external username with a StatusNet user_id
Added EmailAuthenticationPlugin
Added ReverseUsernameAuthenticationPlugin
Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname
User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
Craig Andrews [Thu, 12 Nov 2009 15:38:45 +0000 (10:38 -0500)]
Also delete the OpenID provider data when a user is deleted
Siebrand Mazeland [Thu, 12 Nov 2009 21:58:28 +0000 (22:58 +0100)]
Localisation updates from translatewiki.net (2009-11-12)
Ciaran Gultnieks [Thu, 12 Nov 2009 20:57:09 +0000 (20:57 +0000)]
A further change to the XRDS is required if 0.9.x is to be able to remote sub to a 0.8.x account, with the OpenID plugin enabled.
Brion Vibber [Thu, 12 Nov 2009 19:08:43 +0000 (11:08 -0800)]
Fix index on notice for efficient querying of notice(s) by order for a profile.
Should resolve performance problem with Profile::getCurrentNotice()
Brion Vibber [Thu, 12 Nov 2009 17:02:00 +0000 (09:02 -0800)]
Fix for bug 1974: drop unnecessary define_syslog_variables() call from common.php
The call was moved to this spot in commit
3ea1119e500c23ee918569e2a58cc5abaa1d8a5a (previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call.
The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now.
Ciaran Gultnieks [Thu, 12 Nov 2009 14:46:16 +0000 (14:46 +0000)]
Some more XRDS fixes. With this and the previous commit, remote subs seem to work. Otherwise they don't.
Ciaran Gultnieks [Thu, 12 Nov 2009 14:21:47 +0000 (14:21 +0000)]
Wrong XRDS service type for OMB was being supplied. Wrong since commit
54696f7c I think
Ciaran Gultnieks [Thu, 12 Nov 2009 10:08:01 +0000 (10:08 +0000)]
Badly formatted message in en_GB translation resulted in '%s and friends' being displayed
Ciaran Gultnieks [Thu, 12 Nov 2009 09:18:15 +0000 (09:18 +0000)]
Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it.
Eric Helgeson [Wed, 11 Nov 2009 23:50:23 +0000 (18:50 -0500)]
Forgot closing tag...
Eric Helgeson [Wed, 11 Nov 2009 23:45:21 +0000 (18:45 -0500)]
Ask users if they wish to send statistics to SNI, default is off.
Users may not know about this setting and are unaware they are sending stats.
This allows them to make that decision.
Craig Andrews [Wed, 11 Nov 2009 23:03:07 +0000 (18:03 -0500)]
Add the [noticeid] to the end of text only jabber messages
Craig Andrews [Wed, 11 Nov 2009 23:00:58 +0000 (18:00 -0500)]
Remove alt text on avatar url (so pidgin doesn't show it)
surround notice_id with [], looks nicer
Craig Andrews [Wed, 11 Nov 2009 22:09:00 +0000 (17:09 -0500)]
initialize these variables before use to prevent warnings
Craig Andrews [Wed, 11 Nov 2009 22:05:24 +0000 (17:05 -0500)]
Do not show the URL shortener selection drop down if no shorteners are available
Craig Andrews [Wed, 11 Nov 2009 21:51:10 +0000 (16:51 -0500)]
Remove registerUrlShortener() (no longer used)
CiaranG [Wed, 11 Nov 2009 20:31:58 +0000 (20:31 +0000)]
CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other
Craig Andrews [Wed, 11 Nov 2009 20:08:17 +0000 (15:08 -0500)]
Don't use common_config anymore
Craig Andrews [Wed, 11 Nov 2009 19:04:32 +0000 (14:04 -0500)]
Correct stupid spelling errors