Hi guys. During my work to migrate cleanly to Roller 2.x, I've come across an interesting problem. I'm currently trying to use the custom directory to prevent myself from changing core files. The problem is that I need to change IndexOperation to not index comments (causes indexing to slag the machine when rebuilding the index). Would it be possible to have another roller property for optionally indexing comments? It seems like a trivial change and helps performance for large sites. It would also keep me from having to change a core class :)
Another proposal I have is to add in user-agent checking to RefererFilter. We do this at JROller to exclude google and other spiders from the dayhits (when google hits you 80k times a day, its definitely needed). I have a small patch for this if you guys would like to add it to the core. Alternatively, is there a way I can override RefererFilter with my own version without causing duplicate class errors? Perhaps a way to remove it from the generated filter list and replace it with my own? All without tweaking the core code? :) Thanks, Matt -----Original Message----- From: Anil Gangolli [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 11:08 AM To: [email protected] Subject: localization guide and question I'm adding a localization guide to the wiki. In documenting current Roller i18n support, it appears that we use the server JVM's default locale rather than the user browser's locale for selection of the resources in all of the JSP-based views. Is this intended? Is it a regression? or have I got it wrong? --a.
