03 May, 2016
1 commit
-
This was commented out in order to check if the previous refactor was good to go. Once it've got working, I've forgotten about these lines.
02 May, 2016
8 commits
-
noosfero-chat: avoid psql command if postgresql is not installed See merge request !830
-
Reviews API permissions - Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes **Includes all changes introduced in !863** See merge request !867
-
- Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
-
Adds hotspot to allow custom API login method Creates hotspot that adds login alternatives for Noosfero API. Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !879
-
API: changes in article creation 1. Accept article type attribute 1. Refactor children endpoint See merge request !878
01 May, 2016
1 commit
-
Refactor sub_organizations plugin Block The method footer was an instance of a model generating HTML and thus violating MVC. This has been refactored to use the new BoxesHelper structure for view rendering. Here follows a travis build: https://travis-ci.org/rafamanzo/noosfero/builds/126868220 See merge request !883
30 Apr, 2016
5 commits
-
Refactor organization ratings This plugin has two block for which the `content` methods were remove in favour of the structure provided by `BoxesHelper`. View renames were necessary to meet the expected standards there. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/126873754 See merge request !884
-
This should improve the view readability, as mentioned by @brauliobo on MR !833.
-
This method is no longer necessary (and violates MVC) with the new structure at BoxesHelper being enough for such job. The view just required a rename to get into the standards.
-
This method is no longer necessary (and violates MVC) with the new structure at BoxesHelper being enough for such job. The view just required a rename to get into the standards.
-
The method footer was an instance of a model generating HTML and thus violating MVC. This has been refactored to use the new BoxesHelper structure for view rendering.
28 Apr, 2016
1 commit
27 Apr, 2016
24 commits
-
Move products into a plugin See merge request !869
-
This will many further improvements to the products, such as: - Interaction with other plugins such as suppliers, stock and currencies. The inteface can change in such a way that if done usings hotspots would hurt usability and coherence. - More autonomy to develop and integrate other features (in the next months we will integrate batch edition and stock, currencies might come next) - More declouping from core and other components
-
It now relies on the BoxesHelper rendering structures which improve MVC compliance by decoupling HTML generation from the model.
-
It now relies on the BoxesHelper rendering structures which improve MVC compliance by decoupling HTML generation from the model.
-
This method generates HTML and belongs into a Helper improving MVC compliance.
-
Refactor recent content plugin This complies with the new block rendering strategy based on BoxesHelper. New tests were added in order to ensure the behaviour has been preserved. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/123566945 See merge request !856
-
Fixes pluralization of search results string See merge request !872
-
Some API methods unlocked for visitor Enable visitor to browser some of the API methods See merge request !863