discourse/spec/fabricators
Sam a3e8c3cd7b FEATURE: Native theme support
This feature introduces the concept of themes. Themes are an evolution
of site customizations.

Themes introduce two very big conceptual changes:

- A theme may include other "child themes", children can include grand
children and so on.

- A theme may specify a color scheme

The change does away with the idea of "enabled" color schemes.

It also adds a bunch of big niceties like

- You can source a theme from a git repo

- History for themes is much improved

- You can only have a single enabled theme. Themes can be selected by
    users, if you opt for it.

On a technical level this change comes with a whole bunch of goodies

- All CSS is now compiled using a custom pipeline that uses libsass
    see /lib/stylesheet

- There is a single pipeline for css compilation (in the past we used
    one for customizations and another one for the rest of the app

- The stylesheet pipeline is now divorced of sprockets, there is no
   reliance on sprockets for CSS bundling

- CSS is generated with source maps everywhere (including themes) this
    makes debugging much easier

- Our "live reloader" is smarter and avoid a flash of unstyled content
   we run a file watcher in "puma" in dev so you no longer need to run
   rake autospec to watch for CSS changes
2017-04-12 10:53:49 -04:00
..
api_key_fabricator.rb
badge_fabricator.rb
category_fabricator.rb switch contents of embeddable_host_fabricator.rb and category_fabricator.rb 2017-03-01 15:13:31 -05:00
category_group_fabricator.rb
color_scheme_color_fabricator.rb
color_scheme_fabricator.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
email_change_request_fabricator.rb FIX: Don't allow invalid email to be saved. 2016-12-21 17:47:11 +08:00
email_log_fabricator.rb
email_token_fabricator.rb
embeddable_host_fabricator.rb switch contents of embeddable_host_fabricator.rb and category_fabricator.rb 2017-03-01 15:13:31 -05:00
flag_fabricator.rb
group_fabricator.rb FEATURE: Add groups page. 2016-12-14 17:27:47 +08:00
group_history_fabricator.rb FEATURE: Group logs. 2016-12-12 17:29:54 +08:00
incoming_link_fabricator.rb
invite_fabricator.rb
like_fabricator.rb
notification_fabricator.rb
optimized_image_fabricator.rb
permalink_fabricator.rb
post_detail_fabricator.rb
post_fabricator.rb
post_revision_fabricator.rb
queued_post_fabricator.rb
screened_email_fabricator.rb
screened_ip_address_fabricator.rb
screened_url_fabricator.rb
single_sign_on_record_fabricator.rb
tag_fabricator.rb
tag_group_fabricator.rb
topic_embed_fabricator.rb
topic_fabricator.rb
topic_status_update_fabricator.rb FEATURE: Allow admin to auto reopen at topic. 2017-03-31 11:14:18 +08:00
topic_user_fabricator.rb FIX: whisper no longer experimental 2016-12-02 17:03:31 +11:00
upload_fabricator.rb
user_action_fabricator.rb
user_api_key_fabricator.rb
user_avatar_fabricator.rb
user_fabricator.rb FEATURE: Let users update their emails before confirming 2017-04-05 16:44:49 -04:00
user_field_fabricator.rb
user_option_fabricator.rb
user_profile_fabricator.rb
web_hook_fabricator.rb FIX: User created web hook being enqueued before record has been saved. 2017-03-16 14:44:09 +08:00