July 2009 Archives

Synchronizes bug tracking systems to omnifocus.

Changes:

1.2.0 / 2009-07-30

  • 3 minor enhancements:

    • Added omnifocus_new so I can create tasks via shell. yay!
    • Cleaned up a fair amount of appscript calls, mostly negated by changes for OF's model.
    • Figured out the necessary appscript to navigate OmniFocus' byzantine hierarchical object model.
    • adding methods: all_{tasks,folders,projects}
  • http://rubyforge.org/projects/seattlerb

Plugin for omnifocus gem to provide github BTS synchronization.

Changes:

1.0.0 / 2009-07-28

Plugin for omnifocus gem to provide rubyforge BTS synchronization.

Changes:

1.1.0 / 2009-07-28

Synchronizes bug tracking systems to omnifocus.

Changes:

1.1.0 / 2009-07-28

  • 3 minor enhancements:

    • Changed bts_id to match /SYSTEM(-project)?#id/ to work with PITA BTSen.
    • Debug mode prints pseudo-actions as well as dumping its knowledge db.
    • run method now extends with plugins before hitting the backend.
  • 1 bug fix:

    • Fixed load_plugins from loading both gem and local plugins.
  • http://rubyforge.org/projects/seattlerb

Plugin for omnifocus gem to provide rubyforge BTS synchronization.

Changes:

1.0.0 / 2009-07-26

Synchronizes bug tracking systems to omnifocus.

Changes:

1.0.0 / 2009-07-26

A script which automates a limited set of rubyforge operations.

  • Run 'rubyforge help' for complete usage.
  • Setup: For first time users AND upgrades to 0.4.0:
    • rubyforge setup (deletes your username and password, so run sparingly!)
    • edit ~/.rubyforge/user-config.yml
    • rubyforge config
  • For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.
  • Don't forget to login! logging in will store a cookie in your .rubyforge directory which expires after a time. always run the login command before any operation that requires authentication, such as uploading a package.

Changes:

1.0.4 / 2009-07-21

__DIR_DIR_DUR__

| | Comments (5)

Something I'll never understand...

require File.expand_path(File.dirname(__FILE__) + "/../config/environment")

vs

require 'config/environment'

The choice seems obvious to me.

About this Archive

This page is an archive of entries from July 2009 listed from newest to oldest.

June 2009 is the previous archive.

August 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en