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 …
Tag: ChiliProject
ChiliProject Theme – First Take
I spent most of the morning working on the theme for ChiliProject 3.0.0. I was able to convert the Shane and Peter theme to an actual CSS theme and started working on the default theme for ChiliProject. This is still very rough; I’m not good at color choices and I was trying to make sure …
Major Security Releases for ChiliProject
I wanted to post a quick update here in case someone isn’t subscribed to the ChiliProject Blog. A few minutes ago I released two security releases for ChiliProject, 1.5.2 and 2.1.1. These fix many major XSS bugs we discovered while doing a security audit of the code base. I think somewhere around 94 potential XSS …
New Design For ChiliProject
Today I was able to finish porting over most of the custom Shane & Peter theme to ChiliProject. This theme will become the default for ChiliProject 3.0.0 and make it a lot easier to change the user interface to bring it into Web 2.0 (and maybe Web 3.0 later on). I’ve included screenshots of how …
Questions about building Redmine or ChiliProject plugins?
I want to start writing down what I know about building plugins for Redmine and ChiliProject but I’ve been doing it for so long that I don’t remember what stupid mistakes I made while learning. So I want to “ask the audience”. What questions do you have or have you had when building plugins for …