Skip to content

Commit 28f8821

Browse files
author
Dave MacFarlane
committed
[dqt] Remove old dqt module
Remove the old CouchDB based "dqt" module. All projects that I've asked who still use it has overrides, so there is no reason to keep the old and unmaintained code in the repository.
1 parent 88c9034 commit 28f8821

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1
-8782
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ locales:
131131
msgfmt -o modules/dictionary/locale/hi/LC_MESSAGES/dictionary.mo modules/dictionary/locale/hi/LC_MESSAGES/dictionary.po
132132
npx i18next-conv -l hi -s modules/dictionary/locale/hi/LC_MESSAGES/dictionary.po -t modules/dictionary/locale/hi/LC_MESSAGES/dictionary.json
133133
msgfmt -o modules/document_repository/locale/ja/LC_MESSAGES/document_repository.mo modules/document_repository/locale/ja/LC_MESSAGES/document_repository.po
134-
msgfmt -o modules/dqt/locale/ja/LC_MESSAGES/dqt.mo modules/dqt/locale/ja/LC_MESSAGES/dqt.po
135134
msgfmt -o modules/electrophysiology_browser/locale/ja/LC_MESSAGES/electrophysiology_browser.mo modules/electrophysiology_browser/locale/ja/LC_MESSAGES/electrophysiology_browser.po
136135
msgfmt -o modules/electrophysiology_uploader/locale/ja/LC_MESSAGES/electrophysiology_uploader.mo modules/electrophysiology_uploader/locale/ja/LC_MESSAGES/electrophysiology_uploader.po
137136
msgfmt -o modules/examiner/locale/ja/LC_MESSAGES/examiner.mo modules/examiner/locale/ja/LC_MESSAGES/examiner.po

SQL/0000-00-01-Modules.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ INSERT INTO modules (Name, Active) VALUES ('survey_accounts', 'Y');
5151
INSERT INTO modules (Name, Active) VALUES ('timepoint_list', 'Y');
5252
INSERT INTO modules (Name, Active) VALUES ('user_accounts', 'Y');
5353
INSERT INTO modules (Name, Active) VALUES ('electrophysiology_browser', 'Y');
54-
INSERT INTO modules (Name, Active) VALUES ('dqt', 'Y');
5554
INSERT INTO modules (Name, Active) VALUES ('electrophysiology_uploader', 'Y');
5655
INSERT INTO modules (Name, Active) VALUES ('dataquery', 'Y');
5756
INSERT INTO modules (Name, Active) VALUES ('schedule_module', 'Y');

modules/dataquery/php/module.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Module extends \Module
4040
*/
4141
public function getLongName() : string
4242
{
43-
return dgettext("dataquery", "Data Query Tool (Beta)");
43+
return dgettext("dataquery", "Data Query Tool");
4444
}
4545

4646
/**

modules/dqt/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/dqt/README.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

modules/dqt/ajax/DeleteDoc.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

modules/dqt/ajax/GetDoc.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

modules/dqt/ajax/datadictionary.php

Lines changed: 0 additions & 64 deletions
This file was deleted.

modules/dqt/ajax/getAllSessions.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

modules/dqt/ajax/queryContains.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)