Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | Need to check the Profile rather than the User. | Zach Copley | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when ↵ | Brion Vibber | |
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. | |||
2009-11-16 | Cleanup for bug 1813: workaround sometimes-missing dl() in PHP 5.3 by ↵ | Brion Vibber | |
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. | |||
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion Vibber | |
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. :( | |||
2009-11-16 | Do proper translations for plurals | Craig Andrews | |
2009-11-16 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | Consistant error for groups that dont exist in API | Eric Helgeson | |
2009-11-16 | +x deleteuser.php | Eric Helgeson | |
2009-11-16 | Localisation updates from !translatewiki !StatusNet | Siebrand Mazeland | |
2009-11-16 | disallow email on faves from sandboxed users | Evan Prodromou | |
2009-11-16 | prevent email notification on replies by sandboxed users | Evan Prodromou | |
2009-11-16 | block subscribes by silenced users | Evan Prodromou | |
2009-11-16 | silently skip email for subs from sandboxed user | Evan Prodromou | |
2009-11-16 | silenced users can't send direct messages | Evan Prodromou | |
2009-11-16 | more rights denied to silenced and sandboxed | Evan Prodromou | |
2009-11-16 | don't allow sandboxed users to post public notices | Evan Prodromou | |
2009-11-16 | Move rights check to profile and add right for new notices | Evan Prodromou | |
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. | |||
2009-11-16 | try to return to the correct page from FlagProfileForm | Evan Prodromou | |
2009-11-16 | make profile flag actions work like other profile actions | Evan Prodromou | |
2009-11-16 | use return-to method for adminprofileflag | Evan Prodromou | |
2009-11-16 | use return-to method for UserProfile widget | Evan Prodromou | |
2009-11-16 | getting arguments for return-to processing | Evan Prodromou | |
2009-11-16 | Refactored Recaptcha plugin to use addPlugin() | Eric Helgeson | |
Also nicer log messages | |||
2009-11-16 | start showing actions for flagged profiles | Evan Prodromou | |
2009-11-16 | Added a "groups" command | Craig Andrews | |
2009-11-16 | getGroups was not handling the case where limit=null correctly | Craig Andrews | |
2009-11-16 | Changed to StatusNet consistent terminology | Craig Andrews | |
2009-11-16 | Bump to version 1.0.0 | Craig Andrews | |
2009-11-16 | add routes for silence, sandbox, delete user | Evan Prodromou | |
2009-11-16 | correct constructor for DeleteUserForm | Evan Prodromou | |
2009-11-16 | give UnsilenceForm correct superclass | Evan Prodromou | |
2009-11-16 | give UnsandboxForm correct superclass | Evan Prodromou | |
2009-11-16 | give SilenceForm proper superclass | Evan Prodromou | |
2009-11-16 | DeleteUserAction | Evan Prodromou | |
2009-11-16 | make block action use ProfileFormAction superclass | Evan Prodromou | |
2009-11-16 | add sandbox and silence actions | Evan Prodromou | |
2009-11-16 | change uses of User_role to Profile_role | Evan Prodromou | |
2009-11-16 | fix exe flag after createTable | Evan Prodromou | |
2009-11-16 | remove User_role class | Evan Prodromou | |
2009-11-16 | Rename user_role to profile_role | Evan Prodromou | |
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). | |||
2009-11-16 | move role functions to Profile class | Evan Prodromou | |
2009-11-16 | make block actions use profileformaction superclass | Evan Prodromou | |
2009-11-16 | common superclass for actions that operate on a profile and return | Evan Prodromou | |
2009-11-16 | Add "followers" and "following" commands | Craig Andrews | |
2009-11-16 | getSubscribers and getSubscriptions were not handling the case where ↵ | Craig Andrews | |
limit=null correctly | |||
2009-11-15 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-15 | add forms for silence, sandbox, delete user | Evan Prodromou | |
2009-11-15 | define rights around how to silence, sandbox, and delete a user | Evan Prodromou | |