From 69c2e8443a5e5acb6325c2bb40915dc6fc007030 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 4 Jan 2019 17:08:48 +0000 Subject: [PATCH] Updated plan, added bibxml ref generation - Legacy-Id: 15867 --- PLAN | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PLAN b/PLAN index c829dd8ef..995dc4869 100644 --- a/PLAN +++ b/PLAN @@ -30,6 +30,9 @@ Planned work in rough order there are about 100 file open() which should be reviewed and changed to io.open() unless that's clearly not right. +* Add generation of bibxml reference library entries to the datatracker, in order + to be able to transition away from the old TCL code. + * Add django pagination to selected pages with long lists of results in order return results to the user faster.