19 Nov, 2015

1 commit


16 Nov, 2015

1 commit


05 Nov, 2015

3 commits


04 Nov, 2015

2 commits


28 Oct, 2015

3 commits


08 Oct, 2015

3 commits


07 Oct, 2015

3 commits

  • 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
     
  • Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
    Luciano Prestes
     
  • Favorite enterprises block footer and content fixes
    
    Before: 
    ![profile-list-block-before](https://gitlab.com/diguliu/noosfero/uploads/de95f699a4e2b081f699450229818a38/profile-list-block-before.png)
    
    After:
     ![profile-list-block-after](https://gitlab.com/diguliu/noosfero/uploads/4df324beee47ad7874af2b2bffa1b308/profile-list-block-after.png)
    
    Had to move the "view all" button to the bottom because of this problem: 
    ![view-all-problem](https://gitlab.com/diguliu/noosfero/uploads/a1e3b62eebf18b72c39034ff149de0e1/view-all-problem.png)
    
    
    See merge request !676
    Antonio Terceiro
     

06 Oct, 2015

2 commits


05 Oct, 2015

1 commit


02 Oct, 2015

8 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
     

29 Sep, 2015

2 commits


28 Sep, 2015

1 commit


26 Sep, 2015

5 commits


25 Sep, 2015

2 commits


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
     

15 Sep, 2015

1 commit

  • For some reason, tinymce is not working on production environment. After
    some investigation, we discovered that it wasn't working on production
    due to the compression of tinymce.min.js. After using the non-minified
    version, the problem was solved.
    
    We also upgraded to 4.2.5.
    Rodrigo Souto