diaspora/app/controllers
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
..
application_controller.rb minimizing some queries in the views. only select aspect names and ids in application controller. 2010-11-27 01:05:55 -05:00
aspects_controller.rb Take queries out of aspect contacts pane on home page 2010-11-30 15:58:07 -08:00
comments_controller.rb Render comment partial with collection option 2010-11-29 17:50:30 -08:00
dev_utilities_controller.rb photo large is now at 300px. a person's profile photo now references the larger size instead of medium. 2010-11-22 10:32:14 -08:00
home_controller.rb Take JS out of landing page 2010-11-28 16:47:41 -08:00
invitations_controller.rb More sane redirect on failing to accept an invitation 2010-11-25 00:39:13 -05:00
people_controller.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
photos_controller.rb make profile photo action uses :remote=>true rails ajax helpers. added photos#make_profile_photo. 2010-11-30 15:58:26 -08:00
publics_controller.rb removed the word friend everywhere minus translation files 2010-11-12 20:22:55 -08:00
registrations_controller.rb Refine log lines 2010-11-26 13:02:52 -05:00
requests_controller.rb Sending a request to someone who requested you autoaccepts the request 2010-11-22 12:21:26 -08:00
services_controller.rb trying another thing to get the redirect working 2010-11-08 17:43:59 -08:00
sockets_controller.rb Add or later to license notice 2010-10-07 16:25:34 -07:00
status_messages_controller.rb Try to take photos query out of views 2010-11-29 23:41:03 -08:00
users_controller.rb Added inflection of nouns by the grammatical gender for some languages. 2010-12-01 17:29:04 +01:00