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
     

05 Nov, 2015

2 commits


24 Jul, 2015

2 commits


04 Aug, 2014

1 commit


30 Jan, 2014

1 commit


22 Jan, 2014

1 commit


26 Sep, 2013

2 commits


25 Dec, 2012

1 commit


24 Dec, 2011

1 commit


10 Dec, 2010

1 commit


09 Dec, 2010

1 commit


07 Dec, 2010

1 commit


26 Aug, 2010

1 commit


11 Aug, 2010

1 commit


06 Aug, 2010

1 commit


14 May, 2010

1 commit

  • * Modularized RSS link in head code; added add_rss_feed_to_head helper
        method
    * Modularized RSS generation in FeedWriter class
      + Refactored RssFeed to use FeedWriter
      + removed feed_item_description (this fixes ActionItem1463)
    
    (ActionItem1518)
    Antonio Terceiro
     

05 Mar, 2010

1 commit


21 Jul, 2009

1 commit


20 May, 2009

1 commit


16 Mar, 2009

1 commit


23 Jan, 2009

1 commit


15 Dec, 2008

1 commit


15 May, 2008

1 commit


23 Apr, 2008

1 commit


18 Apr, 2008

1 commit


22 Feb, 2008

1 commit


28 Dec, 2007

4 commits


27 Dec, 2007

6 commits


21 Dec, 2007

1 commit