08 Apr, 2016
1 commit
13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
1 commit
-
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 ""'"
19 Nov, 2014
1 commit
01 Oct, 2012
1 commit
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
11 Sep, 2012
2 commits
-
…into merge-requests/216 Conflicts: debian/changelog etc/noosfero/varnish-noosfero.vcl lib/noosfero.rb
-
ActionItem2306
06 Sep, 2012
1 commit
05 Sep, 2012
2 commits
-
ActionItem2402
04 Sep, 2012
1 commit
28 Aug, 2012
1 commit
27 Aug, 2012
1 commit
26 Aug, 2012
1 commit
25 Aug, 2012
2 commits
-
ActionItem2306
24 Aug, 2012
4 commits
-
Undo some things, fix some tests, etc
-
Conflicts: lib/noosfero/plugin/context.rb lib/noosfero/plugin/manager.rb test/unit/plugin_manager_test.rb
-
ActionItem2306
23 Aug, 2012
2 commits
-
This way any class can just include Noosfero::Plugin::HotSpot and just invoke the plugins.
-
This a way the controller is optional, because all data needed to obtain the list of plugins to be instantiated comes from the environment.
21 Aug, 2012
6 commits
-
…into merge-requests/181 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/models/person.rb app/views/enterprise_registration/basic_information.rhtml lib/noosfero/plugin.rb public/stylesheets/application.css test/unit/person_test.rb test/unit/profile_test.rb
-
ActionItem2306
-
ActionItem2306
20 Aug, 2012
3 commits
-
Plus a small enhancements on the existing UI for comments: turned the "delete" button into a text-only label in the bottom, instead of an annoying icon that shows up when you pass the mouse over the comment balloon. ActionItem2306
-
ActionItem2306
-
While the knowledge about spam and ham is included in the Noosfero core, actually checking comments for spam is delegated to plugins. This way we can have multiple ways of checking for spam. ActionItem2306
18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
6 commits
-
(ActionItem2366)
-
…into merge-requests/185
-
ActionItem2306
-
…into merge-requests/205
15 Aug, 2012
1 commit
-
After removing address from solr index, 2 tests were failing