freshmeat is now freecode

Bug #941492 reported by yurikoles
30
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Unassigned

Bug Description

Freshmeat was renamed to Freecode, launchpad itself and projects links must be updated.
http://freecode.com/articles/whats-in-a-name

tags: added: trivial ui
Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
Curtis Hovey (sinzui)
tags: added: projectgroups projects
Revision history for this message
Karl Fogel (kfogel) wrote :

Hunh, looks like it's going to be a surprisingly large diff, though conceptually still trivial:

  $ bzr branch lp:launchpad
  $ cd launchpad
  $ find . -type f | xargs grep -i freshmeat | wc -l
  142

...including couple of SQL column names:

  $ find . -type f | xargs grep -l freshmeat | grep .sql
  ./database/sampledata/current-dev.sql
  ./database/sampledata/current.sql
  ./database/schema/launchpad-2209-00-0.sql
  ./database/schema/comments.sql
  $ grep freshmeat ./database/schema/comments.sql
  COMMENT ON COLUMN Product.freshmeatproject IS \
  'The FreshMeat project name for this product. \
  This is not unique as FreshMeat does not have \
  the same project/product structure as DOAP';
  COMMENT ON COLUMN Project.freshmeatproject IS \
  'The FreshMeat project name for this project. \
  This is not unique as FreshMeat does not have \
  the same project/product structure as DOAP';
  $

Revision history for this message
François Marier (fmarier) wrote :

This was fixed in bug 1366517.

Changed in launchpad:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.