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
1 commit
-
progressbar is not maintained anymore and debian now packages only ruby-progressbar
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
07 Apr, 2016
1 commit
-
fixes community track plugin Signed-off-by: Evandro Magalhaes Leite Junior <evandro.leite@serpro.gov.br> Signed-off-by: Gustavo Jaruga <darkshades@gmail.com> Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Costa <vfcosta@gmail.com> See merge request !816
06 Apr, 2016
5 commits
-
Enables push notification for mobile platforms using Google Cloud Message infrastructure. - Administrators can choose among all available notification - Users can activate notifications through API and GUI - Users devices MUST be registered through API to use push notifications - Other plugins can add users to be notified for each notification. - Available notifications can be found in the file "notification_settings.rb" Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Add subtitle support to the following core blocks: * my_network * profile_search * categories * highlights * slideshow * article * blog_archives * featured_products * feed_reader * link_list * location * products * profile_list * raw_html * recent_documents * tags Add subtitle support to the following plugins blocks: * community_track: track_list * container_block: container * context_content: context_content * display_content: display_content_block * event: event * gallery_block: gallery_block * organization_ratings: organization_ratings_block * people_block: people_base * profile_members_headlines: headlines * recent_content: recent_content_block * relevant_content: relevant_content_block * site_tour: tour * sniffer: interests_block Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
-
- Remove html from community_track models - Extracts update_categories to categories helper
05 Apr, 2016
1 commit
-
Signed-off-by: Evandro Magalhaes Leite Junior <evandro.leite@serpro.gov.br> Signed-off-by: Gustavo Jaruga <darkshades@gmail.com> Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Costa <vfcosta@gmail.com>
01 Apr, 2016
1 commit
-
Show posts and content based on locale and replaces post with its translation.
29 Mar, 2016
3 commits
-
Remove HTML generation from container_block plugin It now uses BoxesHelper logic instead of HTML generation within the model violating MVC. As it is a class within a module (`ContainerBlockPlugin::ContainerBlock`) `BoxesHelper` required fixes to handle the module prefix when searching for the proper view to render. Previously it would wrongly search for `blocks/container_block_plugin/container.html.erb` instead of `blocks/container.html.erb`. In case gitlab build does not start, here is the Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/118607978 See merge request !827
-
It now relies on BoxesHelper logic and thus the method got removed. As it was the only subject of unit tests, The unit tests for this class have been removed (most of the logic is tested through functional tests).
25 Mar, 2016
1 commit
-
It now uses BoxesHelper logic instead of HTML generation within the model violating MVC. As it is a class within a module (`ContainerBlockPlugin::ContainerBlock`) `BoxesHelper` required fixes to handle the module prefix when searching for the proper view to render. Previously it would wrongly search for `blocks/container_block_plugin/container.html.erb` instead of `blocks/container.html.erb`.
24 Mar, 2016
1 commit
-
Improve oauth client This MR is related to oauth-client plugin. Fix a bug in edit of providers and improve documentation. Making this plugin up-to-date. See merge request !821
23 Mar, 2016
4 commits
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
This method was producing view code from within the model which is a violation of MVC. Part of the code was extracted into the new helper and most of it became a view. This follow the standard for using BoxesHelper#render_block_footer.
-
This method was producing view code from within the model which is a violation of MVC. Part of the code was extracted into the new helper and most of it became a view. This follow the standard for using BoxesHelper#render_block_content.
22 Mar, 2016
2 commits
-
sniffer: drop sniffer_plugin_profiles table Changed pulled from ESCAMBO See merge request !809
18 Mar, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
17 Mar, 2016
1 commit
-
newsletter: search blogs also by profile's names We already allow the admin to choose any blog in the environment to feed the newsletter, however it's only possible to search a blog by its name or community's name. With this patch the admin can search for a blog either by its name or the name of the profile the blog belongs to. See merge request !706
16 Mar, 2016
4 commits
-
Now user can search for a blog either by its name or the name of the profile the blog belongs to, instead of just the blog's or community's name.
15 Mar, 2016
3 commits
-
Currently translated at 100.0% (21 of 21 strings)
-
Currently translated at 86.6% (13 of 15 strings)
-
Currently translated at 94.4% (68 of 72 strings)