- Aug 30, 2018
-
-
Roger Rüttimann authored
-
- Aug 28, 2018
-
-
-
Kushal Pandya authored
-
Filipa Lacerda authored
-
- Aug 25, 2018
-
-
Bob Van Landuyt authored
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
-
- Aug 21, 2018
-
-
Paul Slaughter authored
-
- Aug 17, 2018
-
-
Phil Hughes authored
-
Filipa Lacerda authored
-
- Aug 16, 2018
-
-
Lukas Eipert authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Regenerate pot files Remove `#` Remove empty lines
-
- Aug 15, 2018
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- Aug 14, 2018
-
-
Luke Bennett authored
-
Kushal Pandya authored
-
- Aug 13, 2018
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Paul Slaughter authored
-
- Aug 10, 2018
-
-
Constance Okoghenun authored
-
Filipa Lacerda authored
Regenerate pot files
-
- Aug 09, 2018
-
-
Lin Jen-Shin authored
-
- Aug 07, 2018
-
-
Winnie Hellmann authored
-
Luke Bennett authored
-
Paul Slaughter authored
-
Phil Hughes authored
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
-
Paul Slaughter authored
-
Dennis Tang authored
-
- Aug 06, 2018
-
-
Mike Greiling authored
-
Luke Bennett authored
-
- Aug 03, 2018
-
-
Luke Bennett authored
-
Stan Hu authored
-
- Aug 02, 2018
-
-
Filipa Lacerda authored
Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store
-
Luke Bennett authored
-
- Aug 01, 2018
-
-
Stan Hu authored
-
André Luís authored
This reverts commit bd5b177b0fc48d77b5069b112faf36d151221be7.
-
André Luís authored
This reverts commit 5ba542b1, reversing changes made to 32c831ea.
-
- Jul 31, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-