Skip to content

Releases: tomolimo/formvalidation

Release 0.5.0 for GLPI 9.3

05 Apr 16:53
Compare
Choose a tag to compare

Release 0.5.0 for GLPI 9.3

Release 0.4.4 for GLPI 9.2

05 Apr 16:32
Compare
Choose a tag to compare

Release 0.4.4 for GLPI 9.2

Version 0.2.3

22 Jan 09:22
Compare
Choose a tag to compare

Version 0.2.2

27 Oct 13:38
Compare
Choose a tag to compare

Fixed issue of migration from itemtype to itemtypes_id
Added validation of Form on server side to prevent massiveaction to set bad values, uses V8JS PHP module (currently only for Ticket and Computer)
Added compliance to 9.2
Refs #13
Fixes #17

Version 0.1.7

16 Dec 14:38
Compare
Choose a tag to compare

Added Form Creator plugin support
Added helper function isValidInteger() to be able to test if a field is an integer
changed version to 0.1.7

Release 0.1.6

16 Dec 09:00
Compare
Choose a tag to compare

Fixed bug: when two forms were existing, but with different fields, then fields were disabled (is_active=0) at validation.
Changed way to search in DOM for mandatory signs and error signs
Fixed a bug on formula when obj.is_active == 0, forced formula to be true
Changed version number to 0.1.6
fixes #14

Release 0.1.5

14 Dec 13:47
Compare
Choose a tag to compare

Release 0.1.4

14 Dec 08:49
Compare
Choose a tag to compare

Deleted list limit for fields showing field list in a form (fixes #11 )
Fixed also various errors:
added isset($obj->fields['entities_id']) to be sure when $obj doesn't have entities_id in table
changed in displayTabContentForItem function prototype the PluginFormvalidationForm into CommonGLPI
added pages_id into result of SQL query
changed version to 0.1.4

To fixes some issues

13 Dec 08:05
Compare
Choose a tag to compare

Fixes and improves

01 Jun 11:59
Compare
Choose a tag to compare

Fixes

issue #1: Changed size of CSS fields in tables to 255 instead of 300 or 500

Improvements

Added a test on $obj to be sure it is a valid item
Changed size of formula fields for field form

Installation

To install, please delete the previously installed tables 'glpi_plugin_formvalidation_%' , and start upgrade procedure like any other plugins. Beware that your own configuration will be lost.

Thank you
Regards,
Tomolimo