- Replaced own sharing code by acts_as_shareable plugin. Please, install acts_as_shareable and it's migration before running plugins migrations.
- Acts_as_state_machine code replaced by AASM gem
- Better messages for bidirectional friendships
- Added translations for Brazilian Portuguese
- Fixed: searching only active profiles
- Fixed: a profile can also be found by login
- Fixed: add rss template for groups (closes ticket #2)
- Clean-up of sharings (thanks to Andrei Erdoss) IMPORTANT: the most important change is that to methods in Member::SharingController has been renamed, from index+share+remove to the more standard new+create+destroy and routes names has been updated. If you have personalized sharing's views you will need to update those paths.
- User's can remove it own sharings
- Sharings are deleted when it's group is destroyed
- Tests for sharings
- Fixed some locale keys
- Helper method for showing an object's title/name while sharing
- Fixed sharing link in sharings_helper, now updates HTML for showing operation's result (kudos to Andrei Erdoss)
- Issue tracker moved to github: http://github.com/tog/tog_social/issues
- Remove profile activity record
- Fixed #1. URL for removing friends in profiles_helper_
- Oauth model typo fixed
- Memberships of a user should be deleted when the user itself is
- Correctly requiring the host app's environment
- Another fix by @eparreno, the new doc bug hunter.
- Renamed routes.rb to desert_routes.rb
- Changed Test::Unit to ActiveSupport
- Fix deprecated call to should_redirect_to
- I18n 99.99%
- I18n group members portlet
- Getting up to date with spanish translations
- Addind optional parameter 'profile' to its_me? method
- String rendered as interpolation, not concatenation
- tog_core required
- Memberships of a user should be deleted when the user itself is - kudos to @balinterdi
- Moved share_ink to sharings_helper
- Invite to groups
- Removing sharings
- public/private and active namescopes for groups
- Can edit groups from admin view
- Checking that the user who created the group still exists, just in case he destroyed his account
- Overloaded share method
- Removed duplicated method 'share'
- refer to host app environment
- Removed version
- Activity Streams first approach.
- Models and controllers updated to use the new acts_as_scribe 0.1
- Ticket #118. i18n in navigation tabs
- Fixed #117. Full name and user's login used on moderated group joined notification.
- has_many :activities added to user thanks to record_activities macro provided by acts_as_scribe. kudos to John Paul for catch this one.
- Adding a friend should be moderated [#123 state:resolved]
- Added links in friendship messages
- Added some flashes
- beta oauth support
- Migrated from FileColumn to Paperclip
- link for editing user's profile
- Only pending users should be displayed on the profiles section
- Fix memberships relation and redirection after delete
- New styles applied and tabs removed
- Tag search view
- Replace "name" with "profile.full_name"
- Name method removed