Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (838 - 840 of 2152)

Ticket Resolution Summary Owner Reporter
#1281 fixed Locale change flash message in wrong language pudo pudo

Reported by pudo, 3 years ago.

Description

When you change the locale, it displays a flash message "Language has been set to: English" in the original language, not the one we have just changed to.

#1282 fixed JS and WUI tidy up rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Consolidate js. Remove cruft.

  • Move stuff to vendor
    • Have all vendor libs local (?)
    • jquery, jquery-ui etc
  • Consolidate autocomplete to use jquery-ui
    • package autocomplete (groups)
    • tag autocomplete (package)
    • user autocomplete (authz group create)
      • turns out that authz group edit had autocomplete disabled so refactoring meant enabling ...
  • Move forms.css into main
  • Remove tag cloud from front page (can be example going forward)
  • Remove bookmarklet (since in wiki at: http://wiki.ckan.net/Managing_Data_Packages#How_Do_I_Install_the_CKAN_Bookmarklet.3F)
  • Move name slug generation into standard js and clean up

Possible:

  1. JS unit tests for the given pages ...
  2. Option to use external site to serve js and css (e.g. CDN)

#1283 fixed Deleted packages shouldn't be searchable or browsable dread dread

Reported by dread, 3 years ago.

Description

A package in deleted state doesn't show to general users, but admins DO see them. The idea is that they can resurrect them if they want. But now we have the trash can that lists deleted packages. So we don't want admins to see the deleted packages anywhere else.

(But an admin should still be able to READ and EDIT a deleted package, so if he clicks on it in the trash list he can see it to decide whether to resurrect and actually be able to change its state.)

Same in the Web interface and API.

This ticket ties in with #948 highlighting a package being deleted (when viewing or editing) and follows on from the introduction of the trash can #1076.

Note: See TracQuery for help on using queries.