Vulcan/client/views/posts/modules
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
..
post_actions.html improving base theme 2014-08-20 15:59:11 +09:00
post_actions.js working on mobile version; added new postHeading and postMeta hooks 2014-07-14 10:12:02 +09:00
post_admin.html Fully abstract isAdmin 2014-10-03 16:21:06 -06:00
post_admin.js another jQuery cache 2014-09-16 15:46:48 -04:00
post_comments_link.html Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document 2014-08-22 10:31:05 +09:00
post_content.html making post modules use dynamic templates as well 2014-07-23 10:25:16 +09:00
post_content.js Update to use bengott:avatar package for all user avatars 2014-09-30 12:34:42 -05:00
post_discuss.html Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document 2014-08-22 10:31:05 +09:00
post_domain.html working on mobile version; added new postHeading and postMeta hooks 2014-07-14 10:12:02 +09:00
post_domain.js working on mobile version; added new postHeading and postMeta hooks 2014-07-14 10:12:02 +09:00
post_info.html Add hooks so packages can modify profiles 2014-10-27 17:59:12 -06:00
post_info.js Add hooks so packages can modify profiles 2014-10-27 17:59:12 -06:00
post_title.html working on mobile version; added new postHeading and postMeta hooks 2014-07-14 10:12:02 +09:00
post_title.js working on mobile version; added new postHeading and postMeta hooks 2014-07-14 10:12:02 +09:00
post_upvote.html improving base theme 2014-08-20 15:59:11 +09:00
post_upvote.js removed the last few references to the old sign in flow - (trying to up up vote comments without being signed in etc.) 2014-09-08 01:52:09 +08:00