plugins icon indicating copy to clipboard operation
plugins copied to clipboard

GLPI Plugin Directory

Results 23 plugins issues
Sort by recently updated
recently updated
newest added

SQL request required to adapt existing DB: ``ALTER TABLE `plugin` ADD `featured` int NULL AFTER `active`;``

enhancement

This is happening right now. As we plan to do continuous integration on the Plugin catalogue of GLPi (glpi-plugin-directory running at plugins.glpi-project.org), the codebase is moving to Laravel right now....

ex: ```sql UPDATE plugin SET active = 1 WHERE `key` = 'pluginname'; ``` Key is not yet defined just after plugin submission

bug

todo when site will be public

task

With token and security key we need #1 before

enhancement

For : - Plugins url modifying - Notifications (plugins update) - Stars / comment - Register applications (tokens/security key for accessing api key)

enhancement

Looking at: http://plugins.glpi-project.org/#/version/9.2/plugins You can see browsernotification (for example) plugin that is labelled on 9.2; but is not compatible 9.2 according to its XML file.

Search criterias are sended when typing new chars... - But a click on the send icon does nothing - Pressing enter key does nothing It is a problem when we...

Hi, It would be great to introduce, at least, a link to plugins documentations on a plugin's page.