Molkobain
7613ac7a9b
Graphviz: Remove generated SVG image after usage as it won't be cached
2021-08-12 19:56:02 +02:00
Molkobain
c8dd8c3806
Code cleanup: Remove forgotten commented line
2021-08-09 13:54:02 +02:00
Molkobain
bd050dfe69
N°2875 - Add possibility to configure the marker scope by either a class or an OQL
2021-08-09 10:38:27 +02:00
acognet
1e97b5a8c0
Revert N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser + N°4029 - Caching images in chrome does not work
2021-08-06 09:51:59 +02:00
acognet
0e0aed1ba4
N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser + N°4029 - Caching images in chrome does not work
2021-08-05 16:34:24 +02:00
Pierre Goiffon
29cf20beaf
N°3909 Fix notification configuration help layout
2021-08-04 12:00:48 +02:00
acognet
234f46cafa
N°1731 - Allow Transitions without unnecessary confirmation
2021-08-04 10:51:04 +02:00
Molkobain
e28f704f3e
N°4076 - Revert regression in global search from 344cce9fd
...
Current query was not visible when reaching the results page
2021-08-02 15:20:05 +02:00
Eric
344cce9fdd
N°4076 - Allow block parameters to change the behaviour of blocks on the page
2021-07-26 17:20:45 +02:00
Molkobain
fd9e4f413c
N°3924 - Fix missing activity panel on object details when cancelling transition form
2021-07-16 22:53:28 +02:00
acognet
35b70bfc00
N°3929 - Polishing: Dashboards
2021-07-02 11:29:10 +02:00
Pierre Goiffon
0dc03de7b2
Log channels : switch 3.0.0 channels to constant also
...
Those channels constants were introduced in support/2.7 with 8259a79c
2021-06-29 11:59:34 +02:00
acognet
9d006c279b
N°3905 - Polishing: CSV Import - manage friendlyname
2021-06-29 10:01:19 +02:00
Pierre Goiffon
2a1e0b7429
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# core/dbobject.class.php
# core/log.class.inc.php
# setup/compiler.class.inc.php
2021-06-28 08:58:34 +02:00
Pierre Goiffon
8259a79cd2
🎨 Factorize LogAPI channels value in LogChannels class
2021-06-25 17:13:35 +02:00
acognet
1281d475e4
N°3912 - Polishing: Export : fix date entry + size of datatable
2021-06-21 16:50:19 +02:00
acognet
bcc2d7140e
N°3905 - Polishing: CSV Import
2021-06-21 09:41:36 +02:00
acognet
ee5847ec82
N°3912 - Polishing: Export - export of impact analysis
2021-06-21 09:22:07 +02:00
acognet
11f6c88ac7
N°3905 - Polishing: CSV Import
2021-06-17 11:16:31 +02:00
Stephen Abello
c0be48ceee
Remove deprecated import
2021-06-15 14:00:51 +02:00
Pierre Goiffon
d8e2a1cc7c
Merge branch 'support/2.7' into develop
...
# Conflicts:
# README.md
# composer.json
# composer.lock
# core/cmdbsource.class.inc.php
# core/dbobject.class.php
# datamodels/2.x/combodo-db-tools/db_analyzer.class.inc.php
# datamodels/2.x/combodo-db-tools/dbtools.php
# datamodels/2.x/combodo-db-tools/dictionaries/zh_cn.dict.combodo-db-tools.php
# datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php
# datamodels/2.x/itop-core-update/dictionaries/zh_cn.dict.itop-core-update.php
# dictionaries/zh_cn.dictionary.itop.core.php
# dictionaries/zh_cn.dictionary.itop.ui.php
# lib/composer/InstalledVersions.php
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
# lib/composer/installed.php
# lib/composer/platform_check.php
# pages/ajax.render.php
# pages/csvimport.php
# setup/ajax.dataloader.php
# setup/index.php
# setup/setuputils.class.inc.php
# test/application/UtilsTest.php
2021-06-14 16:19:56 +02:00
acognet
3132d665e0
forgot an addSubBlock
2021-06-11 11:42:11 +02:00
Pierre Goiffon
0de6f98add
🔊 When ordering objects search list, log problems due to low max_input_vars php.ini option ( #211 )
...
iTop is sending large volume of data to the server, and those data can be truncated due to this php.ini option.
Now we are checking for common issues : if the data is truncated a log is done (IssueLog, warning level, no channel) and the corresponding column is set as not selected.
User will still see an inconsistent result, but we won't have PHP notices generated anymore, and a log can tell what caused the issue.
2021-06-08 18:43:43 +02:00
Eric
609d9c7a60
♻️ rework of Select UIBlock with labels
2021-06-04 11:52:24 +02:00
Molkobain
c6b8526dc0
UIBlock: Add external JS/CSS files (optional) inheritance
...
This way we ensure that a block always have the external resources from its ancestors as this will be necessary most of the time. From now on, the JS widget of the blocks will inherit from a common ancestor to factorize some mechanisms that are duplicates at many levels.
This can be disabled in a particular block by overloading the INCLUDE_ANCESTORS_DEFAULT_XXX_FILES constants in which case, only the external files of the block itself will be included.
2021-05-28 22:45:37 +02:00
Eric
84741c19f0
N°4002 - code hardening (merge from support/2.6)
2021-05-27 16:36:00 +02:00
Eric
86f649affc
N°4002 - code hardening
2021-05-27 16:13:27 +02:00
Eric
4f5c987d8b
N°4002 - code hardening
2021-05-27 15:57:04 +02:00
BGdu38
c2f5cafaf3
Avoid setting memory_limit to lower value than the one already configured ( #215 )
...
Some scripts are setting the memory_limit PHP option : setup, csvimport and XLSX export. This was done to avoid crashing when dealing with such large amount of data.
But sometimes we were setting the value without any prior check, so we could actually lower the memory_limit value :/
Now this memory_limit change is done using \utils::SetMinMemoryLimit, which will call ini_set if and only if the current value is lower than the one to be set.
Setup calls (setup/ajax.dataloader.php and webservices/backoffice.dataloader.php) were left as is as they weren't subject to this bug, and also they are more complex (logging done on each case).
2021-05-25 12:03:19 +02:00
acognet
e9648ad75e
N°3766 - Migrate module to new UIBlock system : Gantt view - fix error message when the class doesn't exist
2021-05-18 13:46:07 +02:00
acognet
48d0fc6ddb
N°3907 - Polishing: Run query
2021-04-27 10:18:32 +02:00
Pierre Goiffon
59678ef8c6
🔊 N°3731 Log calls to deprecated files / PHP methods
...
POC for the log API was added in #193
2021-04-13 17:56:21 +02:00
Molkobain
923a4048d3
Keyboard shortcuts: Add method to retrieve info about a particular shortcut
2021-04-13 11:46:34 +02:00
Molkobain
25e88b889d
N°3936 - Fix designation of the default theme
2021-04-09 09:05:52 +02:00
Molkobain
d6695d3ad8
N°3936 - Add config parameter to disable theme selection in the user preferences ("user_preferences.allow_backoffice_theme_override")
2021-04-09 09:05:52 +02:00
Molkobain
8ccada40d1
N°3936 - Add user preference to choose backoffice theme
2021-04-08 18:26:18 +02:00
Molkobain
83b8fbb6b5
Remove unused DisplayDetails() function
2021-04-07 10:47:37 +02:00
Molkobain
4c289edac7
N°3887 - Harmonize number of autocomplete displayed results throughout the app
2021-04-06 14:50:31 +02:00
Molkobain
5fa2caac29
Mentions: Show initials when no picture for contact
2021-04-06 00:02:13 +02:00
Denis
78d82528fc
Fix DBSchema update fails when an ENUM column contains values which are not / no longer part of the field definition ( #188 )
2021-04-01 12:13:52 +02:00
acognet
efeedcad30
N°3868 - "Error: Invalid filter parameter" on mass update
2021-03-31 11:32:35 +02:00
acognet
2265d1641e
N°3868 - "Error: Invalid filter parameter" on mass update
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
acognet
992541ed99
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV fix advanced mode
2021-03-25 17:59:45 +01:00
Eric
3a9228d8d3
N°3569 - Fix DB Tools queries display
2021-03-25 16:36:43 +01:00
Molkobain
ba994c91fc
User picture: Update contact's image attribute with preferences' placeholder so it can be used elsewhere
2021-03-25 15:59:45 +01:00
acognet
66f7406148
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV fix config popup
2021-03-25 12:08:16 +01:00
acognet
dc0006bd76
N°3801 - Some queries not loaded in KPI with new datatable mode
2021-03-25 12:08:15 +01:00