06 Jan, 2014
1 commit
22 Jul, 2013
1 commit
12 Jul, 2013
1 commit
22 May, 2013
1 commit
-
Moving solr specifics to the plugin
18 Mar, 2013
1 commit
11 Mar, 2013
2 commits
06 Mar, 2013
1 commit
05 Mar, 2013
4 commits
01 Mar, 2013
2 commits
28 Feb, 2013
3 commits
27 Feb, 2013
3 commits
-
Conflicts: app/models/comment.rb app/views/layouts/application-ng.rhtml test/unit/category_test.rb
01 Feb, 2013
1 commit
-
Change a little the image display to repeat the gallery display in the network stream and for a better space usage.
19 Jan, 2013
1 commit
16 Jan, 2013
1 commit
10 Jan, 2013
3 commits
20 Dec, 2012
2 commits
03 Dec, 2012
1 commit
-
…into merge-requests/248 Conflicts: app/models/person.rb app/views/catalog/index.rhtml public/stylesheets/application.css test/functional/catalog_controller_test.rb
08 Nov, 2012
1 commit
-
(ActionItem2439)
30 Sep, 2012
1 commit
-
…into merge-requests/200
06 Sep, 2012
1 commit
04 Sep, 2012
1 commit
17 Aug, 2012
1 commit
15 Aug, 2012
1 commit
03 Aug, 2012
1 commit
-
When a profile has its own domain, Profile#url[:profile] is nil, which cause the links routed using Profile#url to break since they expected an profile value. I could find this problem in two places where it was assumed that the Profile#url hash has the profile value not nil. This patch adds profile in the url so the route matches. (ActionItem2385)
18 Jul, 2012
1 commit
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
22 Jun, 2012
1 commit
22 May, 2012
1 commit
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable