docdev
docdev copied to clipboard
Documentation for glpi developpers
Some methods have been deprecated or removed; we should maybe (re)add a "migration" page or something similar to explain what have been changed. See for example https://github.com/glpi-project/glpi/pull/1901#issuecomment-285709367

On [variables types](http://glpi-developer-documentation.readthedocs.io/en/master/codingstandards.html#variables-types), we suggest to use object for object type. Reading the [phpdoc doc](https://www.phpdoc.org/docs/latest/references/phpdoc/types.html), I found that ``` object, the element to which this type applies is the instance...
Document the internals of how the High-Level API handles API versions. This is for GLPI PR glpi-project/glpi#17606
1. About how to use namespaces and composer autoloader in Plugins. 2. Maybe add information about future support. Will namespaces be the standard and will /inc be deprecated? 3. I...
@cconard96 already made some remarks on v10 PR: - [x] CSRF compliance - https://github.com/glpi-project/docdev/pull/166/files#r1941391473 - https://github.com/glpi-project/docdev/pull/166/files#r1941392320 - [ ] Search list https://github.com/glpi-project/docdev/pull/166/files#r1941425366 - [ ] Use debug bar https://github.com/glpi-project/docdev/pull/166/files#r1941436500 There...
Documentation for glpi-project/glpi#18758
@AdrienClairembault recently added this option, but it's not yet documented.