Hello folks
I try to use the 1.1 version and works but with some issues for my perspective, for this reason I create a new version with this improvements.
1. New install to create tables with current Drupal installation prefix.
2. New Menu location, now is located in Site Configuration as other modules.
3. New site property to separate local site and Drupal external sites.
4. Added new function to general URL friendly URL for Drupal external sites, using the correct path alias for each Drupal installation
I decide to use the version 1.1 instead of 2 dev do most people will download the stable version if earthday47 push the 2 dev as 2 stable and he likes my changes and I can redo my version against 2 dev
Enjoy it
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | multisite_search-1.1-2_dev.patch | 53.07 KB | -enzo- |
| #3 | multiside_search.zip | 16.69 KB | -enzo- |
| multisite_search-1.1-dev.patch | 35.77 KB | -enzo- | |
| multisite_search.zip | 15.71 KB | -enzo- |
Comments
Comment #1
earthday47Thanks enzo. I can _FINALLY_ look at this again!
The 6.x-2.x-dev version is, in my opinion, more "stable" than the 6.x-1.x version, but I didn't want to make an official release without testing it more. I'm now at a crossroads - the current implementation makes it impossible to use separate databases - only table prefixing.
Which is bad news since I switched my site from table prefixing to database prefixing!
So I'll look at your code, and expect some commits to -dev soon.
Interested in co-maintaining?
Comment #2
earthday47Thanks for your code, -enzo-. I've committed most of it to the 6.x-2.0 version.
I committed the TTL cron variable as-is.
I liked your idea for looking up the path alias, but I simplified your implementation. Your code was like so:
$languageis untested and isn't really used. It seemed the static variables were not declared correctly and weren't really useful. Also, the $action parameter appeared to only use 'alias'. So I removed all the extra calls.My code:
I have not tested this with an i18n website, so I have no idea if it breaks. If it does, we can put in an issue and add it later.
Comment #3
-enzo- commentedHello earthday47 and everybody
This is my second version for 1.1
With :
1. New Features and Fixes
2. New install to create fields to enable sort results by date
3. New Menu location, now is located in Site Configuration as other modules.
4. New site property to separate local site and Drupal external sites.
5. Enabled several DB with same prefix.
6. DB Enabled to connection read from Drupal Settings.
7. Updated search to sort results based in configuration Date or Weight.
8. Added new function to general URL friendly URL for Drupal external sites, using the correct path alias for each Drupal installation
If you want I can share you a site with this new features, send me an email to enzo at anexusit dot com.
Please check and let me know if you think is a good a idea to include in version 2.0 when will be official.
Sure I can try to help you as a co-maintainer
enzo.
Comment #5
earthday47Would you mind basing this off of the 6.x-2.0 version?
I'm not sure if some of your changes are in line with what I was thinking for this module. I want to keep it as simple as possible. BUT I haven't looked closely at your code so I couldn't say.
I think some things have been changed/fixed in the 6.x-2.0 version so if you base it off that, we can more clearly evaluate.
Thanks again for helping out!
Comment #6
-enzo- commentedHello earthday47
Sure take a look and let me know.
My idea is take advance from drupal multi DB settings and be flexible in term multi DB with same prefix, check and let me know I can update my changes to version 2.0 when this version will be official.
Regards,
enzo
Comment #7
earthday472.0 is official now, I put 6.x-2.0 as the "Recommended release" on the project homepage: http://drupal.org/project/multisite_search
and put 1.1 under "other" releases, but not recommended.
Comment #8
-enzo- commentedHello Earth
What stuffs do you like to include in version 2.0 from my big patch, in order to prepare a path with a list of features you recommend.
Regards,
enzo