10 Nov, 2014
1 commit
28 Oct, 2014
2 commits
27 Oct, 2014
1 commit
-
Fix 'Report Abuse' action See merge request !343
22 Oct, 2014
1 commit
-
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
20 Oct, 2014
1 commit
10 Oct, 2014
3 commits
-
Fix template with container block Fixes issue #7 See merge request !327
-
Fix members block cache Fixes issue #11 See merge request !326
-
- 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
30 Sep, 2014
2 commits
26 Sep, 2014
2 commits
-
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.
16 Sep, 2014
1 commit
11 Sep, 2014
1 commit
09 Sep, 2014
3 commits
-
The superclass methos alteady returns true anyway.
-
'def editable' was removed because it was overriding (of Block) and setting to false AI3298
-
Closes #307 Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
27 Aug, 2014
1 commit
-
PeopleBlock plugin overrides the EnvironmentStatisticsBlock (ActionItem3045)
20 Aug, 2014
11 commits
-
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>
-
Solved code duplication that creates the Task for moderation. Fixed the signup page to show the correct messages in case of any combination of the features "Admin Must Approve New Users" and "Skip Email Activation" Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Added support for using User Moderation and Skip user email activation features together Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
from task. (AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Renan Costa <renan2727@hotmail.com> Signed-off-by: Rodrigo Medeiros <rodrigo.mss01@gmail.com> Signed-off-by: Iolane Andrade <andrade.icaa@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: Álvaro Fernando<alvarofernandoms@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Wilton Rodrigues <braynwilton@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
Let's quite this string programming there. We do not need to keep a list of all types of tasks, we just need to take the actual list of tasks, and create the filter list accordingly.
18 Aug, 2014
1 commit
14 Aug, 2014
1 commit
13 Aug, 2014
5 commits
-
Attr accessible Quick fix to use the instructions of: http://noosfero.org/Development/InstallData See merge request !291
-
New highlight First commit for "#3243: HighlightsBlock edit mode is not creating image fields" http://noosfero.org/Development/ActionItem3243 Second commit for "#3260: Remove a highlight item from the list" http://noosfero.org/Development/ActionItem3260 See merge request !290
-
Ai3259 rss feed article bug Fixing rails 3 bug -> http://noosfero.org/Development/ActionItem3259 See merge request !289
-
Ai3258 location block bug Fixing rails 3 bug -> https://noosfero.org/Development/ActionItem3258 See merge request !288
-
Ai3256 feature product block bug Fixing rails 3 bug -> https://noosfero.org/Development/ActionItem3256 See merge request !286
12 Aug, 2014
2 commits
-
The field display_color has turned into char(6) and stores the color rgb hex code. (ActionItem2915)
11 Aug, 2014
1 commit
-
At least as far as unit tests are concerned. Still missing: - 1 failing test in ArticleTest - 1 failing test in PersonTest