Pierre Goiffon
c417a454d6
New symlink flag set by the compiler, new compile with symlinks checkbox in the setup ( #190 )
...
The flag consists of the new `data/.compilation-symlinks` file, which is included in the code base (but not available in the Combodo packages).
It will be used and generated if and only if :
* we are on a dev env (`\utils::IsDevelopmentEnvironment`)
* the `symlink` PHP function exists
The flag is generated low level in the compiler (\MFCompiler::DoCompile)
In the setup, if the flag is present and all conditions are met then a new option will be displayed in the "Miscellaneous Parameters" wizard step. When unchecking/checking the flag will be updated accordingly by an ajax query.
All other compiler consumers (Designer / Hub connectors, Core Update, scripts using `RunTimeEnvironment` class) will :
* if they provide a value for the symlink option, it will be used
* otherwise the flag will be used instead, if conditions are met
2021-06-14 16:44:34 +02:00
Molkobain
1128490d47
N°2982 - Branding: Theme imports with no xsi:type are ignored
2021-05-17 17:51:08 +02:00
Molkobain
186ef1689e
CI: Fix folder creation on Windows environments
2021-05-17 17:44:01 +02:00
odain
3b3fa7b1f8
N°2982 - rename imports_utility and imports_variable in precompilation signature
2021-04-16 11:56:16 +02:00
odain
135b5e8adb
N°2982 - PR reviews
2021-04-16 11:46:14 +02:00
odain
d07199db7c
N°2982 - add theme_precompilation_enabled to be able to deactivate precompilation from conf + update provided precompiled files when IsDevelopmentEnvironment
2021-04-13 00:49:08 +02:00
odain
903afff687
N°2982 - fix delta xml variables not used in themes
2021-04-12 22:14:00 +02:00
Stephen Abello
1d0da38d40
N°3593 Fix file import variable usage in theme compilation
2021-03-24 11:29:43 +01:00
Eric
fc0bac6726
N°2982 - Speed up SCSS themes compilation during setup (removed dev bypass)
2021-03-23 14:38:08 +01:00
odain
3afc4e8185
Merge branch 'feature/3588-precompil-fix' into develop
2021-03-15 17:44:10 +01:00
Molkobain
c3140c2db3
Copyright year bump
2021-03-12 18:48:46 +01:00
odain
4870893fc2
N°2982 - Speed up SCSS themes compilation during setup : fix precompiled css theme generated
2021-02-15 17:26:17 +01:00
odain
71a65606a1
Revert "N°2982 - Speed up SCSS themes compilation during setup : take cascaded included imports in theme precompilation + class/method documentation cleanup"
...
This reverts commit c8dd19c22f .
2021-02-12 11:24:14 +01:00
odain
c8dd19c22f
N°2982 - Speed up SCSS themes compilation during setup : take cascaded included imports in theme precompilation + class/method documentation cleanup
2021-02-12 09:46:30 +01:00
Eric
68f7880d42
Force theme compilation in development environment
2021-02-11 14:31:52 +01:00
bruno-ds
f328e58c02
N°3721 - toolkit's "update iTop" with the "Create symbolic links" option checked now empty the compiled directory as expected
2021-02-10 15:35:38 +01:00
odain
857ae5fd95
N°2982: code cleanup following review
2021-02-04 15:44:14 +01:00
odain
54f8ef924f
N°2982: theme precompilation fix work even when coming from /extensions or /datamodels/X.x
2021-02-04 14:20:35 +01:00
Eric
24a6d6b6fd
N°2677 - Add style definition for classes (change code tag)
2021-01-11 12:18:33 +01:00
Eric
d4aeb4b157
N°2677 - Add style definition for classes
2021-01-06 14:06:46 +01:00
Stephen Abello
5ef75772f0
N°3516 Add Fullmoon 🌕 to theme mechanism, update test-red theme for 3.0
2021-01-05 17:16:30 +01:00
Eric
82e98ced85
N°2677 - Add style definition for enums (MetaModel::GetEnumStyle() API)
2021-01-05 13:45:23 +01:00
Eric
2dea5447b4
N°2677 - Add style definition for enums (Default values)
2021-01-05 11:07:18 +01:00
Eric
d77f374918
N°2677 - Add style definition for enums (refactor & fix CI)
2020-12-31 16:34:59 +01:00
Eric
5128833a62
N°2677 - Add style definition for enums (fix CI)
2020-12-31 12:02:43 +01:00
Eric
f1ad55c86c
N°2677 - Add style definition for enums
2020-12-31 11:25:00 +01:00
denis.flaven@combodo.com
398b5f446c
Protect against empty 'precompiled theme' entry in the XML
2020-11-27 17:57:09 +01:00
Molkobain
f2ff5a4e83
N°3203 - Datamodel: Add semantic for image & state attributes Part. II
2020-11-09 15:44:45 +01:00
Molkobain
50421f4753
N°3203 - Datamodel: Add semantic for image & state attributes Part. I
2020-11-02 14:51:25 +01:00
Molkobain
e48d257b00
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
# application/displayblock.class.inc.php
# application/itopwebpage.class.inc.php
# application/utils.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
# datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml
# datamodels/2.x/itop-knownerror-light/datamodel.itop-knownerror-light.xml
# datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml
# datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml
# js/components/breadcrumbs.js
# pages/navigator.php
# test/core/DBSearchTest.php
2020-10-07 11:36:15 +02:00
Molkobain
8193ada159
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# composer.json
# css/light-grey.scss
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
2020-09-08 17:30:32 +02:00
odain
2ff6658a56
Merge branch 'develop' into feature/b3217-2dev
2020-09-08 17:00:41 +02:00
Benjamin Planque
f25cd70e73
datamodel and dictionnaries refactoring/cleanup
2020-09-08 16:36:21 +02:00
odain
9a0d9d2c38
Merge branch 'feature/fast-theme-compilation2' into develop
...
N°2982 - speedup themes/scss compilation during setup
N°2996 - Remove iTop version from css-variable.scss
2020-08-26 17:59:31 +02:00
Molkobain
7f3c10b69d
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
2020-08-26 16:09:23 +02:00
Eric
e8eb6d0e31
N°3249 - N°2957 - Revert one file per class => generate all the classes in the same file: model.<module>.php to address forward declaration of classes
2020-08-24 12:41:49 +02:00
acognet
23c0a67914
N°580 - Autocomplete with namesakes. Complement for select
2020-08-20 16:42:43 +02:00
Molkobain
c5b8d3fa72
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# application/datamodel.application.xml
# application/itopwebpage.class.inc.php
# css/light-grey.scss
2020-08-19 10:20:37 +02:00
Eric
c5d265f66b
N°3249 - Fix move To Production. Fix compiler code generation broken by N°2957
2020-08-18 14:17:01 +02:00
odain-cbd
71b725420a
Merge branch 'develop' into feature/fast-theme-compilation2
2020-08-17 00:18:15 +02:00
odain
a538e3c1a2
N°2996 Remove iTop version from css variables
...
- $version does not exit anymore in css-variables.css. now its value is computed during setup and equals setup timestamp instead.
- use precompiled files (declared in datamodels XML files) to check if theme compilation is required or not.
- referenced images in scss files are included in precompiled file signatures just like scss files md5sum.
- images declared in scss files with v=$version are reloaded automatically on browser side after each theme compilation (see xxx.png?v=timestamp)
- precompiled files are replaced if theme compilation occurred. this will avoid same time consuming operation at next setup.
- code cleanup: arrays / variables renamed
2020-08-14 17:03:16 +02:00
odain-cbd
7b8c390a80
Revert "Faster compilation of themes"
2020-08-07 16:20:12 +02:00
odain-cbd
e907c7825a
Merge branch 'develop' into feature/fast-theme-compilation
2020-08-07 16:12:47 +02:00
Molkobain
bd0480b5c5
N°3233 - Remove "display_template" from the metamodel and compiler
2020-08-04 13:26:57 +02:00
Molkobain
c93c53488d
N°3185 - Rename tag to "main_logo_compact" and complete XML migration methods
2020-08-04 13:26:57 +02:00
Molkobain
fa153d8504
N°3185 - Datamodel: Add square logo in branding
2020-07-27 15:09:33 +02:00
Molkobain
10a14a3844
N°3182 - Add support for MenuGroup CSS icon in the XML datamodel
...
- Introduce itop_design v1.8
- Default CSS classes are 'fas fa-ellipsis-v' from FontAwesome
- New tags <style><decoration_classes>xxx yyy</decoration_classes></style> under the <menu xsi:type="MenuGroup"> tag
2020-07-27 15:09:33 +02:00
odain
08414296b6
tmp work: save timestamp + few fixes
2020-07-21 23:22:50 +02:00
Eric
27ed1f3307
N°2957 - Fix required files and generate files into src/Model
2020-07-20 09:58:51 +02:00
odain
2d8b888a18
N°2982 - speedup themes/scss compilation during setup
2020-07-16 18:41:01 +02:00