Closed (fixed)
Project:
Second Life framework
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2008 at 08:29 UTC
Updated:
29 Dec 2008 at 17:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedThis 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.
Comment #2
ssm2017 Binder commentedyes, here is the one i have done and tested with the command line php test script
Comment #3
kbahey commentedPlease submit it as a patch against the DRUPAL-5 tag or the 5.x-1.x-dev tarball, so it is reviewable.
Comment #4
ssm2017 Binder commentedhere is the patch file done using :
http://ftp.drupal.org/files/projects/secondlife-5.x-1.0.tar.gz
Comment #5
kbahey commentedThank 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.
Comment #6
ssm2017 Binder commentedhere 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
Comment #7
kbahey commentedCommitted. Should take some 10 hours or so to be in the -dev tarball.
Comment #8
ssm2017 Binder commentedthank 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
Comment #9
kbahey commentedPlease 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.
Comment #10
ssm2017 Binder commentedi just made an installation file to remove the vars when uninstalling
Comment #11
ssm2017 Binder commentedok, seen, sorry