19 May, 2016
11 commits
-
For profiles with own domain sometimes there is no profile set, so we have to give a profile on url generation to avoid breakage here.
-
Scope plugin partials This affects RelevantContent and DislayContent plugins for which I've created unscoped partials which can conflict with ohter plugins. See merge request !931
-
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.
-
[API] Endpoit to remove comments Also fix the post comment endpoint when article does not accept comments. See merge request !930
18 May, 2016
15 commits
-
api: pass current_person in boxes endpoint See merge request !929
-
Undo block rendering workaround Plugins still relied on HTML generation from within the model. This has been refactored in terms of helpers and views requiring workaround for thoses plugins in order to work properly. Here is Travis' build: https://travis-ci.org/rafamanzo/noosfero/builds/131261438 See merge request !928
-
Plugins still relied on HTML generation from within the model. This has been refactored in terms of helpers and views requiring workaround for thoses plugins in order to work properly.
-
Refactor DisplayContentPlugin Removes HTML generation from class into views. This is the last plugin requiring such refactors allowing backports to get removed. See merge request !927
-
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.
-
Do not list boxes and blocks for users without permission in boxes endpoint See merge request !925
17 May, 2016
8 commits
-
admin_notifications: checkbox message for profile Changes "homepage" checkbox message when the notification is for a profile. See merge request !923
-
fix translation marks Moved translations from constant to method, otherwise they wont be translated. Also, fix translation marks missing for a string. See merge request !924
-
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
6 commits
-
this fixes test broken by the commit db91ca
-
(cherry picked from commit 18589b83f421fd4b3f6680125e336b1e4cd64dc5)
-
(cherry picked from commit 06d7abf4db251643c6a1bf644dc667190c65320a)