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. Apr 18, 2010
  4. Mar 13, 2010
    • Jean-Philippe Lang's avatar
      Adds subtasking (#443) including: · 8e3d1b69
      Jean-Philippe Lang authored
      * priority, start/due dates, progress, estimate, spent time roll-up to parent issues
      * descendant issues tree displayed on the issue view with context menu support
      * issue tree display on the gantt chart
      * issue tree copy on project copy
      * unlimited nesting
      
      Defining subtasks requires the new permission 'Manage subtasks'.
      Subtasks can not belong to a different project than the parent task.
      
      Implementation is based on scoped nested sets for fast reads and updates.
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3573 e93f8b46-1217-0410-a6f0-8f06a7374b81
      8e3d1b69
  5. Mar 12, 2010
  6. Mar 10, 2010
  7. Feb 28, 2010
  8. Feb 04, 2010
  9. Dec 21, 2009
  10. Dec 11, 2009
  11. Dec 09, 2009
  12. Dec 06, 2009
  13. Dec 04, 2009
  14. Dec 03, 2009
  15. Nov 29, 2009
  16. Nov 16, 2009
  17. Nov 14, 2009
  18. Nov 08, 2009
  19. 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 R...
      7b0cb6ab
  20. Jul 04, 2009
  21. May 30, 2009
    • Eric Davis's avatar
      Changed Enumerations to use a Single Table Inheritance · 62e58f26
      Eric Davis authored
      * Added migrations to change Enumerations to an STI relationship
      * Added TimeEntryActivity model (STI)
      * Added DocumentCategory model (STI)
      * Added IssuePriority model (STI)
      * Added Enumeration#get_subclasses to get a list of the subclasses of Enumeration
      * Changed Enumeration to use the STI type field instead of the opt field
      * Changed Enumeration#opt to return the old opt values but with a deprecation warning.
      * Removed Enumeration::OPTIONS
      * Removed the dynamic named_scopes in favor of specific named_scopes.  Kept for
        compatibility reasons.
      * Added Enumeration#default so each subclass can easily find it's default record.
      * Fixed Enumeration#default to use the STI scoping with a fake default scope for finding Enumeration's default.
      * Added a 'all' named scope for getting all records in order by position.
      * Added Deprecation warnings to the old named_scopes in Enumerations.
      * Moved various methods off of Enumeration and onto the concrete classes
      * Changed the EnumerationsController to use types
      * Updated the Enumeration list template
      * Added has_many relationships to the Enumeration STI classes.
      * Fixes for tests.
      
        #3007
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2777 e93f8b46-1217-0410-a6f0-8f06a7374b81
      62e58f26
  22. May 10, 2009
  23. Apr 08, 2009
  24. Mar 28, 2009
    • Eric Davis's avatar
      Added observers to watch model objects for mail delivery instead of calling Mailer. · b4be8849
      Eric Davis authored
      * Added an IssueObserver to watch when Issues are created
      * Added a JournalObserver to watch when Journals are created (Issue updates)
      * Added a NewsObserver for News items.
      * Added a DocumentObserver for Document notifications.
      * Setup IssuesController#new to use the IssueObserver.
      * Setup IssuesController#edit to use the IssueObserver.
      * Setup IssuesController#bulk_edit to use the JournalObserver.
      * Removed the Mailer call in Changeset#scan_commit_for_issue_ids, the
        JournalObserver will handle it.
      * Removed Mailer calls in MailHandler in favor of the Observers.
      
        #2659
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2637 e93f8b46-1217-0410-a6f0-8f06a7374b81
      b4be8849
  25. Feb 22, 2009
  26. Feb 21, 2009
  27. Feb 15, 2009
  28. Feb 03, 2009
  29. Jan 25, 2009
  30. Jan 07, 2009
  31. Dec 18, 2008
  32. Dec 16, 2008
  33. Jul 26, 2008
  34. Jun 27, 2008
  35. Jun 03, 2008
  36. Apr 26, 2008
  37. Feb 29, 2008