OC_VCategories => OC\Tags. Public interface and getter in server container#4892
Conversation
Conflicts: lib/server.php
There was a problem hiding this comment.
addMultiple
addRange
addSet
???
There was a problem hiding this comment.
Neither are very good, but I'll expand it to addMultiple :)
|
Thanks for reviewing and fixing @DeepDiver1975 |
|
Hmm, test passes locally. |
|
@tanghus it's causing issues on Oracle |
|
Freakin' Oracle. Nothing but trouble |
|
Maybe if I don't catch the db exception, we can see what it's actually bitching about? |
let me see if I can find it in the server logs ..... |
|
as far as I can tell we have no exception or db error - might be related to the query? |
There was a problem hiding this comment.
@butonic can you please have a quick look? Why would that fail on Oracle? THX
There was a problem hiding this comment.
@icewind1991 What is the correct way to do this with the new hooks system?
Add a couple of interface definitions
|
Test passed. |
|
@DeepDiver1975 Currently the manager class doesn't do anything else but instantiating objects, but that can change later if there's a need for caching them or smth. |
|
Test passed. |
|
Any 👍 ? @DeepDiver1975 @georgehrke @bartv2 |
|
👍 |
OC_VCategories => OC\Tags. Public interface and getter in server container
Stripped VObject specific stuff out of the class to make it an all-purpose tagging lib.
An instance can be obtained by
$server->getTagManager()->loadTagsFor('type');@georgehrke @DeepDiver1975 @icewind1991 @karlitschek