On Tue, 2005-11-29 at 08:00, Dave Johnson wrote: > Wow. Lots of activity in Subversion and progress on Roller 2.1 > yesterday: > > * Allen and Matt committed code to replace Container Managed > Authentication with Acegi. > Looks good. I guess we need to adjust the installation docs too. > Roller now includes spring.jar. Hmm... > > * Allen committed a rewrite of our caching system > Also looks really good. Much better abstractions. > Did we lose the ability to get hit/miss stats?
You can get that info via DEBUG level logging on any of the current caches. In my log4j config I have this ... log4j.category.org.roller.presentation.filters.IfModifiedFeedCacheFilter=DEBUG log4j.category.org.roller.presentation.filters.WeblogPageCacheFilter=DEBUG log4j.category.org.roller.presentation.filters.MainPageCacheFilter=DEBUG log4j.category.org.roller.presentation.filters.FeedCacheFilter=DEBUG I also have a very make-shift version of a cache info page which can be viewed via the roller admin UI, but I haven't checked it in because it's pretty lame right now. I can polish it up a bit and commit it, but I fully expect that at some point in the future it would need to be redone using a more complete instrumentation mechanism like JMX. But for now, I suppose something is better than nothing. -- Allen > > * Dave committed comment moderation/management > Still needs some UI tweaks. > Watch out for the schema changes (a couple of new columns) > > * Dave committed blacklist management > We now use blacklist + ignore words (with regex) to check > comments/trackbacks. > Also needs some UI tweaks and more testing. > > I did a build last night and everything seems to be working. I'm hoping > to wrap up the comment and blacklist stuff by tomorrow afternoon. > > - Dave > > > PS. for more info on Roller 2.1: > http://rollerweblogger.org/wiki/Wiki.jsp? > page=Proposal_Roller_2.1_Release >
