== 0.7.10 2007-08-27 * 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 * Fixed date limits for new periods * Fixed display of position in period edit view * Added link to current user in top of layout * Added display of periods to user view * Adjusted the legend in the burn down graphs == 0.7.2 2007-08-17 * Fixed bugs in task reordering links * Switched default language to English * Fixed English mailer views == 0.7.1 2007-08-14 * Added author and email to the gem to avoid false listing in Hoe Down! http://seattlerb.rubyforge.org/hoedown.html * This in response to bug 13054 http://rubyforge.org/tracker/index.php?func=detail&aid=13054&group_id=3829&atid=14750 * Added localized text for weekly work sheet == 0.7.0 2007-08-14 * Back in business after halting to avoid spamming people. * Fixed work flow when moving task to other period using drag&drop in side bar * Fixed bug in moving tasks to other periods * Optimized slightly by omitting generating layout data for no_layout action * Added more validation of "position" fields * Added completed tasks to backlog edit view * Removed unique index for periods(party_id, position) since it broke list updates in PostgreSQL * Added better assertion of position sequences in tests == 0.6.6 2007-08-07 * Improved task lists in backlog edit view. == 0.6.5 2007-08-07 * Fixed authentication error for burn down chart == 0.6.4 2007-08-07 * Improved viewing of active period for group. == 0.6.3 2007-08-07 * Fixed wrong start date in burn down chart == 0.6.2 2007-08-07 * Added link to the active period of a party == 0.6.1 2007-08-07 * Improved design for daily work sheet == 0.6.0 2007-08-07 * Added backlog list view == 0.5.10 2007-08-06 * Made burn down graph show progress made on the first day == 0.5.9 2007-08-06 * Aligned burn down graphs to even numbers == 0.5.8 2007-08-06 * Fixed bug in daily_work_sheet == 0.5.7 2007-08-06 * Fixed bug when linking from a task after drag-and-drop reordering. == 0.5.6 2007-08-06 * Improved the list of started tasks == 0.5.5 2007-08-06 * Fixed bug in link helper that resulted in some GET buttons became POST buttons. == 0.5.4 2007-08-06 * Changed control script restart to completely stop and start the application * Renamed old restart to reload == 0.5.3 2007-08-06 * Dates in weekly work sheet view == 0.5.2 2007-08-06 * Added previous/next week arrows in weekly work sheet view == 0.5.1 2007-08-06 * Improved backlog edit task list == 0.5.0 2007-08-06 * Changed first time work flow to add new backlog * Changed startup work flow to show most urgent period for the current user * Now display version in the header. == 0.4.0 2007-08-06 * Added tasks to backlog edit view * Started simplifying task ordering. Now ordering simply has period_id as scope. * Improved and fixed bugs in work flow * Fixed typos in style sheet * KNOWN BUG: Ordering for tasks in backlog does not work properly == 0.3.9 2007-08-03 * Fixed bug in moving task between periods == 0.3.8 2007-08-03 * Fixed bug in setup script == 0.3.7 2007-08-03 * Made setup more robust * Moved PID file from log dir to /var/run to make updates smoother == 0.3.6 2007-08-03 * Added configuration to allow running on other port number than 3000 This port number is stored in /etc/backup.conf and survives updates == 0.3.5 2007-08-03 * Fixed bugs around task positioning and validation * Made atomic gem publishing with version only written in History.txt == 0.3.4 2007-08-03 * Fixed bugs around task positioning and validation * Fixed bugs in task view == 0.3.3 2007-08-03 * Made validation of tasks position tighter * Fixed bugs in task positioning :) == 0.3.2 2007-08-02 * Improved setup on linux == 0.3.1 2007-08-02 * Improved setup on linux == 0.3.0 2007-08-02 * Improved work flow * Added task list to backlog edit view == 0.2.1 2007-07-31 * Improved work flow * Added more shortcut links == 0.2.0 2007-07-31 * Improved work flow == 0.1.2 2007-07-29 * Improved gem generation * Fixed bugs in user registration and initial setup == 0.1.1 2007-07-29 * Improved gem generation * Fixed bugs in user registration and initial setup == 0.1.0 2007-07-29 * First party (user/group) centric release. * Released gem, but still requires external database. == 0.0.4 2007-07-06 * Last backlog centric release. Next release will be user/group centric * Released gem, but still requires external database. == 0.0.0 2007-06-14 * First release on RubyForge * Now running at backlog.kubosch.no and datek.no (internal)