Custom Query (2152 matches)
Results (1006 - 1008 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#1513 |
fixed
|
Logged in/out problems
|
dread
|
dread
|
Reported by dread,
2 years ago.
|
Description |
Richard Cyganiak: I often see a problem where half the system thinks that I'm logged in, while the other half insists I'm not. Logout then login again may fix it.
David Read: I think I've seen it several times that the "My Account" link is given (suggesting you're logged in) but when you click it it asks you to log in, which means you weren't.
|
#1515 |
fixed
|
[super] Activity Streams
|
seanh
|
seanh
|
Reported by seanh,
2 years ago.
|
Description |
We want to add "activity streams" (chronological lists of activities) to CKAN.
Activity streams standard: http://activitystrea.ms/
Super branch where the feature was initially developed (this has now been merged into master): https://github.com/okfn/ckan/tree/feature-1515-activity-streams
Etherpad: http://ckan.okfnpad.org/notifications (most relevant parts inlined here)
Friedrich's mockup: http://datahub.pudo.org/pudo
Tasks
Strikethrough means the task is done.
- Migrate existing data into activity streams model [3.5d] #1510
Generate activities when objects are saved [4d] #1298
Get the activity stream for a given user as a JSONifiable list of dictionaries [1d] #1511
API call for getting a user's public activity stream as JSON [0.5d] #1495
API call for getting a user's public activity stream as rendered text, HTML, etc. [5d] #1494
Render a user's activity stream on her user page [3d] #1496 (needs review/page design work)
Generate activities for other types of objects besides users (e.g. packages, groups, tags, extras, and save them in the database.
Logic functions for getting activity streams for packages, groups, and users.
API calls for getting activity streams of packages, groups, and users as JSON.
Rendering activity streams for packages and groups etc. into their pages. (done but disabled pending page design work)
API calls for inserting events into activity streams. (Still need to handle activity details in the API, ticketed).
- Conform to activitystrea.ms standard
- Enable users to subscribe to and unsubscribe from activity streams, see an aggregated activity stream on their dashboard page.
- Generate aggregated activity streams for arbitrary sets of multiple activity sources/streams
- Extension point for extensions to register themselves as renderers for different types of activity
|
#1516 |
fixed
|
Update SOLR schema after 1.5.1 release and set up multicore SOLR instances if needed
|
amercader
|
amercader
|
Reported by amercader,
2 years ago.
|
Description |
CKAN 1.5.1 will introduce changes in the SOLR schema and functions to support multiple schema versions. Unfortunately the changes in the schema will be backwards incompatible so either both CKAN and SOLR are upgraded, or SOLR is configured as multicore, with one core for each schema. The solr cores would look like:
http://<solr-server>/solr/schema-<version>
Different scenarios:
- Single SOLR instance used by only one CKAN site (e.g. SOLR running on the same machine):
- Update CKAN
- Update SOLR schema (symlink to suitable version in CKAN source)
- Rebuild search index
- Single SOLR instance used by multiple CKAN sites.
- Update CKAN source
- Configure SOLR as multicore, one core for version 1.2 and another for 1.3 of the schema (symlink to appropriate version in CKAN source)
- Update solr_url on each of the CKAN sites with the suitable core
- Rebuild search index
These are the SOLR and CKAN instances that need to be updated (Please add any missing ones):
- Same machine as the CKAN site:
test.ckan.net
iati.test.ckan.net
- data.gov.uk/ catalogue.data.gov.uk (confirm)
s004.okserver.org / eu4.okfn.org / solr.okfn.org
- thedatahub.org (=www.ckan.net)
- datagm.org.uk
publicdata.eu
- hri.fi (dev.fvh.fi?)
- it.ckan.net
- ie.ckan.net
- cz.ckan.net
- register.data.overheid.nl (nl.ckan.net?)
- no.ckan.net / datakilder.no
- br.ckan.net
- colorado.ckan.net
- at.ckan.net
TODO: which SOLR server are using these instances?
- data.norge.no
- nederland.ckan.net
- lt.ckan.net
- pl.ckan.net
- datadotmontreal.ca/
- ca.ckan.net / datadotgc.com
|
Note: See
TracQuery
for help on using queries.