03 Feb, 2015

1 commit

  • Conflicts:
    	app/controllers/my_profile/profile_editor_controller.rb
    	app/helpers/search_helper.rb
    	app/models/invitation.rb
    	app/models/person.rb
    	app/views/cms/view.html.erb
    	app/views/templates/index.html.erb
    	plugins/community_track/views/content_viewer/_step_item.html.erb
    	test/functional/home_controller_test.rb
    	test/unit/person_test.rb
    	test/unit/profile_test.rb
    Rodrigo Souto
     

28 Jan, 2015

1 commit

  • When acessing Noosfero through a properly configured HTTPS setup, all
    links will now be generated with https (or without an explicit
    protocol and will just work).
    
    Links generated outside of the scope of a request (models, mailers etc)
    will still use http://. That can be fixed by a localized change to
    Environment#top_url, but for now I expect everyone using HTTPS to have a
    proper HTTP -> HTTPS redirection mechanism.
    Antonio Terceiro
     

30 Jul, 2014

1 commit


22 Jul, 2014

1 commit


14 May, 2014

1 commit


27 Jan, 2014

1 commit


09 Jan, 2014

1 commit

  • Conflicts:
    	app/controllers/my_profile/memberships_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/boxes_helper.rb
    	app/models/article.rb
    	app/models/category.rb
    	app/models/change_password.rb
    	app/models/comment.rb
    	app/models/environment.rb
    	app/models/event.rb
    	app/models/profile.rb
    	app/models/recent_documents_block.rb
    	app/models/region.rb
    	app/models/task.rb
    	app/models/uploaded_file.rb
    	app/views/account/forgot_password.html.erb
    	app/views/events/_events_by_day.html.erb
    	app/views/profile/_person_profile.html.erb
    	app/views/shared/_manage_enterprises.html.erb
    	config/environment.rb
    	config/initializers/plugins.rb
    	config/routes.rb
    	db/schema.rb
    	debian/control
    	lib/noosfero/plugin.rb
    	test/unit/article_test.rb
    	test/unit/category_test.rb
    	test/unit/change_password_test.rb
    	test/unit/cms_helper_test.rb
    	test/unit/comment_test.rb
    	test/unit/content_viewer_helper_test.rb
    	test/unit/event_test.rb
    	test/unit/folder_helper_test.rb
    	test/unit/person_test.rb
    	test/unit/price_detail_test.rb
    	test/unit/profile_helper_test.rb
    	test/unit/recent_documents_block_test.rb
    	test/unit/scrap_test.rb
    	test/unit/user_mailer_test.rb
    	vendor/plugins/action_tracker_has_comments/init.rb
    	vendor/plugins/delayed_job/lib/delayed/worker.rb
    	vendor/plugins/noosfero_caching/init.rb
    Rodrigo Souto
     

16 Dec, 2013

1 commit


01 Jan, 2013

1 commit


25 Dec, 2012

2 commits


21 Aug, 2012

1 commit


07 Aug, 2012

1 commit


05 Jul, 2012

1 commit

  •   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
     

05 Aug, 2010

1 commit


08 Jul, 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
     

28 Jun, 2010

1 commit


16 Apr, 2010

4 commits

  • Antonio Terceiro
     
  • (ActionItem1482)
    Antonio Terceiro
     
  • (ActionItem1482)
    Antonio Terceiro
     
  • * 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
     

10 Jul, 2008

1 commit


16 Jan, 2008

1 commit


17 Dec, 2007

1 commit


02 Dec, 2007

1 commit


01 Dec, 2007

1 commit


18 Oct, 2007

1 commit

  • reference from the respective action items.
    
    r734@cabula:  terceiro | 2007-10-17 17:51:40 +0000
    ActionItem85: commenting references to unexisting files
    
    r735@cabula:  terceiro | 2007-10-17 21:13:16 +0000
    ActionItem14: adding field names for translation
    
    r736@cabula:  terceiro | 2007-10-17 21:16:52 +0000
    ActionItem14: adding skeleton files for ValidationInfo model
    
    r737@cabula:  terceiro | 2007-10-17 21:19:52 +0000
    ActionItem85: not sure that this Validator class will be useful at all. It also
    hash a pretty ambiguous name now that we are using the concept of "validator
    organizations".
    
    r738@cabula:  terceiro | 2007-10-17 22:02:12 +0000
    ActionItem14: implementing ValidationInfo model
    
    r739@cabula:  terceiro | 2007-10-17 22:25:25 +0000
    ActionItem14: checkpoint
    
    r740@cabula:  terceiro | 2007-10-17 22:32:39 +0000
    ActionItem14: adding validation data to database population script
    
    r741@cabula:  terceiro | 2007-10-17 22:41:25 +0000
    ActionItem14: adding validation_methodology
    
    r742@cabula:  terceiro | 2007-10-17 23:05:05 +0000
    ActionItem14: returning a nice (?) 'not informed' instead of nil when there is no data
    
    r743@cabula:  terceiro | 2007-10-17 23:09:49 +0000
    ActionItem14: presenting validation info on validator selection screen
    
    r744@cabula:  terceiro | 2007-10-18 00:40:19 +0000
    ActionItem14: wrote integration test for the enterprise registration process.
    Still missing: assing tests for the rest of the process (steps done one of the
    users of the validator organization)
     
    
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@721 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro
     

17 Oct, 2007

1 commit

  • …essages below to reach this commit from their respective action items.
    
    r716@cabula:  terceiro | 2007-10-15 16:42:10 +0000
    creting local branch for trunk
    
    r717@cabula:  terceiro | 2007-10-15 20:03:03 +0000
    ActionItem14: working on the user interface for enterprise registration
    
    r724@cabula:  terceiro | 2007-10-16 21:44:04 +0000
    ActionItem85: adding script for downloading plugins when using svk
    
    r725@cabula:  terceiro | 2007-10-16 22:58:38 +0000
    ActionItem14: implementing helper method
    
    r726@cabula:  terceiro | 2007-10-16 23:34:59 +0000
    ActionItem14: making test more complete
    
    r727@cabula:  terceiro | 2007-10-17 12:36:20 +0000
    ActionItem85: commenting out unexisting javascript
    
    r728@cabula:  terceiro | 2007-10-17 15:58:58 +0000
    ActionItem14: implementing enterprise registration controller. Still missing some TODO items.
     
    
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@716 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro