Wednesday, September 22, 2010

Feature of the Week: 'Socializer'

Today we released BibSonomy 2.0.9 containing mainly bug fixes and some more visibility for BibSonomy's social features:

  • We restructured the navigation links to the inbox, the basket, and the edit tags page. They are now not in one line at the top right corner of the header but in two lines. We are thinking of a larger restructuring of the navigation, but this needs some time.
  • We fixed an annoying bug: if you set your profile visible for friends only, you could not see your uploaded photo.
  • We added JSON support to our REST-API. This is experimental, not documented, and subject to change. If you want to try it: add an "Accept: application/json" header to your requests (e.g. this query) and you get JSON (in roughly the same format as the XML). Similarly, you can upload JSON using the "Content-Type" header.

The biggest change you will probably notice are the new buttons in the header and in the sidebar. On every user page (i.e., /user/USERNAME) you can now see the user's real name and a link to his or her CV - if both are visible to you. I.e., either the user's profile is public or visible for friends and you are his or her friend. For example, if I visit the page of my colleague Andreas Hotho, I get the following header:


Furthermore, in the sidebar the new socializer allows you to easily add a user as your friend, follow him, or get a personalized view of his posts.


The stars in the friends and follow buttons indicate, if you have added the corresponding user to your friend or follower list. In the example above, the user is my friend but I'm not following him.

As always, parts of the source code are available in our maven repository.

Feel free to test the new features and give us feedback!

Popular Posts