Relation comments#10
Closed
GerZah wants to merge 13 commits into
Closed
Conversation
added 13 commits
May 19, 2015 17:02
…w be translated as well) + German translation
…side a Lity lightbox
…now uses "Subject " (with a blank)
… not "Subject " (as it refers to the subject of a resource, not to a subject resource)
… simulation code for stress testing
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version enhances Item Relations by adding the possibility to add a comment to every relation that you create.
First example:
The comment field will give you the chance to relate multiple persons, and leave a tiny note inside the relation, like perhaps a starting year.
Second example:
The option to enter relation comments is inactive by default, but you can easily activate it in the plugin settings.
My commit 52b44fe titles the plugin version 2.0.2.1, as it needs to add an additional column "relation_comment" to the item_relations_relations table compared to the regular 2.0.2 master.
It (obviously) merges nicely with my former pull request with the item ID selector (commit 144f1cd). It should be possible to merge it with a clean 2.0.2 master, but there might be tiny dependencies.