Re: [c3] code style

2011-08-19 Thread Simone Tripodi
Hi Steven! sorry for the misunderstanding I made: for 'avoided' I meant that code format (of the whole file) should be avoided in the same commit that contains the fix of an issue or add a new feature; if the commit includes also the code format, it's not easy IMHO understanding what the important

Re: [c3] code style

2011-08-19 Thread Steven Dolg
Am 19.08.2011 22:29, schrieb Simone Tripodi: Hi all guys, I noticed some code format during commits: please avoid it or do at least in a separate commit, otherwise it makes not easy to understand which are real changes and which are formats in the diff. Moreover, code format in C3 is now inconsi

[c3] code style

2011-08-19 Thread Simone Tripodi
Hi all guys, I noticed some code format during commits: please avoid it or do at least in a separate commit, otherwise it makes not easy to understand which are real changes and which are formats in the diff. Moreover, code format in C3 is now inconsistent; we should choose IMHO a common style and

[C3][PROPOSAL] Pipeline CLI

2011-08-19 Thread Simone Tripodi
Hi all guys, during the last 2 weeks I've been working as bricklayer (and didn't know it is fun!) and while working I had an idea I want to submit as a proposal: Pipeline CLI Rationale I often use xslproc to debug XSL stylesheets and see how outputs look like, so as user I'd like to have a tool th

[c3] REST and asynchronous server side operations initialized via AJAX request.

2011-08-19 Thread Thorsten Scherler
Hi all, I am looking into implementing reporting server side operation progress with jQuery UI Progressbar with our REST framework. My basic idea as starting point is to use the GET to ask for the progress of the processing and POST to invoke the work which reports the progress. I found an exam