Vulcan/client/views/posts
Anthony Mayer f9d9891fba Getting rid of redundant permissions functions
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.

Conflicts:
	client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
..
modules Getting rid of redundant permissions functions 2015-01-07 08:22:46 +01:00
after_post_item.html add placeholder templates before and after each post item 2014-11-30 14:36:00 +09:00
before_post_item.html add placeholder templates before and after each post item 2014-11-30 14:36:00 +09:00
post_body.html adding new htmlBody field and adding hooks to sanitise it 2014-08-31 16:11:48 +09:00
post_edit.html use type=method for submit and edit forms 2014-12-22 09:49:28 +09:00
post_edit.js make post-submit callbacks run on server only 2014-12-22 11:49:35 +09:00
post_item.html refactoring post module markup and CSS 2014-12-13 17:43:52 +09:00
post_item.js refactoring post module markup and CSS 2014-12-13 17:43:52 +09:00
post_page.html merging comment_page and comment_reply templates 2014-07-07 09:36:38 +09:00
post_page.js Remove now-obsolete title from page controller 2014-12-12 11:16:47 -07:00
post_submit.html use type=method for submit and edit forms 2014-12-22 09:49:28 +09:00
post_submit.js add loading indicators to forms 2014-12-27 18:34:01 +09:00
posts_list.html add placeholder templates before and after each post item 2014-11-30 14:36:00 +09:00
posts_list.js Adding descriptions in post list pages and showing them in menus. 2014-12-15 09:46:51 +09:00
posts_list_incoming.html renaming i18n helper from "i18n" to "_" 2014-11-25 17:16:00 +09:00
posts_list_incoming.js added incoming posts notification button 2014-09-15 12:42:17 +10:00
posts_load_more.html renaming i18n helper from "i18n" to "_" 2014-11-25 17:16:00 +09:00
posts_load_more.js Merged 2014-10-16 00:32:08 +02:00