Skip to content
Snippets Groups Projects
  1. Sep 26, 2010
  2. Sep 10, 2010
    • Eric Davis's avatar
      Rewrite the Gantt chart. #6276 · bdb3937e
      Eric Davis authored
      This version of the Gantt chart supports nested charts. So Projects,
      Versions, and Issues will be nested underneath their parents correctly.
      
      Additional features:
      
      * Move all Gantt code to Redmine::Helpers::Gantt class instead of having it in
        the Gantt class, controller, and view
      * Recursive and nest sub-projects
      * Recursive and nest versions
      * Recursive and nest issues
      * Draw a line showing when a Project is active and it's progress
      * Draw a line showing when a Version is active and it's progress
      * Show a version's % complete
      * Change the color of Projects, Versions, and Issues if they are late or
        behind schedule
      * Added Project#start_date and #due_date
      * Added Project#completed_percent
      * Use a mini-gravatar on the Gantt chart
      * Added tests for the Gantt rendering
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4072 e93f8b46-1217-0410-a6f0-8f06a7374b81
      bdb3937e
  3. May 27, 2010
  4. Apr 27, 2010
  5. Feb 11, 2010
  6. Feb 10, 2010
  7. Feb 08, 2010
  8. Dec 26, 2009
  9. Dec 24, 2009
  10. Dec 13, 2009
  11. Dec 07, 2009
  12. Dec 06, 2009
  13. Nov 16, 2009
  14. Nov 15, 2009
  15. Nov 09, 2009
  16. Oct 25, 2009
  17. Oct 24, 2009
  18. Oct 21, 2009
    • Eric Davis's avatar
      Added a Activities tab to Project Settings · 5833ba9f
      Eric Davis authored
      * Changed Project#activities to allow getting inactive Activities also:
        * Changed the Enumeration#all named_scope to exclude project specific Activities
        * Changed the Project has_many time_entry_activities to include all by default
          and provided an #active method to filter them to active ones only
        * Split Project#activities to two methods and gave it a parameter that is used
          to determine if inactive activities are included (default is no)
      * Added a reset button to delete all project specific activities.
      * Added ProjectsController#reset_activities to remove the project
        specific activities
      * Added a HTTP DELETE route for reset_activities
      * Changed the permissions for managing project activities to have access to the
        ProjectsController#reset_activities action
      * Added a way to bulk save Project specific Activities in ProjectsController
        * #save_activities will save all the changed activities, including update the
          existing records
        * Added helper methods to the controller which will be refactored later
        * Allow the same TimeEntryActivity names on different projects
      
        #4077
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2949 e93f8b46-1217-0410-a6f0-8f06a7374b81
      5833ba9f
    • Eric Davis's avatar
      Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities · e615266e
      Eric Davis authored
      * Added Project#activities to return all the Systemwide and Project specific
        activities, excluding Systemwide ones that are overridden.
      * Added some tests for TimelogHelper.
      
        #4077
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2948 e93f8b46-1217-0410-a6f0-8f06a7374b81
      e615266e
  19. Oct 19, 2009
  20. Sep 20, 2009
  21. Sep 13, 2009
    • Eric Davis's avatar
      Upgraded to Rails 2.3.4 (#3597) · 7b0cb6ab
      Eric Davis authored
      * Ran the Rails upgrade
      * Upgraded to Rails Engines 2.3.2
      * Added a plugin to let Engines override application views.
      * Converted tests to use the new classes:
      ** ActionController::TestCase for functional
      ** ActiveSupport::TestCase for units
      * Converted ActiveRecord::Error message to a string.
      * ActiveRecord grouping returns an ordered hash which doesn't have #sort!
      * Updated the I18n storage_units format.
      * Added some default initializers from a fresh rails app
      * Changed the order of check_box_tags and hidden_field_tags.  The hidden tag
        needs to appear first in Rails 2.3, otherwise it will override any value in
        the check_box_tag.
      * Removed the custom handler for when the cookie store is tampered with.
        Rails 2.3 removed the TamperedWithCookie exception and instead Rails will not
        load the data from it when it's been tampered with (e.g. no user login).
      * Fixed mail layouts, 2.3 has problems with implicit multipart emails that
        use layouts.  Also removed some custom Redmine mailer code.
      * Fixed a bug that occurred in tests where the "required" span tag would be
        added to the :field_status translation.  This resulted in an email string of:
      
          <li>Status<span class="required"> *</span><span class="required"> *</span>
      
        Instead of:
      
          <li>Status: New</li>
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2887 e93f8b46-1217-0410-a6f0-8f06a7374b81
      7b0cb6ab
  22. Sep 12, 2009
  23. Jul 18, 2009
  24. May 25, 2009
  25. May 12, 2009
  26. May 10, 2009
  27. May 03, 2009
  28. Feb 21, 2009
  29. Feb 15, 2009
  30. Jan 25, 2009
  31. Jan 24, 2009
  32. Aug 31, 2008