Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 28, 2018
2 parents 79dd146 + 74cd0fd commit 7d44925
Show file tree
Hide file tree
Showing 88 changed files with 3,875 additions and 3,759 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

#env:
Expand Down
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-project-plugin-mreporting.mreportingpot]
[glpi-project-plugin-mreporting.mreporting-pot]
file_filter = locales/<lang>.po
source_file = locales/mreporting.pot
source_lang = en_GB

type = PO
4 changes: 2 additions & 2 deletions ajax/dropdownExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
&& !empty($_POST['ext'])) {
if ($_POST['ext'] == "odt") {
echo "&nbsp;";
$option = array();
$option = [];
$option[1] = __("With data", 'mreporting');
$option[0] = __("Without data", 'mreporting');
Dropdown::showFromArray("withdata", $option, array());
Dropdown::showFromArray("withdata", $option, []);

}

Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.0"
"glpi-project/tools": "^0.1"
},
"require": {
"masnathan/odtphp": "dev-teclib"
},
"config": {
"platform": {
"php": "5.6"
}
},
"repositories": [
{
"type": "vcs",
Expand Down
Loading

0 comments on commit 7d44925

Please sign in to comment.