24 May, 2016
3 commits
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
api: add endpoint to update profiles See merge request !937
23 May, 2016
5 commits
-
It also depends on models from app, and lib can't depend on app
-
create the possibility to change theme by url parameter See merge request !936
22 May, 2016
1 commit
20 May, 2016
12 commits
-
AddMemberTask explanation message Adds explanation field to reject details in add member task See merge request !921
-
Added remove article in API See merge request !920
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
Adds url prefix to files link ContetViewerController wasn't generating the full URL to uploaded files (omitting the prefix, if it exists) See merge request !932
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
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
8 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.