| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it.
Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
|
| |
|
|
|
|
| |
We forgot to pass them to the factory
|
| |
|
|
|
|
| |
It should allow third party to check if an url was already saved by a user
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test).
Moved down `deleteTagAction` because it conflicted with the new action:
api_delete_tag => /api/tags/{tag}.{_format}
api_delete_tags_label => /api/tags/label.{_format}
And finally, throw exception when a tag is not found before removing it.
|
| |
|
| |
|
|
|