160 Commit (5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7)

Autore SHA1 Messaggio Data
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. 12 anni fa
  Jean-Philippe Lang 60b0a6c4b8 Removed sort order on issues association. 12 anni fa
  Jean-Philippe Lang 492cce7975 Cleanup instance variables when reloading a project. 12 anni fa
  Jean-Philippe Lang cccfed7006 Fixed: error when creating a project with a version format custom field (#10218). 12 anni fa
  Jean-Philippe Lang dfbab5d61e Fixed "can't convert Fixnum into String" error on projects with numerical identifier (#10135). 12 anni fa
  Jean-Philippe Lang 9d372ce6f5 Allow underscores in project identifiers (#1363). 12 anni fa
  Jean-Philippe Lang 41eab6615b Enable global time logging at /time_entries/new (#10020). 12 anni fa
  Jean-Philippe Lang 1bd5e58c84 Adds support for multiple repositories per project (#779). 12 anni fa
  Jean-Philippe Lang a03432cbe6 Rails3 compatibility. 12 anni fa
  Jean-Philippe Lang 062fbeae80 Makes models #initialize accept additional arguments. 12 anni fa
  Jean-Philippe Lang ff0f141126 Adds named scopes for projects index. 12 anni fa
  Jean-Philippe Lang b8836d89b1 Removed deprecated methods. 12 anni fa
  Jean-Philippe Lang 3da92d7da7 Fixed: copied private queries not visible after project copy (#9520). 12 anni fa
  Toshi MARUYAMA 44147ee8f2 remove trailing white-spaces from app/models/project.rb. 12 anni fa
  Jean-Philippe Lang 578fdc62f2 Ability to assign issues to groups (#2964). 13 anni fa
  Jean-Philippe Lang 3c2ebd7aa2 Adds visibility condition on parent project in API. 13 anni fa
  Jean-Baptiste Barth 88bd76b0e4 Added Project#enable_module! and Project#disable_module! (#7115) 13 anni fa
  Jean-Philippe Lang 80e2eed702 Code cleanup. 13 anni fa
  Jean-Philippe Lang aa0d01b3d9 Adds an issues visibility level on roles (#7412). 13 anni fa
  Jean-Philippe Lang c2d2761caa Adds functional test for project copy. 13 anni fa
  Jean-Philippe Lang 405fc07e90 Makes visible scopes accept projects option and deprecate Project.visible_by. 13 anni fa
  Toshi MARUYAMA 8a31517288 add bulk edit and bulk update actions for time entries (#7996). 13 anni fa
  Jean-Philippe Lang 8cd93159d6 Do not load projects association in #rolled_up_trackers. 13 anni fa
  Jean-Philippe Lang 8b39f62a4c Modules selection lost on project form after validation failure (#8012). 13 anni fa
  Jean-Philippe Lang 1c03b418e1 Save 1 query + 1 cache hit in #shared_versions for root projects. 13 anni fa
  Jean-Philippe Lang 0b3f2bc650 Fixed: news comments not deleted when deleting a project (#7904). 13 anni fa
  Jean-Philippe Lang 50cb77cfbb Fixed: children projects are deleted instead of being destroyed when destroying parent project (#7904). 13 anni fa
  Jean-Philippe Lang 5f889932b6 Changed the way the visibility SQL statement is built. 13 anni fa
  Jean-Philippe Lang 9fb770ba50 Moves enabled_module_names param to project attribute so that it can be set through the Project API. 13 anni fa
  Jean-Philippe Lang ce8113dea2 Additional roles of a user who belongs to a group are not always copied when copying the project (#7213). 13 anni fa
  Jean-Philippe Lang df9ea24136 Makes Version#start_date return the minimum start_date of its issues. 13 anni fa
  Jean-Philippe Lang df88dc117f Fixed: r4492 breaks the ability to select issue custom fields available for projects issues (#7121). 13 anni fa
  Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 13 anni fa
  Jean-Philippe Lang cd71c1cc0a Do not try to copy relations for issues that could not be copied. 13 anni fa
  Jean-Philippe Lang b898200803 Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick. 13 anni fa
  Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 13 anni fa
  Jean-Philippe Lang 8ef06826c3 Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 13 anni fa
  Jean-Philippe Lang fa3d71bed9 Allow non-unique names for projects (#630). 13 anni fa
  Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 13 anni fa
  Eric Davis 0ca74df604 Refactor: move method to model with compatibility wrapper 13 anni fa
  Eric Davis 700c302fca Change Project#notified_users to check for the 'all' notification option. #6541 13 anni fa
  Eric Davis 0316af7f6b Converted User#mail_notification from a boolean to a string. 13 anni fa
  Eric Davis 83bfb8cd2b Revert "Fixed: gantt broken when no due date on project issues and versions." 13 anni fa
  Jean-Philippe Lang a7fd592db4 Fixed: gantt broken when no due date on project issues and versions. 13 anni fa
  Eric Davis cdfc57d544 Change the TimelogController's to/from dates based on the project time entries 13 anni fa
  Eric Davis 878bb55522 Refactor: move method to Project#css_classes 13 anni fa
  Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 13 anni fa
  Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 14 anni fa
  Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 14 anni fa
  Eric Davis 39c97279ca Optimize: Only select the name when getting the module names. 14 anni fa