Skip to content

Conversation

@pxlcore
Copy link
Owner

@pxlcore pxlcore commented Jan 6, 2023

Get latest data from master

cedric-anne and others added 30 commits January 13, 2022 16:07
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.1.15 to 0.4.4.
- [Release notes](https://github.com/glpi-project/tools/releases)
- [Changelog](https://github.com/glpi-project/tools/blob/master/CHANGELOG.md)
- [Commits](glpi-project/tools@0.1.15...0.4.4)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/glpi-project/tools/releases)
- [Changelog](https://github.com/glpi-project/tools/blob/master/CHANGELOG.md)
- [Commits](glpi-project/tools@0.4.4...0.4.5)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
- Permit installation on GLPI 10.0.x
- Replace deprecated usage of Html::clean()
- Replace deprecated usage of Html::autocompletionTextField()
- Fix DBmysqlIterator usage
- Fix showForm() signature
- Use same PHP minimal version as GLPI core
- Remove deprecated usage of integer display width
- Use default GLPI charset/collation during install/update
- Force database dynamic row format
- Replace jQueryUI usage
- Fix dashboard integration
- Use default sign on primary/foreign keys
- $_SERVER['REQUEST_URI'] may be missing
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.4.5 to 0.5.1.
- [Release notes](https://github.com/glpi-project/tools/releases)
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.4.5...0.5.1)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.5.1 to 0.6.1.
- [Release notes](https://github.com/glpi-project/tools/releases)
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.5.1...0.6.1)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/glpi-project/tools/releases)
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.6.1...0.6.2)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
cconard96 and others added 28 commits March 10, 2023 17:54
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.6.2 to 0.6.4.
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.6.2...0.6.4)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
There was no translation for the Polish language
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.4.1...v3.4.3)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…efined index: f_name" messages

In some cases, the f_name index is not defined, and then php error log is flooded with messages like:
2019-10-30 04:29:27 [15941@XXXXXXX]
  *** PHP Notice(8): Undefined index: f_name
  Backtrace :
  plugins\mreporting\inc\common.class.php:1676       
  plugins\mreporting\inc\dashboard.class.php:328     PluginMreportingCommon::getReportSelectors()
  plugins\mreporting\ajax\dashboard.php:18           PluginMreportingDashboard::getConfig()

So I added a isset() to prevent these messages
Added another isset() to be sure that f_name exists in $_REQUEST
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.6.4 to 0.7.1.
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.6.4...0.7.1)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Add CI configuration

* phpcbf
* Exclude some paths
* Fix methods visibility
* Fix headers
* Fix phpdoc
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glpi-project/tools](https://github.com/glpi-project/tools) from 0.7.1 to 0.7.2.
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@cedric-anne cedric-anne deleted the branch pxlcore:master February 8, 2024 14:38
@cedric-anne cedric-anne deleted the master branch February 8, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants