18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
6 commits
-
Also replaced "if !" by "unless"
-
…into merge-requests/211
-
…into merge-requests/210
-
…into merge-requests/185
-
…into merge-requests/205
15 Aug, 2012
5 commits
-
Enterprise status should be "active" and "not active", not "enabled" and "disabled"
-
Also move view to template
13 Aug, 2012
1 commit
10 Aug, 2012
1 commit
-
ActionItem2318
03 Aug, 2012
1 commit
-
Also, removed comments from images on profile, because now the gallery is the target of activity (ActionItem1826)
22 Jul, 2012
1 commit
-
…into merge-requests/191
20 Jul, 2012
2 commits
-
This fixes ActionItem2344
-
Conflicts: app/controllers/my_profile/cms_controller.rb
19 Jul, 2012
3 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
-
Added back add_member_in_community activity Fixed creation of notifications for communities
18 Jul, 2012
3 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
-
(ActionItem2370)
17 Jul, 2012
1 commit
-
…into merge-requests/180
16 Jul, 2012
1 commit
-
Creates a named_scope that filters the 'relevant to price' inputs and inside product model only looks at these filtered inputs to calculate the sum for the price composition. (ActionItem2366)
06 Jul, 2012
1 commit
-
An hidden tag is used to update qualifiers_list in products even when said qualifiers_list is empty, so it would behave accordingly with the way the qualifiers are added dinamically using javascript and ajax (that is, the list represents the content of a product's qualifiers, so an empty list means that whatever qualifiers that the product had before should be removed). But this tag was overwriting the qualifiers and certifiers added by the user, thus making rails believe that the qualifiers list was always empty. I've changed the hidden tag to have a default value 'nil' (which is actually a string, but it works; I couldn't find a way to put an actual nil value), and when the qualifiers list is updated the method inside the model ignores qualifiers whose id value are 'nil'. (ActionItem2328)
03 Jul, 2012
1 commit
-
Duplicated comments when it has answers Displaying comment title Fixed avatar images on comment Article title far from article lead Only displaying 1000 cahrs Creating activities on communities feed Fixes on rightbar and leftbar
29 Jun, 2012
1 commit
-
If ActionMailer tries to send a mail without recipient, the smtp will throw an syntax error. This checks whether there is a target and that given target has an email for notification before calling the TaskMailer to deliver the message. Also fixes the tests that crashed because of this new restriction and creates a test to this restriction. (ActionItem2370)
22 Jun, 2012
1 commit
-
Conflicts: test/unit/article_test.rb
21 Jun, 2012
1 commit
-
…into merge-requests/173
15 Jun, 2012
1 commit
05 Jun, 2012
1 commit
-
…into merge-requests/170
26 May, 2012
2 commits
-
Conflicts: INSTALL test/unit/article_test.rb
25 May, 2012
1 commit
-
* Removed wrong puts in ProductTest
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
-
* Showing the name of the article * Returning message even without rejection explanation
22 May, 2012
2 commits