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 ""'"
06 Mar, 2014
1 commit
17 Jan, 2014
1 commit
-
The following improvements have been made: - Created action that displays sub-organization and super organizations of a given organization. - Created a block that display related organizations. - List mother organizations to person's membership if he/she is member of a sub-organization. (ActionItem2499) (ActionItem2825) Signed-off-by: Arthur Del Esposte <athurmde@yahoo.com.br> Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br> Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
22 Aug, 2012
1 commit
19 Aug, 2012
1 commit
-
Conflicts: db/schema.rb
13 Aug, 2012
1 commit
09 Aug, 2012
2 commits
-
…into merge-requests/193
-
* Licenses only can be removed with method 'post' * Fixing truncate calls to stop displaying deprecation warnings * Added buttons to add a new license and to go back to admin panel * Added new db/schema (ActionItem2379)
08 Aug, 2012
1 commit
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
03 Aug, 2012
1 commit
19 Jul, 2012
2 commits
-
Also removed not used monkey patch Removed comments on CSS file
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
18 Jul, 2012
2 commits
-
(ActionItem2379)
-
(ActionItem2379)
05 Jul, 2012
2 commits
-
1. organization_members: allows plugins to extend the list of members of an organization. 2. has_permission?: allows plugins to add permission to some user to perform some action over a profile or environment. This hotspot only allows plugins to expand access, not to revoke access. 3. new_community_hidden_fields and enterprise_registration_hidden_fields: allows plugins to include new hidden fields in the following forms. * Also including a monkey patch to include some features from the gem fake_arel that requires activesupport-2.3.14 and activerecord-2.3.14. This them allows OR with scopes without loading them.
22 Jun, 2012
1 commit
-
Conflicts: test/unit/article_test.rb
21 Jun, 2012
1 commit
-
…into merge-requests/173
26 May, 2012
1 commit
-
Conflicts: INSTALL test/unit/article_test.rb
25 May, 2012
1 commit
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
22 May, 2012
1 commit
21 May, 2012
1 commit
20 May, 2012
2 commits
-
Also, add a facet to filter enabled/not enabled enterprises
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
17 May, 2012
3 commits
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
1 commit
-
* 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)