25 Feb, 2015
6 commits
-
(cherry picked from commit fa7cddb0f79d4bb6d7750ed6fd41bb63446a6012)
-
(cherry picked from commit 23b9a86393b7806070dc36c45d2fe79b96b26eaa)
-
(cherry picked from commit 3600768ceceed5b804b5d208b0df307f9e7b1408)
-
Also removed "id" on update of external_feed_data. It must not be updated or mass-assigned (cherry picked from commit 87a25ade46aa48e9f962f684a2bae334ba0bb504)
-
(cherry picked from commit 05e56cd31341a2c42a4d1fda2cd1a4f2c94c5f1a)
-
On environments created before including =spam_comments_count=, the visualization of number of comments was crashing because it was nil Fixes #31 (cherry picked from commit 6c59ac4a8cfd8089927917718a312493c77a578a)
28 Jan, 2015
3 commits
-
(cherry picked from commit 7441ba6c92304870c6110814fd588718d6e7bde3)
-
There is no much point in hardcoding the expected constant in the test. (cherry picked from commit 89c4127aa558b135e53bb904773303545c231fdf)
-
(cherry picked from commit 83dd0faf85c086defa56b7f2a1bbf5c4dd1f9b59)
11 Dec, 2014
2 commits
04 Dec, 2014
2 commits
02 Dec, 2014
3 commits
-
Check if is template before creating job to check activation
-
Check if is template before removing an inactive user
13 Nov, 2014
2 commits
-
Fix kind method in Role (access_control plugin) Because edit_appearance permission exists for both Environment and Profile roles, the old method returned Environment for a Profile role with this permission. See merge request !374
-
Allow trusted url without protocol for iframe in tinymce See merge request !358
12 Nov, 2014
1 commit
11 Nov, 2014
1 commit
29 Oct, 2014
3 commits
-
*sigh*
-
January first is parsed in UTC, but when the local timezone is applied, those dates end up in the wrong month.
28 Oct, 2014
1 commit
22 Oct, 2014
2 commits
-
Conflicts: app/helpers/profile_helper.rb app/views/content_viewer/_article_toolbar.rhtml app/views/profile/_common.rhtml app/views/profile/_organization_profile.rhtml app/views/profile/_person_profile.rhtml db/schema.rb public/stylesheets/application.css
13 Oct, 2014
1 commit
-
I13 fix partial for class Fixes #13 See merge request !333
10 Oct, 2014
1 commit
-
- Remove absolute URL's from stylesheets and javascripts - Handle prefix in LinkListBlock - add Noosfero.root method as a central data source The application server needs to be started with the RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix. In development, this can be tested with # assuming /social prefix $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start For production, see INSTALL.md
07 Oct, 2014
1 commit
26 Sep, 2014
5 commits
-
There will be always a notification email now.
-
creating a mail intance crashes it there is no valid recipient; so we change places to use create_user.person instead of fast_create(Person) to make sure the user person instances have a valid email address.
-
There is no point at all in send email to the noreply_email
-
When an organization (community or enterprise) has no admins and no recorded contact email, redirect any mails sent to that org to the environment contact email.
24 Sep, 2014
1 commit
18 Sep, 2014
1 commit
12 Sep, 2014
1 commit
-
That is already done in lib/noosfero/i18n.rb
11 Sep, 2014
1 commit
27 Aug, 2014
1 commit
-
PeopleBlock plugin overrides the EnvironmentStatisticsBlock (ActionItem3045)
20 Aug, 2014
1 commit
-
Modified conditional to be more logical on User model. Renamed moderation task to a more intuitive name. Added unit test for moderate_user_registration task. Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>