26 Jan, 2015

1 commit


28 Oct, 2014

2 commits


11 Aug, 2014

1 commit


24 Jun, 2014

1 commit


15 Jun, 2014

1 commit


14 Jun, 2014

1 commit


05 Jun, 2014

2 commits


13 May, 2014

1 commit

  • Conflicts:
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/models/community.rb
    	app/models/enterprise.rb
    	app/models/product_category.rb
    	app/views/account/change_password.html.erb
    	config/boot.rb
    	config/environment.rb
    	config/routes.rb
    	lib/noosfero/plugin.rb
    	test/unit/enterprise_activation_test.rb
    	test/unit/person_notifier_test.rb
    Rodrigo Souto
     

04 Apr, 2014

1 commit


31 Jan, 2014

1 commit


06 Jan, 2014

1 commit


09 Oct, 2013

1 commit


26 Jul, 2013

1 commit


25 Dec, 2012

1 commit


05 Sep, 2012

1 commit


29 Aug, 2012

1 commit


07 Aug, 2012

2 commits


19 Jul, 2012

2 commits


17 May, 2012

2 commits


24 Feb, 2012

1 commit


19 Feb, 2012

1 commit

  • Conflicts:
    	app/controllers/application.rb
    	app/controllers/public/browse_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/display_helper.rb
    	app/models/environment_finder.rb
    	app/models/product.rb
    	app/views/layouts/_javascript.rhtml
    	app/views/layouts/application-ng.rhtml
    	public/javascripts/application.js
    	public/stylesheets/application.css
    	test/functional/browse_controller_test.rb
    	test/functional/search_controller_test.rb
    	vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
    Rafael Martins
     

27 Jan, 2012

1 commit


24 Dec, 2011

3 commits


10 Oct, 2011

1 commit

  • * Refactoring profile management to use tokeninput
      * Also, adding support of tokeninput to the core
    * Adding attributes validated and cnpj to enterprise
    * Environment option to define enterprise as validated by defaul
    * Making profile namedscopes consider subclasses too
    * Adapting enterprise icon and identification to meet Bsc expectations
    * Adapting profile info actions to meet Bsc expectations
    * Adapting control panel buttons to meet Bsc expectations
    * Adapting core product to meed Bsc expectations
    * Adding and fixing plugin hotspots
    
    (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
    Rodrigo Souto
     

09 Feb, 2011

1 commit


26 Jan, 2011

1 commit

  • + Multi-processing tasks.
      + Graciously show/hide functions with the smooth slide of
      + Jquery. ^^
      + Using Unobtrusive Javascript.
      + Customized messages for each task type.
      + Button "Set all to approve/reject/skip".
      + Icons related to the task action.
    
      * Missing
        - Need to make selenium tests.
    
    (ActionItem1527)
    Rodrigo Souto
     

13 Jan, 2011

1 commit


25 Nov, 2010

1 commit


11 Sep, 2010

1 commit


01 Jul, 2010

1 commit

  •  * Fixed fields that weren't in the custom fields options.
     * Included "Display on creation|registration" feature for
       organization fields.
     * Included fields dependencies:
         [field]   -> [dependencies]
         required  -> active, signup
         signup    -> active
     * Javascripts to grant the dependencies on the radioboxes.
     * Changing the validation of fields presence message.
     * Also removing some unwanted endline spaces.
    
    (ActionItem1509)
    Rodrigo Souto
     

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
     

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
     

02 Dec, 2009

1 commit

  •   * The user can set his location in the map by dragging
        a marker or by setting his address in the form.
      * After setting his location, the map is added to
        the location block.
      * The user can configure the zoom level and the map
        type that will be shown in the location block.
    
    ActionItem1256
    Rodrigo Souto