Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-10 | add geo output to statuses in json, xml, atom, rss in API | Evan Prodromou | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou | |
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead. | |||
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 | use upper-case constants for roles and rights in hasRight() | Evan Prodromou | |
2009-11-07 | add constants for user roles | Evan Prodromou | |
2009-11-07 | don't distribute group notices to inboxes for users who've blocked the author | Evan Prodromou | |
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | allowed_nickname blocks top level url router names | Craig Andrews | |
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 | Revert "Blacklist all files and directories in the web root (INSTALLDIR). ↵ | Evan Prodromou | |
Much more elegant than manually keep tracking of these invalid usernames." This reverts commit 15f9c80c28042a5f9d51ec8444e3c9c475360481. So, so, elegant! And so, so, incorrect! We can't have a user named 'notice' because that would interfere with URLs like /notice/1234. However, there is no file named 'notice' in the Web root. If there were a way to automatically pull out the virtual paths in the root dir, this may make sense. Until then, we keep track here. | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-30 | Removed reference to 'api' action which no longer exists since api refactor | Craig Andrews | |
2009-10-29 | get location from a Profile | Evan Prodromou | |
2009-10-29 | get location from a Notice | Evan Prodromou | |
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-28 | save replies in the inbox | Evan Prodromou | |
2009-10-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-28 | replace some boolean-evaluations with calls to empty() | Evan Prodromou | |
2009-10-27 | Enable welcome bot to broadcast it's notices | Carlos Perilla | |
2009-10-24 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-23 | update location while saving new profile | Evan Prodromou | |
2009-10-23 | update location while registering | Evan Prodromou | |
2009-10-23 | Merge commit 'refs/merge-requests/1815' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-10-21 | flip x flag on generated files | Evan Prodromou | |
2009-10-21 | statusnet.ini update | Evan Prodromou | |
2009-10-21 | new data structures for location | Evan Prodromou | |
2009-10-16 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-15 | Added support for profile designs to the twitter API | Trever Fischer | |
2009-10-14 | Make queuing and daemons work via events | Zach Copley | |
2009-10-13 | remove inboxes option | Evan Prodromou | |
2009-10-11 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php | |||
2009-10-09 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
2009-10-09 | don't write session if it's unchanged | Evan Prodromou | |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-03 | reformat Notice.php | Evan Prodromou | |
2009-10-04 | added all them doxygens | Brenda Wallace | |
2009-10-02 | copy-and-paste typo in profile deletion | Evan Prodromou | |
2009-10-02 | also delete blocks | Evan Prodromou | |
2009-10-02 | Merge branch '0.8.x' into deleteuser | Evan Prodromou | |