This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
developpers [2009/07/30 11:05] 82.242.157.139 |
developpers [2018/11/19 22:15] (current) julienv |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Component development ===== | ===== Component development ===== | ||
| - | How to get the code: | + | You can open tickets for fixes, fork and submit your changes through pull requests on tracks [[https://github.com/julienV/Joomla-Tracks|github]] |
| - | * install bazaar (works on linux, windows, ...) | + | |
| - | * run "bzr branch lp:joomla-tracks" to get dev version, or have a look here to see current branches: https://code.launchpad.net/joomla-tracks | + | |
| - | + | ||
| - | How to share your code: | + | |
| - | * create an account at launchpad (it's free) | + | |
| - | * upload your modifications to launchpad with the joomla-tracks tag, and it will be available in branches list. You can then ask that it is merged with trunk. | + | |
| - | + | ||
| ===== 3rd party integration (hooks) ===== | ===== 3rd party integration (hooks) ===== | ||
| Line 22: | Line 14: | ||
| used in: view/individual.php | used in: view/individual.php | ||
| - | parameters: userid (int), link (ref to the link to return as a sting) | + | parameters: |
| + | * userid (int) | ||
| + | * object: ref to the object to return be returned. The text property will be used for display | ||
| + | * attributes: associative array of attributes to add to the link | ||
| purpose: allow to link to community profile for user | purpose: allow to link to community profile for user | ||