18 Dec, 2015
1 commit
-
Adding tests for multi env remote user Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com Closes !753
24 Jul, 2015
2 commits
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
25 Jun, 2015
1 commit
11 Dec, 2014
1 commit
19 Nov, 2014
1 commit
07 Nov, 2014
1 commit
03 Nov, 2014
1 commit
27 Oct, 2014
1 commit
13 Oct, 2014
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
-
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
9 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
2 commits
18 Sep, 2014
2 commits
-
Ai3292 signup image upload Action Item: http://noosfero.org/Development/ActionItem3292 See merge request !318
15 Sep, 2014
1 commit
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
12 Sep, 2014
6 commits
-
This feature was removed and the test was not updated. It makes no sense for an article block displaying a blog to display pagination links.
-
At some point the display color became an arbitrary color and the tests were never updated.
-
It was breaking the integration tests (messing with internals of an old version of exception_notification), and the tests are testing that exception_notification actually works which is _not_ a job for the Noosfero test suite.
-
That is already done in lib/noosfero/i18n.rb
11 Sep, 2014
1 commit
02 Sep, 2014
1 commit
-
(ActionItem3191)
27 Aug, 2014
1 commit
-
PeopleBlock plugin overrides the EnvironmentStatisticsBlock (ActionItem3045)
26 Aug, 2014
1 commit
-
also: * keep the tip about separate tags by comma * include the css in the header page to have cache (ActionItem3280)
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>
18 Aug, 2014
2 commits
-
(ActionItem2915)