Skip to content

Latest commit

 

History

History
284 lines (243 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

284 lines (243 loc) · 11.6 KB

0.6.0 - Not released Yet

  • Add turbolinks
  • Save back url when user login
  • Add tags and category_id for redmine

By @darkleaf

0.5.0 - Not released Yet

  • Upgrade to rails 4.1.1
  • Add ransack
  • Add authority(ACL)
  • Counter cache by counter_culture gem
  • Gem decent_exposure is removed
  • Big refactoring for controllers: added inheritance hierarchy
  • Apps sorting made by ActiveRecord in AppsController
  • Fix some N+1 problems
  • Move commits from errbit/errbit. Last commit at Apr 23, 2014
  • Add user registration

By @darkleaf

0.4.0 - Not released Yet

Improvements

Bug Fixes

  • Fix mistake in link_to_copy_attributes_from_other_app helper. (@darkleaf)

0.3.0 - Not released Yet

Improvements

Bug Fixes

0.2.1 - Not released Yet

Improvements

  • #552 Limite size of asset on errbit (@tscolari)
  • #562 See the version number of errbit on footer (@nashby)
  • [#555][] Avoid same group by same error if other line of backtrace instead of first change (@shingara)

Bug Fixes

  • #558 Avoid failure if you remote bitbucket_rest_api gem (@shingara)
  • [#559][] Fix some issue on the migration with old database (@shingara)

0.2.0 - 2013-09-11

Improvements

Bug Fixes

  • #343 Fix the ical generation. (@shingara)
  • #503 Fix issue on where the service_url choose never use. (@nfedyashev)
  • #506 Fix issue on bitbucket issue tracker creation failed. (@Gonzih)
  • #514 Add CDATA in xml return by Javascript. (@mildavw)
  • #517 Javascript escape path from javascript Notifier. (@roryf)
  • [#518][] Fix issue when you try launch task errbit:db:update_update_problem_attrs. (@shingara)
  • #526 Fix issue of pagination after search. (@shingara)
  • #528 Fix issue of action after search. (@shingara)

0.1.0 - 2013-05-29

Improvements

  • #474 Improve message when access denied. (@chadcf)
  • #468 Launch a repairDatabase in MongoDB database after launching the clear_resolved task. (@shingara)
  • Update gem of Mongoid to 2.7.1
  • Update gem of Mongo to 1.8.5
  • #457 Add task information about db:seed in Readme. (@mildavw)
  • Add support of Ruby 2.0.0
  • #475 Return a HTTP 422 status code when you try push notice with bad api key. (@shingara)
  • Return a 400 http status when you try put a notice without args. (@shingara)
  • #486 Add confirms box when you do massive action. (@manuelmeurer)
  • #487 Add specific template to redmine notification with less useless data. (@tvdeyen)

Bug fixes

  • #469 Fix issue about the documentation of new heroku addons usage. (@adamjt)
  • #455 Avoid raising exception if you comment an exception and no other user are define to received this comment. (@alvarobp)
  • #453 Fix ruby 2.0.0 incompatibilities with gem (@SamSaffron)
  • #476 Fix javascript notifier issue with IE8 (@sdepold)
  • #466 Fix not see problem if octokit gem not define (@tamaloa)
  • #460 Fix issue when you try see user with gravatar activate but no email define to this user (@ivanyv)
  • #478 Fix issue about calculation of statisque of problem after merge (@shingara)