Skip to content

Releases: intersystems-community/RESTForms

%PosixTime support, Fixed position overwrite with subclasses

03 Aug 19:31
f4e42d3
Compare
Choose a tag to compare
  • /form/info/:class - Fix position overwrite with subclasses (caused some form fields to be skipped)
  • Added %PosixTime support

Reverted default modification level back to 1

10 Jan 07:14
119ae68
Compare
Choose a tag to compare
v1.6.1

Revert: Default modification level is 0

TOP behaviour

16 May 12:10
Compare
Choose a tag to compare
  • Default modification level is 0
  • If it's a first page and we do not show results count and TOP is not present in the query then TOP is added to the SQL query.
  • Persist ((value)) values as a (('value')) to help the optimizer

canModify setting

06 Feb 15:43
Compare
Choose a tag to compare

New canModify setting affects JSON->Obj parsing.
Settingreplaces the default body of this method:

ClassMethod CanModify(pObject As Form.Adaptor, pLevel As %Integer) [ CodeMode = expression]
{
pLevel=1
}

Set it to: pObject.checkObjPermission("U") to allow modification of non-root forms which user can edit on any level.

LIKE operator

05 Oct 12:25
Compare
Choose a tag to compare

161 for 2016.1, 162 for 2016.2+

Change log since last release:

  • Added support for LIKE query predicate
  • Added new visited setting. Set it equal to valid Caché ObjectScript code and recompile Form.JSON.OBJ class to modify SetVisited method code. SetVisited method allows you to define what object can be output any number of times (by default object can be written once to prevent write loops).
  • Removed "null" output error
  • Various technical enhancements

Enforce UTF-8 charset everywhere

24 Jun 08:41
Compare
Choose a tag to compare

For real this time.

Enforce UTF-8 charset

08 May 13:53
Compare
Choose a tag to compare

Also added postman collection to repo.

Translation - form names

14 Apr 16:07
Compare
Choose a tag to compare

Added form names

Translation support

14 Apr 11:29
Compare
Choose a tag to compare

Properties can now be translated via standard toolchain (^CacheMsg)

SQL reserved words fix

23 Mar 09:56
Compare
Choose a tag to compare
v1.2

Escape reserved SQL properties names