12 Apr, 2016
2 commits
-
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
-
Refactored view code generation for gallery_block 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. See merge request !850
11 Apr, 2016
3 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.
09 Apr, 2016
2 commits
08 Apr, 2016
5 commits
-
Drop deprecated finders Finally (I hope) the last code from rails 2 See merge request !846
-
add patch methods to prepare callback Add patch methods to prepare callback on development mode to make delayed job works properly See merge request !845
07 Apr, 2016
7 commits
-
Improve expandable text area This is an update of !824. Closes !824 Expandable text area when you leave a big scrap in profile's wall Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macártur Sousa <macartur.sc@gmail.com> See merge request !843
-
Expandable text area when you leave a big scrap in profile's wall Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macártur Sousa <macartur.sc@gmail.com>
-
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
16 commits
-
Push Notification plugin 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> See merge request !806
-
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 field to blocks Rebase with master and fixes for merge request !776 --- Add subtitle support to the following blocks: * my_network * profile_search * categories * highlights * slideshow Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !837
-
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
3 commits
-
New feature: manage email templates This MR depends on liquid ~> 3.0.3 and this version is not available on Debian Jessie, just in testing and unstable. So, I will upload ruby-liquid (3.0.4) to Noosfero Debian Jessie archive to satisfy it. See merge request !814
-
signed-off-by: Joenio Costa <joenio@colivre.coop.br>
-
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>
04 Apr, 2016
1 commit
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
01 Apr, 2016
1 commit
-
display_content plugin: Filter content by locale Show posts and content based on locale and replaces post with its translation. See merge request !835