Molkobain
|
73139e82cb
|
N°5655 - Switch backoffice controllers' methods to non-static and now extend an abstract controller
|
2022-11-15 08:42:25 +01:00 |
|
bdalsass
|
5157f511fc
|
N°5073 - Implements line actions in a datatable (#337)
* datatable row actions
Below is a sample of extra param to enable feature:
$aExtraParams['row_actions'] = [
[
'tooltip' => 'add an element',
'icon_css_class' => 'fa-plus',
'css_class' => 'ibo-is-success',
'level' => 'secondary',
'on_action_js' => 'console.log(aData);',
],
[
'tooltip' => 'remove an element',
'icon_css_class' => 'fa-minus',
'css_class' => 'ibo-is-danger',
'level' => 'secondary',
'on_action_js' => 'console.log("You clicked the remove button");',
],
[
'tooltip' => 'open in new tab',
'icon_css_class' => 'fa-external-link-square-alt',
'on_action_js' => 'window.open("http://localhost/itop-branchs/dev/pages/UI.php?operation=details&class=UserRequest&id=" + aData.id + "&c[menu]=UserRequest%3AOpenRequests");',
],
[
'tooltip' => 'other actions',
'icon_css_class' => 'fa-ellipsis-v',
'on_action_js' => 'console.log(event);',
],
];
* datatable row actions (update)
* datatable row actions (update)
* datatable row actions (add template role)
* datatable row actions (align actions)
* datatable row actions (change template factory make to make standard)
* datatable row actions (use trait to handle row actions)
* datatable row actions (row actions templates)
* datatable row actions (row actions templates)
* datatable row actions (row actions templates)
* datatable row actions (extends to static and form)
* datatable row actions (extends to static and form)
* datatable row actions (code review S)
* datatable row actions (code review S)
* datatable row actions (code review S)
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/StaticTable/StaticTable.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update templates/base/components/datatable/row-actions/handler.js.twig
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* datatable row actions (code review M)
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/StaticTable/StaticTable.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/StaticTable/StaticTable.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/StaticTable/StaticTable.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update js/dataTables.main.js
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update sources/Application/UI/Base/Component/DataTable/StaticTable/StaticTable.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* Update application/utils.inc.php
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
* datatable row actions (code review M2)
* datatable row actions (code review M3)
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
|
2022-09-26 08:20:28 +02:00 |
|
Pierre Goiffon
|
e4f6a02de6
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
|
2022-09-21 14:28:25 +02:00 |
|
Pierre Goiffon
|
a5b5518533
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# core/cmdbsource.class.inc.php
# test/core/CMDBSource/TransactionsTest.php
|
2022-09-21 14:21:28 +02:00 |
|
Eric Espie
|
aa31da34e5
|
N°5389 - Email Notification templates with AttributeLinkedSetIndirect failed
|
2022-09-19 15:30:24 +02:00 |
|
Eric Espie
|
71464f6d0e
|
Merge branch 'develop' into feature/faf_event_service
# Conflicts:
# core/cmdbobject.class.inc.php
# core/dbobject.class.php
# core/designdocument.class.inc.php
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
|
2022-09-19 09:45:08 +02:00 |
|
Molkobain
|
bbb5b86864
|
N°5122 - Minor libs update according to new PHP min version
|
2022-08-23 11:26:47 +02:00 |
|
Molkobain
|
e280f99996
|
N°5437 - PHP 8.0: Fix deprecated PHP notice in TWIG lib
|
2022-08-22 16:43:38 +02:00 |
|
Eric Espie
|
83b4f2bf34
|
Fix autoloader (directories name)
|
2022-08-09 14:48:59 +02:00 |
|
Eric Espie
|
11d9435f08
|
Fix autoloader
|
2022-08-09 11:53:18 +02:00 |
|
Eric Espie
|
952bceb3c3
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# composer.json
# core/config.class.inc.php
# core/legacy/dbobjectsearchlegacy.class.php
# core/legacy/querybuildercontextlegacy.class.inc.php
# core/legacy/querybuilderexpressionslegacy.class.inc.php
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
|
2022-08-09 10:49:40 +02:00 |
|
Eric Espie
|
029e6114ad
|
N°4715 - Remove deprecated legacy SQL build
|
2022-08-09 10:41:46 +02:00 |
|
Molkobain
|
02afa2f19b
|
N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json (#320)
* N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json
* N°5270 - Rebase on develop branch
|
2022-08-08 16:44:42 +02:00 |
|
Molkobain
|
57c36d0e51
|
N°5122 - Update libs to new PHP requirements
|
2022-08-08 14:10:26 +02:00 |
|
Molkobain
|
7e15c0874d
|
Update autoloaders
|
2022-07-28 10:34:30 +02:00 |
|
Molkobain
|
414e1542d0
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# datamodels/2.x/authent-external/ja.dict.authent-external.php
# datamodels/2.x/authent-local/da.dict.authent-local.php
# datamodels/2.x/authent-local/ja.dict.authent-local.php
|
2022-07-28 10:00:32 +02:00 |
|
Molkobain
|
0687f9a0a9
|
Convert line endings to LF on misaligned text files
|
2022-07-28 09:58:04 +02:00 |
|
Stephen Abello
|
5e497aff90
|
Update OAuth Azure
|
2022-07-26 14:36:58 +02:00 |
|
Stephen Abello
|
70d1504cd4
|
Update guzzle library
|
2022-07-26 14:36:58 +02:00 |
|
Benjamin Dalsass
|
742ef2b23b
|
Update pelago/emogrifier bundle (^6.0.0)
>> files omitted
|
2022-07-26 14:36:58 +02:00 |
|
Benjamin Dalsass
|
f6c50733fc
|
Update pelago/emogrifier bundle (^6.0.0)
|
2022-07-26 14:36:58 +02:00 |
|
Benjamin Dalsass
|
25a612da04
|
Update Symfony bundles
|
2022-07-26 14:36:58 +02:00 |
|
Eric Espie
|
e91e53c0ec
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# composer.lock
# datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
|
2022-07-11 17:24:06 +02:00 |
|
Eric Espie
|
8dbdcdcb25
|
autoloader updated
|
2022-07-11 14:18:44 +02:00 |
|
Eric Espie
|
13533a2fa9
|
⬆️ libs upgrade
|
2022-07-11 14:18:20 +02:00 |
|
Eric Espie
|
e4343ded01
|
autoloader updated
|
2022-07-11 09:24:24 +02:00 |
|
Eric Espie
|
e105cc6d44
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# composer.lock
# core/log.class.inc.php
# datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml
# lib/composer/autoload_real.php
# setup/licenses/community-licenses.xml
# setup/setuputils.class.inc.php
|
2022-07-11 09:23:18 +02:00 |
|
Eric Espie
|
fe28319d22
|
Merge from Develop
|
2022-07-06 14:28:55 +02:00 |
|
Eric Espie
|
48957fd2f0
|
N°5102 - Allow to send emails using GSuite SMTP and OAuth - refactor scopes
|
2022-07-05 17:54:43 +02:00 |
|
Pierre Goiffon
|
8a99c37200
|
N°5287 Fix composer.json errors
See https://getcomposer.org/doc/03-cli.md#validate
|
2022-07-05 15:08:29 +02:00 |
|
acognet
|
00bdcf14dd
|
composer dump autoloader
|
2022-07-01 11:18:41 +02:00 |
|
acognet
|
29f23fa992
|
N°2743 - Upgrade libraries php-parser
php composer.phar update nikic/php-parser
|
2022-07-01 10:45:55 +02:00 |
|
Eric Espie
|
682ab44dea
|
Merge branch 'develop' into feature/faf_event_service
|
2022-06-30 14:22:52 +02:00 |
|
Pierre Goiffon
|
130b4b176f
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# composer.lock
# lib/composer/autoload_classmap.php
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
|
2022-06-28 16:00:54 +02:00 |
|
Pierre Goiffon
|
779ac0e4d9
|
Dump autoloader
|
2022-06-28 15:19:08 +02:00 |
|
Pierre Goiffon
|
4a20a6e525
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# composer.lock
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
|
2022-06-28 15:16:41 +02:00 |
|
Pierre Goiffon
|
2392f4a902
|
🔒 Update guzzlehttp/guzzle
|
2022-06-28 15:13:04 +02:00 |
|
Pierre Goiffon
|
1135896b3d
|
Composer dump autoloader
|
2022-06-28 12:05:47 +02:00 |
|
acognet
|
39cd933ebb
|
N°5108 - Update embedded libs for PHP 8.0 (3.0 branch)
|
2022-06-28 12:03:01 +02:00 |
|
Pierre Goiffon
|
784e553d23
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_classmap.php
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.php
|
2022-06-28 11:10:01 +02:00 |
|
acognet
|
93a69cbc49
|
N°5108 - Update embedded libs for PHP 8.0 (3.0 branch)
|
2022-06-27 23:38:58 +02:00 |
|
Benjamin Dalsass
|
02dab4eb72
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
# templates/pages/backoffice/oauth/Wizard.html.twig
|
2022-06-27 08:38:01 +02:00 |
|
Benjamin Dalsass
|
1b76e96720
|
Merge 2.7 into Support 3.0 : Update autoload
|
2022-06-27 08:18:49 +02:00 |
|
Benjamin Dalsass
|
f0b94dd0f7
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# core/config.class.inc.php
# datamodels/2.x/installation.xml
# datamodels/2.x/itop-oauth-client/assets/img/icons8-adjust.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-administrative-tools.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-application-window.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-apps-tab.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-archive-folder.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-audit.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-automatic.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-bandage.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-book-error.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-calendar.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-cassette.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-change-approved.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-change-emergency.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-change-normal.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-change-routine.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-change.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-checkmark.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-cloud-file.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-conflict.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-contract.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-customer.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-database-custom.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-database.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-delete.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-department.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-desktop.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-discussion-forum.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-documents.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-electrical.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-electricity.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-electronics.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-enclosure-for-servers.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-export-csv.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-faq.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-farm.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-file.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-globe-cable.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-globe-fiber.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-globe-wire.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-hdd.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-hierarchy.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-hypervisor.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-import-csv.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-important-book.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-in-transit.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-laptop.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-licence.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-map-as-drive.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-map-marker.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-mobile.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-music-robot.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-nas.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-network.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-new-item.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-note.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-office-phone.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-old-vmware-logo.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-organization.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-person-female.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-phone.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-plug-socket.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-power-plant.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-print.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-process-improvement.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-puzzle.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-rack.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-server-custom.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-server-storage.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-server.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-service.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-services.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-smartphone-tablet.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-software-instance.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-software-license.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-software-other.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-software.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-solve.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-stack.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-switch-san.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-switch.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-tape-library.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-tasklist.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-team.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-telephone.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-time-limit.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-virtual-machine.svg
# datamodels/2.x/itop-oauth-client/assets/img/icons8-web.svg
# datamodels/2.x/itop-welcome-itil/datamodel.itop-welcome-itil.xml
# dictionaries/cs.dictionary.itop.ui.php
# dictionaries/da.dictionary.itop.ui.php
# dictionaries/de.dictionary.itop.ui.php
# dictionaries/en.dictionary.itop.ui.php
# dictionaries/es_cr.dictionary.itop.ui.php
# dictionaries/fr.dictionary.itop.ui.php
# dictionaries/hu.dictionary.itop.ui.php
# dictionaries/it.dictionary.itop.ui.php
# dictionaries/ja.dictionary.itop.ui.php
# dictionaries/nl.dictionary.itop.ui.php
# dictionaries/pt_br.dictionary.itop.ui.php
# dictionaries/ru.dictionary.itop.ui.php
# dictionaries/sk.dictionary.itop.ui.php
# dictionaries/tr.dictionary.itop.ui.php
# dictionaries/zh_cn.dictionary.itop.ui.php
# js/wizardhelper.js
# lib/composer/autoload_classmap.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# templates/pages/backoffice/oauth/Wizard.html.twig
|
2022-06-27 08:11:28 +02:00 |
|
Eric Espie
|
ba59643f52
|
N°5102 - Allow to send emails using GSuite SMTP and OAuth - Rework
|
2022-06-21 16:47:46 +02:00 |
|
Eric Espie
|
aa90d5b6ab
|
N°5102 - Allow to send emails using GSuite SMTP and OAuth - Rework
|
2022-06-21 13:51:08 +02:00 |
|
Benjamin Dalsass
|
683ab25e83
|
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts:
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
|
2022-06-17 10:14:01 +02:00 |
|
Benjamin Dalsass
|
4d180eb303
|
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts:
# composer.lock
# js/wizardhelper.js
# lib/composer/autoload_real.php
# lib/composer/installed.json
# lib/composer/installed.php
# lib/guzzlehttp/guzzle/CHANGELOG.md
# setup/wizardsteps.class.inc.php
|
2022-06-17 09:25:57 +02:00 |
|
bdalsass
|
79da71ecf8
|
migration symfony 5 4 (#300)
* symfony 5.4 (diff dev)
* symfony 5.4 (working)
* symfony 5.4 (update autoload)
* symfony 5.4 (remove swiftmailer mailer implementation)
* symfony 5.4 (php doc and split Global accessor class)
### Impacted packages:
composer require php:">=7.2.5 <8.0.0" symfony/console:5.4.* symfony/dotenv:5.4.* symfony/framework-bundle:5.4.* symfony/twig-bundle:5.4.* symfony/yaml:5.4.* --update-with-dependencies
composer require symfony/stopwatch:5.4.* symfony/web-profiler-bundle:5.4.* --dev --update-with-dependencies
|
2022-06-16 09:13:24 +02:00 |
|
Pierre Goiffon
|
352f7c8675
|
Update guzzlehttp/guzzle
|
2022-06-14 09:47:13 +02:00 |
|