Kenley Cheung

Results 13 comments of Kenley Cheung

I think a coordinate + friendly name pair for the location field would be the best solution. The name would be helpful for people to understand where a screen is...

I would be careful with ZIP files as input. There are many ways to DOS a service if they extract ZIP files as part of the uploading process.

I can't find any examples to protect against the practice. Ensure that the graphics packages and template uploads functionality is restricted to trusted users. Also, log the start and end...

From a look at our Content model, Concerto 2 supports the notion of a piece of content having children. The data modeling is already there, which would mean that the...

I noticed that this is in the Concerto 2.3 milestone. Looking through the comments and the code in question, I understand why this was done, but having this kind of...

It appears that ISO 8601 is supported by recent browser versions, others are supported [with a nice shim](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). I wrote some code to perform the first step of the JavaScript...

This needs to be cleaned up/refactored, but this captures the gist of conversion on the client. ``` var parseTimeInput = function (elementIdPrefix) { var date = $('#' + elementIdPrefix +...

> The Union homepages uses the Concerto API to display a carousel of graphics from certain feeds last I checked. Zing. It would be bad to regress on this functionality...

In particular, feeds need to expose content programmatically and all content needs to have the appropriate metadata associated with its media. It appears that the frontend screen JS doesn't even...

I just took a look at the HTTP traffic from the frontend: https://www.dropbox.com/s/jca6p97tbwx27d3/Screenshot%202014-06-28%2000.40.54.png Why are the screens pulling out content via the frontend//fields/ routes instead of the REST-ful routes provided...