acognet
82a5ab5aef
N°3823 - Error on "Header with statistics dashlet" with autorefresh and filter on organization
2021-03-18 14:50:18 +01:00
Pierre Goiffon
3959ed505b
🎨 dashlet-badge.js : restore leading semicolon
...
See added info in js/README.md on reason why this semicolon has to be there
2021-03-18 12:12:08 +01:00
Molkobain
5320f3f5fd
N°3581 - Panel: Fix titles font
2021-03-18 11:55:01 +01:00
Molkobain
72b2feb697
N°3581 - Dashlet: Add max-width and tooltip on pills
2021-03-18 11:55:01 +01:00
Molkobain
ac91bc8898
N°3581 - Dashlet: Fix pill not being completely clickable
2021-03-18 11:55:00 +01:00
Molkobain
ca2c66733c
N°3581 - Dashlet: Rename Badge block to Pill as it can contain just a simple text and to avoid confusion with the DashletBadge
2021-03-18 11:55:00 +01:00
Molkobain
8ce2e43780
PHPDoc
2021-03-18 11:55:00 +01:00
Eric
118d6ff837
N°3648 - Fix Bulk modify
2021-03-18 11:41:57 +01:00
Eric
5869591167
N°2847 - Transform old itop datatable to jquery DataTable (fix dictionaries)
2021-03-18 10:51:55 +01:00
Eric
de5efe19b2
N°3536 - Dashboard: Finish integration of in the TopBar (rollback old css)
2021-03-18 10:42:45 +01:00
Stephen Abello
33d8bf07b1
Destroy previous tooltip when force initializing a new one
2021-03-18 10:41:59 +01:00
Eric
818690dba8
N°3825 - Export.php and export-v2.php errors on Excel
2021-03-18 10:27:21 +01:00
Eric
e35076f682
N°3536 - Button order in object details
2021-03-18 09:28:12 +01:00
Pierre Goiffon
de8761ea61
💡 Fix PHPDoc errors made in cd170be4
...
* fix typo in used-by (thanks @Molkobain !)
* add class before method name as needed for our phpdoc generator (see .doc/README.md)
2021-03-17 19:09:42 +01:00
Pierre Goiffon
0ad65691d3
🚧 AjaxPage::output add TODO 3.0.0 as there is lot of code we have disabled in 410a637598
2021-03-17 18:22:44 +01:00
Pierre Goiffon
cd170be44e
💡 Add UIBlock::Get*FilesRelPaths PHPDoc to indicate consumer
2021-03-17 18:22:44 +01:00
Stephen Abello
ecc9733623
N°3530 Correctly place the popup and limit its height
2021-03-17 17:35:16 +01:00
Stephen Abello
bab2febb24
N°3530 Replace hardcoded newsroom message indicator and add tooltip when menu is collapsed
2021-03-17 17:35:16 +01:00
Pierre Goiffon
610ff6494a
Fix typo
2021-03-17 17:06:44 +01:00
Molkobain
be4012ea5d
Fix missing images for jQuery treeview lib
2021-03-17 16:44:41 +01:00
Molkobain
7fec31e775
PHPDoc
2021-03-17 16:05:33 +01:00
BenGrenoble
52a939578c
N°3814 add DashboardMenuNode delta if_exists in datamodel.itop-config-mgmt.xml
2021-03-17 15:51:55 +01:00
odain
8fce088e6f
Merge branch 'support/2.7' into develop
2021-03-17 15:26:19 +01:00
Molkobain
5452286d8d
Fix utils::GetClassesForInterface() not working on Windows env. (courtesy from @Steffunky)
2021-03-17 13:13:57 +01:00
Pierre Goiffon
50fc7f753e
N°3566 Migrate Hub Connector land.php
...
* add html allowing to create send request
* change popup positionning (setup container was resized in 3.0.0 from 600px to 800px, with different padding/borders in children boxes)
2021-03-17 11:02:11 +01:00
Pierre Goiffon
8c2d54e6d3
🎨 code format : Hub connector land.php
2021-03-17 11:02:11 +01:00
Stephen Abello
a8ede8b857
N°3524 Add keyboard shortcuts to global actions
2021-03-17 11:00:16 +01:00
Stephen Abello
8dd8f98b61
Migrate method to get classes implementing specified interface to utils
2021-03-17 10:57:26 +01:00
Stephen Abello
fac6d1741e
Allow inputs to be disabled and readonly
2021-03-17 10:57:26 +01:00
Stephen Abello
6b6db02567
Fix UIblock class extending interface collection
2021-03-17 10:57:26 +01:00
Molkobain
2a1b58e2c1
Deprecated old history APIs
2021-03-17 10:30:46 +01:00
Molkobain
19d61300bb
Object details: Fix object class displayed as code instead of label
2021-03-17 10:10:22 +01:00
Molkobain
599c838fd9
Fix code highlighting instantiation for async (XHR) markup
2021-03-17 10:07:24 +01:00
Molkobain
b97e2839c5
N°3531 - Activity panel: Restore possibility to load extra history entries asynchroniously
2021-03-17 10:07:24 +01:00
Molkobain
190ac1a65a
Fix tooltips instantiation for async (XHR) markup
2021-03-17 10:07:23 +01:00
Molkobain
6bc2d241fd
Activity panel: Rename controller's method
2021-03-17 10:07:23 +01:00
acognet
a15903b5ef
N°3823 - Error on "Header with statistics dashlet" with autorefresh and filter on organization
2021-03-17 09:57:03 +01:00
bruno-ds
91fc2d2e2b
N°3671 - reformat tests
2021-03-17 08:46:41 +01:00
Pierre Goiffon
2432ff77a3
💡 More details in PHPDoc for \utils::RealPath
2021-03-17 08:34:25 +01:00
Eric
0da945ee29
N°3536 - Dashboard: Finish integration of in the TopBar
2021-03-16 18:28:18 +01:00
Molkobain
d2f6ac5015
Activity panel: Refactor to use the new JsonPage and a dedicated controller for more readability 👌
2021-03-16 16:40:34 +01:00
Molkobain
0d7302d530
JsonPage: Overload constructor to avoid passing a title
2021-03-16 16:40:34 +01:00
acognet
f02c8e94d7
Add comment on code
2021-03-16 14:17:42 +01:00
acognet
1aeee8b671
functions MakeForSelect and MakeForSelectWithLabel placed in SelectUIBlockFactory
2021-03-16 14:17:42 +01:00
Molkobain
4bcf03c6a1
Activity panel: Fix only showing the first of multiple edition in a linked set
2021-03-16 11:02:29 +01:00
Eric
7c8349f4f5
N°3804 - auto refresh on group by dashlet (and dashlet badge) lost user preferences on showing obsolete data
2021-03-16 10:25:18 +01:00
odain
d229e08f02
prepare iTop release 2.7.4
2.7.4
2021-03-16 09:00:06 +01:00
odain
168d3c5b75
fix ci after merge from branch 'feature/3588-precompil-fix'
2021-03-16 08:46:48 +01:00
Molkobain
0d020bb706
Fix dashboard editor SCSS classes
2021-03-15 20:08:22 +01:00
Molkobain
5e5277f38e
N°3534 - Dashboard: Add missing HTML meta data
2021-03-15 20:08:22 +01:00