Revision 1009:066b55d7c053 config

View differences:

config/locales/en.yml
496 496
  label_projects_more: More projects
497 497
  label_project_tags_all: Tags for projects
498 498
  label_projects_busy: Busy projects
499
  label_institutions_busy: Busy institutions
499 500
  label_managers: Managed by
500 501
  label_issue: Issue
501 502
  label_issue_new: New issue
......
562 563
  label_activity_my_recent_none: No recent activity
563 564
  label_overall_activity: Overall activity
564 565
  label_user_activity: "%{value}'s activity"
566
  label_institution_activity: "Activity from %{value}"
565 567
  label_new: New
566 568
  label_logged_as: Logged in as
567 569
  label_environment: Environment
config/routes.rb
32 32
  # TODO: wasteful since this is also nested under issues, projects, and projects/issues
33 33
  map.resources :time_entries, :controller => 'timelog'
34 34

  
35
  map.connect 'browse', :controller => 'projects', :action => 'browse'
35
  map.connect 'explore', :controller => 'projects', :action => 'explore'
36 36

  
37 37
  map.connect 'projects/:id/wiki', :controller => 'wikis', :action => 'edit', :conditions => {:method => :post}
38 38
  map.connect 'projects/:id/wiki/destroy', :controller => 'wikis', :action => 'destroy', :conditions => {:method => :get}

Also available in: Unified diff