Project

General

Profile

Download (9.08 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5655a7ac 07/06/2018 03:13 PM Ondřej Pražák

Fixes #23705 - Do not associate ptable snippets

2eb67104 06/11/2018 06:29 AM Tomer Brisker

Fixes #23852 - Properly escape html in template preview errors

de7ea0a8 04/25/2018 12:37 PM boaz shust

Fixes #23386 - Exit fullscreen when pressing ESC

Pressing the escape key should make the editor exit
the fullscreen mode. Nonetheless, when this key is pressed
the "exit_fullscreen_editor" function is called but
it was renamed to "exitFullscreen" which ends up with an error...

a5a6b5df 11/16/2017 12:10 PM Dan Seethaler

Fixes #21624 - eslint update to airbnb-base

Replace existing custom rules with airbnb-base config.
Eventually we'll want to to move to the full airbnb config
with react and a11y.

http://projects.theforeman.org/issues/21624

ba69e15c 10/30/2017 06:50 AM Tomer Brisker

Fixes #21112 - Only initialize host preview once

Instead of adding the event every time the form is loaded, only do it
once when the editor is initialized.

2a93e8bb 10/29/2017 03:17 PM Amir Fefer

Fixes #21454 - fix editor fullscreen mode

7b34bf7d 09/27/2017 10:34 AM Sebastian Gräßl

Fixes #20900 - Combine Template editor and template field

0ef32e81 08/31/2017 11:58 AM Amir Fefer

Fixes #20240 - fix fullscreen mode in ace editor

e11b8738 08/22/2017 07:23 AM Sebastian Gräßl

Fixes #20573 - Include searchbox extension

9ca77d08 03/23/2017 11:17 AM Timo Goebel

fixes #12419 - template preview host has typeahead

71f05b78 03/21/2017 12:05 PM Ohad Levy

fixes #16288 - moves ace editor to webpack.

I've tried to limit changes to minimum, besides fixing lint errors i've:
- moved to brace package (as its compatable with br and webpack).
- added ERB as a syntex highlight.