plugins
plugins copied to clipboard
GLPI Plugin Directory
SQL request required to adapt existing DB: ``ALTER TABLE `plugin` ADD `featured` int NULL AFTER `active`;``
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
For : - Plugins url modifying - Notifications (plugins update) - Stars / comment - Register applications (tokens/security key for accessing api key)
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.