Skip to content

Commit

Permalink
Faceted browsing is now implemented client side. Time to say goodbye …
Browse files Browse the repository at this point in the history
…to the old server side version. :)
  • Loading branch information
michael committed Jun 17, 2010
1 parent b38222a commit f40bc82
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 384 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "public/javascripts/src/collection"]
path = public/javascripts/src/collection
url = git@github.com:michael/collection.git
[submodule "public/javascripts/src/sorted_hash"]
path = public/javascripts/src/sorted_hash
url = git://github.com/michael/sorted_hash
28 changes: 0 additions & 28 deletions app/controllers/views_controller.rb

This file was deleted.

78 changes: 0 additions & 78 deletions app/models/browsing_session.rb

This file was deleted.

27 changes: 0 additions & 27 deletions app/models/facet.rb

This file was deleted.

11 changes: 0 additions & 11 deletions app/models/facet_choice.rb

This file was deleted.

26 changes: 0 additions & 26 deletions app/models/filter_criteria.rb

This file was deleted.

6 changes: 0 additions & 6 deletions app/models/filter_criterion.rb

This file was deleted.

33 changes: 0 additions & 33 deletions app/models/item.rb

This file was deleted.

15 changes: 0 additions & 15 deletions app/models/property.rb

This file was deleted.

31 changes: 0 additions & 31 deletions app/models/view.rb

This file was deleted.

11 changes: 0 additions & 11 deletions app/mustaches/views.rb

This file was deleted.

9 changes: 0 additions & 9 deletions app/views/collections/index.html.mustache.old

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/views/new.html.mustache

This file was deleted.

1 change: 1 addition & 0 deletions public/javascripts/src/sorted_hash
Submodule sorted_hash added at c47c30
1 change: 0 additions & 1 deletion test/fixtures/countries.json

This file was deleted.

8 changes: 0 additions & 8 deletions test/functional/collections_controller_test.rb

This file was deleted.

30 changes: 0 additions & 30 deletions test/unit/browsing_session_test.rb

This file was deleted.

36 changes: 0 additions & 36 deletions test/unit/filter_criteria_test.rb

This file was deleted.

4 changes: 0 additions & 4 deletions test/unit/helpers/collections_helper_test.rb

This file was deleted.

Loading

0 comments on commit f40bc82

Please sign in to comment.