21 Jan, 2015
8 commits
-
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.
-
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>
-
- 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>
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
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>
-
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>
-
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)
25 Feb, 2014
1 commit
17 Dec, 2013
1 commit
-
Fix problem when calling content types plugin hotspot outside of a profile. This is needed by community track plugin to display available content types for selection at step edition.
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
26 Aug, 2013
1 commit
-
AI2770
07 Nov, 2012
1 commit
-
* Must fix the class calls commented on Article class
29 Oct, 2012
1 commit
25 Oct, 2012
1 commit
24 Oct, 2012
1 commit
-
* Adding the button to add the new content in the cms including the name, description and icon.