Redmine Timesheet plugin

I’m happy to announce I am releasing my first Redmine plugin, Redmine Timesheet. I’m releasing it under the GNU GPL v2 Purpose This is a plugin to show timelogs across all projects in a Redmine install. I use it for: How long did I work today? (timelogs for today) How much of my time is …

Read more

Interesting Links #1

I’ve been reading up a lot on different ways to manage code using SCM systems because my current ones take way to long to do anything advanced. How to use Piston to ease your upgrades – Piston looks like an easy way to work with upstream svn repositories. Currently, I do a huge hack of …

Read more

New blog sections and feeds

In order to organize my articles, I split my blog into four sections now: Home – all articles from Business and Tech Business – articles about running my business and freelancing Tech – articles about technology and software development Link Blog – posts with links to content I come across that I found interesting and …

Read more

Progress Review – December 2007

December Goals and Actions Even with the holidays I was able to hit all my goals with some adjustments. $4,000 in revenue Wrapping up my current projects was just enough for me to hit my revenue goal. Complete planning on my redesign After starting, I found I needed to define my market better so this …

Read more

Subversion blame

While reading about git I found a feature of Subversion that I never used. It’s called svn blame and will show each line of a file with information about who last changed that line and in what revision. Running svn blame vendor/plugins/project_scores_plugin/init.rb for one of my Redmine plugins shows this: 2 edavis # Redmine sample …

Read more