08 Apr, 2016

1 commit


22 Jan, 2015

1 commit

  •  - Moved EmailContact class from ext directory to plugin scope
     - Refactored Work Assignment Plugin to accept general articles instead of only uploaded files
     - Protecting methods that are not supposed to be actions
    
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Hebert Douglas <hebertdougl@gmail>
    Tallys Martins
     

21 Jan, 2015

13 commits

  • - Changed article_extra_fields hotspot name to upload_files_extra_fields
    - Fixed some code spacing.
    - Fixed uploaded file filter on plugin class
    - Fixed after_validation filter on UploadedFile plugin extension class
    
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
    Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Hebert Douglas <hebertdougl@gmail>
    Tallys Martins
     
  • - Written tests of work_assignment cms controller.
    - Fixed failures on unit tests
    - Removed empy lines, spaces and useless code.
    - Fixing bugs on edit_visibility filters
    
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
    Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
    Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Hebert Douglas <hebertdougl@gmail>
    Dylan Guedes
     
  • - Refactored the name of the action to edit_visibility
    - Refactored edit_visibility behavior to apply privacy to also the Folder's children
    - Fixed bug on plugin content_viewer filter not passing the right path of article
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Marcos Pereira
     
  • - Added privacy button to work_Assignment uploaded files
    - Added style for privacy options
    - Applying privacy permitions on Uploaded Files
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Tallys Martins
     
  • - Removed class Person on Work Assignment Plugin.
    - Fixed rails3 file extension on functional Tests.
    - changed the email_contact 'from' to be the environment email.
    - Changed notification text field to show the user email by default
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Tallys Martins
     
  • Added default email message attribute to be sent when user choose to notify somebody.
    Refactored build_email_message method that attaches the URL of the uploaded files to the email message.
    Added Java Script to fill in the email field with  an example.
    Removed destroy action method on plugin cms controller, now using the existent in the core cms controller.
    Tallys Martins
     
  • Added filters to cms controller to send email
    Removed unecessary dispatch on cms controller
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Tallys Martins
     
  • - Removed useless view.
    - Fixed problem on page render when file error(e.g. over max size) is detected.
    - Fixed bug when no file selected.
    - Refactored dispatch on upload_files.html.erb  to have less impact on core.
    - Added java script to modify the form action to use the plugin controller on upload_files form.
    - Fixed Work Assignment not sending e-mails
    - Removing duplicated code
    - Added new dispatch on cms_controller
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Tallys Martins
     
  • Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    André Guedes
     
  • Changed html forms to rails3 pattern.
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Hebert Douglas <hebertdougl@gmail>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Hebert Santos
     
  • TODO Refactor send_email method on Work Assignment Cms controller
    
    Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    tallys
     
  • André Guedes
     
  • Added upload_files_extra_content hotspot, fixed work_assignment_form file extension,
    fixed redirections on file deletion, changed deprecated build_notification to build_contact method.
    
    Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
    Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    
    (AI2967)
    André Guedes
     

25 Feb, 2014

1 commit


17 Dec, 2013

1 commit


03 Oct, 2013

1 commit

  • The core extensions now should be created inside the folder lib/ext.
    They will automatically loaded, so no need for the requires on the
    plugin class definition file.
    
    Further information on how to use this feature here:
    http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
    Rodrigo Souto
     

26 Aug, 2013

1 commit


07 Nov, 2012

1 commit


29 Oct, 2012

1 commit


25 Oct, 2012

1 commit


24 Oct, 2012

1 commit