20 Nov, 2014
4 commits
-
.live() is deprecated starting from jQuery 1.7 so I replaced it with .on()
-
Conflicts: Gemfile.lock script/development
27 Oct, 2014
1 commit
-
Fix focus in input field when clicked on post a comment See merge request !350
24 Oct, 2014
1 commit
20 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
18 Sep, 2014
1 commit
-
Added title on links Moved logic from view to model Added conditions to avoid displaying empty lists Removed code duplication on js
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
25 Aug, 2014
2 commits
18 Aug, 2014
2 commits
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
15 Aug, 2014
1 commit
-
Ai3240 fix join and leave See merge request !272
14 Aug, 2014
1 commit
13 Aug, 2014
3 commits
-
New highlight First commit for "#3243: HighlightsBlock edit mode is not creating image fields" http://noosfero.org/Development/ActionItem3243 Second commit for "#3260: Remove a highlight item from the list" http://noosfero.org/Development/ActionItem3260 See merge request !290
12 Aug, 2014
18 commits
-
The link for connection page wasn't visible because the tags weren't set to wraping. Also, changing the limit of profiles to 4 so all 4 profiles plus the +X indicator can stay in the same line. (ActionItem3234)
-
(ActionItem3234)
-
Conflicts: app/helpers/application_helper.rb
-
Conflicts: app/helpers/application_helper.rb public/designs/themes/base/style.css public/stylesheets/application.css
-
Links to a page that shows all connections when there are more connections than the max shown in the blocks. This way the user can see all the connections with a profile. (ActionItem3234)
-
Show the box in every instance of suggestion lists, ie. friends/suggest, memberships/suggest/, friends and blocks (ActionItem3234)
-
(ActionItem3234)
-
(ActionItem3234)
-
Makes the connections shown in the community / people block less crowded. (ActionItem3234)