Custom Query (2152 matches)
Results (1462 - 1464 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#240 | fixed | Do not allow creation of PackageResource object without a url | johnbywater | rgrp |
Description |
Currently it is possible (v0.11) to have a PackageResource? object without a url. This should be impossible to do (either at creation time or via modification). |
|||
#251 | fixed | Present in the API a list of revision IDs, and present individual revisions when referenced by ID | johnbywater | johnbywater |
Description |
Want to have:
Support querying by "since time" and "since revision". Each individual revision should be available in the REST API (read-only):
|
|||
#263 | fixed | Improve and test openid login | johnbywater | rgrp |
Description |
At the moment the user has to figure out to login with providers -- this is not always obvious (e.g. google). We could improve this with a small bit of javascript. As an example see: http://standalone.demo.civicrm.org/standalone/ Not sure exactly what library that is using (or if bespoke) so alternatives include (NB: we already use jquery): In addition to implementing this we also need to test logging in with main providers: google, wordpress -- as we have had reports of it not working with e.g. wordpress (not sure if this testing can be automated really -- best hope would be selenium I think -- so OK if done by hand). Cost: 3h (2h UI), (1h testing) |