Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Debug Bill committed Oct 9, 2017
1 parent e6a3d9f commit eff298f
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 159 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.3] - 2017-10-09
### Added
- None

## Changed
- Several bugs and warnings are corrected.

## Removed
- None


## [0.1.2] - 2017-10-03
### Added
- Task sequence can now be undefined in order to use default task for model, or global to MDT
Expand Down
8 changes: 4 additions & 4 deletions glpi2mdt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
<long>
<en>This plugin synchronises GLPI and MDT databases in order to manage Windows automatic deployment from GLPI and based on its data.

Version 0.1.2 is functionnal and running in production in our environmnent. The README and INSTALL files in the distribution package will give you more information as to what is already available and what I plan to deliver next. It works on my specific configuration (MDT 2013 on Server 2012 + MS-SQL 2012, and GLPI 9.1.6 on Linux PHP 5.5). It is developed and tested in this environment only. If you experience problem with a different configuration please report the issue on GitHub (link below).
Version 0.1.3 is functionnal and running in production in our environmnent. The README and INSTALL files in the distribution package will give you more information as to what is already available and what I plan to deliver next. It works on my specific configuration (MDT 2013 on Server 2012 + MS-SQL 2012, and GLPI 9.1.6 on Linux PHP 5.5). It is developed and tested in this environment only. If you experience problem with a different configuration please report the issue on GitHub (link below).

If you're insterested in this plugin, don't hesitate to contact the author and describe your current architecture so he can make sure the plugin design is compatible with most environments</en>
<fr>Ce plugin synchronise les bases de données MDT et GLPI afin de gérer le déploiement automatique de Windows depuis GLPI et à partir de ses données.

La version 0.1.2 est opérationnelle et en prodution dans notre environement. Les fichiers README et INSTALL de la distribution vous donneront plus de détails sur ce qui est en place et ce qu'il est prévu d'ajouter en priorité. Le plugin fonctionne dans mon environement spécifique (MDT 2013 sur Server 2012 et MS-SQL 2012, associés à GLPI 9.1.6 sur Linux et PHP 5.5). Il est développé et testé uniquement dans ce contexte. Si vous rencontrez des problèmes avec une configuration différente merci d'ouvrir un ticket avec le lien GitHub ci-dessous.
La version 0.1.3 est opérationnelle et en prodution dans notre environement. Les fichiers README et INSTALL de la distribution vous donneront plus de détails sur ce qui est en place et ce qu'il est prévu d'ajouter en priorité. Le plugin fonctionne dans mon environement spécifique (MDT 2013 sur Server 2012 et MS-SQL 2012, associés à GLPI 9.1.6 sur Linux et PHP 5.5). Il est développé et testé uniquement dans ce contexte. Si vous rencontrez des problèmes avec une configuration différente merci d'ouvrir un ticket avec le lien GitHub ci-dessous.

Si ce plugin vous intéresse n'hésitez pas à contacter l'auteur avec une description de votre architecture actuelle afin qu'il s'assure que ses choix de design seront compatibles avec la plupart des environements.</fr>
</long>
</description>
<homepage>https://github.com/DebugBill/glpi2mdt</homepage>
<download>https://github.com/DebugBill/glpi2mdt/releases/download/0.1.2/glpi2mdt-0.1.2.tar.gz</download>
<download>https://github.com/DebugBill/glpi2mdt/releases/download/0.1.3/glpi2mdt-0.1.3.tar.gz</download>
<issues>https://github.com/DebugBill/glpi2mdt/issues</issues>
<readme>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/README.md</readme>
<authors>
<author>Blaise Thauvin</author>
</authors>
<versions>
<version>
<num>0.1.2</num>
<num>0.1.3</num>
<compatibility>9.1.x</compatibility>
<compatibility>9.2.0</compatibility>
</version>
Expand Down
110 changes: 57 additions & 53 deletions locales/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,17 @@ msgstr ""
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: hook.php:249
msgid ""
"Glpi2mdt database is corrupted. Please uninstall and reinstall the plugin"
msgstr ""
"Glpi2mdt database is corrupted. Please uninstall and reinstall the plugin"

#: inc/mdt.class.php:154
msgid "Testing connection using PHP module"
msgstr "Testing connection using PHP module"

#: inc/mdt.class.php:158
msgid "Database login OK!"
msgstr "Database login OK!"

#: inc/mdt.class.php:168 inc/config.class.php:140
msgid "Schema"
msgstr "Schema"

#: inc/mdt.class.php:168
msgid "contains"
msgstr "contains"

#: inc/mdt.class.php:168
msgid "tables"
msgstr "tables"
#: setup.php:101
msgid "Incompatible PHP Installation. Requires module mssql or module odbc"
msgstr "Incompatible PHP Installation. Requires module mssql or module odbc"

