| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2020-06-04 | client/js: format code to ESLint | Shyam Sunder | |
| 2017-01-21 | client: refactor linking and routing | rr- | |
| Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.) | |||
| 2017-01-08 | client: rework promise error handling | rr- | |
| 2016-12-25 | client/comments: rework comments appearance and UX | rr- | |
| 2016-08-07 | client/general: use resource versioning | rr- | |
| 2016-07-26 | client/models: discard field declarations | rr- | |
| This has important side effect that matters when we check for data changes using _orig dictionary. Previously, _orig was empty (so its members fields were undefiend) whereas the real fields were declared as nulls. This meant that for new entities, the conditions were always true, which is unintended. Now both _orig and the class itself are initially populated with _updateFromResponse which syncs the state between them, removing the problem. | |||
| 2016-06-20 | client/general: replace direct API with models | rr- | |
| 2016-06-18 | client/general: remove api calls from controls | rr- | |
| Introduce some missing models along the way | |||