acognet
aae1e12b2e
N°4988 - History API : change consumers (iTop core)
2022-06-21 18:12:35 +02:00
Molkobain
6a332ca60b
Merge remote-tracking branch 'origin/support/3.0' into develop
2022-05-18 10:43:22 +02:00
Benjamin Dalsass
87f606f768
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# application/dashlet.class.inc.php
# pages/ajax.render.php
# pages/csvimport.php
# test/phpunit.xml.dist
2022-05-18 10:38:50 +02:00
Benjamin Dalsass
59424c3126
N°4976 - CSRF in import page
2022-05-17 09:02:06 +02:00
Molkobain
afc8354523
Code cleanup
2022-05-14 20:42:48 +02:00
acognet
6a4217e87b
N°3950 - Deprecate old unreferenced methods that are @deprecated - remove ajaxwebpage and iTopWebPage
2022-05-10 16:39:31 +02:00
acognet
ec0c98bb0f
N°4482 - Polishing : Export page
2022-01-13 10:52:18 +01:00
Molkobain
2a50a543bf
CSV Import: Fix order of confirmation dialog to match convention
2021-12-10 15:12:43 +01:00
Stephen Abello
99cbb6c996
Set primary color on "run the import" button in import confirmation graph dialog
2021-12-07 15:30:35 +01:00
Stephen Abello
0e36070f0a
Rework efcd065 method of determining whether UIContentBlock needs a div tag
2021-12-07 15:29:11 +01:00
Stephen Abello
f3ed286ee0
N°4481 Fix import confirmation graph not displaying anymore
2021-12-07 14:40:36 +01:00
acognet
fc2b00699e
Change the name of the css class to a valid name
2021-12-01 09:00:07 +01:00
Molkobain
2a2d68e204
N°4283 - Textarea: Make sure to use monospace font for code
...
- CSV import is now using monospace font
- Simplify SCSS code
Note: TextArea and all input UIBlocks need to be reworked as they are not properly organized, see comment in _input-text.scss
2021-11-20 18:42:41 +01:00
acognet
c8f3d23d30
N°4361 - XSS in csvimport on develop
2021-10-19 11:32:05 +02:00
Stephen Abello
a35c80de57
Align FormTable row metadata forwarding with Datatables/StaticTables ones
2021-09-30 15:01:29 +02:00
acognet
0754dda1d9
N°3905 - Polishing: CSV Import
2021-09-23 09:19:54 +02:00
Molkobain
754f755141
N°3685 - Use WebResourcesHelper for D3/C3.js usages
2021-09-15 16:16:20 +02:00
Molkobain
15081ba82c
N°3685 - Front-end performances: Include graph lib. (D3/C3.js) only when necessary
2021-09-15 16:16:20 +02:00
acognet
72d7758259
N°3905 - Polishing: CSV Import - typo + fix loading js for Panel
2021-09-02 15:26:07 +02:00
Molkobain
dbf8475883
N°4256 - Fix CMDBChange origin to 'csv-interactive' on the CSV Import page
2021-08-24 10:01:44 +02:00
acognet
9d006c279b
N°3905 - Polishing: CSV Import - manage friendlyname
2021-06-29 10:01:19 +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
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
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
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
acognet
1260a09c05
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV fix vertical tabs
2021-03-31 09:20: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
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
b63f720e5d
Add factory for MultiColumn and Column
2021-03-24 11:18:55 +01:00
acognet
094a86cbbf
N°3582 - Migrate backoffice pages to new UIBlock system : Improved display
2021-03-24 07:57:24 +01:00
acognet
2834c2f86c
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV fix buttons style
2021-03-23 16:18:53 +01:00
acognet
80cc850112
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV
2021-03-23 11:23:55 +01:00
Molkobain
8dd96ea636
Copyright year bump
2021-03-15 09:29:45 +01:00
Molkobain
5e21ec03cd
Rename constants according to @steffunky 's advice (better DX)
2021-02-19 18:35:20 +01:00
Stephen Abello
ea502e9c81
Allow to set a customized placeholder for ajax tabs in scrollable mode
2021-02-19 17:38:47 +01: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
acognet
96332b7885
N°3139 - import csv : hyperlink not clickable
2020-10-16 14:15:51 +02:00
Eric
b8d71b2bfb
N°2847 - Edit/Create objects
2020-09-29 17:35:02 +02:00
Eric
63f8ec594c
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
2020-09-09 18:10:06 +02:00
Molkobain
8193ada159
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# composer.json
# css/light-grey.scss
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
2020-09-08 17:30:32 +02:00
acognet
f774a90b7e
N°3146 - Affichage des class user dans l'import CSV
2020-08-31 17:15:59 +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
Eric
fa3610cfee
N°2641 - Create a dedicated ErrorPage for fatal errors
...
Fix fatal errors being logged in setup.log instead of error.log
2020-05-14 14:37:38 +02:00
acognet
150d3e096d
N°2346 - Function GetTrackOrigin() doesn't return good value during csvimport
2020-05-13 23:55:26 +02:00
Pierre Goiffon
db593ff85e
Merge remote-tracking branch 'origin/support/2.6' into support/2.7
...
# Conflicts:
# application/loginwebpage.class.inc.php
# application/menunode.class.inc.php
# datamodels/2.x/itop-portal-base/portal/src/controllers/aggregatepagebrickcontroller.class.inc.php
# datamodels/2.x/itop-portal-base/portal/src/controllers/userprofilebrickcontroller.class.inc.php
# datamodels/2.x/itop-portal-base/portal/src/views/bricks/manage/popup-export-excel.html.twig
# pages/ajax.render.php
2020-04-20 16:05:56 +02:00
Stephen Abello
016fbaed36
N°2755 - Security hardening
2020-04-06 09:42:15 +02:00
Eric
76982a2846
Revert Last change. The values are already protected at this stage.
2020-02-14 15:42:05 +01:00
Eric
6f04525cdf
🎨 cleanup code
2020-02-13 09:49:58 +01:00
Stephen Abello
f76d649d1a
Wee cleanup
2020-02-12 14:53:19 +01:00