Custom Query (2152 matches)
Results (1012 - 1014 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:
|
|||
| #1294 | fixed | [super] Package creation and editing UX improvements | rgrp | rgrp |
| Description |
Largely an integration of work from ckanjs
|
|||
Note: See TracQuery
for help on using queries.
