Project

General

Profile

Download (333 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b7935755 12/12/2023 11:08 AM Eric Helms

Fixes #36936 - Switch to terser

e848148a 05/17/2023 11:46 AM Adam Ruzicka

Fixes #36330 - Fix plugin translations in frontend

- Add plugin:po_to_json rake task
- Load js locale files for all plugins
- Make i18n.js do multi-domain lookup

5bbd1645 01/03/2022 01:31 PM Maria Agaphontzev

Fixes #34058 - extract multiline string for translation

6cc3bb9e 06/19/2020 01:18 PM Ondřej Ezr

Fixes #28226 - upgrade to sprockets 4

1420d726 04/30/2020 05:02 PM Tomer Brisker

Fixes #29673 - Upgrade to Rails 6.0.2.2

Also clean up Rails 5 leftovers in gemfiles and initializers.

18a4f733 04/30/2020 02:18 PM Ondřej Ezr

Fixes #29670 - upgrade patternfly

2d5ab01b 04/23/2020 08:23 AM Ondřej Ezr

Fixes #29522 - upgrade jquery-ui-rails

a59960a9 03/11/2020 12:56 AM Ewoud Kohl van Wijngaarden

Refs #28320 - Allow sass-rails 5.x again

This partially reverts 26dda8dbbf32d357657c3d22018c9d247fb0cb4e. The
reason is that the sassc RPM packaging was broken. However, there's
nothing (yet) that really needs it. This allows testing with the newer
version wil allowing the older one as well.

26dda8db 03/09/2020 02:58 PM Ondřej Ezr

Refs #28320 - upgrade sass to sassc

78b8b1dc 01/13/2020 06:58 PM Tomer Brisker

Refs #28217 - Use packaged coffee-rails gem

We currently have 4.2.2 in the rails 5.2 scl, but will need to upgrade
to 5.0 for Rails 6 compat. Using the case statement so we can start
testing Rails 6 before packaging is ready.

0f325dd9 01/13/2020 06:58 PM Ondřej Ezr

Fixes #28217 - drop turbolinks

ce63b54f 12/26/2019 08:54 AM Michael Moll

Fixes #28002 - drop Ruby < 2.5

c23a83af 08/23/2019 01:02 PM Ewoud Kohl van Wijngaarden

Refs #27666 - Clean up sass-rails pinning

This is semantically the same, but makes it a bit easier on the
packaging side where we have a script that converts it into the RPM
spec. Previously it generated:

Requires: %{?scl_prefix_ror}rubygem(sass-rails) >= 5.0...
1809d8ad 08/21/2019 07:16 AM Michael Moll

Refs #27666 - pin sass-rails on Ruby < 2.4 even lower

3c87d1a4 08/20/2019 02:18 PM Michael Moll

Fixes #27666 - pin sass-rails on Ruby < 2.4

764439a2 05/10/2019 01:53 PM Ohad Levy

fixes #26654 - migrate spice to npm and upgrade

  • move from an old version of spice to a much newer one (over 5 years upgrade)
  • move spice js to webpack
  • add alert message if spice fails to initalize
eb009740 04/28/2019 07:57 PM Ohad Levy

fixes #16287 - Move gridster from bundle to npm

e9e791c2 07/17/2018 08:16 PM Ewoud Kohl van Wijngaarden

Fixes #24211 - Allow a newer version of patternfly-sass

d666c6c4 07/09/2018 02:25 PM Ewoud Kohl van Wijngaarden

Fixes #23579 - Use a bundler group for assets

6850ad9c 01/28/2018 02:51 PM Amir Fefer

Fixes #21170 - move password_strength.js to wepback

9f0c7d50 01/04/2018 05:47 PM Avi Sharvit

Fixes #22071 - Upgrade patternfly-sass to v3.32.1

fbbab0d8 07/07/2017 10:24 AM Michael Moll

fixes #18500 - replace quiet_assets with sprockets-rails flag

  • fixes #18512 - support sprockets-rails 3.x

The app.assets environment is no longer always configured, and instead
is only configured when the regular Rails environment is loaded. Loading
only the 'assets' group initializers isn't sufficient....

6d9f34fe 07/05/2017 08:26 AM Dominic Cleal

fixes #19050 - add Ruby on Rails 5.0 support

Adds configurable support for running on Ruby on Rails 5.0 or 4.2,
defaulting now to 5.0 on Ruby 2.3 or higher. Ruby versions with partial
or no support remain using 4.2 by default. Other points:

1. SETTINGS[:rails] is loaded pre-Rails boot, then post-boot the...

f039dcfb 03/23/2017 09:24 AM Walden Raines

Fixes #18986: upgrade patternfly-sass to 3.23.0.

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

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.

fba692db 12/28/2016 03:34 AM Gail Steiger

fixes #17600 - Storybook does not draw chart

68d1bc89 12/20/2016 12:25 PM Tomer Brisker

Fixes #17587 - remove autoprefixer gem

659d49a1 10/09/2016 09:51 AM Gail Steiger

Fixes #13424 - c3 patternfly react implementation

3f309191 09/23/2016 04:30 AM Tomer Brisker

Fixes #16286 - Move multiselect from gem to npm

ba297540 09/06/2016 12:00 PM Tomer Brisker

Fixes #16290 - Move ipaddr.js from bundle to npm

ff51a9f3 08/22/2016 04:35 AM Tomer Brisker

Fixes #16120 - Allow including css in webpack assets

This commit demonstrates using the css from the select2 module using the
webpack css loaders. Images under 32k will be compiled into the css to
reduce request counts.

551407c2 08/15/2016 03:32 AM Dominic Cleal

fixes #16089 - replace flot-rails with npm jquery-flot

e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

59e6ee20 05/25/2016 04:05 AM Dominic Cleal

fixes #8884 - drop Gemfile support for Ruby 1.9.3

5edc74bb 03/10/2016 04:07 AM Ori Rabin

Fixes #14045 - resizing select2 to match inherit button

e0f86031 02/23/2016 03:15 AM Dominic Cleal

fixes #13827 - unpin patternfly-sass

The bug with assets referencing the wrong paths is resolved in 2.10.1.

743c84c8 02/18/2016 03:13 AM Daniel Lobato Garcia

Revert "Fixes #13424 - Add Patternfly Donut Chart React component"

This reverts commit f4b2a11615d14ba1407aecd55523cd44d1010e14.

f4b2a116 02/18/2016 03:12 AM Daniel Lobato Garcia

Fixes #13424 - Add Patternfly Donut Chart React component

Our donut charts do not look like they should in Patternfly.
https://www.patternfly.org/patterns/donut-chart/ uses c3, so we can do
that too.
Eventually I want to remove flot_pies too, but I have to yet figure out...

c6d1f780 02/03/2016 05:13 AM Dominic Cleal

fixes #13533 - pin patternfly-sass to < 2.10.0

2.10.0 includes requires pointing to components only supplied in
rails-assets development deps, causing asset compilation to fail:

ActionView::Template::Error: File to import not found or unreadable: bootstrap-combobox....
24f70e14 01/12/2016 08:58 AM Daniel Lobato Garcia

Fixes #13074 - sprockets-rails should be in Gemfile

dependency out of the Gemfile and into assets.rb. sprockets-rails is a
runtime dependency and so should stay in Gemfile. #12977 was a runtime
error in production.

The sprockets gem is also a runtime dependency, so should be in Gemfile...

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
e75ad04b 11/12/2015 05:56 AM Tomer Brisker

Fixes #12418 - Correct dashboard behaviour for updated gridster

Updated version of gridster changed the widget class from gs_w to gs-w:
https://github.com/ducksboard/gridster.js/commit/c1668d9ab6261d3c5dc4215abdb73ca516492c19
This led to a bit of breakage in css and js which is fixed by this commit....

4901dd3c 09/17/2015 05:17 AM Walden Raines

Fixes #11692: update ace-rails-ap to 4.x.

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

fa8353d8 09/04/2015 03:34 AM Walden Raines

Fixes #11625: refactor the ace editor to make it reusable.

Make the ace editor reusable and include it on the global parameters
page.

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

60a26f57 09/03/2015 03:00 AM Michael Moll

refs #11449 - move therubyracer to its own bundler group

09ce8a63 08/13/2015 07:13 AM Ori Rabin

Fixes #4419 - rearranging smart class parameters edit form

3f414740 06/18/2015 03:43 PM Shlomi Zadok

fixes #10641 - Introduce select2.js for searching in select lists and apply to CR select

d88ceee3 04/09/2015 03:17 AM Michael Moll

fixes #10099 - pin execjs gem for Ruby 1.9

c873b3cd 01/09/2015 07:05 AM Joseph Magen

fixes #8802 - add Turbolinks support

6f6c0b3a 11/26/2014 11:36 AM Dominic Cleal

fixes #8463 - remove i18n bundler group as it isn't optional

fast_gettext/gettext_i18n_rails are both runtime dependencies, not optional.
gettext_i18n_rails_js moved to assets as it provides no runtime functionality.

51a88438 11/25/2014 07:37 AM Shlomi Zadok

Fixes #7233 - Drop Ruby 1.8.7 and revert Ruby 1.8.7 specifics

2a6d13fe 10/10/2014 07:18 AM Dominic Cleal

refs #7587 - precompile pwstrength JS, move gem from runtime deps

dd6a0f34 07/07/2014 05:28 AM Michael Moll

fixes #6501: pin jquery-ui-rails

db6d37b9 06/15/2014 01:34 PM Amos Benari

fixes #5345 - customizable dashboard

bb0d37fc 05/28/2014 10:24 AM Dominic Cleal

fixes #5966 - pin execjs for Ruby 1.8 compatibility

8285778b 02/18/2014 12:23 PM Joseph Magen

fixes #4333 - added multi-select-rails gem

43c50b46 01/16/2014 11:58 AM David Davis

fixes #3992 - Removing unused coffeescript gem

d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

50904767 12/16/2013 10:30 AM Sam Kottler

Fixes #3881: pin locale to 2.0.9 or lower

bdaf8880 09/01/2013 06:51 PM Dominic Cleal

fixes #3005 - restrict gettext to Ruby 1.8 compatible version

a8d06d2d 06/13/2013 07:40 AM Greg Sutcliffe

Fixes #2657 - Use twitter-bootstrap-rails version 2.2.6

6f96a1b9 05/19/2013 05:00 PM Dominic Cleal

RPM packaging fixes

  • fix therubyracer require name
  • when Foreman launched twice within same PID, ENV['BUNDLE_GEMFILE'] is already
    set, causing bundler to load instead of bundler_ext
  • revert SCL additions to init.d script, spec file handles them
  • fix init script path...
3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

5d280ebe 04/30/2013 02:31 AM Amos Benari

fixes #2441

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

e1fcb38e 04/02/2013 02:55 PM Joseph Magen

fixes #2365 added quiet assets gem

f008ad71 04/02/2013 02:50 PM Amos Benari

moved spice console to spice-html5-rails gem

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...