30 Jul, 2014

1 commit

  • Base plugins are enanbed by default and cannot be disabled at the system
    level, but can be disabled per-environment at the web UI.
    
    A part of the required changes also fix the Noosfero plugin
    infrastructure, in special migrations, on Rails 3.
    Antonio Terceiro
     

05 Jun, 2014

1 commit


04 Jan, 2011

2 commits

  • Antonio Terceiro
     
  • Done:
      * Plugin loading process
      * Infra-structure for plugins registering and event activations.
      * Three fixed routes for plugins.
      * Methods to define plugins meta-information.
      * Interface for activation and deactivation of plugins in the
        environment panel.
      * Hotspots:
        - Buttons in the control panel.
        - Tabs in the profile (including expanded_template method).
        - New attributes for profile.
      * Possibility for the plugin to add new tables.
      * Mezuro prototype.
    
    Missing:
      * Test integration.
      * Dependencies integration.
      * Possibility to add behaviours in noosfero base models.
    Rodrigo Souto