23 Feb, 2016

1 commit

  • Also rewriting the file visualization to work consistently with every
    file type. Here is the overall basic behavior now:
    
      * If the request is passed with view=true, content is displayed
        as an article content.
        * If the file has an inline visualization (like images) it's already
          displayed.
        * If not, a download link is displayed.
      * If the request is passed with view=false, the file is provided
        straight, without any noosfero layout being loaded.
    
      * If the file is private:
        * And the user accesses its public filesystem path, apache (this is
          done by noosfero-apache) will redirect the request to rails
          path so that the rails server will provide it considering
          appropriate permissions.
        * And the user accesses its rails path, rails server will provide as
          well.
      * If the file is public:
        * And the user accesses its public filesystem path, apache will
          provide the file.
        * And the user accesses its rails path, rails server will redirect
          to its public filesystem path so that apache provides the file.
    Rodrigo Souto
     

22 Feb, 2016

4 commits


18 Feb, 2016

1 commit


16 Feb, 2016

1 commit


11 Feb, 2016

2 commits


05 Feb, 2016

1 commit


04 Feb, 2016

1 commit


02 Feb, 2016

2 commits


28 Jan, 2016

2 commits


26 Jan, 2016

2 commits


21 Jan, 2016

1 commit

  • The standard gettext:po:update task is leaving duplicated strings in the
    PO files, what breaks a few gettext-related tools. So after calling
    gettext:po:update, we will normalize the PO files by removing duplicated
    strings.
    Antonio Terceiro
     

19 Jan, 2016

3 commits


18 Jan, 2016

3 commits


12 Jan, 2016

1 commit


06 Jan, 2016

1 commit


05 Jan, 2016

1 commit


30 Dec, 2015

1 commit


28 Dec, 2015

2 commits


16 Dec, 2015

1 commit


09 Dec, 2015

1 commit


20 Nov, 2015

1 commit


18 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
     

13 Nov, 2015

5 commits

  • Leandro Santos
     
  • Fix cache_key expiration on image uploaded in articles
    
    Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
    
    See merge request !717
    Antonio Terceiro
     
  • Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    Thiago Ribeiro
     
  • Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Rodrigo Souto
     
  • - Add several endpoints
    - Add some API documentation
    - Fix plugins API hotspot
    
    Signed-off-by: Victor Costa <vfcosta@gmail.com>
    Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com>
    Signed-off-by: Evandro Junior <evandrojr@gmail.com>
    Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
    Signed-off-by: Caio SBA <caio@colivre.coop.br>
    Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com>
    Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br>
    Signed-off-by: Aurelio A. Heckert <aurelio@colivre.coop.br>
    Signed-off-by: Evandro Magalhaes Leite Junior <evandro.leite@serpro.gov.br>
    Signed-off-by: Marcelo Júnior <maljunior@gmail.com>
    Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br>
    Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
    Signed-off-by: ABNER SILVA DE OLIVEIRA <abner.oliveira@serpro.gov.br>
    Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    Marcos Pereira
     

12 Nov, 2015

1 commit