Molkobain
b6117b157c
PHPDoc & code cleanup
2020-07-27 15:09:34 +02:00
Molkobain
b3dcfea8dc
N°3207 - Global search: Introduce new widget
2020-07-27 15:09:34 +02:00
Molkobain
00dc1d3f3b
PHPDoc & code cleanup
2020-07-27 15:09:34 +02:00
Molkobain
da5d55a542
Fix appUserPreferences type hinting as it accepts more than just strings
2020-07-27 15:09:34 +02:00
Molkobain
6a3bbd8d49
N°2847 - SCSS: Refactor some variables names and some patterns into helpers
2020-07-27 15:09:34 +02:00
Molkobain
46deb9590d
N°3199 - Add tippyjs / popper.js JS libs (introducing NPM dependencies management system for JS/CSS libs)
2020-07-27 15:09:34 +02:00
Molkobain
20ed4fe2d1
N°2847 - Theme: Add elevations as SCSS and CSS variables
2020-07-27 15:09:33 +02:00
Molkobain
87d7693be5
N°2847 - Rework iTopWebPage layout (WIP Part III)
...
- iTopWebPage: Extract processing in dedicated functions
- iTopWebPage: Add tooltips base feature
- iTopWebPage: Fix JS dictionaries
- iTopWebPage: Extract inline JS to dedicated file
- Top bar: Visual improvements
- Nav. menu: Visual improvements
- Nav. menu: Tooltip improvement
- Nav. menu: Toggle state preference saved
- Nav. menu: Add menus filter feature
- Breadcrumbs: Handle elements overflow
2020-07-27 15:09:33 +02:00
Molkobain
fa153d8504
N°3185 - Datamodel: Add square logo in branding
2020-07-27 15:09:33 +02:00
Molkobain
5d3009646a
N°3182 - Datamodel: Add icon to menu groups
2020-07-27 15:09:33 +02:00
Molkobain
ec70d3546d
PHPDoc & code cleanup
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
Molkobain
0516862632
N°2847 - Rework of iTopWebPage: Preliminary work on the page content
2020-07-27 15:09:33 +02:00
Molkobain
ad379d3ef4
N°2847 - Rollback fix on pages <base> URL tag (to much consequences)
...
Fixing the base URL tag on WebPage and derivated classes would require to migrate all extensions which use the add_linked_script / add_linked_stylesheet functions with a relative URL, which is almost all extensions. So the benefit isn't worth the workload.
Note: We could have migrate extensions by replacing "../images|js|css/xxx.yyy" with utils::GetAbsoluteUrlAppRoot()."images|js|css/xxx.yyy" to make them compatible with iTop 2.8 and previous versions. But as said before, much work.
2020-07-27 15:09:33 +02:00
Molkobain
8efd8008fc
N°2847 - Rework of the global iTopWebPage layout (Part II)
...
- Optimize TWIG templates includes (don't pass context to autonomous components)
- Preliminary work of the top bar and breadcrumbs features
- Removal of images dedicated to the breadcrumbs feature
2020-07-27 15:09:33 +02:00
Molkobain
6f9565d979
Remove duplicated entries from .gitignore
2020-07-27 15:09:32 +02:00
Molkobain
6f3ec99501
N°2847 - Update UI components dictionaries
2020-07-27 15:09:32 +02:00
Molkobain
ab681b0954
N°2847 - Rework of the global iTopWebPage layout (Part I)
...
- Rework of the iTopWebPage class
- Use of TWIG templates
- Preliminary work of the navigation menu
2020-07-27 15:09:32 +02:00
Molkobain
c9b80074f4
Add helper to know if we currently are in "debug" mode
...
Can be used to enable more features / debugging tools throughout the application.
2020-07-27 15:09:32 +02:00
Molkobain
f5df442e8b
N°2847 - Improve SCSS files structure
...
- Refactor some mixins into helpers
- CSS3 variables set via SCSS variables are now using "interpolation" (#{$my-var} instead of just $my-var) to be compatible with more SCSS compiler
- Overloading some Bulma variables such as font-family
2020-07-27 15:09:32 +02:00
Molkobain
fab58d503b
TwigBase: Change "add_itop_version" TWIG function to use cache buster timestamp
2020-07-27 15:09:32 +02:00
Molkobain
1a3411e99d
TwigBase: Add 2 TWIG functions (get_absolute_url_app_root / get_absolute_url_modules_root)
2020-07-27 15:09:32 +02:00
Molkobain
ddcd6d4e91
N°2847 - Remove POC page
2020-07-27 15:09:32 +02:00
Molkobain
9eb826bb0b
Add support for dictionaries in sub-folders of /dictionaries
2020-07-27 15:09:32 +02:00
Molkobain
a88df33167
Add SASS converter cache to .gitignore
2020-07-27 15:09:32 +02:00
Molkobain
ec48b397ad
Code cleanup & PHPDoc
2020-07-27 15:09:31 +02:00
Molkobain
f8af900c73
N°2847 - WIP: Sync. commit
2020-07-27 15:09:31 +02:00
Molkobain
7d4455baf4
N°2847 - Start rework of the CSS/JS/TWIG files structure
2020-07-27 15:09:31 +02:00
Molkobain
e37c620d2d
PHPDoc & code cleanup
2020-07-24 14:11:30 +02:00
Molkobain
dd4ef8f91a
N°2870 - Portal: Fix "Notice: Undefined index: UI:PropertiesTab" on object form
2020-07-24 14:08:33 +02:00
Pierre Goiffon
06ee1f3a15
N°2284 add @since in old autocomplete widget file
2020-07-20 10:38:55 +02:00
Eric
27ed1f3307
N°2957 - Fix required files and generate files into src/Model
2020-07-20 09:58:51 +02:00
Thomas Casteleyn
4f72336301
Suggest correct filename on download
2020-07-17 13:17:18 +02:00
Thomas Casteleyn
868c157ae4
Change lifecycle generation to SVG instead of PNG
2020-07-17 13:17:18 +02:00
Thomas Casteleyn
c2b72c7688
More memory efficient image pass through
2020-07-17 13:17:18 +02:00
Eric
e4ab543aff
Disable twig cache for developers (instead of having config flag)
2020-07-16 15:07:03 +02:00
Eric
11ef705816
N°2969 - change dictionaries folder from dictionary to dictionaries
2020-07-16 14:52:03 +02:00
Eric
7e970ee93c
N°3015 - fix notice
2020-07-15 09:38:33 +02:00
Eric
e7fa9eda65
Use configuration for enabling twig cache
2020-07-15 09:33:54 +02:00
Eric
edefa4da4f
N°2330 - set the php minimum version to 7.2
2020-07-13 15:35:18 +02:00
Eric
6320879fe1
✨ Add a cleanup file to the database integrity report.
...
Use it for fast database cleanup (removal of all broken entries) when you don't want to try recovering inconsistent records.
Note that you may need multiple report to eliminate all the inconsistencies.
2020-07-10 17:57:13 +02:00
Romain Quetiez
acf0548c4c
N°3171 - Friendly name and obsolescence flag not refreshed ( #151 )
...
- Compute any type of expression on server side
- Recompute friendly name and obsolescence flag on server side (DBOBject)
- Bonus : compute dependency for external keys
2020-07-10 17:26:37 +02:00
Eric
b1fa429234
N°2957 - Better check of the class parameter in requests
2020-07-10 14:41:38 +02:00
Eric
78516f437a
N°2957 - Compile classes in separated files
2020-07-10 14:41:08 +02:00
Denis Flaven
ea75092bb3
N°3166 - fix for a crash in expressioncache
...
iTop was crashing if the expression/format for the name of a class contained a quote (')
2020-07-10 11:27:43 +02:00
acognet
df4dfe4803
N°2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget
...
N°2390 - Auto-complete - Relevant results in first
2020-07-09 09:14:44 +02:00
acognet
fddf30e6c3
N°2956 - Upgrade jQuery to v3.5.1
2020-07-09 09:07:11 +02:00
Eric
b718e26c7f
N°2969 - Add support for dictionaries folder in modules
2020-07-08 15:21:07 +02:00
Eric
e564f71c14
N°2986 - Reintegrate application menus from "welcome itil" into application
2020-07-08 11:49:52 +02:00
Eric
4f3931e828
N°2370 - Remove MySQL views in iTop, moved to "combodo-views" extension
2020-07-08 10:33:15 +02:00