Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With Roller 5, when you upload files you can add title information, tags and Roller will automatically generate a thumbnail for your image.

Below you can see the new media file upload page and the metadata you can now specify per upload:

Image Removed

Below you can see the new media file management page, showing a thumbnail for each media file:

...

Code Block
# roller-custom.properties
weblog.absoluteurl.photophys=http://photophys.com
weblog.absoluteurl.alex=http://greenimp.me
weblog.absoluteurl.linus=http://linusjohnson.com

For more information:

...

Open ID support

With Roller 5 it is possible to allow uses to authenticate with OpenID credentials. You can setup your Roller system to allow only OpenID logins or to allow your users to login by username and password or via OpenID. Below is a screenshot that shows what the login page looks like when both username/password and OpenID logins are allowed:

Image Added

This new feature was added by Tatyana Tokareva for a 2008 Google Summer of Gode project and was implemnented using Spring security's built in support for OpenID.Below is a screenshot that shows what the login page looks like when both username/password and OpenID logins are allowed:

Image Removed

For more information:
* http://cwiki.apache.org/confluence/display/ROLLER/Proposal+OpenID+Support


OAuth for AtomPub

AtomPub authentication options now:
OAuth
WSSE
Basic

...

As part of the SocialSite project, an OAuth provider implementation was added to Roller. This OAuth provider is used to authenticate Roller's AtomPub web services interface. In Roller, there are now three options for AtomPub authentication:

  • oauth - OAuth 1.0 authentication
  • basic - HTTP Basic Authentication
  • wsse (hasn't been tested recently)

If you specificy OAuth then you will find a new page in the Roller Main Menu area that shows you the three OAuth URLs and your consumer keys/secrets.

Improvements in code base

In addition to the new features above the Roller code base has been completely reorganized.