28 Jan, 2015
3 commits
-
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)
-
(cherry picked from commit 83dd0faf85c086defa56b7f2a1bbf5c4dd1f9b59)
-
(cherry picked from commit daa42a638a380eb7fc7b6422662a47ea6ca77a8d)
09 Dec, 2014
1 commit
-
This partially reverts b32ec6cbe8381858f7499e200cf5e443cf2dbd72
08 Dec, 2014
3 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
-
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
1 commit
20 Nov, 2014
1 commit
-
An environment role has permissions for both environment and profile but edition page was displaying only environment permissions.
13 Nov, 2014
2 commits
-
Comment bug "Leave your comment" did not disappear and the user photo did not appear. See merge request !363
10 Nov, 2014
1 commit
03 Nov, 2014
1 commit
-
-The text "Leave your comment" did not disappear when clicking on it.
27 Oct, 2014
1 commit
-
Fix 'Report Abuse' action See merge request !343
20 Oct, 2014
1 commit
16 Oct, 2014
1 commit
13 Oct, 2014
1 commit
-
Update to tinymce 4 See merge request !334
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
09 Oct, 2014
1 commit
-
Also displays every field that is not defined in any category in the last category called "General". Fields are now easily moved between categories and categories a easily created. Fields html generation centered in only one method and the field name and value are customizable through methods. Fix #14
07 Oct, 2014
1 commit
15 Sep, 2014
2 commits
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
11 Sep, 2014
1 commit
-
AI3286
26 Aug, 2014
1 commit
-
also: * keep the tip about separate tags by comma * include the css in the header page to have cache (ActionItem3280)
25 Aug, 2014
1 commit
20 Aug, 2014
5 commits
-
Solved code duplication that creates the Task for moderation. Fixed the signup page to show the correct messages in case of any combination of the features "Admin Must Approve New Users" and "Skip Email Activation" Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Renan Costa <renan2727@hotmail.com> Signed-off-by: Rodrigo Medeiros <rodrigo.mss01@gmail.com> Signed-off-by: Iolane Andrade <andrade.icaa@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Let's quite this string programming there. We do not need to keep a list of all types of tasks, we just need to take the actual list of tasks, and create the filter list accordingly.
18 Aug, 2014
2 commits
14 Aug, 2014
2 commits
-
(ActionItem3218) Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
13 Aug, 2014
4 commits
-
Ai3250 fix comment form captcha http://noosfero.org/Development/ActionItem3250 See merge request !280
-
Ai3189 fix versions back button https://noosfero.org/Development/ActionItem3189 See merge request !266
-
Ai3223 fix article versions http://noosfero.org/Development/ActionItem3223 See merge request !265