Shannon

Results 76 comments of Shannon

Looking at the code, Query cannot be overridden because it is labeled as 'final'. It appears that the correct place to override is ExecuteQuery, as Query is a kind of...

This is pushed back to the major QQuery rework project in 5.0

#607. First installment. Next step is to get the jQueryUI code to use it. After that, hunt down other "ExecuteJavaScript" functions and get them to use one of the other...

#609 is next installment. This one has all the jQueryUI code using the new methods of executing javascript. There is much more to do here, but I think most can...

I have done as much as I can do with v3 on this. The rest will be left for the future, but the infrastructure is there to do this in...

I have been working on this for some time. You can remove it by instead including the javascript in a newly generated tag, but I am not sure that is...

Actually, I think we can do something like this from within QCubed. I recently introduced a new action parameter that lets you specify an event priority that waits until the...

I have marked this as for version 5.0, but its a feature that could be implemented any time.

I am thinking it may be possible to standardize on one version, like PHP5.6, and then use some kind of translator to translate to other versions. We have pretty good...

At least until Amazon and Google support PHP 7, we should not require PHP 7. However, the annotation effort can be done as I said with a translator, something that...