Hi neclimdul,
I believe brianV has been in contact in regards to us porting your module to Drupal 7 for a project. I've put it into a sandbox. Let me know what you think and thanks for supporting a Drupal 7 port.
Hi neclimdul,
I believe brianV has been in contact in regards to us porting your module to Drupal 7 for a project. I've put it into a sandbox. Let me know what you think and thanks for supporting a Drupal 7 port.
Comments
Comment #1
neclimdulhm.. the sandbox wasn't built off the original project. that's going to make things tricky. Let me investigate how you can fix that.
(it should have really been built like this: http://drupal.org/node/1181472).
Comment #2
neclimdulI've kind played with it and there are a lot of problem with your sandbox.
1) The branch was built of the release so there's a LICENSE.txt.
2) The apachesolr_exclude.info is all wrong in d832f623 so I couldn't cb266d99ba1 over and none of the other commits would apply.
I think the best option is going to be exporting your patches, wiping the sandbox, fetching from upstream, then semi manually applying the patches from the exported patches.
1) Export patches for all your commits: git format-patch -o export e9983cba274
2) Delete your branch from d.o: git push origin :master (the colon is intentional http://gitready.com/beginner/2009/02/02/push-and-delete-branches.html)
3) Delete your branch locally: git branch -D master
4) add our upstream remote: git remote add upstream git://git.drupal.org/project/apachesolr_exclude
5) pull down the revisions: git fetch upstream
6) make our new master branch: git checkout -b master upstream/master
7) make a topic branch for the 7.x conversion: git checkout -b 7.x-1.x
7) push changes back to sandbox: git push origin 7.x-1.x
8) apply patches from export directory and then push them back to sandbox.
If this is a bit much we can just squash the commits down and review them as a single patch.
Comment #3
nicolash commentedSorry, misunderstanding. No, the sandbox wasn't connected in any way to your project - it was simply a place to store the ported module as a whole, but your suggestion makes a lot of sense - I had not used that workflow before.
Pls try this one, I hope it works as you expect.
Comment #4
anavarreI think this is a cool module. Is there anything new about porting it to Drupal 7 ?
Comment #5
neclimdulI'd kinda gotten busy and forgotten about it. It's back on my radar and I'll take a look at merging it and getting a -dev release up for testing.
Comment #6
bjorkey commentedI'd like to use this module on Drupal 7, any plan on releasing it soon?
Comment #7
MadhuraVadvalkar commentedI am working on the sandbox provided by NicolasH. Made a small change to it. I have also written simpletest for the D7 version. Will be updating it here soon.
Comment #8
ekidman commentedI'd also love to use this on Drupal 7, looking forward to it!
Comment #9
32i commentedHello,
as for D7 you might use http://drupal.org/project/apachesolr_exclude_node.