I understand all the source code for Fantom is open source. If I want to update something, how might I go about publishing these updates for everyone? Particularly, I feel the javascript for Widget could use some love. I'd like to add in many things to better suit fwt::Widget with CSS3. Radial gradients, more borders then just solid, etc etc. I know I could make these requests but I've pretty much done the work already my self and these are updates that won't break old functionality.
brianSat 29 Nov 2014
Probably the best way to share is to just keep a clone of the hg repo with the changes. Or if there is an easy hook we could add, then maybe we could make it pluggable
andySat 29 Nov 2014
Best way is to fork - and create a pull request for any changes you'd like added back into:
Jeremy Criquet Fri 28 Nov 2014
I understand all the source code for Fantom is open source. If I want to update something, how might I go about publishing these updates for everyone? Particularly, I feel the javascript for Widget could use some love. I'd like to add in many things to better suit fwt::Widget with CSS3. Radial gradients, more borders then just solid, etc etc. I know I could make these requests but I've pretty much done the work already my self and these are updates that won't break old functionality.
brian Sat 29 Nov 2014
Probably the best way to share is to just keep a clone of the hg repo with the changes. Or if there is an easy hook we could add, then maybe we could make it pluggable
andy Sat 29 Nov 2014
Best way is to fork - and create a pull request for any changes you'd like added back into:
https://confluence.atlassian.com/display/BITBUCKET/Fork+a+Repo,+Compare+Code,+and+Create+a+Pull+Request