The process is documented here: http://wiki.openlaszlo.org/Code_Review_Process
It's mostly driven by the review tool, documented here: http://svn.openlaszlo.org/tools/trunk/svn/README.txt We'd welcome your contribution, so feel free to ask more questions if the above is not clear. On 2010-01-22, at 18:14, Antun Karlovac wrote: > Hi all, > > I was working with the fileupload class today and realized that its API is > was never really updated to use events. If I remember correctly, this was > written before the days of an LZX <event> tag. I filed this bug to track it: > > http://jira.openlaszlo.org/jira/browse/LPP-8729 > > Basically, most OpenLaszlo classes that have asynchronous actions send an > event to tell you when the action is done. (e.g. lz.dataset.ondata, > onerror...). But fileupload is weird - you have to override methods. > > What's the process for updating this? I can do the work of updating it > (there's not a whole lot), but is there an approvals process I'd need to go > through? It's an incubator component, which is why I'm volunteering to do it > - I'm assuming it'll be a straightforward API that can change in a future > release. > > Thanks, > > Antun
