diaspora/app/models
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
..
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 Bug #624 Can't unset birthday 2010-11-30 21:23:47 -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 pending specs. traced the whole comment thing -- it works, but i couldn't figure out how to make these pending specs pass (re: should_receive) 2010-11-28 18:51:27 -05:00