27 Apr, 2016
24 commits
-
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
-
Archived and Followed articles API improvements - Adds archived to article API entity; - Adds tests to archived and followed articles; - Adds archived validation to vote; - Limits article children; Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br> Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> See merge request !855
-
API - Comments within articles Adds comments field to articles API entity when the http request includes show_comments parameter. See merge request !858
-
Adds delete endpoint to profiles API Adds delete endpoint do profiles API. The endpoint checks if the logged user has permission to do so, and returns forbidden otherwise. Returns 404 if target is not found. See merge request !860
-
Profile header and footer exposed in api See merge request !877
26 Apr, 2016
13 commits
-
Environment api refactoring Fixed environment endpoint data See merge request !874
-
this fixes some issues introduced by !859 closes #193
25 Apr, 2016
3 commits
-
See http://stackoverflow.com/a/9470948/670229 and https://github.com/rails/rails/issues/1555
-
This also fixes shopping_cart tests