discourse/app
Sam c9321cae7f Our JS includes belong at the top of the file, that way we can start
downloading and parsing them earlier and not wait for the rest of the page

Our noscript stuff belongs at the bottom, we should not hold off any js work
while noscript is downloading
2013-09-05 10:41:11 +10:00
..
assets Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream. 2013-09-04 15:42:21 -04:00
controllers Add "Unread" filter to messages tab. Rename the other two views. 2013-08-30 12:32:05 -04:00
helpers restyle all user notification emails to use a custom html template 2013-07-24 17:24:55 +10:00
mailers Send email to contact_email when a new version of Discourse is found. Disable with the new_version_emails setting. 2013-08-16 17:28:36 -04:00
models Topic can have null user_id when user was nuked 2013-09-04 15:42:24 -04:00
serializers Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream. 2013-09-04 15:42:21 -04:00
services Check daily if there are new users who need to be approved and send a pm to moderators 2013-08-26 16:16:27 -04:00
views Our JS includes belong at the top of the file, that way we can start 2013-09-05 10:41:11 +10:00