Skip to content
Snippets Groups Projects
Select Git revision
  • download_button protected
  • faster-scm-downloads
  • master default
  • pepe
  • pepe2
  • redmine_simple_join_project
  • review-projects
  • last-chiliproject
  • v3.3.0
  • v3.2.2
  • v2.7.3
  • v3.2.1
  • v3.2.0
  • v2.7.2
  • v3.1.0
  • v2.7.1
  • v3.0.0
  • v2.7.0
  • v3.0.0beta2
  • v2.6.0
  • v3.0.0beta1
  • v1.5.5
  • v2.5.0
  • v1.5.4
  • v2.4.0
  • v1.5.3
  • v2.3.0
27 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.013Sep11109876532131Aug30292726252423222019181716131211109876543230Jul29282524232120181615149865130Jun2928242120191817159529May28272625242322151493130Apr2928272623222120191817161312111096329Mar2827242120191817161514131211109865432128Feb26252423222120191817161514131211109876Refactor: split FilesController#new into #new and #create.Fixed "Create and continue" redirection broken by recent changes. #6333Fixed broken context_menu on roadmap. #6351Translations updateRefactor: move method to Project#css_classesRefactor: replace chained finders with an inject. Should handle edge cases better.Added a "Member of Role" to the issues filters. #5869Added a "Member of Group" to the issues filter. #5869Define Principal#name so all subclasses will have some sort of name when printed.Refactor: convert ProjectEnumerations to a resource on a project.Fixed the zoom, previous, and next links on the Gantt chart.Add project names to the Versions in the Gantt export. #5904Rewrite the Gantt chart. #6276Refactor: convert the Projects routes to resources.Refactor: split method ProjectsController#edit to ProjectsController#update.Refactor: rename method ProjectsController#add to ProjectsController#newChange project add form to use #create. (From r4067)Refactor: split ProjectsController#add into #add (GET) and #create (POST).Allow user password changes when changing to Internal authentication. #6267Refocus the related issue field after submitting an issue. #6275Change link_to_if_authorized to allow url paths. (Fixes #6195)Use the built in Rails ActionView::TestCase for testing helpers.Refactor: move method to model. (references r4057)Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443Translation updates:Do not display items without valid selection in context menu when on different projects. #4998Added missing tests for User#allowed_to? #6291Add css classes to journals display to facilitate themingHide checkboxes in issues list when printingAllow mass status update through context menu. #3411Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy.Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#saveRefactor: move method, ProjectsController#add_file to FilesController#new.Refactor: move method, ProjectsController#list_files to FilesController#index.Refactor: move method, ProjectsController#roadmap to VersionsController#index.Translation updatesAllow setting an issue's notes via params[:issue][:notes]. (XML API)Refactor: extract ProjectsController#activity to a new Activities controller.Refactor: extract common code to link_to_month.Add the project_id to the Calendar link to month.