12 Sep, 2016
2 commits
17 Jul, 2016
1 commit
16 Jul, 2016
1 commit
12 Jul, 2016
1 commit
27 May, 2016
1 commit
05 May, 2016
1 commit
04 May, 2016
2 commits
03 May, 2016
3 commits
-
This is no longer necessary as this logic is now at BoxesHelper. In order to ensure a proper refactor unit tests were added and the view has been moved and renamed accordingly to BoxesHelper expectations.
-
It was added probably just to keep the structure but is not used anywhere and removing it has not broken any tests.
-
This method is no longer necessary given the structure at BoxesHelper. It actually violates MVC as the model is holding view logic. In order to comply with the BoxesHelper standards, the view got moved and renamed properly. As well one unit test has been removed as it is already better covered by the functional ones.
11 Apr, 2016
1 commit
08 Apr, 2016
1 commit
08 Mar, 2016
1 commit
22 Feb, 2016
1 commit
18 Jan, 2016
1 commit
-
Also, small fixes on forms
17 Nov, 2015
1 commit
-
Conflicts: Gemfile Rakefile app/controllers/box_organizer_controller.rb app/controllers/my_profile/tasks_controller.rb app/controllers/public/profile_controller.rb app/mailers/user_mailer.rb app/models/article.rb app/models/person.rb app/models/product_category.rb app/models/task.rb config/application.rb config/routes.rb lib/acts_as_having_settings.rb lib/noosfero/api/entities.rb lib/noosfero/api/helpers.rb lib/noosfero/api/session.rb lib/noosfero/api/v1/articles.rb lib/noosfero/api/v1/contacts.rb lib/noosfero/api/v1/search.rb lib/noosfero/api/v1/users.rb test/functional/tasks_controller_test.rb test/unit/api/articles_test.rb test/unit/api/helpers_test.rb test/unit/api/people_test.rb test/unit/api/search_test.rb test/unit/api/session_test.rb test/unit/api/users_test.rb test/unit/person_notifier_test.rb test/unit/task_test.rb vendor/plugins/access_control/lib/acts_as_accessible.rb
03 Nov, 2015
2 commits
30 Oct, 2015
1 commit
-
$ rake updatepo
02 Oct, 2015
1 commit
30 Sep, 2015
1 commit
25 Sep, 2015
1 commit
22 Sep, 2015
1 commit
16 Sep, 2015
1 commit
13 Aug, 2015
2 commits
10 Aug, 2015
1 commit
06 Aug, 2015
2 commits
-
also, add missing .pot files for plugins
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
28 Jul, 2015
1 commit
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 ""'"
23 Jul, 2015
1 commit
20 Jul, 2015
1 commit
02 Jun, 2015
1 commit
01 Jun, 2015
1 commit
08 May, 2015
1 commit
-
Conflicts: app/views/content_viewer/_article_toolbar.html.erb plugins/video/views/content_viewer/video_plugin/_video.html.erb