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
     

11 Jul, 2013

1 commit


31 Aug, 2012

1 commit


03 Jul, 2012

1 commit

  • Duplicated comments when it has answers
    Displaying comment title
    Fixed avatar images on comment
    Article title far from article lead
    Only displaying 1000 cahrs
    Creating activities on communities feed
    Fixes on rightbar and leftbar
    Daniela Feitosa
     

17 May, 2012

2 commits


09 May, 2011

1 commit


19 Feb, 2011

1 commit


17 Dec, 2010

1 commit

  • patch attached
    
    From df266a9e69468ee74bcb38d92985fbbb46e3d14b Mon Sep 17 00:00:00 2001
    From: Aurelio A. Heckert <aurelio@colivre.coop.br>
    Date: Thu, 16 Dec 2010 21:43:53 -0300
    Subject: [PATCH] Beautify themes list page
    Aurelio A Heckert
     

04 Oct, 2010

1 commit


17 Jul, 2010

1 commit


11 May, 2010

1 commit


02 Sep, 2008

1 commit

  • We are calling "template" the disposition of the main screen area. In other
    words, a template is the disposition of columns. Currently there are three
    templates:
    
        * default: left and right columns + main area
        * leftbar: main area + left column
        * rightbar: main area + right column
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2439 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro