Changed gem description and changes in the Rakefile to generate better news
posting.
Added "Todo" header to task fields header.
Fixed Hoe Rakefile rsync arguments to ignore the wiki files located on the
RubyForge web server.
Fixed bug in updating an unplanned task.
Fixed bug in specifying a task.
Fixed wrong link in search results for tasks.
0.7.11 2007-08-31
Removed link to "list work" view in the "started tasks"
view since neither backlog nor sprint are in fokus.
Fixed bugs when updating a task to be unplanned.
Fixed bug for tasks with estimates shown in backlog edit view.
0.7.10 2007-08-29
Added projection to future sprints to aid planning.
Corrected spelling error in README.txt
Added link to RubyForge project page in README.txt
Localized search result page title
Tried to fix duplicate entries in RDoc.
Shortened headers in weekly work sheet to save space.
Fixed bug in weekly work sheet for work records for tasks outside a sprint.
Fixed bug in work form that prevented checking the "done" flag
when tracking start and stop times, but not estimates.
Added calendars as intended integration targets.
0.7.9 2007-08-26
Changed backlog management script to work on OSX. Thanks to Albert Davidson
Chou for helping me on this.
Made image links in the README.txt file only appear inline for thumbnails.
Fixed headers for completed tasks.
Restored Manifest.txt file since it is required by Hoe, even if it is not
used.
Fixed bug in list started tasks view.
Changed display of resolution of finished tasks from text to icon to save
space. The icons still have descriptive title.
Added Search of tasks and backlogs.
0.7.8 2007-08-25
Changed use of RMagick to be optional. Everything except the graphs should
work if rmagick is not installed. rmagick is still a dependency for the
gem, but you can force installation of the backlog gem without RMagick or
gruff with the —ignore-dependencies flag. You still need the postgres
gem.
Changed documentation to mention GraphicsMagic as an alternative to
ImageMagick
Added more documentation of the charts.
Added explanation on how to install Backlog without ImageMagick,
GraphicsMagick and RMagick.
Made change password view a bit prettier.
Added link to project home to top of layout.
0.7.7 2007-08-24
Added link to backlog from work record in weekly work sheet
Added ImageMagick and PostgreSQL as requirements in the GEM
Removed shortcuts from login and sign up views.
Removed link to backlog list of not logged in.
Localized some user messages.
Focus on login field in login view.
Changed "period" to "sprint" to follow the Scrum
vocabulary. Thinking of option to change this by installation/project.
0.7.6 2007-08-22
Changed Task edit view to use Ajax to
update the Period link to make it more
responsive when moving a task between periods.
Changed the LARGE chart size from 1440x900 to 1368x768 for display on our
large screen TV
Fixed bug for displaying burn down chart for groups that have no active
period.
Made 404 error page a bit bit nicer.
Added .png extension to burn down chart for period.
Added link to burn down charts to README.txt
Localized header for active period
0.7.5 2007-08-19
Changed gem to work on MacOSX
Added missing dependency to "postgres" gem
Made the code inline in the gem rdoc
0.7.4 2007-08-18
Added missing dependency on gruff and rmagick
Added line in installation instructions to install ImageMagick before
installing Backlog
Removed the warning messages that appeared on install claiming not to find
README.txt
Added uniqueness constraint to backlog name.
Changed to use logger for debug messages to avoid filling the production
log with debug messages.
Started working on getting the daily work sheet working.
0.7.3 2007-08-17
Fixed bug in estimate creation
Added cruisecontrol.rb configuration file
Fixed mailing of password
Fixed find_by for class table inheritance subclasses