On Feb 2, 2006, at 1:00 AM, Elias Torres wrote:
I just wanted to let you know that the much awaited *preliminary*
tagging support in Roller (from IBM) has been checked in the tagging
branch Dave created.
Changes consist of the following:
- - Added new table to createdb.vm to store tagging information
- - Created new pojo and query results wrapper
- - Modified the WeblogManager interface to support tags
- - Implemented WeblogManager using a HibernateStrategy
- - Modified WeblogEditEntry Form to enter tags
- - Added new sidebar, tagcloud, etc to Main Page
I want to take the opportunity to give credit to Phay Tac Lau
(currently
an IBM intern), who did most of the original development for this
feature for our upcoming internal blogging release based on
Roller 2.0.
Let the discussion/development begin!
OK, I've got this up and running. Some quick first impressions...
- The code is good and follows our conventions
- Changes are isolated and don't change existing queries
- No new newsfeeds are added
- The new Tag Query (tags.do) page could use some work. It should
probably be a tab rather than status bar choice up there with the
Main Menu link.
On first glance, I don't see any reason this shouldn't go into trunk.
Are we happy with the data model?
- Dave