Closed (fixed)
Project:
Second Life framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2008 at 03:20 UTC
Updated:
30 Dec 2008 at 03:50 UTC
hello
here is a new version
the version to patch is cvs 1.4.21
changes :
- added an installation file to remove the vars when uninstalling
- added an xml-rpc function to send messages to objects inworld
| Comment | File | Size | Author |
|---|---|---|---|
| secondlife.install.txt | 345 bytes | ssm2017 Binder | |
| secondlife-1.4.21.diff | 9.61 KB | ssm2017 Binder |
Comments
Comment #1
kbahey commentedI committed those.
However:
- Please be careful about the code style. Check the standard Drupal style and use Drupal's coder module often. I had to reformat lots of code because of that (indentation, braces, commented out code, ..etc.).
- Make a patch for every issue, do not combine them. This makes them easier to track in CVS.
- Describe better how things work, e.g this xml-rpc stuff.
- Keep the README.txt up to date with new features with patches.
Thanks a lot and keep the patches coming.