On July 30th it was announced that I was stepping down from the project lead of ChiliProject and that Holger Just will be taking over. I wanted to give some details as to why. Back to January 2012 In the first months of 2012 I took some time off to take care of some health …
Tag: oss
Redmine Theme – Basic Themes – Images and JavaScript
When I last wrote about Redmine themes I showed how to customize the basic styles by overriding the CSS. Basic themes also support a few other features in addition to CSS. Images Most themes will use images as part of the design. This is pretty easy to do because the entire theme is located in …
Changes to my Open Source Projects
One of the changes I’m making this year is to focus more on the parts of my life that matter the most to me and to ignore the parts that don’t matter as much. One of the areas of a lot of stress for me has been my obligation to my open source plugins for …
ChiliProject and Redmine Plugin Documentation
I’ve been creating Redmine and ChiliProject plugins since 2007 and over that time I’ve been refining the documentation I include in each and every plugin. Documentation is tough. You need to provide enough documentation so someone can install and use your plugins (legally) but keep it short enough so that people will actually read it. …
Capistrano For ChiliProject
Johan Bruning asked me to share the capistrano configuration I’m using for ChiliProject. This is the exact version I’m using to deploy Little Stream Software’s ChiliProject. Download this file require "bundler/capistrano" set :application, "chiliproject" set :repository, "git@projects.littlestreamsoftware.app.git" set :scm, :git set :git_enable_submodules,1 # fast_remote_cache is better but requires a plugin set :deploy_via, :remote_cache …