21 Aug, 2012
1 commit
19 Jul, 2012
2 commits
-
Also removed not used monkey patch Removed comments on CSS file
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
22 Jun, 2012
1 commit
-
Conflicts: test/unit/article_test.rb
26 May, 2012
1 commit
-
Conflicts: INSTALL test/unit/article_test.rb
21 May, 2012
2 commits
20 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
17 May, 2012
8 commits
-
Removed old create_article activities Created new actvities for articles created on the last 8 days Create a new activity for article if activity was removed Fixed tests
16 May, 2012
2 commits
-
(ActionItem2345)
-
(ActionItem2345)
05 May, 2012
1 commit
17 Apr, 2012
1 commit
15 Apr, 2012
1 commit
07 Mar, 2012
1 commit
24 Feb, 2012
1 commit
-
* Use correct 'domain' from environment * Use find to get article
19 Feb, 2012
2 commits
-
Conflicts: INSTALL app/models/environment_finder.rb config/environments/cucumber.rb debian/control features/step_definitions/noosfero_steps.rb test/unit/forum_helper_test.rb
22 Dec, 2011
1 commit
-
This reverts commit 4e223943ab159d8fa7faf4b042ec3121d74ed32e. Conflicts: app/controllers/my_profile/profile_members_controller.rb config/solr.yml.dist features/step_definitions/noosfero_steps.rb lib/tasks/test.rake test/functional/profile_members_controller_test.rb test/unit/category_finder_test.rb
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
25 Oct, 2011
1 commit
-
Included new named_scopes for browsing contents: * more_recent * more_comments * more_views A named_scope to filter only text articles * text_articles Included new browse_contents_menu on base theme (ActionItem2069)
10 Oct, 2011
1 commit
-
(ActionItem2075)
16 Aug, 2011
1 commit
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
13 Aug, 2011
1 commit
-
(ActionItem2027)
26 Jul, 2011
1 commit
26 May, 2011
1 commit
-
(ActionItem2008)
18 May, 2011
1 commit
-
Change acts_as_searcheable to always index schema_path. If multitenancy if off or the database isn't PostgreSQL, then schema_path method returns an empty string and is not used at find_by_contents. Change find_by_contents adding options separating options from paginate, solr and rails's find. With Solr search capabilities, combined search (solr + rails find) won't be necessary in the future. Also change find_by_contents to return a hash where there are the facets found and also the results. Related tests pass with this change
21 Apr, 2011
1 commit
-
* For all types of article, its title, url and beginning of body are shared * The first image in the body is used as thumbnail * To use this, it's necessary to add 'www.facebook.com' in the list addthis_options in config/noosfero.yml (ActionItem1972)
04 Apr, 2011
1 commit
-
Developed with Caio SBA <caio@colivre.coop.br> Available only for PostgreSQL by now See INSTALL.multitenancy for details (ActionItem1845)
03 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
25 Mar, 2011
1 commit
-
(ActionItem1961)
22 Mar, 2011
1 commit
-
(ActionItem1932)