Vulcan/collections
Charlie DeTar 83bb43ab46 Add hooks so packages can modify profiles
Add the following hooks:
 - ``addToUserSchema``: fields to add to the (currently unused) user
   Schema
 - ``postAuthor``: templates to use when rendering the post author in the
   byline
 - ``userProfileDisplay``: additional templates to add to the user
   profile display.
 - ``userProfileEdit``: additional templates to add to the user profile
   editing form.
 - ``userProfileFinishSignup``: additional templates to show in the view
   for completing user signup (adding email, username, etc).
 - ``userEditRenderedCallbacks``: Callbacks executed on "rendered" for
   user_edit view.
 - ``userEditClientCallbacks``: Callbacks used to further process user
   properties before saving changes in user_edit view.
 - ``userProfileCompleteChecks``: Functions called to determine whether
   a user profile is "complete" (e.g. has email, username, and whatever
   else).

These hooks facilitate package authors changing which profile fields are
displayed, which profile fields are required, and how to display
usernames next to posts.
2014-10-27 17:59:12 -06:00
..
comments.js Adding instructions to settings form 2014-09-29 10:15:21 +09:00
errors.js fixing errors 2014-06-22 14:12:10 +09:00
invites.js Fixed plural / singular issue in schema naming 2014-09-17 20:20:23 +02:00
posts.js Renaming callbacks and adding new ones 2014-09-20 10:42:42 +09:00
settings.js Merge pull request #448 from splendido/at-integration 2014-09-29 15:49:17 +09:00
users.js Add hooks so packages can modify profiles 2014-10-27 17:59:12 -06:00