Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (592 - 594 of 2152)

Ticket Resolution Summary Owner Reporter
#251 fixed Present in the API a list of revision IDs, and present individual revisions when referenced by ID johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

Want to have:

  • /api/search/revision/

Support querying by "since time" and "since revision". Each individual revision should be available in the REST API (read-only):

  • /api/rest/revision/{revision ID}
    • should include revision attributes plus revision.packages e.g. like { "id": "...", ... "packages": [ list of packages names from e.g. revision.packages ] }
#263 fixed Improve and test openid login johnbywater rgrp

Reported by rgrp, 4 years ago.

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)

#265 fixed More detail shown in Atom feed johnbywater dread

Reported by dread, 4 years ago.

Description

Use case

As a user I want to stay abreast of package changes, such as a new package being created, newer data is available for a package or a new download is available for a package.

Implementation

Add into the Atom feed:

  1. a package is a new one
  2. the resources have been changed
  3. the last_updated field has been changed
Note: See TracQuery for help on using queries.