#: inc/mdt.class.php:172
msgid "Could not count tables in schema"
msgstr "Could not count tables in schema"
#: setup.php:106
msgid "Incompatible PHP Installation. Requires module"
msgstr "Incompatible PHP Installation. Requires module"

#: inc/mdt.class.php:177
msgid "Database login KO!"
msgstr "Database login KO!"
#: setup.php:125
msgid "Installed / not configured"
msgstr "Installed / not configured"

#: inc/crontask.class.php:182 inc/crontask.class.php:219
#: inc/crontask.class.php:258 inc/crontask.class.php:309
Expand All @@ -64,37 +42,37 @@ msgstr "line(s) loaded into table"
msgid "lines deleted from table"
msgstr "line's) deleted from table"

#: inc/crontask.class.php:552
#: inc/crontask.class.php:554
msgid "Glpi2mdt Plugin"
msgstr "Glpi2mdt Plugin"

#: inc/crontask.class.php:569
#: inc/crontask.class.php:571
msgid "Check for new updates"
msgstr "Check for new updates"

#: inc/crontask.class.php:572
#: inc/crontask.class.php:574
msgid "Update base data from MDT XML files and MS-SQL DB"
msgstr "Update base data from MDT XML files and MS-SQL DB"

#: inc/crontask.class.php:575
#: inc/crontask.class.php:577
msgid "Synchronize data between MDT and GLPI in Master-Master mode"
msgstr "Synchronize data between MDT and GLPI in Master-Master mode"

#: inc/crontask.class.php:578
#: inc/crontask.class.php:580
msgid "Disable \"OS Install\" flag when expired"
msgstr "Disable \"OS Install\" flag when expired"

#: inc/crontask.class.php:597
#: inc/crontask.class.php:599
#, php-format
msgid "File '%s' not found."
msgstr "File '%s' not found."

#: inc/crontask.class.php:605
#: inc/crontask.class.php:607
#, php-format
msgid "Looks like '%s' exists but is not readable. "
msgstr "Looks like '%s' exists but is not readable. "

#: inc/crontask.class.php:615
#: inc/crontask.class.php:617
#, php-format
msgid "File '%s' contains no valid data. Check MDT configuration"
msgstr "File '%s' contains no valid data. Check MDT configuration"
Expand Down Expand Up @@ -127,6 +105,10 @@ msgstr "Login"
msgid "Password"
msgstr "Password"

#: inc/config.class.php:140 inc/mdt.class.php:170
msgid "Schema"
msgstr "Schema"

#: inc/config.class.php:148
msgid "Local path to deployment share control directory"
msgstr "Local path to deployment share control directory"
Expand Down Expand Up @@ -191,7 +173,7 @@ msgstr "Test connection"
msgid "Initialise data"
msgstr "Initialise data"

#: inc/config.class.php:236 inc/computer.class.php:402
#: inc/config.class.php:236 inc/computer.class.php:404
#, php-format
msgid "A new version of plugin glpi2mdt is available: v%s"
msgstr "A new version of plugin glpi2mdt is available: v%s"
Expand Down Expand Up @@ -220,14 +202,42 @@ msgstr "Reset after (empty for permanent):"
msgid "Task sequence"
msgstr "Task sequence"

#: inc/computer.class.php:370
#: inc/computer.class.php:347
msgid "Default task sequence"
msgstr ""

#: inc/computer.class.php:372
msgid "Applications"
msgstr "Applications"

#: inc/computer.class.php:382
#: inc/computer.class.php:384
msgid "Roles"
msgstr "Roles"

#: inc/mdt.class.php:156
msgid "Testing connection using PHP module"
msgstr "Testing connection using PHP module"

#: inc/mdt.class.php:160
msgid "Database login OK!"
msgstr "Database login OK!"

#: inc/mdt.class.php:170
msgid "contains"
msgstr "contains"

#: inc/mdt.class.php:170
msgid "tables"
msgstr "tables"

#: inc/mdt.class.php:174
msgid "Could not count tables in schema"
msgstr "Could not count tables in schema"

#: inc/mdt.class.php:179
msgid "Database login KO!"
msgstr "Database login KO!"

#: front/computer.form.php:36
msgid "Features"
msgstr "Features"
Expand All @@ -236,14 +246,8 @@ msgstr "Features"
msgid "Setup"
msgstr "Setup"

#: setup.php:101
msgid "Incompatible PHP Installation. Requires module mssql or module odbc"
msgstr "Incompatible PHP Installation. Requires module mssql or module odbc"

#: setup.php:106
msgid "Incompatible PHP Installation. Requires module"
msgstr "Incompatible PHP Installation. Requires module"

#: setup.php:125
msgid "Installed / not configured"
msgstr "Installed / not configured"
#: hook.php:251
msgid ""
"Glpi2mdt database is corrupted. Please uninstall and reinstall the plugin"
msgstr ""
"Glpi2mdt database is corrupted. Please uninstall and reinstall the plugin"
Loading

0 comments on commit eff298f

Please sign in to comment.