15 Jul, 2013

1 commit


27 Feb, 2012

2 commits


21 Dec, 2011

1 commit

  • The fact that tables matching /_plugin_/ were being excluded from
    db/schema.rb broke the tests, because the test database was being
    created without the necessary tables. And db/schema.rb was already not
    left untouched anyway, since several plugins add columns to existing
    Noosfero tables ...
    Antonio Terceiro
     

18 Oct, 2011

1 commit


16 Oct, 2011

1 commit


04 Oct, 2011

1 commit


06 Jan, 2011

1 commit


04 Jan, 2011

1 commit

  • 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