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
4 commits
-
Fix access denied view for uploaded files in private profiles See merge request !347
-
Fix 'Report Abuse' action See merge request !343
-
Fix agenda links Days that has events were hidden from the month calendar. See merge request !341
-
Ignored changes on po file Conflicts: debian/changelog lib/noosfero.rb po/pt/noosfero.po
22 Oct, 2014
6 commits
-
Conflicts: app/helpers/profile_helper.rb app/views/content_viewer/_article_toolbar.rhtml app/views/profile/_common.rhtml app/views/profile/_organization_profile.rhtml app/views/profile/_person_profile.rhtml db/schema.rb public/stylesheets/application.css
20 Oct, 2014
1 commit
16 Oct, 2014
1 commit
14 Oct, 2014
1 commit
13 Oct, 2014
5 commits
-
Remove etherpad code from tinymce See merge request !339
-
Update to tinymce 4 See merge request !334
-
I13 fix partial for class Fixes #13 See merge request !333
10 Oct, 2014
4 commits
-
Fix id passing on content viewer See merge request !329
-
Fix template with container block Fixes issue #7 See merge request !327
-
Fix members block cache Fixes issue #11 See merge request !326
-
- 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
4 commits
-
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
-
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