- Sep 25, 2015
- Sep 24, 2015
-
-
Stefan Galinski authored
-
damjan authored
-
damjan authored
-
damjan authored
- Adding category table and category field in attribute table - When getting types, sorting by category first, than by name
-
- Sep 23, 2015
-
-
damjan authored
-
- Sep 22, 2015
-
-
damjan authored
-
- Sep 20, 2015
-
-
damjan authored
-
- Sep 18, 2015
- Sep 17, 2015
- Sep 15, 2015
- Sep 11, 2015
- Sep 10, 2015
-
-
damjan authored
-
- Sep 07, 2015
-
-
damjan authored
- minVersion == NULL is treated as it is earliest version - maxVersion == NULL is treated as latest (current) version
-
- Sep 02, 2015
-
-
damjan authored
-
- Aug 31, 2015
-
-
damjan authored
-
- Aug 30, 2015
-
-
damjan authored
Also making some comments.
-
- Aug 09, 2015
- Aug 08, 2015
- Aug 07, 2015
- Aug 06, 2015
-
-
damjan authored
- minVersion and maxVersion are of MySQL type NUMERIC(4,1) meaning that they support 4 digit versions with one digit behind decimal point e.g.: 6.2, 2.0, and not supported: 6.2.1, 4.21 - Adding minVersion and maxVersion attributes in type and property tags when exporting if minVersion/maxVersion fields are set in database records. - Exporting by version - exports all types and properties which exist in passed version - When importing, if minVersion/maxVersion is not set in property or type tag of tsref.xml, default values (specified by user) will be used
-
- Aug 05, 2015
-
-
damjan authored
Also adding @return void statements where missing
-
damjan authored
-
damjan authored
Backend shouldn't depend of frontend
-
damjan authored
PUT (when modifies data) and PATCH methods are returning Content-type text/html, not application/json. Not using json assertion on them.
-
damjan authored
-