17 May, 2016
2 commits
-
Conflicts: app/models/add_member.rb
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
16 May, 2016
13 commits
-
(cherry picked from commit 18589b83f421fd4b3f6680125e336b1e4cd64dc5)
-
(cherry picked from commit 06d7abf4db251643c6a1bf644dc667190c65320a)
-
Fixes ActiveRecord relations for descendants Temporary fix, waiting for original fix to be merged. Original author: Jon Moss Merge Request: https://github.com/rails/rails/pull/24719 Issue: https://github.com/rails/rails/issues/20678 See merge request !914
-
Improvements to tags API * Get environment tags * Require authentication only to post article tags * Tests for the whole tags API See merge request !918
-
Temporary fix, waiting for original fix to be merged. Original author: Jon Moss Merge Request: https://github.com/rails/rails/pull/24719 Issue: https://github.com/rails/rails/issues/20678 Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
…entication and implementing tests for the tags API
-
Move api to app/api `lib` can't depend on `app`, just the opposite. See merge request !917
15 May, 2016
1 commit
14 May, 2016
12 commits
-
This fix the development reloads
-
Refactor event plugin This removes HTML generation from the model improving the MVC compliance. See merge request !915
-
This method fits bteer into a helper since it is formatting data for the view.
-
It is no longer necessary given the rendering structure at BoxesHelper.
-
This removes some HTML generation from the model class.
13 May, 2016
12 commits
-
admin_notifications: ActiveRecord::Base to ApplicationRecord See merge request !909
-
Remove cube-responsive theme as it doesn't work See merge request !904
-
Remove ProfileMembersHeadlinesBlock#content This method was in violation of MVC principles and its logic is now handled by the BoxesHelper. Minor adaptations to the view and a rename were required in order to meet BoxesHelper expectations. See merge request !908
-
Remove TourBlock#content This method was in violation of MVC principles and its logic is now handled by the BoxesHelper. See merge request !907