Bonjour Walid,
> I started the wpkg plugin as a proof of concept, but had no time to 
> finish it.
> I'd be happy to discuss about what you'd like to do with it.
>
>   
>> At the moment, we have a trainee (intern) who is going to improve
>> the WPKG plugin and code some PHP library for Wpkg so that this
>> plugin is usable for production environment.
>>
>>     
thanx for your answer and work for GLPI.

We want to code an OOP PHP library for WPKG which can be used
for several frontends, and - if possible - connect to or integrate with
the GLPI wpkg plugin.

We have the recent svn version of Wpkg plugin working with GLPI 0.71.2
on Debian.
Do you have plans to make the Plugin compatible with 0.72+
(I didn't translate the "plugin migration document" to German, yet ;-) ?
Do you have any hints for us when doing changes to the plugin?

Some further questions:

- why do you have implemented "Wpkg groups" in addition to profiles?

- When I have 2 profiles connected to one host, I get in XML:
  <host name="FTXPVM" profile-id="firefox3"/>
  <host name="FTXPVM" profile-id="standard"/>
instead of
  <host name="FTXPVM" profile-id="firefox3">
    <profile id="standard"/>
  </host>
Is this intended for some reason, or just an error?

- on the packages page, I get some sql errors:

SELECT name
FROM glpi_plugin_wpkg_versions
WHERE ID='1'    0.001   Unknown column 'name' in 'field list'
3       SELECT glpi_plugin_wpkg_versions.ID
FROM glpi_plugin_wpkg_versions
WHERE ( glpi_plugin_wpkg_versions.name > '1' OR
(glpi_plugin_wpkg_versions.name = '1' AND glpi_plugin_wpkg_versions.ID >
'1') )
ORDER BY glpi_plugin_wpkg_versions.name ASC,
glpi_plugin_wpkg_versions.ID ASC        0.001   Unknown column
'glpi_plugin_wpkg_versions.name' in 'where clause'
4       SELECT name
FROM glpi_plugin_wpkg_versions
WHERE ID=1      0.001   Unknown column 'name' in 'field list'
5       SELECT glpi_plugin_wpkg_versions.ID
FROM glpi_plugin_wpkg_versions
WHERE (glpi_plugin_wpkg_versions.ID < '1' )
ORDER BY glpi_plugin_wpkg_versions.ID DESC, glpi_plugin_wpkg_versions.ID
DESC    0.000    


Has this something to do with unfinished work, or do we have any
configuration problem localy?

Thanx in advance,
Falko

PS: Should we better discuss on the glpi-dev list?
_______________________________________________
Glpi-translation mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-translation

Reply via email to