dependabot[bot]
09fb14e1a1
Bump the dev-dependencies group across 1 directory with 2 updates
...
Bumps the dev-dependencies group with 2 updates in the / directory: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) and [glpi-project/tools](https://github.com/glpi-project/tools ).
Updates `friendsofphp/php-cs-fixer` from 3.75.0 to 3.85.1
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.75.0...v3.85.1 )
Updates `glpi-project/tools` from 0.7.5 to 0.7.6
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/glpi-project/tools/compare/0.7.5...0.7.6 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-version: 3.85.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: glpi-project/tools
dependency-version: 0.7.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 09:08:50 +02:00
Stanislas
eea539b601
Merge pull request #89 from Rom1-B/feat_php-cs-fixer
...
Feat php cs fixer
2025-07-16 08:38:54 +02:00
Rom1-B
db5e7e7476
dependabot
2025-06-27 08:29:28 +02:00
Rom1-B
c5e110fc73
Add php-cs-fixer
2025-06-27 08:22:27 +02:00
Stanislas
e283c254cd
Merge pull request #87 from Rom1-B/front_check
...
Fix: front/ check
2025-05-05 14:40:35 +02:00
Stanislas
eff7db51b2
Update front/example.php
2025-05-05 14:40:26 +02:00
Rom1-B
8906da5c5d
Fix: front/ check
2025-05-05 14:34:29 +02:00
Stanislas
1be089786f
Fix(core): check GLPI version before call hook not released yet
...
closes #85
2025-03-26 21:44:58 +01:00
Stanislas
5a54ffe7b3
Merge pull request #62 from stonebuzz/add_hook_section
...
Feat(core): add exmaple for new hook (pre/post_item_accordion_section)
2025-01-15 11:13:19 +01:00
stonebuzz
26cf7a4e9e
Update locales
2025-01-07 10:55:48 +01:00
Langlois Gaëtan
c9a7a4f412
Add new anonymous page hooks
...
- ADD_CSS_ANONYMOUS_PAGE
- ADD_JAVASCRIPT_ANONYMOUS_PAGE
- ADD_JAVASCRIPT_MODULE_ANONYMOUS_PAGE
- ADD_HEADER_TAG_ANONYMOUS
2024-12-19 22:03:21 +01:00
Cédric Anne
115c355eb2
Add an example for Hooks::SET_ITEM_IMPACT_ICON
2024-11-27 08:57:11 +01:00
Stanislas
3e3ba0128f
Merge pull request #75 from pluginsGLPI/i18n-updates-1728005211
...
Chore(i18n): update translations
2024-10-04 11:35:20 +02:00
stonebuzz
0644b97c8f
Update locales
2024-10-04 01:26:51 +00:00
stonebuzz
e0648cc48e
fix hook name
2024-09-16 16:39:28 +02:00
stonebuzz
b5b34f3c63
Feat(core): add exmaple for new hook (pre/post_item_accordion_section)
2024-09-16 16:13:06 +02:00
Stanislas
fdd3ce2603
Merge pull request #57 from stonebuzz/fix_tx_config
...
Fix(build): fix TX config
2024-09-11 09:24:02 +02:00
stonebuzz
b868177b2d
Fix(build): fix TX config
2024-09-11 09:23:41 +02:00
Stanislas
839a64be05
Merge pull request #56 from stonebuzz/feat_ci_locales
...
Add workflows to sync locales
2024-09-11 09:20:32 +02:00
stonebuzz
4eaedf0e54
Add workflows to sync locales
2024-09-11 09:19:48 +02:00
Cédric Anne
0070c3cfe3
Add an example of the ADD_HEADER_TAG
hook usage
2024-07-02 09:12:42 +02:00
Curtis Conard
bcdae86820
Modernize permission handling
2024-05-13 14:53:51 +02:00
Cédric Anne
9e17e9d8fa
Fix installation warning
...
fixes #43
2023-06-19 20:03:37 +02:00
Adrien Clairembault
4899ba4968
Example for the new dashboard filters hooks
2023-05-17 08:46:52 +02:00
François Déchelle
99ccf29a7e
Add static to $rightname var to fix PHP error when loading plugin
2022-09-27 10:46:50 +02:00
Thierry Bugier
9f415e0d32
global code update : namespace and src folder
2022-09-19 11:29:13 +02:00
Cédric Anne
3351d0f268
Upgrade glpi-project/tools
2022-07-21 09:39:12 +02:00
Cédric Anne
a804e2b5cc
GLPI 10.0 compatibility
...
* Permit installation on GLPI 10.0.x
* Remove dead code referencing removed method
* Fix showForm() signature
* Use same PHP minimal version as GLPI core; upgrade build libs
* Remove deprecated usage of integer display width
* Use default GLPI charset/collation during install/update
* Force database dynamic row format
* Fix files mode
* Update compatibility in XML
* Use default sign on primary/foreign keys
2022-07-21 09:33:09 +02:00
btry
0c9f9be88c
Transfer files with api
2022-07-21 08:53:10 +02:00
Cédric Anne
b1845edbdc
Fix version
2022-01-31 14:01:27 +01:00
Cédric Anne
6e0b904a09
Fix plugin key
2022-01-31 13:57:47 +01:00
Cédric Anne
5fddf8bf7c
Fix licence headers
2022-01-31 13:36:47 +01:00
Cédric Anne
02efa77d16
Upgrade glpi-project/tools
2022-01-31 13:36:47 +01:00
Cédric Anne
ce0aeca28e
Drop support of GLPI < 9.5
2022-01-31 13:36:47 +01:00
Cédric Anne
fd48299050
Drop Travis configuration
2022-01-31 13:36:08 +01:00
adelaunay
4e98b5065b
fix multiple calls of getCards hook
2022-01-31 13:36:08 +01:00
Alexandre Delaunay
0b61ae3bdd
Implement dashboards hooks
2022-01-31 13:36:08 +01:00
Cédric Anne
3fa4e67698
Update Travis configuration
...
- Add PHP 7.4 in matrix.
- Limit matrix to lowest and highiest PHP supported version.
- Run CS checks in strict mode.
- Remove dead config lines.
2022-01-31 13:35:19 +01:00
Cédric Anne
149ed02e7e
Add Portuguese (Portugal) locale
2022-01-31 13:35:19 +01:00
Cédric Anne
415e7cbcf1
Update locales
2022-01-31 13:35:19 +01:00
Cédric Anne
4d86cdccf9
Update PHP dependencies
2022-01-31 13:35:19 +01:00
Alexandre Delaunay
2621e6ceb9
implement new hook timeline_actions
2022-01-31 13:35:19 +01:00
Cédric Anne
511aba6951
GLPI 9.4 compatibility
...
- Use ITILFollowup in replacement of TicketFollowup
2022-01-31 13:35:19 +01:00
Curtis Conard
6b3334ecfd
Add helpdesk_menu_entry_icon example
2022-01-24 14:00:33 +01:00
Alexandre Delaunay
44fe7d6b57
implements filter_actors hook
2022-01-10 11:13:15 +01:00
Cédric Anne
4f6d2291e3
Update locales
2018-09-04 16:23:55 +02:00
Cédric Anne
bbdd837538
Add Chinese locale
2018-09-04 16:23:55 +02:00
Cédric Anne
a1a374c4bd
Update locales
2018-09-04 16:23:55 +02:00
Cédric Anne
43ab1db462
Use InnoDB as DB table engine
2018-09-04 16:23:55 +02:00
p-bo
528adeb980
l10n - added Czech translation into xml
...
l10n - added Czech translation into xml
2018-09-04 16:23:55 +02:00