| Age | Commit message (Collapse) | Author |
|
|
|
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.)
|
|
|
|
The code mistakenly referred to a non-existing field. Now it matches the
rest of the error handlers.
|
|
API responses are cached internally - if they're modified, they're
modified in cache too. This can lead to certain anomalies, that can be
easily solved by making object copies.
|
|
This resulted in errors while presenting post content control - it tried
to use methods that were available only in the actual model.
|
|
|