Skip to content

2.0.0

Compare
Choose a tag to compare
@PonteIneptique PonteIneptique released this 16 Jan 14:52
· 279 commits to master since this release
be885bb

DOI

Complete change list (hopefully):

  • [Control Lists] Add ControlList Objects as a proxy between Corpus and AllowedValues.
  • [Control Lists] Turn a control list public (Fix #101)
    • Possibility to send a mail to app admin to ask for this
  • [Control Lists] Proposing control list modification by sending a mail to cl administrators (Fix #100)
  • [Control Lists] ControlList have their own models (Fix #97)
  • [Control Lists] Add lemma without editing everything. Same for removale (Fix #86)
  • [Control Lists] Search in the list of allowed lemma + pagination for performances
  • [Control Lists] Configuration des allowedValues en utilisant ControlLists (Fix #53)
  • [Tokens] Edit token form ( Fix #71 )
  • [Tokens] Delete, Add tokens ( Fix #72 )
  • [Exports] Simple TEI output (Fix #95)
  • [App Design] Management of ControlList has its own Blueprint ( Fix #53 )
  • [Refactorization] Moved tokens_edit to tokens_correct, as tokens_edit will now mean editing the token and not the annotation
  • [Design] Quicklinks in header should link to user own resources, otherwise things will get ugly with many users.
  • [Design] Annotation corrections now uses tabindex to avoid unnecessary links
  • [Design] Change Hello World ( Fix #30 )
  • [Bugfix] Remove duplication of control lists and add tests to avoid such situations (Fix #94)
  • [Bugfix] Remove <br /> in editing (Fix #93)
  • [Dependencies] Update Flask to 0.12.4
  • [Tests] AddCorpus now only creates 1 link between the created user and the new corpus
  • [Tests] Add refresh to support CorpusUser header update
  • [Tests] Moved access system to revoke/add ownership/access on corpus dashboard to use classes instead of <tr/> index.