Task #4919
GLPI 0.80 compatibility
Status: | Feedback | Start date: | 05/26/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | CDuv | % Done: | 100% | |
Category: | - | |||
Target version: | 1.6.1 |
Description
Update plugin to make it compatible with GLPI 0.80.
See En_Plugin078to080 for changes occured in GLPI between 0.78 and 0.80.
Associated revisions
Makes plugin compatible with GLPI 0.80
Applied changes as documented in GLPI Plugins wiki to make it compatible with GLPI 0.80 code.
In respect to singular/plural rules, class PluginConnectionsConnectionRates was renamed to PluginConnectionsConnectionRate.
Sets plugin version to 1.6.1.
Closes: #4919
History
#1 Updated by CDuv about 8 years ago
Attached patch contains changes (see modified_files.diff
) to make plugin compliant with GLPI 0.80.
Sets plugin version to 1.6.1.
PluginConnectionsConnectionRates
was renamed to PluginConnectionsConnectionRate
):
Path | Previous name | New name |
---|---|---|
ajax/ | connectionrates.tabs.php | connectionrate.tabs.php |
front/ | connectionrates.form.php | connectionrate.form.php |
inc/ | connectionrates.class.php | connectionrate.class.php |
#2 Updated by CDuv about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r7.
#3 Updated by CDuv about 8 years ago
- Status changed from Resolved to Feedback
- Target version set to 1.6.1