Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1486 - 1488 of 2152)

Ticket Resolution Summary Owner Reporter
#2764 duplicate Simplify filestore rgrp

Reported by rgrp, 21 months ago.

Description

Definitely do:

  • Local file filestore: Remove pairtree (and OFS) and do something very simple

Options:

  1. Local file only. Allow for uploaders to GS / S3 in the background
    • Advantages: simpler, if local upload can do progress bars etc etc
    • Disadvantages: strain for web-app (upload a 2GB file what happens)
      • This is probably fixable ...
  2. Stick with how we are

New filestore without pairtree

Each uploaded file is located on disk at:

{uuid}/{filename}

Alternative:

yyyy/mm/dd/{uuid}/{filename}

Need the uuid to avoid collisions.

Metadata: Store no metadata.

#2224 wontfix Simplify javascript and css dependencies and add minified version rgrp rgrp

Reported by rgrp, 2 years ago.

Description
  • Get rid of jquery UI
  • Remove modernizr (what do we use it for?)
  • Convert jquery.tmpl to jquery mustache (?)
  • Remove ckanjs moving core parts of it directly into our code.

Compress everything for releases and add minified version to build (with switch to enable use of this?)

#1295 fixed Simplify package create form rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Sub ticket of #1294

  • Initial screen just title, name, description (notes), license (and tags?).
  • State that you can add data and more information on next screen. This takes you to Package 'view' where you can then do more stuff.
    • Flash some instructions? e.g. that resources are missing?
  • Name slug should by default look uneditable (cf wordpress way to do the slug)
Note: See TracQuery for help on using queries.