-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
167 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"dol_min": 18, | ||
"dol_max": 19, | ||
"php_min": 7 | ||
"dlb_min_version": 18, | ||
"dlb_max_version": 18, | ||
"php_min_version": 7.0, | ||
"php_max_version": 8.2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.3 | ||
3.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-- /************************************************ | ||
-- * Copyright (C) 2015-2022 Alexandre Spangaro <[email protected]> | ||
-- * Copyright (C) 2022 Sylvain Legrand <[email protected]> | ||
-- * Copyright (C) 2015-2024 Alexandre Spangaro <[email protected]> | ||
-- * Copyright (C) 2022-2024 Sylvain Legrand <[email protected]> | ||
-- * | ||
-- * This program is free software: you can redistribute it and/or modify | ||
-- * it under the terms of the GNU General Public License as published by | ||
|
@@ -96,6 +96,8 @@ INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON | |
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON_COLOR_FDATE_DEFAULT', '__ENTITY__', '#FF0000', 'chaine', '0', 'Oblyon text default date (today) color'); | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON_COLOR_TEXTTABACTIVE', '__ENTITY__', '#222222', 'chaine', '0', 'Oblyon text tab active'); | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON_COLOR_INPUT_BCKGRD', '__ENTITY__', '#FFFFFF', 'chaine', '0', 'Oblyon background imput color'); | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON_COLOR_INFOBOX_BCKGRD1', '__ENTITY__', '#444444', 'chaine', '0', 'Oblyon Background color 1 of active kanban cards'); | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('OBLYON_COLOR_INFOBOX_BCKGRD2', '__ENTITY__', '#E4EFE8', 'chaine', '0', 'Oblyon Background color 1 of active kanban cards'); | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('THEME_INVERT_RATIO_FILTER', '__ENTITY__', '0', 'chaine', '0', 'Oblyon Ratio for invert filter'); | ||
-- Color - Default Eldy values | ||
INSERT INTO llx_const (name, entity, value, type, visible, note) VALUES ('THEME_ELDY_TOPBORDER_TITLE1', '__ENTITY__', '#D4D4D4', 'chaine', '0', 'Oblyon module'); | ||
|
Oops, something went wrong.