07 Feb, 2015
1 commit
-
Patch for commits: da3b4c3f71f0197b50524e2a617b547087251c67 ece6c5630ff06d35f466c7fc0cdbb2296a23c587 b6108f3c8d9033375aaa5c5fce0d71bc839dad21 See merge request !376
28 Jan, 2015
7 commits
-
(cherry picked from commit 7441ba6c92304870c6110814fd588718d6e7bde3)
-
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. (cherry picked from commit d9c3be28655e69d77a0f9aeba6a3a50da24eea4f)
-
AI:3006 (cherry picked from commit e1f69da2a81047db67d8d9a9d5abb951238db9e2)
-
Escapes html so the javascript doesn't break (cherry picked from commit 76f856ad49aa96224aaa646d49351c98be74f12a)
-
(cherry picked from commit cd15a410a4673db619f96d52b11ffc293f0a1eba)
-
(cherry picked from commit 83dd0faf85c086defa56b7f2a1bbf5c4dd1f9b59)
-
(cherry picked from commit daa42a638a380eb7fc7b6422662a47ea6ca77a8d)
11 Dec, 2014
2 commits
09 Dec, 2014
1 commit
-
This partially reverts b32ec6cbe8381858f7499e200cf5e443cf2dbd72
08 Dec, 2014
7 commits
-
- Indent files properly - Fix signup page changing lambda to proc - Create the needed plugin's hotspots - Fix academic_info attributes update - Fix hotspot to work in edit page
-
remove 'more options' on home search-form (action popup already doesn't exist) https://noosfero.org/Development/ActionItem3261 See merge request !393
-
Fix members listing There is a problem in environments when listing profile members: No Method Error 'map' for #<Arel::Nodes::SqlLiteral> This problem is related to a 'count' being executed in a query with 'includes'. See merge request !392
-
app/views/content_viewer/_uploaded_file.html.erb is dead code, so it was deleted.
05 Dec, 2014
1 commit
-
AI3261
04 Dec, 2014
1 commit
03 Dec, 2014
3 commits
02 Dec, 2014
1 commit
-
Check if is template before creating job to check activation
20 Nov, 2014
1 commit
-
An environment role has permissions for both environment and profile but edition page was displaying only environment permissions.
18 Nov, 2014
1 commit
13 Nov, 2014
5 commits
-
Fix people block tests See merge request !375
-
Fix kind method in Role (access_control plugin) Because edit_appearance permission exists for both Environment and Profile roles, the old method returned Environment for a Profile role with this permission. See merge request !374
-
Comment bug "Leave your comment" did not disappear and the user photo did not appear. See merge request !363
12 Nov, 2014
2 commits
10 Nov, 2014
1 commit
03 Nov, 2014
1 commit
-
-The text "Leave your comment" did not disappear when clicking on it.
31 Oct, 2014
2 commits
-
You cannot use Date.today.day together with arbitrary year/month combinations, because will crash on 2014-10-31 and you are viewing the page for 2014-11 (2014-11-31 is not a valid date).
28 Oct, 2014
2 commits
27 Oct, 2014
1 commit
-
Fix access denied view for uploaded files in private profiles See merge request !347