As your Redmine grows you will find yourself spending more time searching for information. Today’s tip is about the search feature and will help you save a few seconds each time you use it. The search field in Redmine has what is called an access key. Access keys are triggered using keyboard shortcuts in your …
Tag: redmine
Open Source Friday #1 – acts_as_journalized – 2011/05/06
Last Friday was my first Open Source Friday. I’ve started to reserve a full day each week in order to work on my various Open Source projects like ChiliProject and my ChiliProject plugins. This time I focused on ChiliProject and getting it ready for our big 2.0.0 release. We’ve had a lot of code submissions …
ChiliProject Invoice plugin – first release, v0.1.0
I’m happy to finally release the first public version of my Invoice plugin for ChiliProject. This plugin can be used to create and manage invoices for customers using ChiliProject’s time entries. While this is the first public release, I’ve been using this code at Little Stream Software for all of my invoices since 2008. Features …
Redmine Rate 0.2.1 Released
A bug fix update to my Redmine Rate plugin has just been released. It includes an important bug fix for the caching system. This version requires at least Redmine 1.0.0 and is compatible with Redmine 1.0.x, 1.1.0, 1.1.1, and ChiliProject 1.x. Changes Bug #5793 Cost cache not getting cleared when Time Entry attributes change Download …
Preventing an ActionController::Session::CookieStore::CookieOverflow Error
One of my clients is a heavy user of my Redmine Timesheet plugin and they reported some strange 500 errors to me today. After digging through their logs I saw the plugin was throwing an ActionController::Session::CookieStore::CookieOverflow error. This means that more than 4K of data is being stored into a cookie, which is invalid. For …