Commit Graph

14 Commits

Author SHA1 Message Date
Ben Bosman
53ff1afea5 comments 2019-10-02 10:37:33 +02:00
Raf Ponsaerts
85b88b05a6 Applied feedback 2019-10-02 09:34:27 +02:00
Ben Bosman
46e86326b8 Change method names to make them easier to understand 2019-09-09 14:44:43 +02:00
Ben Bosman
0e45859336 Change method names to make them easier to understand
Add javadocs to complex private methods
2019-09-05 09:28:06 +02:00
Jelle Pelgrims
ed17587170 Rename leftwardLabel and rightwardLabel
Renamed the leftwardLabel and rightwardlabel for Relationship to
leftwardValue and rightwardValue. Renamed the same values for
RelationshipType to leftwardType and rightwardType.
2019-08-13 15:30:49 +02:00
Jelle Pelgrims
e8fd1e0e37 Revert previous commit 2019-08-07 11:30:23 +02:00
Jelle Pelgrims
6bf6336f11 Fix issue causing tests to fail 2019-08-07 11:24:23 +02:00
Jelle Pelgrims
c2cd25d6d0 Merge branch 'feature-name-variants' of https://github.com/atmire/DSpace into feature-name-variants
# Conflicts:
#	dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
#	dspace-api/src/main/java/org/dspace/content/RelationshipMetadataServiceImpl.java
2019-08-07 09:52:42 +02:00
Ben Bosman
afc9e5bd89 checkstyle 2019-08-06 18:42:25 +02:00
Ben Bosman
8f7c7da569 leftwards label vs left item 2019-08-06 17:29:56 +02:00
Jelle Pelgrims
3c31fdf648 Rename relationship type left and right labels
Renamed the columns 'left_label' and 'right_label' in the table
'relationship_type' to 'leftward_label' and 'rightward_label'.
Also renamed all instances of [l|L]eftLabel and [r|R]ightLabel
to [l|L]eftwardLabel and [r|R]ightwardLabel, respectively.
2019-08-06 13:59:58 +02:00
Raf Ponsaerts
d7a1015f70 Finished IT for name variants 2019-08-06 13:45:25 +02:00
Raf Ponsaerts
f17fcc2f42 intermediary commit 2019-08-06 08:41:27 +02:00
Raf Ponsaerts
1866ed2a96 Moved RelationshipMetadata logic to a new service 2019-08-05 10:40:27 +02:00