Ticket #1293 (assigned enhancement) — at Version 6

Opened 3 years ago

Last modified 3 years ago

Rename Package to Dataset throughout WUI, API

Reported by: rgrp Owned by: johnglover
Priority: major Milestone: ckan-sprint-2011-09-12
Component: ckan Keywords:
Cc: rgrp Repository: ckan
Theme: none

Description (last modified by johnglover) (diff)

Changes

  • All templates
  • [DONE] Routing: /package/ -> /dataset/ (including API)
  • [DONE] Tests: self.app.get('/dataset/...') rather than package ...
    • One test to check redirect works?
  • Docs

Leave

  • Stay with Package in code e.g. stay with 'PackageController?'
    • also leave stuff like pkg = .... (gradual migration)
  • Leave extensions

Notes

  • Package -> Dataset
  • Data Package -> Dataset
  • respect capitalization

Change History

comment:1 Changed 3 years ago by johnglover

  • Owner set to johnglover
  • Priority changed from awaiting triage to major
  • Status changed from new to assigned
  • Milestone changed from ckan-v1.5 to ckan-current-sprint

Changes

  • All templates
  • Routing: /package/ -> /dataset/ (including API)
  • Tests: h.url_for(controller='dataset') rather than package ...
    • One test to check redirect works?
  • Docs

Leave

  • Stay with Package in code e.g. stay with 'PackageController?'
    • also leave stuff like pkg = .... (gradual migration)
  • Leave extensions

Notes

  • Package -> Dataset
  • Data Package -> Dataset
  • respect capitalization

comment:2 Changed 3 years ago by rgrp

  • Description modified (diff)

comment:3 Changed 3 years ago by rgrp

  • Description modified (diff)

comment:4 Changed 3 years ago by rgrp

  • Description modified (diff)

comment:5 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:6 Changed 3 years ago by johnglover

  • Cc rgrp added
  • Description modified (diff)

Branch: feature-1293-rename-package-to-dataset

Routing and test editing should be finished (all tests passings). Have not added test for redirect yet.

Note: See TracTickets for help on using tickets.