Skip to content

Releases: hipster-philology/pyrrha

4.0.1

20 Mar 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0 - Postgresql Support

19 Mar 10:43
63661c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...4.0.0

3.0.0

29 Jul 07:19
eb1d801
Compare
Choose a tag to compare

Features:

  • TEI with traditional @pos & @msd (by @ArianePinche )
  • Added a bookmark feature in DB
  • Added mechanism for fav !
  • ControlList have now notes, bibliography, etc.
  • Add the ability to toggle the user account confirmation flag from the admin pannel (@MrGecko)
  • Add a feature to read and upload text from client side (Carine Dengler, @PonteIneptique)
  • Sort search results (Carine Dengler)
  • Added preferences view and allow for updating delimiter (Carine Dengler)
  • Switch control lists and manage control list user access during switch (Carine Dengler)
  • Ability to change the context numbers ( @FrFerry, Carine Dengler)
  • Ability to show/hide columns (Carine Dengler, @FrFerry )
  • Custom Dictionaries: Allow for per light control list that adds onto the general control list (@PonteIneptique, @MrGecko)
  • Reworked the places where information is shown on token edition

Small changes:

  • Many small bugfixes and improved tests
  • Moved to github actions
  • Export name is now a slug of the corpus
  • Allow detailed error message when duplicates are in list of allowed lemma (Carine Dengler)
  • (Windows Compatibility) Read file in Unicode ( @ngawangtrinley )
  • Give read access to control lists when giving access to corpora. ( @FrFerry )
  • Added emails status across email calls taking place in views ( @saisiddhant12 )
  • Add edit user cli subcommand edit-user (@jhrdt)
  • Export are now streamed to avoid export issues
  • In some context, copy/paste would be enriched content (HTML). Fixed
  • Moving away from jquery.Ajax and forward fetch()
  • Changed font in table to disambiguate I and L
  • When users are not on the Correct page, Token ID links now to the Correct page.
  • Refactorization of some parts of the code

2.1.0

01 Nov 06:33
f273594
Compare
Choose a tag to compare
New version !

2.0.0

16 Jan 14:52
be885bb
Compare
Choose a tag to compare

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.

1.0.1

16 Dec 15:00
415072b
Compare
Choose a tag to compare
  • Zenodo WebHook

1.0.0

14 Dec 08:40
415072b
Compare
Choose a tag to compare
  • [Breaking] User Account and User Management
  • Performances fixes
  • Redesign
  • Adding Token Anchors
  • Added prototype to support lemmatizer
  • Added provided list for easy set-up
  • Reduce test times
  • Fixed many bugs

0.1.2

25 May 07:39
8e1795e
Compare
Choose a tag to compare
  • Ajout de la fonctionnalité de recherche ( #50 ) par @MrGecko

0.1.1

04 May 18:39
Compare
Choose a tag to compare

Fixed a bug where autocomplete on multiple field would perform a OR instead of a AND

0.1.0

06 Apr 10:26
Compare
Choose a tag to compare
  • Added bold to centered word
  • Moving to a proper Click CLI system
  • Added tests for scripts
  • Importing corpus data from CLI is now possible
  • Exporting corpus data from CLI is now possible
  • Quick link to last edit page when browsing another page