22 Mar, 2011

2 commits


02 Mar, 2011

1 commit


27 Jan, 2011

2 commits


16 Dec, 2010

1 commit


07 Dec, 2010

1 commit


26 Oct, 2010

1 commit


21 Oct, 2010

1 commit


04 Oct, 2010

2 commits


20 Sep, 2010

1 commit


11 Sep, 2010

2 commits


10 Sep, 2010

2 commits

  • * Environment admin can send e-mail to all environment users
      * Community admin can send e-mail to all community members
      * Added migrate to create mailing
      * Added job to send mailing
    
    (ActionItem1659)
    Daniela Feitosa
     
  •   * Rewrite ProfileListBlock logic to become simpler and faster
      * Rewrite membership logic to use named scopes instead of loading the
        entire list and doing filters with Ruby code.
      * Moved Noosfero-specific membership logic from access control plugin to
        Noosfero models.
      * Removed useless tests
      * Fixed tests that assumed the slow implementation
    Antonio Terceiro
     

15 Aug, 2010

1 commit


14 Aug, 2010

1 commit


12 Aug, 2010

1 commit


11 Aug, 2010

1 commit


06 Aug, 2010

1 commit


23 Jul, 2010

1 commit


22 Jul, 2010

1 commit


17 Jul, 2010

1 commit


28 Jun, 2010

1 commit

  • * A lot of environment methods were not using settings_items in yours
      definition. In some cases use the code settings_items instead of
      define the method entirelly is more appropriated
    * The method boxes_limit was defined using LayoutTemplate? class in one
      case and in the other case, using the database.
    
    (ActionItem1568)
    Leandro Santos
     

15 Jun, 2010

1 commit


14 Jun, 2010

1 commit


05 Jun, 2010

1 commit


12 May, 2010

1 commit

  • * The field verification now occurs before de validation.
    	* Fields that uses the full filter escape residual '<' and '>' after
    	  filtering wellformed tags.
    	* Fields that uses white_list filter only escape the '<' and '>'
    	  symbols if the tag is not wellformed.
    	* This patch only fixes the fields that were before being
    	  filtered. A full field verification is need to check the way each
    	  field must be filtered.
    
    (ActionItem1491)
    Rodrigo Souto
     

26 Mar, 2010

3 commits


17 Mar, 2010

1 commit


05 Mar, 2010

1 commit


05 Feb, 2010

1 commit


02 Feb, 2010

2 commits


01 Feb, 2010

1 commit


29 Jan, 2010

1 commit


20 Jan, 2010

1 commit

  •   * Added migration to add visible to profiles
      * Some improvements on profile screen
      * A private profile displays a different profile screen
        * added profile image, name, description and message
        * added link to join if profile is a community
        * added link to "add friend" if profile is a person
      * Added description in profile
      * Added field description to organization and person form
      * Removed link and added button on not_found page
      * Added css for not access_denied message
      * Changed css for flash messages
      * Recent articles doens't list private profile's articles
      * Private profiles are listed on blocks and searches
      * Invisible profiles are never listed
      * Join community popup will be displayed if profile is private
      * Join community popup will not be displayed if profile is invisible
      * If an organization is private, it is also closed
    Daniela Feitosa