24 Jul, 2015

1 commit

  • Use these two commands inside vim:
    :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g"
    :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
    Braulio Bhavamitra
     

01 Jun, 2015

1 commit


13 May, 2015

1 commit


24 Apr, 2015

1 commit


05 Mar, 2015

1 commit


02 Feb, 2015

1 commit


20 Jan, 2015

1 commit

  • Fix access to plugin administration pages
    
    Users can access plugin administration pages (e.g. /admin/plugin/vote) even if they aren't environment administrators.
    
    This MR create a new base controller for plugins that protects by default against improper access for these pages.
    
    See merge request !417
    Antonio Terceiro
     

19 Jan, 2015

1 commit


15 Jan, 2015

2 commits


29 May, 2014

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
     

09 Oct, 2012

1 commit


18 Dec, 2011

2 commits