diaspora/app/controllers
Josh Lubaway ecd1d2ecd6 Bug #624 Can't unset birthday
This change allows users to "unset" their birthday.

Previously the logic checked to see if all values for birthday were
present (year, month, day). If all values were present the update
would proceed.

Now, there is another condition. If all values are empty, then
also proceed with the update. Thus, allowing a user to "unset" their
birthday.
2010-11-30 21:23:47 -08: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 Bug #624 Can't unset birthday 2010-11-30 21:23:47 -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 Make the getting_started aspects page more like the manage page 2010-11-25 23:17:27 -05:00