Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Drop the 'search translations' functionality.
Browse files Browse the repository at this point in the history
The functionality was provided by the ``trans_memory`` addon. Since this
is no longer needed (too slow) and does not fit the future plans, the
whole addon is dropped.
  • Loading branch information
Apostolos Bessas committed May 24, 2012
1 parent 755bfd5 commit 66981ae
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 292 deletions.
11 changes: 0 additions & 11 deletions transifex/addons/lotte/tests/templates.py
Expand Up @@ -27,17 +27,6 @@ def test_breadcrumbs(self):
resp = self.client['team_member'].get(self.translate_view_url)
self.assertContains(resp, 'Translate')

def test_search_translation_link(self):
"""Test that search translation link exists and points to search page."""

# Test the response contents
resp = self.client['team_member'].get(self.translate_view_url)
self.assertTemplateUsed(resp, 'translate.html')
self.assertContains(resp, 'Search translations', status_code=200)
self.assertContains(resp,
'Search in Transifex memory for existing translations (uses a new tab/window)')
self.assertContains(resp, reverse('search_translations'))

def test_filters(self):
"""Test that more languages, filter by users, resources appear."""

Expand Down
5 changes: 0 additions & 5 deletions transifex/addons/trans_memory/__init__.py

This file was deleted.

Empty file.

This file was deleted.

83 changes: 0 additions & 83 deletions transifex/addons/trans_memory/templates/search_translation.html

This file was deleted.

This file was deleted.

This file was deleted.

56 changes: 0 additions & 56 deletions transifex/addons/trans_memory/tests.py

This file was deleted.

7 changes: 0 additions & 7 deletions transifex/addons/trans_memory/urls.py

This file was deleted.

66 changes: 0 additions & 66 deletions transifex/addons/trans_memory/views.py

This file was deleted.

0 comments on commit 66981ae

Please sign in to comment.