22 Mar, 2016

5 commits

  • Braulio Bhavamitra
     
  • sniffer: drop sniffer_plugin_profiles table
    
    Changed pulled from ESCAMBO
    
    See merge request !809
    Braulio Bhavamitra
     
  • plugin-hotspot: dinamic hotspot for models callbacks
    
    With this, every model that includes Noosfero::Plugin::HotSpot will
    provide callbacks hotspots for plugins to answer. The current callbacks
    included are {after,before}_{create,destroy,save}.
    
    So if a plugin wants to do something on a comment after_save, it should
    define a hotspot somewhat like this:
    
      def comment_after_save_callback(comment)
        <code-goes-here>
      end
    
    Obviously, the callback provides the object in context as parameter.
    
    This will replace the problematic common practice of creating a
    lib/ext/my_model.rb and injecting the callbacks inside the class which
    bypass the enabled plugins logic.
    
    Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    
    See merge request !810
    Rodrigo Souto
     
  • Removes date fields format customization
    
    Aims to fix a bug where the _datepicker_ component was not able to correctly retrieve the date displayed in the text field due format compatibility. Since there is no reliable way to convert the formats (used by `strftime` and the _datepicker_), the option to customize the date format was removed from the `date_field` and `date_range_field` helpers.
    
    See merge request !811
    Rodrigo Souto
     
  • API Improvements
    
    this MR is the same of !801 with some updates:
    * updated with master
    * added missing ruby-api-pagination dependency
    
    See merge request !815
    Rodrigo Souto
     

21 Mar, 2016

5 commits


18 Mar, 2016

1 commit


17 Mar, 2016

6 commits


16 Mar, 2016

12 commits


15 Mar, 2016

11 commits