Skip to content
Snippets Groups Projects
  1. 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 helpe...
      5833ba9f
  2. Sep 12, 2009
  3. May 17, 2009
  4. Mar 28, 2009
  5. Dec 09, 2008
  6. Nov 27, 2008
  7. Nov 11, 2008
  8. Nov 10, 2008
  9. Oct 27, 2008
  10. Oct 18, 2008
  11. Sep 13, 2008
  12. Sep 11, 2008
  13. Sep 10, 2008
  14. Sep 05, 2008
  15. Aug 28, 2008
  16. Aug 03, 2008
  17. Jul 27, 2008
  18. Jul 13, 2008
  19. Jun 08, 2008
  20. May 30, 2008
  21. May 04, 2008
  22. Apr 30, 2008
  23. Apr 26, 2008
  24. Mar 14, 2008
  25. Mar 12, 2008
  26. Feb 16, 2008
  27. Feb 12, 2008
  28. Feb 10, 2008
    • Jean-Philippe Lang's avatar
      Issue list now supports bulk edit/move/delete (#563, #607). For now, issues... · 4155c972
      Jean-Philippe Lang authored
      Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.
      
      There are 2 ways to select a set of issues on the issue list:
      * by using checkbox and/or the little pencil that will select/unselect all issues (#567)
      * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
      
      Context menu was disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (#545).
      All this was tested with Firefox 2, IE 6/7, Opera 8 (use Alt+Click instead of Right-click) and Safari 2/3.
      
      git-svn-id: http://redmine.rubyforge.org/svn/trunk@1130 e93f8b46-1217-0410-a6f0-8f06a7374b81
      4155c972
  29. Feb 09, 2008
  30. Feb 03, 2008
  31. Feb 02, 2008
  32. Jan 20, 2008
  33. Jan 19, 2008
  34. Jan 06, 2008
  35. Dec 20, 2007