Revision 1026:b42553f6df71 config

View differences:

config/locales/en.yml
487 487
    zero:  no projects
488 488
    one:   1 project
489 489
    other: "%{count} projects"
490
  label_x_downloads:
491
    zero:  never downloaded
492
    one:   downloaded once
493
    other: "downloaded %{count} times"
490 494
  label_project_all: All Projects
491 495
  label_project_latest: Latest projects
492 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
493 500
  label_managers: Managed by
494 501
  label_issue: Issue
495 502
  label_issue_new: New issue
......
556 563
  label_activity_my_recent_none: No recent activity
557 564
  label_overall_activity: Overall activity
558 565
  label_user_activity: "%{value}'s activity"
566
  label_institution_activity: "Activity from %{value}"
559 567
  label_new: New
560 568
  label_logged_as: Logged in as
561 569
  label_environment: Environment
......
685 693
  label_repository: Repository
686 694
  label_is_external_repository: Track an external repository
687 695
  label_repository_plural: Repositories
688
  label_browse: Browse
696
  label_explore_projects: Explore projects
689 697
  label_modification: "%{count} change"
690 698
  label_modification_plural: "%{count} changes"
691 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