discourse/spec
Régis Hanol a737090442 - FEATURE: revamped poll plugin
- add User.staff scope
- inject MessageBus into Ember views (so it can be used by the poll plugin)
- REFACTOR: use more accurate is_first_post? method instead of post_number == 1
- FEATURE: add support for JSON-typed custom fields
- FEATURE: allow plugins to add validation
- FEATURE: add post_custom_fields to PostSerializer
- FEATURE: allow plugins to whitelist post_custom_fields
- FIX: don't bump when post did not save successfully
- FEATURE: polls are supported in any post
- FEATURE: allow for multiple polls in the same post
- FEATURE: multiple choice polls
- FEATURE: rating polls
- FEATURE: new dialect allowing users to preview polls in the composer
2015-04-23 19:33:29 +02:00
..
components - FEATURE: revamped poll plugin 2015-04-23 19:33:29 +02:00
controllers Users can see their pending posts 2015-04-21 16:44:47 -04:00
fabricators Allow posts in any queue to support topic/post attributes 2015-04-15 14:54:37 -04:00
fixtures FIX: auto response email replies should not be accepted 2014-12-04 22:39:13 +05:30
helpers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
integration FIX: return proper error message when replying to a closed or deleted topic 2015-03-16 16:43:22 +05:30
integrity Replace Hash#keys.each with Hash#each_key for some perf boost 2015-04-18 21:53:53 +10:00
jobs FEATURE: user list csv includes approved, suspended_at, suspended_till, blocked 2015-04-22 12:40:12 -04:00
mailers FEATURE: invite existing user to a topic 2015-04-03 15:00:04 +05:30
models - FEATURE: revamped poll plugin 2015-04-23 19:33:29 +02:00
phantom_js Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
serializers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
services FEATURE: anonymous_account_duration_minutes , cycle anon accounts after N minutes from last post 2015-04-08 12:30:02 +10:00
support models with rspec3 syntax 2015-01-05 13:04:23 -03:00
views/omniauth_callbacks Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
spec_helper.rb play around with mock_redis, add comment explaining what happened 2015-03-09 13:14:29 +11:00