19 May, 2016
2 commits
-
By moving them into a folder we avoid possible name clashes with other plugins.
-
By moving them into a folder we avoid possible name clashes with other plugins.
18 May, 2016
3 commits
-
This takes advantage of the structure at BoxesHelper for content rendering. It improves MVC compliance.
-
This is the logic the actually belongs to the class. The remainder of content method should get refactored in terms of views and helpers.
17 May, 2016
5 commits
-
admin_notifications: checkbox message for profile Changes "homepage" checkbox message when the notification is for a profile. See merge request !923
-
Refactor RelevantContentBlock#content into views Removes the html generation coupled into the class taking advantage of BoxesHelper structure. See merge request !922
-
Removes the html generation coupled into the class taking advantage of BoxesHelper structure
-
comment_paragraph: new block that display discussions See merge request !919
16 May, 2016
9 commits
-
(cherry picked from commit 18589b83f421fd4b3f6680125e336b1e4cd64dc5)
-
(cherry picked from commit 06d7abf4db251643c6a1bf644dc667190c65320a)
15 May, 2016
1 commit
14 May, 2016
5 commits
-
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
14 commits
-
admin_notifications: ActiveRecord::Base to ApplicationRecord See merge request !909
-
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
-
Remove InterestsBlock#content method This removes html generation from the class improving MVC responsability separation. It required the creation of a new method, interests, and view move/rename. See merge request !916
-
Refactor breadcrumbs plugin The `ContentBreadcrumbsBlock` class HTML generation have been refactored (thanks @joenio) in terms of view and helper, improving MVC compliance but still missed the Controller coupling with the view and helper through the dependency for `params` variable. I'm still not 100% sure if `params` is accessible from views. Some more feedback and review on it would be welcome. Finally the unit tests have been fixed accordingly to the refactor. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/128041637 See merge request !898
12 May, 2016
1 commit
-
This removes html generation from the class improving MVC responsability separation. It required the creation of a new method, interests, and view move/rename.