06 Jul, 2010

1 commit


15 Jun, 2010

1 commit


14 Jun, 2010

4 commits


05 Jun, 2010

3 commits


25 May, 2010

1 commit


20 May, 2010

1 commit


18 May, 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
     

28 Apr, 2010

2 commits


16 Apr, 2010

2 commits

  • (ActionItem1478)
    Rodrigo Souto
     
  • * The registration has two validation type: region and admin.
    		+ Admin
    			- There is no validator to choose.
    			- The regions to choose are states (This might be changed
    			  in the future).
    			- The admins of the environment recieves the task to approve
    			  the registration of this new enterprise.
    			- The region field isn't displayed.
    		+ Region
    			- If there isn't any validator, shows a message that it's
    			  not possible to register any enterprise and don't show the
    			  form.
    			- Show only the regions where is registered at least one
    			  validator.
    			- The region field is displayed.
       	* The required fields are highlithed.
    	* The fields that are active or required are set through the
    	  administration panel.
    	* Only the fields name and identifier are always required.
       	* After registering a new enterprise, the user is set as an admin of
       	  it.
       	* The cancel button in the register form is working properly.
       	* In the "Validator" step, the radio button is choosing a default
       	  option.
       	* Cancel radio_button in the task validation has a "Rejection
       	  Explanation" field that is required.
       	* Some navigation buttons added.
       	* Changed some buttons to labelled buttons.
    	* The "Register a new enterprise" button is an admin option.
    
    (ActionItem1482)
    Rodrigo Souto
     

05 Apr, 2010

1 commit

  • Besides being faster, consumming less memory, and being thread-safe,
    fast_gettext's approach is cleaner than Ruby-GetText's because it does not
    mess with the Rails internals. That's probably due to the fact that
    fast_gettext was designed after Rails had proper I18N support, so that's
    not exactly Ruby-GetText's fault. Current versions of Ruby-GetText are
    claimed to be thread-safe as well, but I decided to go with fast_gettext
    regardless.
    
    I am messing with the Rails internals myself by copying some code from
    Ruby-Gettext, but that code will be dropped when we upgrade to a more
    recent Rails version with proper I18N. Code was copied from Ruby-GetText
    to implement:
    
        * per-language cache
        * validation error messages translation
    
    During initialization, the needed .mo files installed system-wide are
    symlinked locally.  By doing this we can take "similar" locales locally
    since fast_gettext does not seem to support loading of files from similar
    locales (e.g.  loading pt_BR/LC_MESSAGES/domain.mo when
    pt/LC_MESSAGES/domain.mo is not available).
    
    This hopefully will fix the long-standing bug with messed up translations
    due to high concurrency and non-thread-safety of the version of
    Ruby-GetText in Debian Lenny.
    
    (ActionItem1315)
    Antonio Terceiro
     

26 Mar, 2010

2 commits

  • Antonio Terceiro
     
  • * This patch will centralize the logic of public/private article in
    	  the 'published' attribute.
    	* Removing the public_article attribute from the code replacing it
    	  by published.
    	* Creating two new migrations:
    		1. Setting the published attribute to false when the
    		   article has the public_article attribute false. This will grant
    		   that all the articles that aren't public now continue
    		   unpublished.
    		2. Removing the public_article attribute from the schema.
    Rodrigo Souto
     

24 Mar, 2010

1 commit


15 Mar, 2010

1 commit


05 Mar, 2010

1 commit


26 Feb, 2010

1 commit


08 Feb, 2010

1 commit


05 Feb, 2010

3 commits


02 Feb, 2010

2 commits


01 Feb, 2010

1 commit


29 Jan, 2010

1 commit


20 Jan, 2010

2 commits

  •   * 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
     
  • Conflicts:
    
    	po/de/noosfero.po
    	po/pt/noosfero.po
    Antonio Terceiro
     

18 Jan, 2010

1 commit

  • 	* Not allowing people to signup without a name
    	* Adding a migrate to set identifier as name for people that are already without a name
    	* Changing the field "Full Name" to "Name" and to become red when not filled
    	* Adding new db:schema
    
    (ActionItem1352)
    Rodrigo Souto
     

13 Jan, 2010

1 commit


04 Jan, 2010

1 commit


30 Dec, 2009

2 commits


04 Dec, 2009

1 commit