odain
d3d2820b4e
580 - DatasynchroTest fixed both in http and cli modes
2021-04-01 00:04:40 +02:00
odain
f75c660a45
2982 - restore precompiled styles in datamodel
2021-03-31 23:49:50 +02:00
odain
cb91d6f3c4
N°2982 - Speed up SCSS themes compilation during setup - fix infite loop when n signature inside precompiled file
2021-03-31 23:37:29 +02:00
Pierre Goiffon
6744147bf9
PHP syntax check for dictionnaries : change wrong file ext to avoid having errors in the IDE
...
I was hoping a @noinspection annotation could be the answer but I didn't find any corresponding inspection key to disable :/
2021-03-31 17:40:21 +02:00
Molkobain
fcb84423ea
N°3634 - Lists: Fix list margin with its container panel when rendered as a dashlet
2021-03-31 17:32:57 +02:00
Pierre Goiffon
fa92c12b5a
PHP syntax check for dictionnaries : execute beforeSetup
2021-03-31 17:27:08 +02:00
Eric
d3a857d9d3
N°580 - Fix CI temporarily
2021-03-31 17:00:38 +02:00
Pierre Goiffon
c843e13c58
✅ New tests to check syntax of all dict files
...
We had some issues last week with invalid PHP syntax in dict files. The CI detects some of these, but having a larger check with a clearer message that is run immediately at commit will ease fixing such issues !
2021-03-31 16:49:50 +02:00
Eric
131ecd5e3b
N°3251 - Restore 2.7 behaviour of ExecITopScript (hide passwords from commandline arguments) and allow tests to provide credentials
2021-03-31 16:36:40 +02:00
Molkobain
7a95ea407b
N°2982 - Revert temporarily precompiled stylesheets from datamodel as it puts the setup in an infinite loop
2021-03-31 12:14:41 +02:00
acognet
efeedcad30
N°3868 - "Error: Invalid filter parameter" on mass update
2021-03-31 11:32:35 +02:00
Molkobain
5be3496c8f
N°2982 - Restore precompiled stylesheets files
2021-03-31 10:22:54 +02:00
Molkobain
d465bf10fd
N°2591 - Restore lost deprecation comment
2021-03-31 10:22:54 +02:00
acognet
2265d1641e
N°3868 - "Error: Invalid filter parameter" on mass update
2021-03-31 09:20:53 +02:00
acognet
6f9b5b7c64
N°2737 - Migrate table to DataTables plugin in display objects
2021-03-31 09:20:53 +02:00
acognet
7d92ff65a2
N°3650 - fix image display when creating an object
2021-03-31 09:20:52 +02:00
acognet
1260a09c05
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV fix vertical tabs
2021-03-31 09:20:51 +02:00
Molkobain
95f328d2af
N°3634 - Lists: Fix shortcut not being added "live" to navigation menu on creation
2021-03-30 18:19:51 +02:00
Molkobain
0c87bd9aad
TwigHelper: Add constant for backoffice's templates base folder
...
Note: We might add more in the future for other GUIs
2021-03-30 18:19:51 +02:00
Molkobain
99f09127ea
Shortcuts: Fix dialog's buttons style
2021-03-30 18:19:51 +02:00
vdumas
87987e1c2f
N°463 - Load localized Query Phrases at Setup (German version)
2021-03-30 16:24:56 +02:00
Molkobain
9d98a494cb
Update setup XML licenses file following 5940578e
2021-03-30 16:10:16 +02:00
Molkobain
4d74371e8e
Advanced search: Add comment on its SCSS partial
2021-03-30 15:59:32 +02:00
Molkobain
20e41f21d9
N°3634 - Advanced search: Fix opened criterion display
2021-03-30 15:56:47 +02:00
Molkobain
5940578e3a
Update setup licenses for NPM libs
2021-03-30 15:56:47 +02:00
Eric
94b52f8d9f
N°580 - Check parent class config
2021-03-30 14:40:42 +02:00
Pierre Goiffon
8674ebb137
📝 updateLicenses.php : add solution for JQ on Windows, and also a known bug
2021-03-30 11:43:08 +02:00
odain
71e64cd1dc
N°2713 - Allow read access to synchro errors for users with non-admin profile - fix when object not allowed
2021-03-30 10:34:44 +02:00
Pierre Goiffon
d0ea5e9e1c
N°2330 Change MySQL min version
...
Reasons :
* the min version was announced on a public wiki page (https://www.itophub.io/wiki/page?id=2_7_0%3Ainstall%3Ainstalling_itop#software_requirements )
* MySQL 5.6 end of life was reached in feb. 2021 (https://endoflife.software/applications/databases/mysql )
2021-03-30 10:28:59 +02:00
Molkobain
d9ed2e6de9
Dashboard: Push file missing from last commit
2021-03-30 09:55:10 +02:00
Purple Grape
8a4372762e
🌐 ZH translations for iTop 3.0 ( #198 )
...
Many thanks @purplegrape !
2021-03-30 09:42:31 +02:00
Molkobain
82e67f27f7
Dashboard: Rename class to better match conventions
2021-03-30 09:36:20 +02:00
Molkobain
8124bea16f
Lists: Fix JS error when dataTables widget is destroyed
2021-03-30 09:36:20 +02:00
odain
62165a2a0d
N°2713 - Allow read access to synchro errors for users with non-admin profile - take into account allowed read action
2021-03-29 18:40:06 +02:00
Molkobain
31f6558710
N°3634 - Lists: Improve rendering to better match mockups and feedbacks from alpha version
2021-03-29 18:13:30 +02:00
Pierre Goiffon
afd9ddf46d
⬇️ Restore php-parser to its original version as tests are failing :/
2021-03-29 16:51:10 +02:00
Pierre Goiffon
d62825c99b
Improve test error message
2021-03-29 16:49:55 +02:00
Pierre Goiffon
a7e7e62245
⬆️ Upgrade lib : nikic/php-parser
...
We were on v3 that is no longer maintained and compatibility is annonced for PHP 7.2.
v4 is active and supports PHP up to 8.0
No problem to update as this is only used in the config editor (\Combodo\iTop\Config\Validator\iTopConfigAstValidator)
2021-03-29 16:35:30 +02:00
Molkobain
c11fd4f0ab
NPM libs: Update embedded package to avoid their dependencies to be retrieved as they are already their
2021-03-29 11:11:52 +02:00
Molkobain
a29dac2c60
NPM libs: Restore web.config file
2021-03-29 11:11:50 +02:00
Pierre Goiffon
8846a42bf4
👥 README : add DudekArtur
...
Submitted polish translations : #194 , #195
Many thanks to him !
2021-03-29 10:30:54 +02:00
Pierre Goiffon
72805e5da9
🎨 Formatting for licenses file
2021-03-29 09:07:42 +02:00
Pierre Goiffon
8bbcf542b6
📄 Update licenses for Datatables
...
Added using NPM in 6f659a34
2021-03-29 09:07:03 +02:00
Pierre Goiffon
f01109bd18
💡 Fix command for additional NPM licenses
2021-03-29 08:56:11 +02:00
Molkobain
6f659a3431
Improve dataTables integration within the app:
...
- Manage lib through NPM
- Move portal / Bootstrap files back to the itop-portal-base module (not managed through NPM yet)
- Fix SCSS classes for the backoffice as it was based on the bootstrap CSS classes which are not there anymore
Note: jQuery is included as a dependency, will check with the team if we can force it not to be retrieved
2021-03-26 17:46:13 +01:00
Molkobain
2e8c0346d3
Fix NPM package.json not present in the repository
2021-03-26 17:44:23 +01:00
Molkobain
fbd46609ff
Button: Revert "Improve display when text doesn't fit in the button's width"
2021-03-26 16:29:11 +01:00
vdumas
70620b96bc
Revert "N°463 - Load localized Query Phrases at Setup (2)"
...
This reverts commit 6b5cbfb6
2021-03-26 16:05:56 +01:00
vdumas
daebfdd54b
N°463 - Load localized Query Phrases at Setup (3)
2021-03-26 15:43:47 +01:00
vdumas
6b5cbfb64e
N°463 - Load localized Query Phrases at Setup (2)
2021-03-26 15:43:47 +01:00