discourse/app
Vikhyat Korrapati 8f53b7a65b Detect arrays for serialization using respond_to?(:to_ary).
This is the way AMS detects arrays, and is more robust than checking
is_a? for whitelisted classes. For example, this works for
ActiveRecord::AssociationRelation which the current logic does not
handle.
2014-04-16 20:48:09 +05:30
..
assets Merge pull request #2266 from fantasticfears/locale 2014-04-15 11:08:22 -04:00
controllers Detect arrays for serialization using respond_to?(:to_ary). 2014-04-16 20:48:09 +05:30
helpers Always use lower case URLs, fix date formatting and add full date title 2014-03-23 15:22:02 -04:00
jobs REFACTOR: use an options hash instead of multiple nil-able parameters 2014-04-15 17:17:10 +02:00
mailers Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00
models REFACTOR: use an options hash instead of multiple nil-able parameters 2014-04-15 17:17:10 +02:00
serializers FIX: don't show contents of hidden posts when quoting the post and when replying as new topic. Also don't allow public to view edit history of hidden posts. 2014-04-15 12:49:08 -04:00
services FEATURE: support email attachments 2014-04-14 22:55:57 +02:00
views FIX: don't show hidden posts to crawlers, disabled javascript, and in rss feeds 2014-04-15 12:49:08 -04:00