forked from pluginsGLPI/mreporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Master #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pxlcore
wants to merge
59
commits into
pxlcore:master
Choose a base branch
from
pluginsGLPI:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Get latest data from master