great, thanks for your input
creating patches is quite easy, best way to do patches is to have a seperate svn installation to do the patches.
first checkout the svn trunk and install it (installation is done the same way as normal installation) I dont recommend using svn version on live sites tho..
check that you are doing the patch against current svn version by typing "svn update" do your fix, test it, and say svn update again (if someone else has committed some new code meanwhile you were fixing yours this is the step youll get notified about it and if there are any parts that overlap with your fix you have to check those parts manually. then just type "svn diff > fix_for_something_against_svn_rev_[revnumber].diff" and you have a patch ready. (svn tells you the current revision number everytime you do a update)
then post that patch to forge and a dev will check it out and if it works for them too it will be committed.
You can also do patches against 1.0.2 but applying those patches is a lot harder for developers.
If you have any questions about the process, please ask.
and please stop by at #cms @ freenode we will also answer questions there (if we are awake
Happy patching
