Revision 1015:52be96e83080 config

View differences:

config/locales/en.yml
494 494
  label_project_all: All Projects
495 495
  label_project_latest: Latest projects
496 496
  label_projects_more: More projects
497
  label_project_tags_all: Popular tags
498
  label_projects_busy: Busy projects
499
  label_institutions_busy: Active institutions
497 500
  label_managers: Managed by
498 501
  label_issue: Issue
499 502
  label_issue_new: New issue
......
560 563
  label_activity_my_recent_none: No recent activity
561 564
  label_overall_activity: Overall activity
562 565
  label_user_activity: "%{value}'s activity"
566
  label_institution_activity: "Activity from %{value}"
563 567
  label_new: New
564 568
  label_logged_as: Logged in as
565 569
  label_environment: Environment
......
689 693
  label_repository: Repository
690 694
  label_is_external_repository: Track an external repository
691 695
  label_repository_plural: Repositories
692
  label_browse: Browse
696
  label_explore_projects: Explore projects
693 697
  label_modification: "%{count} change"
694 698
  label_modification_plural: "%{count} changes"
695 699
  label_branch: Branch
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 'explore', :controller => 'projects', :action => 'explore'
36

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

Also available in: Unified diff