Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust to transport interface change, for now not optimizing #34

Merged
merged 1 commit into from
Mar 26, 2013

Conversation

dbu
Copy link
Member

@dbu dbu commented Mar 11, 2013

alternative to #33 so that we can merge jackalope/jackalope#153 now and have something that still works. then once jackrabbit starts supporting id requests, we can update without a BC break mess in jackalope.

@@ -469,9 +470,10 @@ public function getNodes($paths)

$url = $this->encodeAndValidatePathForDavex("/").'.'.$this->getFetchDepth().'.json';
foreach ($paths as $path) {
$body[] = http_build_query(array(":include" => $path));
$body[] = http_build_query(array($query => $path));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to allow :id or something else to fetch nodes by uuid, jackrabbit needs to have that implemented. @chregu said he might find some code laying around.

@dbu dbu merged commit 02fe8ec into master Mar 26, 2013
@dbu dbu deleted the batch-getNodesByIdentifier branch January 5, 2014 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant