Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Fixed Flagged for review view | Sarven Capadisli | |
2009-11-08 | Fixed alignment for entity action anchors and responses | Sarven Capadisli | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion Vibber | |
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time. | |||
2009-11-07 | fixup key definition for User_flag_profile | Evan Prodromou | |
2009-11-07 | fixup database interface and correct the flagged notice | Evan Prodromou | |
2009-11-07 | make sure FlagprofileAction without Profile_flag | Evan Prodromou | |
2009-11-07 | make sure UserFlagPlugin works without Profile_flag | Evan Prodromou | |
2009-11-07 | Simply flag a profile for review | Evan Prodromou | |
Instead of trying to have lots of different flags on different objects, cut to the core of this functionality: flag a profile for moderator review. | |||
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-05 | Fixed autocomplete returning bogus results | Craig Andrews | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Store the canonical forms of the email address and nickname | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-05 | Made the ldap plugin work, and add a readme | Craig Andrews | |
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-04 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-03 | Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵ | Craig Andrews | |
requires credentials to shorten URLs now, and we presently have no way to provide them. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-11-01 | insert profile flags more or less correctly | Evan Prodromou | |
2009-11-01 | move action files to the right place | Evan Prodromou | |
2009-11-01 | show profile flag form when showing profile list or profile page | Evan Prodromou | |
2009-11-01 | profile flag form | Evan Prodromou | |
2009-11-01 | add data definitions to user flag classes | Evan Prodromou | |
2009-11-01 | update autogenerated data objects to match our classes | Evan Prodromou | |
2009-11-01 | remove exe flags on UserFlag data objects | Evan Prodromou | |
2009-11-01 | autogenerated files for UserFlag data objects | Evan Prodromou | |
2009-11-01 | make sure tables are created correctly | Evan Prodromou | |
2009-11-01 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-10-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |
2009-10-30 | made openidserver a login action so it can be seen when the site is in ↵ | Craig Andrews | |
"private" mode | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-30 | Fixed PubSubHubBub plugin to reflect new api | Craig Andrews | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-29 | use addPlugin() in the README setup example | Brion Vibber | |
2009-10-29 | make an URL for a geonames location | Evan Prodromou | |
2009-10-29 | Warning cleanup: drop reference on router parameter to RouterInitialized ↵ | Brion Vibber | |
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings. | |||
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-28 | correctly output public XRDS <meta> | Evan Prodromou | |
2009-10-27 | Specify the number of cols for the Facebook app's multi-friend inviter | Zach Copley | |
widget so it fits better into Facebook's new layout. | |||
2009-10-27 | Forgot to move the facebookapp.css file into the new Facebook plugin | Zach Copley | |
2009-10-26 | Make email domain checking optional, as some statusnet installations (such ↵ | Craig Andrews | |
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail. |