== 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 config 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 workflow to add new backlog * Changed startup workflow 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 workflow * Fixed typos in stylesheet * 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 workflow * Added task list to backlog edit view == 0.2.1 2007-07-31 * Improved workflow * Added more shortcut links == 0.2.0 2007-07-31 * Improved workflow == 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)