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.
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)
08 May, 2012
1 commit
-
* Checking wheather the user has cpf to decide what confirmation field to show (cpf of birth date)
17 Apr, 2012
2 commits
-
…into merge-requests/155 (ActionItem2213)
12 Apr, 2012
1 commit
-
…into merge-requests/152
09 Apr, 2012
1 commit
-
(ActionItem2213)
05 Apr, 2012
2 commits
-
…into merge-requests/142 Conflicts: test/functional/invite_controller_test.rb (ActionItem2313)
03 Apr, 2012
1 commit
22 Mar, 2012
2 commits
09 Mar, 2012
1 commit
-
(ActionItem2316)