Ilia Chavchavadze
Ilia Chavchavadze
When iterating rows of this file there are a lot of incorrect rows with rowNum 0 (they has empty cellMapping and not displaing in MS Office). Real rows are reading...
There is READONLY and READONLYIF, also there is DISABLEIF, but there is no DISABLE. Need to implement DISABLE support.
Now 'Exception while starting logics instance' error now points to the next token, which is on the next line or even a few lines later.  Possible solution: `parser.getCurrentParser().input.rewind();` before...
If properties have very long name, there are assertions: *stacks for 5.2-SNAPSHOT, but bug exists also in 6.0-SNAPSHOT 1. First case: ``` NAMESPACE LongInternationalizationNamespace; CLASS LongInternationalizationClass; longInternationalizationProperty1 = DATA STRING(LongInternationalizationClass);...
Theme icon is not changing when changing theme in edit profile form 
 
`assert equals(flexes[i], 0.0);` in calculateFlexes Form securityPolicy, when enlarging property dataForbidDuplicateForms ``` Caused by: java.lang.AssertionError at Unknown.ff_g$(Throwable.java:62) at Unknown.hUf_g$(Error.java:26) at Unknown.nUf_g$(AssertionError.java:23) at Unknown.xji_g$(GwtClientUtils.java:943) at Unknown.Oul_g$(GGridPropertyTable.java:527) at Unknown.eUl_g$(GGridPropertyTable.java:212) at Unknown.yDi_g$(ResizeHandler.java:205) at...
After a successful login, locale is set by cookies for 1 year. And if there was no login (anonymous authentication) - the locale is not set, we stay under the...
If you write code like this: `CLASS SomeClass { FIELD 'field ' }` then with each start, a log entry will appear: ``` Renaming static object with id 67520 -...