10 May, 2016
6 commits
-
comment_paragraph: add discussion content type See merge request !903
09 May, 2016
2 commits
-
Currently translated at 13.4% (11 of 82 strings)
08 May, 2016
2 commits
07 May, 2016
1 commit
-
It is no longer necessary given the new BoxesHelper structure. This just required a view rename in order to properly work with it.
06 May, 2016
1 commit
-
Currently translated at 100.0% (72 of 72 strings)
05 May, 2016
5 commits
-
- Added notifications for Organizations; - Only the profile admin can create them; - show_only_in_homepage option here works with profile homepage; - Rename plugin to be more consistent with new features; - Old plugin folder still exists, so old users can switch automatically when migrating; - If you want to start using it, activate "admin_notifications" plugin instead of "environment_notification" - Adds plugin namespace to tables, classes and modules; Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Lucas Severo <lucassalves65@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
Fix top_ancestor of root categories The root categories are created with "blank" as ancestry, not with nil. And should return itself when calling "top_ancestor". See merge request !880
-
metadata: Use lead instead of body for description Most social networks limit the description length so it's not necessary to put the whole article body in the description meta tag so we use the lead instead. Also if the article is reasonably long, the user could be unable to share it, getting a "Request-URI Too Large" error. See merge request !873
04 May, 2016
1 commit
03 May, 2016
5 commits
-
Refactor video plugin This puts the plugin in the standards set by BoxesHelper, improve test coverage and remove an unused view. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/127621024 See merge request !891
-
This is no longer necessary as this logic is now at BoxesHelper. In order to ensure a proper refactor unit tests were added and the view has been moved and renamed accordingly to BoxesHelper expectations.
-
It was added probably just to keep the structure but is not used anywhere and removing it has not broken any tests.
-
This method is no longer necessary given the structure at BoxesHelper. It actually violates MVC as the model is holding view logic. In order to comply with the BoxesHelper standards, the view got moved and renamed properly. As well one unit test has been removed as it is already better covered by the functional ones.
-
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
8 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>
-
The root categories are created with "blank" as ancestry, not with nil. And should return itself when calling "top_ancestor".
26 Apr, 2016
2 commits
-
Most social networks limit the description length so it's not necessary to put the whole article body in the description meta tag so we use the lead instead. Also if the article is reasonably long, the user could be unable to share it, getting a "Request-URI Too Large" error.
-
this fixes some issues introduced by !859 closes #193