Stephen Abello
3548d5e264
N°2847 Fix inputs border color
2020-10-29 10:10:35 +01:00
Pierre Goiffon
906c8855b0
🔊 When error during CoreUpdate, show full file path instead of only basename
2020-10-28 18:32:49 +01:00
Eric
bd606ca3f9
N°2847 - Move dashboard title and menu to the top bar
2020-10-28 15:43:42 +01:00
BenGrenoble
6c5c71a0ee
Contracts_list/Services_list from structure to bridge cmdb ticket
2020-10-28 14:08:00 +01:00
BenGrenoble
dfd9dd3352
Move cis_list from DocumentNote, DocumentWeb, DocumentFile to bridge cmdb ticket
2020-10-28 10:01:55 +01:00
BenGrenoble
6583c9495a
Translation Fieldset person
2020-10-28 09:17:58 +01:00
BenGrenoble
93132dc3b4
Person_list in location
2020-10-28 08:49:05 +01:00
BenGrenoble
f257dcfb85
ConfigManagementCI and CI+ in structure dict
2020-10-28 08:48:46 +01:00
Pierre Goiffon
776f32dbe1
🎨 Block ID generation : less risk of id collision
...
Reported by NonSecureUniqidUsageInspection : when calling \uniqid we should provide true as second parameter.
But was causing issues as the generated string could contain a dot, and this is used in CSS and JQuery selectors (for example a "my.id" cannot be used in #my.id selector)
So we're just replacing dots with hyphens !
Was discussed with @Molkobain in 0119f6c395
2020-10-27 16:58:25 +01:00
Pierre Goiffon
97d322a059
📝 N°3218 Add some PHPDoc on current change set/get
2.7.2
2020-10-27 15:17:17 +01:00
Eric
8502fa7721
N°3294 - Display and refresh counters in OQL menu entries
2020-10-27 15:11:30 +01:00
Eric
48b3716278
N°3294 - Fix CSS typo
2020-10-27 11:43:31 +01:00
Pierre Goiffon
5f9cdc0431
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# test/integration/iTopModulesPhpVersionChecklistTest.php
2020-10-27 10:48:39 +01:00
acognet
ada7f30793
N°3139 - import csv : hyperlink not clickable - replace htmlentities with utils::HtmlEntities() to ensure that the same options are used application wide.
2020-10-27 09:59:05 +01:00
Pierre Goiffon
b065d13374
Integration tests : add itop-community group
2020-10-27 09:46:03 +01:00
Pierre Goiffon
1f092f8418
🎨 Integration test code formatting
2020-10-27 09:45:26 +01:00
Pierre Goiffon
6df74073a7
🐛 Fix \Combodo\iTop\Application\UI\UIBlock::GenerateId
2020-10-27 08:42:25 +01:00
Stephen Abello
b59c40570b
N°2847 WIP First iteration on form inputs
2020-10-26 17:05:57 +01:00
Pierre Goiffon
444f60c251
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# core/cmdbobject.class.inc.php
2020-10-26 14:31:49 +01:00
Pierre Goiffon
2425ccb8f2
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# css/css-variables.scss
# datamodels/2.x/version.xml
2020-10-26 14:30:33 +01:00
Eric
4fd65a8a62
N°3294 - WIP: Introduce counter in OQL menu entries
2020-10-26 13:37:32 +01:00
Eric
664d3251cc
N°3294 - WIP: Introduce counter in OQL menu entries
2020-10-26 12:07:09 +01:00
Molkobain
f31f991365
N°2836 - Portal: Fix image coverage of the medallion
2020-10-25 15:37:07 +01:00
Molkobain
bb1a8a92dd
N°2847 - Fix Quick create / Global search drawer position when closed and history full (10 items)
2020-10-25 00:01:58 +02:00
Molkobain
27e1f3d64b
N°2836 - Portal: Introduce bubbles conversation as default caselog rendering
2020-10-24 15:22:42 +02:00
Molkobain
95a2ffa0f2
N°2224 - Portal: Enable tooltips for object's attributes description in dynamically added content as well (AJAX, forms, ...)
2020-10-22 21:29:53 +02:00
Molkobain
b1e29cbd81
Fix call to Field::AddMetadata() to remove $sValue as null (regression introduced in cfd9dba6)
2020-10-22 21:28:52 +02:00
Molkobain
2e97b3b593
N°2847 - Add reminders / info message for refactoring
2020-10-22 16:11:58 +02:00
Molkobain
e419060e8a
Add type hinting to methods parameters
2020-10-22 16:06:00 +02:00
Molkobain
cfd9dba66e
N°2224 - Portal: Enable tooltips for object's attributes description
2020-10-22 16:05:59 +02:00
Molkobain
f72ddd72f3
N°2847 - Tooltip: Add new "Tippy" and "Popper" libs to the portal
2020-10-22 16:05:59 +02:00
Molkobain
d85d29155f
N°2847 - Tooltip: Improve mechanism to instantiate them only once
2020-10-22 16:05:59 +02:00
Molkobain
91ee5ebfeb
N°2847 - Tooltip: Move new wrappers from CombodoBackofficeToolbox into CombodoGlobalToolbox so it can be used in any GUIs
2020-10-22 16:05:59 +02:00
Molkobain
a6ea75f5fe
N°2847 - Rename backoffice.js into backoffice/toolbox.js for better consistency with other toolboxes
2020-10-22 16:05:58 +02:00
Molkobain
dc789f51e9
Warnings suppression
2020-10-22 16:05:58 +02:00
Molkobain
116c0c0138
Portal: Fix double HTML encoding of fields metadata (label, raw value)
2020-10-22 16:05:58 +02:00
Pierre Goiffon
65d6947e52
🔖 Prepare 2.7.2 version
2020-10-22 15:06:48 +02:00
Pierre Goiffon
ba54b47f7d
Merge remote-tracking branch 'origin/support/2.6' into support/2.7
2020-10-22 10:27:36 +02:00
Pierre Goiffon
65e43e8d04
🔧 remove .gitflow as we don't have any master branch anymore
2020-10-22 10:10:15 +02:00
Pierre Goiffon
7fa7ebb59c
📝 Fix 2.9.0 version present in deprecated mentions
2020-10-21 19:24:24 +02:00
Pierre Goiffon
0119f6c395
UiBlock : fix typo + inspections
2020-10-21 19:08:17 +02:00
Pierre Goiffon
c8a30b0ccb
📝 N°2286 jquery-layout not used in the whole console anymore
2020-10-21 16:06:06 +02:00
Pierre Goiffon
8e31d77afb
N°2591 fix deprecated info
2020-10-21 12:09:06 +02:00
Pierre Goiffon
c7dce73116
Remove dataprovider in iTopModulesPhpVersionIntegrationTest::testITopModulesPhpVersion ( #175 )
...
Remove dataprovider in \Combodo\iTop\Test\UnitTest\Integration\iTopModulesPhpVersionIntegrationTest::testITopModulesPhpVersion
The dataprovider was slow, and was very fragile because it contained much PHP code : as seen in 2221e05 when an error appears here it is very difficult to trace :/
So now we have a traditional PHPUnit test method, and still we are testing everytime all modules (not stopping on the first error : we have only one assert at the end instead of an assert per module), and also we're getting the list of modules having errors at the end
2020-10-20 17:10:36 +02:00
Molkobain
71bb071f38
N°2907 - Keep (standard) read-only tabs visible in edit mode
...
Specifics:
- User / Grant matrix
- Subnet / IP Usage
- Incident / Known errors
- UserRequest (Simple/ITIL) / Known errors
Generics:
- History (moved to activity panel)
- Notifications
2020-10-19 22:21:33 +02:00
Molkobain
deda05351b
N°3182 - Show menu group initials when no CSS decoration classes specified
2020-10-19 21:23:07 +02:00
Pierre Goiffon
5d1de543cc
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# core/metamodel.class.php
2020-10-19 15:46:16 +02:00
Pierre Goiffon
be9a428529
Merge remote-tracking branch 'origin/support/2.7' into develop
2020-10-19 15:38:11 +02:00
Pierre Goiffon
adb4e77c8d
🎨 MetaModel : function modifiers order + little formatting
2020-10-19 15:36:56 +02:00
Pierre Goiffon
d3cf7176da
📝 MetaModel : add comment on @deprecated added in 9c75cb4537
2020-10-19 15:34:15 +02:00