Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1072 - 1074 of 2152)

Ticket Resolution Summary Owner Reporter
#938 fixed Message flashing / notification in WUI pudo rgrp

Reported by rgrp, 3 years ago.

Description

Good user interfaces provide feedback to users. We should provide more feedback about the success / failure of actions using message flashing (see http://flask.pocoo.org/docs/patterns/flashing/).

We already do some of this (slightly poorly), e.g. on adding an authorization the app says: "X authorization added".

Implementation

  • Standardize this process and add section to html for this purpose.
  • Already done in other OKFN apps e.g. yourtopia.net, wheredoesmymoneygo and commentonit
  • Testing: suggest keeping this very simple

Estimate

  • Cost: 0.5h (html etc) + 1h to do some integration
#940 wontfix OpenID login via google for same user generates 2 different openid urls pudo rgrp

Reported by rgrp, 3 years ago.

Description

This has been noted twice in the last couple of weeks.

Checking around my guess is this is due to someone logging in to www.ckan.net and ckan.net. Google generates openid based on the RP (requesting party) which is the requesting domain url unless the openid.realm is set. See:

To fix this we should set the openid.realm (not sure how atm).

If this is not possible an alternative is to make sure we redirect all users to a single site url (perhaps using ckan config option site_url, or doing this in apache).

Cost: 1h

#942 fixed Fix SERP pager argument passing pudo pudo

Reported by pudo, 3 years ago.

Description

It only passes "q", but the whole query must be serialized.

Note: See TracQuery for help on using queries.