12 Commits
Author SHA1 Message Date
Oliver Hamlet be44b75c25 Add changelog for v0.13 of the metadata syntax 2018-04-02 16:27:15 +01:00
Oliver Hamlet 523dc87f04 Remove plugin priorities 2018-03-28 19:08:26 +01:00
Oliver Hamlet f8fbe2984f Fix group cyclic interactions
Skip adding an edge between a pair of plugins if all the following
conditions are met:
- the edge is to be added due to group membership
- adding the edge would introduce a cycle in the absence of any
  other group membership edges.
2018-03-19 17:27:56 +00:00
Oliver Hamlet fdb4e46542 Document the group metadata syntax 2018-03-17 18:26:36 +00:00
Frederik “Freso” S. Olesen 335008543a Fix one too many backticks: "``udr" → "udr`" 2017-07-14 20:24:44 +02:00
Oliver Hamlet 4ffd784d87 Remove Language and LanguageCode structures
Use ISO language codes directly instead, which has the advantage that
new languages can be used in metadata without having up update the API
to support them. Closes #5.
2017-02-12 10:08:37 +00:00
Oliver Hamlet 7b97241d7d Set v0.10.0 release date 2016-11-06 08:33:38 +00:00
Oliver Hamlet 6bb90c2b8a Revert util -> utility in cleaning metadata structure 2016-10-29 20:30:02 +01:00
Oliver Hamlet 50957faeaf Add support for Swedish translation 2016-10-15 13:27:25 +01:00
Oliver Hamlet 64df18492c Fix metadata changelog inaccuracies 2016-09-21 21:24:11 +01:00
Oliver Hamlet 9422c649f1 Format changelogs consistently 2016-09-21 21:24:10 +01:00
Oliver Hamlet 4948dd0a7c Rewrite metadata syntax documentation
Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
2016-09-18 13:04:23 +01:00