06 Nov, 2012
1 commit
-
This reverts commit 521420587c18163c55c790a2f5241489260cea38. is_template is not defined on stable version yet: "NoMethodError: undefined method `is_template?'"
24 Oct, 2012
1 commit
-
Sets fetched_at to nil after change external feed address so the feed is fetched right after the address change and without waiting the feed to be expired.
13 Oct, 2012
1 commit
-
ActionItem2456
30 Sep, 2012
2 commits
-
…into merge-requests/232
-
…into merge-requests/227
14 Sep, 2012
1 commit
-
Comments with no author would break the wall. This fixes this issue. Comments are shown similar to the ones in article pages, displaying an specific icon to unknown users (non logged users) and other icon to removed users. Shows author name only if it exists (i.e if the author has a profile or if the name was provided for a non logged user) (ActionItem2445)
06 Sep, 2012
1 commit
05 Sep, 2012
3 commits
-
ActionItem2402
-
ActionItem2420
04 Sep, 2012
3 commits
-
…into merge-requests/206
-
…into merge-requests/217
30 Aug, 2012
1 commit
-
This lets the default VCL logic do its job
29 Aug, 2012
1 commit
-
Removes from activities the ActionTracker::Records which are redundants to certain profiles. (ActionItem2402)
18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
4 commits
-
…into merge-requests/211
-
(ActionItem2366)
-
…into merge-requests/185
-
…into merge-requests/205
15 Aug, 2012
3 commits
-
After removing address from solr index, 2 tests were failing
-
Also move view to template
13 Aug, 2012
1 commit
10 Aug, 2012
1 commit
-
ActionItem2318
09 Aug, 2012
1 commit
03 Aug, 2012
2 commits
-
Also, removed comments from images on profile, because now the gallery is the target of activity (ActionItem1826)
31 Jul, 2012
1 commit
-
(ActionItem2382)
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
2 commits
-
(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)
15 Jul, 2012
1 commit
-
…into merge-requests/157 (ActionItem2277)
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