05 Jan, 2016

1 commit


29 Dec, 2015

1 commit


28 Dec, 2015

1 commit


18 Dec, 2015

1 commit


15 Dec, 2015

2 commits


09 Dec, 2015

1 commit


01 Dec, 2015

2 commits


30 Nov, 2015

1 commit


23 Nov, 2015

1 commit

  • Custom fields can be added to any profile through the admin panel
    in the 'Fields' section. They have the same behaviour as the current
    Noosfero's fields (active, signup, required and privacy).
    
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com>
    Signed-off-by: Joenio Costa <joenio@colivre.coop.br>
    Signed-off-by: Macartur de Sousa <macartur.sc@gmail.com>
    Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Marcos Pereira
     

20 Nov, 2015

1 commit


19 Nov, 2015

3 commits

  • Conflicts:
    	app/models/article.rb
    	app/models/comment.rb
    Victor Costa
     
  • Article archived/readonly
    
    This is a new feature to **freeze/archive** on specific article to avoid that a user perform some actions:
    
    - Deny **associate** children articles to archived folders
    - Not allow **vote** to a archived article and your comments
    - Not allow create **new comments**
    - Not count **hits (visualizations)** to a archived article
    
    - Refactory visual aspects into **Visibility** and **Options** sections on create/edit articles
    
    ![visibilit-options](https://softwarepublico.gov.br/gitlab/uploads/noosferogov/noosfero/da89293d37/visibilit-options.png)
    
    - Shows a warning message if a article or their parent is archived
    
    ![archived-article](https://softwarepublico.gov.br/gitlab/uploads/noosferogov/noosfero/8886c421fe/archived-article.png)
    
    So, if you have new actions that were not described here, please give me a feedback and I will implement this :)
    
    See merge request !2
    Victor Costa
     
  • Victor Costa
     

17 Nov, 2015

1 commit

  • Conflicts:
    	Gemfile
    	Rakefile
    	app/controllers/box_organizer_controller.rb
    	app/controllers/my_profile/tasks_controller.rb
    	app/controllers/public/profile_controller.rb
    	app/mailers/user_mailer.rb
    	app/models/article.rb
    	app/models/person.rb
    	app/models/product_category.rb
    	app/models/task.rb
    	config/application.rb
    	config/routes.rb
    	lib/acts_as_having_settings.rb
    	lib/noosfero/api/entities.rb
    	lib/noosfero/api/helpers.rb
    	lib/noosfero/api/session.rb
    	lib/noosfero/api/v1/articles.rb
    	lib/noosfero/api/v1/contacts.rb
    	lib/noosfero/api/v1/search.rb
    	lib/noosfero/api/v1/users.rb
    	test/functional/tasks_controller_test.rb
    	test/unit/api/articles_test.rb
    	test/unit/api/helpers_test.rb
    	test/unit/api/people_test.rb
    	test/unit/api/search_test.rb
    	test/unit/api/session_test.rb
    	test/unit/api/users_test.rb
    	test/unit/person_notifier_test.rb
    	test/unit/task_test.rb
    	vendor/plugins/access_control/lib/acts_as_accessible.rb
    Victor Costa
     

16 Nov, 2015

1 commit


12 Nov, 2015

2 commits


10 Nov, 2015

1 commit


03 Nov, 2015

3 commits


28 Oct, 2015

1 commit


13 Oct, 2015

3 commits


07 Oct, 2015

1 commit

  • Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com>
    Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
    Signed-off-by: Jessica Cristina <jessica.cris1127@gmail.com>
    Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Simiao Carvalho
     

03 Oct, 2015

1 commit


02 Oct, 2015

6 commits


01 Oct, 2015

1 commit

  • Also %s/will_paginate/pagination_links to use the default on forum, blog
    and cms
    
    Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Signed-off-by: Melissa Wen <melissa@colivre.coop.br>
    Daniela Feitosa
     

30 Sep, 2015

1 commit


29 Sep, 2015

1 commit


26 Sep, 2015

1 commit


24 Sep, 2015

1 commit

  • Additional improvements include:
    
    - Makes 'Remove Image' checkbox optional
    - Very ugly css hack to hide duplicated labels in some forms. I couldn't
    find another way to avoid the labels generated by labelled_form_for nor
    could I skip adding labels inside the helper since it's supposed to be
    generic.
    Larissa Reis