23 Feb, 2015
1 commit
-
Add iso currency unit See merge request !384
12 Feb, 2015
1 commit
03 Feb, 2015
3 commits
-
Conflicts: db/schema.rb
-
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
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.
27 Jan, 2015
1 commit
26 Jan, 2015
2 commits
23 Jan, 2015
1 commit
-
AI:3006
13 Jan, 2015
1 commit
21 Nov, 2014
1 commit
20 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock script/development
10 Oct, 2014
1 commit
-
- Remove absolute URL's from stylesheets and javascripts - Handle prefix in LinkListBlock - add Noosfero.root method as a central data source The application server needs to be started with the RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix. In development, this can be tested with # assuming /social prefix $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start For production, see INSTALL.md
26 Sep, 2014
1 commit
-
There is no point at all in send email to the noreply_email
08 Sep, 2014
1 commit
-
Conflicts: app/controllers/application_controller.rb app/controllers/my_profile/memberships_controller.rb app/controllers/public/account_controller.rb app/helpers/application_helper.rb app/helpers/layout_helper.rb app/helpers/token_helper.rb app/views/account/signup.html.erb app/views/layouts/_javascript.html.erb db/schema.rb test/functional/application_controller_test.rb
27 Aug, 2014
1 commit
-
PeopleBlock plugin overrides the EnvironmentStatisticsBlock (ActionItem3045)
20 Aug, 2014
1 commit
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
18 Aug, 2014
2 commits
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
11 Aug, 2014
3 commits
08 Aug, 2014
1 commit
30 Jul, 2014
1 commit
-
Base plugins are enanbed by default and cannot be disabled at the system level, but can be disabled per-environment at the web UI. A part of the required changes also fix the Noosfero plugin infrastructure, in special migrations, on Rails 3.
22 Jul, 2014
2 commits
-
Conflicts: app/models/profile.rb
-
* Move welcome page a separate action under the HomeController instead of cranking it under the signup. * May show welcome page to both signup (with or without confirmation). (ActionItem3075)
17 Jul, 2014
2 commits
-
Conflicts: app/models/environment.rb app/views/features/index.rhtml
08 Jul, 2014
2 commits
07 Jul, 2014
1 commit
04 Jul, 2014
1 commit
30 Jun, 2014
1 commit
15 Jun, 2014
1 commit
-
This reverts commit f8bd2430f86b0b6e3640e2662d1ca689a46ecb98.
14 Jun, 2014
1 commit
-
the PeopleBlock plugin that comes with these blocks is enabled by default in any Noosfero's environment (ActionItem2859)
05 Jun, 2014
3 commits
-
Conflicts: app/controllers/admin/environment_design_controller.rb app/models/friends_block.rb app/models/members_block.rb test/functional/environment_design_controller_test.rb test/unit/members_block_test.rb
-
(ActionItem3042)
29 May, 2014
1 commit
-
There is no reason for the user menu to load on the client-side. The only reason, that would be plausible is if it varnish was providing cached pages for logged users. Since this is not happening, there is no need to load it on the client-side.