26 Jun, 2015

1 commit


25 Jun, 2015

1 commit


11 Mar, 2015

1 commit


07 Nov, 2014

1 commit


03 Nov, 2014

1 commit


27 Oct, 2014

1 commit


13 Oct, 2014

1 commit

  • Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
    Signed-off-by: Parley Martins <parley@outlook.com>
    Arthur Esposte
     

10 Oct, 2014

1 commit

  • - Remove absolute URL's from stylesheets and javascripts
    - Handle prefix in LinkListBlock
    - add Noosfero.root method as a central data source
    
    The application server needs to be started with the
    RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix.
    
    In development, this can be tested with
    
      # assuming /social prefix
      $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start
    
    For production, see INSTALL.md
    Antonio Terceiro
     

25 Sep, 2014

1 commit


12 Sep, 2014

8 commits


11 Sep, 2014

4 commits


09 Sep, 2014

2 commits


03 Sep, 2014

1 commit


21 Aug, 2014

2 commits


20 Aug, 2014

1 commit

  • When a system that has plugin X enabled gets upgraded to a version where
    plugin X has been promoted to be a base plugins (i.e. a symlink in
    baseplugins/), `rake db:migrate` would blow up with
    
      Multiple migrations have the version number 12345678901234
    
    Note that we probably don't need to do this deduplication everywhere
    else, because the Ruby $LOAD_PATH already works by giving prioriry to
    the first path that is found.
    Antonio Terceiro
     

15 Aug, 2014

5 commits


11 Aug, 2014

2 commits


08 Aug, 2014

1 commit


07 Aug, 2014

1 commit

  • Hopefully this is the very last time we do this.
    
    Conflicts:
    	Rakefile
    	app/controllers/my_profile/cms_controller.rb
    	app/controllers/public/content_viewer_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/content_viewer_helper.rb
    	app/models/article.rb
    	app/models/enterprise.rb
    	app/models/product_categories_block.rb
    	app/models/products_block.rb
    	app/views/account/_signup_form.rhtml
    	app/views/blocks/my_network.rhtml
    	app/views/blocks/profile_info.rhtml
    	app/views/blocks/profile_info_actions/_community.html.erb
    	app/views/blocks/profile_info_actions/_enterprise.html.erb
    	app/views/blocks/profile_info_actions/_person.html.erb
    	app/views/content_viewer/view_page.rhtml
    	app/views/profile/index.rhtml
    	app/views/shared/_disabled_enterprise.html.erb
    	app/views/shared/articles_list.html.erb
    	db/schema.rb
    	debian/changelog
    	lib/file_presenter.rb
    	lib/noosfero.rb
    	plugins/custom_forms/controllers/custom_forms_plugin_profile_controller.rb
    	plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
    	plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb
    	plugins/work_assignment/test/unit/work_assingment_plugin/work_assignment_test.rb
    	plugins/work_assignment/test/unit/work_assingment_plugin_test.rb
    	public/javascripts/application.js
    	script/sample-articles
    	script/sample-enterprises
    	script/sample-products
    	script/sample-profiles
    	test/functional/cms_controller_test.rb
    	test/functional/comment_controller_test.rb
    	test/functional/content_viewer_controller_test.rb
    	test/unit/application_helper_test.rb
    	test/unit/article_test.rb
    	test/unit/content_viewer_helper_test.rb
    	test/unit/folder_helper_test.rb
    	test/unit/forum_helper_test.rb
    Antonio Terceiro
     

04 Aug, 2014

1 commit


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
     

28 Jul, 2014

1 commit

  • - process plugins in alphabeticall order, so when watching the console
      output, one can know at which point of the execution we are.
    - run all tests of a given type (unit, functional etc) for a single
      plugin together. On my machine this brings the total run time from
      ~34min down to ~20min.
    Antonio Terceiro
     

24 Jul, 2014

1 commit