Custom Query (2152 matches)
Results (1597 - 1599 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1271 | fixed | CORS support | rgrp | rgrp |
| Description |
CORS - http://www.w3.org/TR/cors/ - support. This is what you do in Apache. Should do this in lib/base.py or similar. Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "POST, PUT, GET, OPTIONS"
Header always set Access-Control-Allow-Headers "X-CKAN-API-KEY, Content-Type"
# Respond to all OPTIONS requests with 200 OK
# This could be done in the webapp
# This is need for pre-flighted requests (POSTs/PUTs)
RewriteEngine On
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $1 [R=200,L]
|
|||
| #1282 | fixed | JS and WUI tidy up | rgrp | rgrp |
| Description |
Consolidate js. Remove cruft.
Possible:
|
|||
| #1284 | fixed | Lots of revisions being created on datahub.org | dread | rgrp |
| Description |
Revisions aren't assigned to packages. Where are they coming from? This seems to have been occurring since the upgrade to 1.4.3b a couple of weeks ago? |
|||
Note: See TracQuery
for help on using queries.
