Vulcan/client/views/posts
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
..
modules Add hooks so packages can modify profiles 2014-10-27 17:59:12 -06:00
post_body.html adding new htmlBody field and adding hooks to sanitise it 2014-08-31 16:11:48 +09:00
post_deleted.html Localisation of Post views 2013-11-04 18:45:03 +01:00
post_edit.html Separating themes; adding accounts-entry 2014-08-12 16:16:44 +09:00
post_edit.js cache jQuery objects 2014-09-16 15:13:42 -04:00
post_item.html working on daily view 2014-08-27 10:23:56 +09:00
post_item.js cleanup while getting familiar with the codebase 2014-09-16 15:18:27 -04:00
post_page.html merging comment_page and comment_reply templates 2014-07-07 09:36:38 +09:00
post_page.js cleanup while getting familiar with the codebase 2014-09-16 15:18:27 -04:00
post_submit.html Separating themes; adding accounts-entry 2014-08-12 16:16:44 +09:00
post_submit.js cache jQuery objects 2014-09-16 15:13:42 -04:00
posts_digest.html use UI.dynamic for incoming posts template 2014-09-16 15:29:11 +10:00
posts_digest.js swap order of subtract() args due to deprecation 2014-09-18 16:30:52 -04:00
posts_list.html use UI.dynamic for incoming posts template 2014-09-16 15:29:11 +10:00
posts_list.js use UI.dynamic for incoming posts template 2014-09-16 15:29:11 +10:00
posts_list_incoming.html added incoming posts notification button 2014-09-15 12:42:17 +10:00
posts_list_incoming.js added incoming posts notification button 2014-09-15 12:42:17 +10:00
posts_load_more.html making default view configurable 2014-08-28 10:16:17 +09:00
posts_load_more.js making default view configurable 2014-08-28 10:16:17 +09:00