20 Jul, 2015
2 commits
16 Jul, 2015
1 commit
-
- Hightlight block links no longer break when noosfero is under a subdir Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
13 Jul, 2015
1 commit
12 Jul, 2015
1 commit
10 Jul, 2015
4 commits
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
04 Jul, 2015
1 commit
29 Jun, 2015
2 commits
-
Move users api mountpoint to people and also deal with permissions issues.
28 Jun, 2015
1 commit
-
Fix crash on article view SQL query http://noosfero.org/Development/ActionItem3277 See merge request !299
27 Jun, 2015
1 commit
25 Jun, 2015
3 commits
23 Jun, 2015
1 commit
-
Georef e cosmética See merge request !608
20 Jun, 2015
2 commits
-
scopes are defined as class methods on the singleton of the class they were named instead of the class that calls them, so regardless if they are called by Enterprise or Community, they were defined on Organization, so #visible_for_person() always gives us `WHERE "profiles"."type" IN ('Organization', 'Enterprise', 'Community')` This wouldn't be a problem if rails 3.2 didn't merge the WHERE clauses of nested scopes, which causes the previous filtering by type of Enterprise/Community to be thrown away in favor of the broader one. This was fixed in later rails versions but we want to be able to search only for Enterprises or Communities, so I translated the scope to a class method on the parent class Organization, so it can be inherited by the other.
19 Jun, 2015
3 commits
18 Jun, 2015
1 commit
-
This reverts commit 190a130ea45fb5911016be68cfb1038f762ea313.
17 Jun, 2015
10 commits
-
organizations: use display_name on short_name See merge request !554
-
Use profile homepage The profile homepage is not used in some places See merge request !555
-
Issue #63 Language selection bug - Fixed wrong language selected when accessing a translation page of an article. See Issue #63 for more details. See merge request !559
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
- Added image label - Added image to article body - Changed some minor positioning Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Set current profile and add name and email to user_data http://noosfero.org/Development/ActionItem3150 See merge request !228
16 Jun, 2015
4 commits
-
This also removes short_filename as it is now unused
-
Expire LocationBlock cache on profile's location change http://noosfero.org/Development/ActionItem3217 See merge request !259
-
(ActionItem3149)
-
Conflicts: app/views/cms/_view_items.html.erb config/locales/en.yml
15 Jun, 2015
2 commits
-
Conflicts: lib/noosfero/plugin.rb test/unit/article_test.rb test/unit/person_test.rb