icingaweb2/library/Icinga/Web
Johannes Meyer 7c58b3ced1 LessCompiler: Add support for variable exports by modules
Using the following in a module's less file:

```
@exports: {
  @foo: "bar";
  @number: 4;
  @color: red;
};
```

will export the variables `@foo`, `@number` and `@color` into the global
scope. Though, exports are not able to override already defined variables.
That's still reserved for themes.
2020-12-02 10:51:01 +01:00
..
Announcement AnnouncementIniRepository: Also fetch column `start` in `findActive()` 2019-05-23 10:05:14 +02:00
Controller Make auto refresh interval configurable 2020-11-26 11:38:02 +01:00
Dom
Form swag: Fix violations of PSR-12 2019-12-04 11:28:08 +01:00
Helper Add Markdown::line() 2019-10-31 14:41:39 +01:00
Hook Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Navigation Navigation/DashboardPane: Properly register dashlets as children 2019-07-18 08:33:35 +02:00
Paginator Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Response Split Json::encode() into Json::encode() and Json::sanitize() 2018-06-21 16:01:53 +02:00
Session Don't call session_start() after ini_set() 2018-01-24 17:38:20 +01:00
View IcingaCheckbox: Don't `display:none` the checkbox but add `.sr-only` to it 2019-12-05 16:12:41 +01:00
Widget InlinePie: Utilize SVG to render charts instantly 2020-09-28 16:40:39 +02:00
Announcement.php
ApplicationStateCookie.php Introduce ApplicationStateHook 2018-07-09 16:28:25 +02:00
Controller.php Controller: Don't accept `0` as default page limit 2020-11-16 13:29:49 +01:00
Cookie.php
CookieSet.php
FileCache.php FileCache: Add method to prepare sub directories 2019-06-25 16:18:26 +02:00
Form.php Form: allow checkboxes to be required 2020-04-09 14:03:21 +02:00
Hook.php
JavaScript.php JavaScript: Also optimize `define()` calls in module JS 2020-11-18 13:21:33 +01:00
LessCompiler.php LessCompiler: Add support for variable exports by modules 2020-12-02 10:51:01 +01:00
Menu.php Re-introduce class Icinga\Web\Menu 2018-04-30 10:24:57 +02:00
Notification.php
Request.php Properly handle window id's and container id's 2020-01-14 10:14:02 +01:00
Response.php Response: Add methods to override the client's window id 2020-01-14 10:14:02 +01:00
Session.php Don't call session_start() after ini_set() 2018-01-24 17:38:20 +01:00
StyleSheet.php StyleSheet: Load css assets from loaded libraries 2020-11-18 13:20:09 +01:00
Url.php Url::fromPath(): var_export() input value to complain about 2020-11-18 09:40:44 +01:00
UrlParams.php
View.php View: Ignore setting `short_open_tag` 2019-12-04 09:35:24 +01:00
Widget.php
Window.php Properly handle window id's and container id's 2020-01-14 10:14:02 +01:00
Wizard.php setup: Apply new icinga form style 2019-07-29 10:17:59 +02:00