diaspora/spec/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
..
user make the build pass (we no longer socket photos at all) and also more test fixing around request. we were saving requests to early in the cycle, most likely cruft before it was refactored. 2010-11-29 13:39:48 -08:00
aspect_spec.rb Refactor views to not be so dumb. 2010-11-27 21:27:27 -05:00
comment_spec.rb Add spec to comment 2010-11-28 00:55:20 -05:00
contact_spec.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_spec.rb PALINDROME invite form can now take comma seperated multiple emails, so you only have to click the box once 2010-11-23 00:08:30 -08:00
person_spec.rb Person#real_name -> Person#name 2010-11-30 13:01:53 -08:00
photo_spec.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
post_spec.rb IZ MS; fixed post update. Posts which implement the mutable? method now can be updated via receive 2010-11-02 12:38:30 -07:00
profile_spec.rb Bug #624 Can't unset birthday 2010-11-30 21:23:47 -08:00
request_spec.rb Add some scopes for Request, take putses out of specs 2010-11-18 18:04:29 -08:00
retraction_spec.rb removed the word friend everywhere minus translation files 2010-11-12 20:22:55 -08:00
status_message_spec.rb Putting youtube titles back into status messages 2010-11-27 11:43:24 -05:00
user_spec.rb Don't do expensive things on invalid users 2010-11-26 11:55:54 -05:00