07 Jan, 2014

1 commit


16 Dec, 2013

2 commits


28 Nov, 2013

2 commits

  • This fixes creating databases with UTF-8 encoding by default
    Antonio Terceiro
     
  • Show events by month
    Event list now only show 10 events when listing events for month
    (events for a day still listing all events)
    Add information on indefined place
    Enhance layout
    
    (ActionItem2587)
    
    Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br>
    Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
    Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com>
    Signed-off-by: Leandro Alves <leandrosustenido@gmail.com>
    Signed-off-by: Tales Martins <tales.martins@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by; Gabriela Navarro <navarro1703@gmail.com>
    Paulo Meireles
     

16 Nov, 2013

1 commit


24 Oct, 2013

1 commit


01 Oct, 2013

1 commit


18 Sep, 2013

1 commit


16 Sep, 2013

1 commit

  • Configuration is done in config/noosfero.yml, key `max_upload_size`.
    Supported value formats: 1KB, 1MB, 1GB, 1TB. MB is the default if the
    unit is omitted.
    
    5MB is still the default and will be used in case no configuration -- or
    an invalid value -- is supplied.
    
    Based on the original implementation proposal by Aurélio A. Heckert at
    https://gitorious.org/noosfero/noosfero/merge_requests/345
    
    ActionItem1780
    Antonio Terceiro
     

19 Aug, 2013

1 commit


12 Jul, 2013

1 commit


08 Jul, 2013

1 commit


28 Jun, 2013

1 commit


27 Jun, 2013

1 commit


12 Apr, 2013

1 commit


20 Feb, 2013

1 commit


30 Nov, 2012

1 commit


25 Oct, 2012

1 commit


21 Oct, 2012

1 commit


07 Oct, 2012

1 commit


13 Sep, 2012

1 commit


11 Sep, 2012

1 commit


05 Sep, 2012

1 commit


31 Aug, 2012

1 commit


24 Aug, 2012

2 commits


23 Aug, 2012

1 commit


21 Aug, 2012

2 commits


22 Jul, 2012

4 commits


19 Jul, 2012

1 commit

  • Conflicts:
    	app/models/article.rb
    	app/models/profile.rb
    	app/models/uploaded_file.rb
    	public/javascripts/application.js
    	public/stylesheets/application.css
    	test/unit/article_test.rb
    	test/unit/category_finder_test.rb
    	test/unit/enterprise_test.rb
    Daniela Feitosa
     

18 Jul, 2012

2 commits


05 Jul, 2012

1 commit

  •   * Every class now can declare that it is able to inlcude hotspots by
        declaring 'acts_as_having_hotspots'. It's important to note that
        every class that have hotspots must define an instance method named
        'environment' that returns the environment associated with the
        instance.
    
      * Now the enabled_plugins method is centralized in the Thread.current
        making the plugins instantiation happen only once by Thread. Every
        request reinstantiate the plugins since every request creates a new
        Thread. The models that access this method only instantiate it if it
        wasn't instantiated already.
    
      * Since the models doesn't reinstantiate the plugins in the same
        Thread and the tests run in only one Thread, the tests that have
        some plugin stuff must clean the instantiation in the teardown.
    Rodrigo Souto
     

27 Jun, 2012

1 commit


24 May, 2012

1 commit