Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (697 - 699 of 2152)

Ticket Resolution Summary Owner Reporter
#2313 fixed Deprecate old facet data structures and related functions. icmurray icmurray

Reported by icmurray, 2 years ago.

Description

In branch feature-1821-multilingual-extension, a new faceting datastructure was introduced. This makes the old one and related functions obsolete. These have been marked as deprecated for the 1.7 release, and should be removed for the 1.8 release.

  • helpers.py:facet_items()
  • facets.html:facet_sidebar()
  • uses of c.facets (rather than c.new_facets)
#2330 fixed Make api read-actions GETable icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Whitelist any GETable api actions, and optionally construct the query from url params rather than body.

#2351 fixed Install EC Portal on CentOS icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Install and document (step-by-step) CKAN (and dependencies, and extensions) onto VM on s031.okserver.org which has CentOS 6.2 installed. Paying particular attention to the fact that we won't have root access on the staging nor production servers, and so a) anything that requires root access must be documented carefully; and b) we want to be able to perform maintenance without being root.

Maintenance

We want to have non-root access to:

  • CKAN logs; (relevant) apache logs; qa process' logs; rdf cron logs
  • restarting CKAN
  • restarting qa processes
  • changing/disabling rdf cronjob
  • our database (through sql)
  • restarting solr

CKAN and Dependencies

  • CKAN installed from source
  • Required plugins: synchronous_search ecportal ecportal_form organizations multilingual_dataset multilingual_group multilingual_tag qa

Extra configuration

  • uploads
  • analytics (toby)
  • qa
  • rdf cron
  • caching
  • datastore

Things to remember

  • Use ckanext/multilingual/solr/schema.xml and stopword files
  • Use nginx as proxy.
Note: See TracQuery for help on using queries.