13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
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 Mar, 2015
1 commit
19 Aug, 2014
1 commit
-
Our default ssl setup uses a reverse proxy (pound) that treats https connection and passes clean http connections to Noosfero. That way, even using https connections Noosfero will only see http connections. So we can't test if the connection is ssl inside Noosfero.
28 Jul, 2014
1 commit
-
Conflicts: app/views/friends/index.rhtml app/views/invite/_select_address_book.rhtml app/views/invite/select_friends.rhtml app/views/profile/friends.rhtml config/routes.rb plugins/stoa/lib/ext/person.rb test/functional/invite_controller_test.rb test/unit/invite_member_test.rb
25 Jun, 2014
1 commit
-
The user searched shouldn't be a member of the community already, because those are filtered out.
24 Jun, 2014
1 commit
14 Jun, 2014
4 commits
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
-
Authenticate only searches among activated users.
06 Jan, 2014
2 commits
18 Dec, 2013
1 commit
-
Conflicts: test/unit/profile_test.rb
14 Nov, 2013
1 commit
08 Nov, 2013
1 commit
21 Oct, 2013
2 commits
-
(ActionItem2832)
-
Also provides hotspot for plugins to add new fields for password recovery (ActionItem2827)
18 Oct, 2013
1 commit
-
* Creates a smart api to define categories of fields. * Inclusion of sensitive and heavy fields categorization * Possibility for creation of custom fields (ActionItem2832)
01 Oct, 2013
1 commit
21 Aug, 2013
1 commit
16 Jan, 2013
1 commit
07 Dec, 2012
1 commit
21 Nov, 2012
1 commit
19 Nov, 2012
1 commit
28 Aug, 2012
1 commit
25 May, 2012
1 commit
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
23 May, 2012
1 commit
-
Conflicts: plugins/stoa/lib/stoa_plugin.rb plugins/stoa/public/style.css
16 May, 2012
5 commits
-
This is specially useful in development/test setups where you don't have a working MTA.
-
(ActionItem2345)
-
This "feature" started as a workaround for the fact that "the CMS is not good rnough". In practice, it was only effective for enterprises, and the only known site that actually used this in the past does not use it for ages.
15 May, 2012
2 commits
-
* Including invitation_code in the person * Also removing verbosity of schema on testing
-
* Adding new hotspots to remove links of invite friends * Adding new link on the control panel to invite friend
13 May, 2012
1 commit
-
FastGettext.locale= returns its argument instead of returning the locale that was actually detected. (ActionItem2297)