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
2 commits
-
- 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
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
4 commits
-
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.
27 Apr, 2016
7 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
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
26 Apr, 2016
1 commit
-
this fixes some issues introduced by !859 closes #193
25 Apr, 2016
3 commits
-
This also fixes shopping_cart tests
-
Currently translated at 17.0% (14 of 82 strings)
22 Apr, 2016
5 commits
-
Run api tests in plugins See merge request !870
-
Fixing html_safe for noosfero This MR treats of Noosfero's safe strings (with html_safe), because at the moment Noosfero treats all strings as safe, which allows users to inject malicious code. See merge request !859
-
Anticipating a pattern from Rails 5
21 Apr, 2016
1 commit
-
Currently translated at 71.6% (43 of 60 strings)
19 Apr, 2016
1 commit
-
spaminator: replaces progressbar with ruby-progressbar spaminator plugin complains about missing gem. progressbar is not maintained anymore and debian now packages only ruby-progressbar, so i replaced progressbar with ruby-progressbar on spaminator plugin. See merge request !857
18 Apr, 2016
3 commits
-
progressbar is not maintained anymore and debian now packages only ruby-progressbar
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Costa <vfcosta@gmail.com>
16 Apr, 2016
2 commits
-
Those were not covered and were necessary in order to give confidence about the previous refactor correctness.
-
The view rendering has been removed from the model and now relies on the structure at BoxesHelper. This improves MVC compliance.
15 Apr, 2016
4 commits
13 Apr, 2016
1 commit
-
- Avoid create comments, associate children articles and perform votes on archived articles - Update db/schema -Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> -Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com> -Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> (cherry picked from commit 144d608f15e2864e8053d384e871699d314a9283)
12 Apr, 2016
1 commit
-
Refactor profile_description_block plugin The view code generation has been moved from the model into a view thus respecting MVC. See merge request !849
11 Apr, 2016
2 commits
-
The view code generation has been moved from the model into a view thus respecting MVC.
-
The HTMl generation has been removed from the model and should get handled by BoxesHelper. There were no tests for the view, so some basic ones were added to assure this refactor has preserved some basic bahaviour.
08 Apr, 2016
1 commit