11 Feb, 2015

2 commits


10 Feb, 2015

1 commit


09 Feb, 2015

1 commit


03 Feb, 2015

4 commits


30 Jan, 2015

2 commits


28 Jan, 2015

2 commits

  • Google Maps lib was being loaded on every submit. I moved the include to
    the search page, outside the search content.
    Rodrigo Souto
     
  • When acessing Noosfero through a properly configured HTTPS setup, all
    links will now be generated with https (or without an explicit
    protocol and will just work).
    
    Links generated outside of the scope of a request (models, mailers etc)
    will still use http://. That can be fixed by a localized change to
    Environment#top_url, but for now I expect everyone using HTTPS to have a
    proper HTTP -> HTTPS redirection mechanism.
    Antonio Terceiro
     

22 Jan, 2015

1 commit


21 Jan, 2015

1 commit

  • Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Gabriela Navarro
     

14 Jan, 2015

2 commits


13 Jan, 2015

1 commit


08 Jan, 2015

1 commit


19 Dec, 2014

1 commit


04 Dec, 2014

1 commit


03 Dec, 2014

1 commit


20 Nov, 2014

8 commits


27 Oct, 2014

1 commit


24 Oct, 2014

1 commit


20 Oct, 2014

1 commit


13 Oct, 2014

1 commit


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
     

09 Oct, 2014

1 commit

  • Also displays every field that is not defined in any category in the
    last category called "General". Fields are now easily moved between
    categories and categories a easily created.
    
    Fields html generation centered in only one method and the field name
    and value are customizable through methods.
    
    Fix #14
    Rodrigo Souto
     

07 Oct, 2014

1 commit


18 Sep, 2014

1 commit


08 Sep, 2014

1 commit

  • Conflicts:
    	app/controllers/application_controller.rb
    	app/controllers/my_profile/memberships_controller.rb
    	app/controllers/public/account_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/helpers/token_helper.rb
    	app/views/account/signup.html.erb
    	app/views/layouts/_javascript.html.erb
    	db/schema.rb
    	test/functional/application_controller_test.rb
    Rodrigo Souto
     

25 Aug, 2014

2 commits