06 Mar, 2014

1 commit


17 Jan, 2014

1 commit

  • The following improvements have been made:
      - Created action that displays sub-organization and
      super organizations of a given organization.
      - Created a block that display related organizations.
      - List mother organizations to person's membership if
      he/she is member of a sub-organization.
    
    (ActionItem2499)
    (ActionItem2825)
    
    Signed-off-by: Arthur Del Esposte <athurmde@yahoo.com.br>
    Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
    Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
    Daniel
     

19 Aug, 2012

1 commit


18 Aug, 2012

1 commit


17 Aug, 2012

3 commits


15 Aug, 2012

3 commits


10 Aug, 2012

1 commit


09 Aug, 2012

3 commits


08 Aug, 2012

2 commits


07 Aug, 2012

1 commit


03 Aug, 2012

1 commit


31 Jul, 2012

1 commit


24 Jul, 2012

1 commit


19 Jul, 2012

3 commits


18 Jul, 2012

4 commits


17 Jul, 2012

1 commit


16 Jul, 2012

1 commit


15 Jul, 2012

1 commit


05 Jul, 2012

4 commits

  • Rodrigo Souto
     
  • Rodrigo Souto
     
  •   1. organization_members: allows plugins to extend the list of members of
      an organization.
    
      2. has_permission?: allows plugins to add permission to some user to
      perform some action over a profile or environment. This hotspot only
      allows plugins to expand access, not to revoke access.
    
      3. new_community_hidden_fields and
      enterprise_registration_hidden_fields: allows plugins to include new
      hidden fields in the following forms.
    
      * Also including a monkey patch to include some features from the gem
        fake_arel that requires activesupport-2.3.14 and
        activerecord-2.3.14. This them allows OR with scopes without loading
        them.
    Rodrigo Souto
     
  •   * Every class now can declare that it is able to inlcude hotspots by
        declaring 'acts_as_having_hotspots'. It's important to note that
        every class that have hotspots must define an instance method named
        'environment' that returns the environment associated with the
        instance.
    
      * Now the enabled_plugins method is centralized in the Thread.current
        making the plugins instantiation happen only once by Thread. Every
        request reinstantiate the plugins since every request creates a new
        Thread. The models that access this method only instantiate it if it
        wasn't instantiated already.
    
      * Since the models doesn't reinstantiate the plugins in the same
        Thread and the tests run in only one Thread, the tests that have
        some plugin stuff must clean the instantiation in the teardown.
    Rodrigo Souto
     

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
     

29 Jun, 2012

1 commit

  •   If ActionMailer tries to send a mail without recipient, the smtp will
      throw an syntax error. This checks whether there is a target and that
      given target has an email for notification before calling the
      TaskMailer to deliver the message.
    
      Also fixes the tests that crashed because of this new restriction and
      creates a test to this restriction.
    
    (ActionItem2370)
    Larissa Reis
     

22 Jun, 2012

1 commit


21 Jun, 2012

1 commit


05 Jun, 2012

1 commit


26 May, 2012

1 commit