diaspora/app/models
Paweł Wilk 279b08ae4a Added inflection of nouns by the grammatical gender for some languages.
- New module I18n::Backend::Genderize keeps configuration and adds :gender option to translate().
- Module methods in Genderize allow fast checking if language needs gender and guessing gender.
- jQuery in views/users/edit.html.haml shows and hides grammatical gender select list when needed.
- Span and select list in views/users/edit.html.haml allows to choose grammatical gender.
- Key :grammatical_gender in User model keeps grammatical gender information.
- Added some methods to language_helper.rb.
- UsersController is aware of grammatical gender and is able to guess it when "getting started".
2010-12-01 17:29:04 +01:00
..
aspect.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
comment.rb refactored comments to work like status_messages in the controller. weird stuff was happening when using EM::next_tick; holding off on that for now. 2010-11-27 23:06:34 -05:00
contact.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
invitation.rb Add logging to inviting 2010-11-25 01:06:25 -05:00
person.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
photo.rb Try to take photos query out of views 2010-11-29 23:41:03 -08:00
post.rb aspect ids normalized to posts to minimize queries on views. 2010-11-26 18:55:06 -05:00
profile.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
request.rb made the checking for already connected more explicit. also, the check itself had a bug when we were calling self.to_id on a request, rather than self.to.id 2010-11-29 10:57:54 -08:00
retraction.rb Don't expect raises from user receive 2010-11-17 15:35:25 -08:00
service.rb OmniauthService -> Service. Cleaned up views. 2010-10-25 17:41:59 -07:00
status_message.rb Putting youtube titles back into status messages 2010-11-27 11:43:24 -05:00
user.rb Added inflection of nouns by the grammatical gender for some languages. 2010-12-01 17:29:04 +01:00