Porting to Drupal 6.x
ssm2017 Binder - December 14, 2008 - 08:29
| Project: | Second Life framework |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
hello
thank you for this framework
is it possible to make a drupal 6 version ?
im new to drupal so im not able to adapt it yet

#1
This is a frequently asked question.
Having said that, it is not that hard to port this module, because it does not interact with Drupal's API in a big way, so it is fairly easy to follow the instructions in the handbook and get it done, or use the deadwood module.
#2
yes, here is the one i have done and tested with the command line php test script
#3
Please submit it as a patch against the DRUPAL-5 tag or the 5.x-1.x-dev tarball, so it is reviewable.
#4
here is the patch file done using :
http://ftp.drupal.org/files/projects/secondlife-5.x-1.0.tar.gz
#5
Thank you for the patch.
There will be a 6.x-1.x-dev tarball in about 5 hours here http://drupal.org/node/346964.
If you test it and find it stable, then let me know and I will create 6.x-1.0. Otherwise, submit issues for what you find, preferably with patches.
#6
here is a new version based on : http://ftp.drupal.org/files/projects/secondlife-6.x-1.x-dev.tar.gz
i have changed :
- dependencies are an array in the .info files so it needs [] at the end
- added some comments
- added an output type to be able to choose if we want to see the full output string or just the message ( full by default )
- added a function to Limit IP address range ( the default list can be changed in admin settings and Linden servers are set by default )
- added an admin setting to choose the arguments separator ( if we would like to use something else than : like ; or | ....
- added a lsl demo script to test from inworld
#7
Committed. Should take some 10 hours or so to be in the -dev tarball.
#8
thank you for attention
here is a new version still compared to the first http://ftp.drupal.org/files/projects/secondlife-6.x-1.x-dev.tar.gz
changes :
- removed the constants in the admin form
- added ability to set the app,cmd and arg var names in the admin panel
#9
Please don't post any new features in this issue again. It is marked as fixed.
What you should do is open a new issue for the new feature and attach the patch to it describing in detail what it does.
The patches should be against the most recent -dev version.
#10
i just made an installation file to remove the vars when uninstalling
#11
ok, seen, sorry
#12
Automatically closed -- issue fixed for two weeks with no activity.