Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ locales:
msgfmt -o modules/dictionary/locale/hi/LC_MESSAGES/dictionary.mo modules/dictionary/locale/hi/LC_MESSAGES/dictionary.po
npx i18next-conv -l hi -s modules/dictionary/locale/hi/LC_MESSAGES/dictionary.po -t modules/dictionary/locale/hi/LC_MESSAGES/dictionary.json
msgfmt -o modules/document_repository/locale/ja/LC_MESSAGES/document_repository.mo modules/document_repository/locale/ja/LC_MESSAGES/document_repository.po
msgfmt -o modules/dqt/locale/ja/LC_MESSAGES/dqt.mo modules/dqt/locale/ja/LC_MESSAGES/dqt.po
msgfmt -o modules/electrophysiology_browser/locale/ja/LC_MESSAGES/electrophysiology_browser.mo modules/electrophysiology_browser/locale/ja/LC_MESSAGES/electrophysiology_browser.po
msgfmt -o modules/electrophysiology_uploader/locale/ja/LC_MESSAGES/electrophysiology_uploader.mo modules/electrophysiology_uploader/locale/ja/LC_MESSAGES/electrophysiology_uploader.po
msgfmt -o modules/examiner/locale/ja/LC_MESSAGES/examiner.mo modules/examiner/locale/ja/LC_MESSAGES/examiner.po
Expand Down
1 change: 0 additions & 1 deletion SQL/0000-00-01-Modules.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ INSERT INTO modules (Name, Active) VALUES ('survey_accounts', 'Y');
INSERT INTO modules (Name, Active) VALUES ('timepoint_list', 'Y');
INSERT INTO modules (Name, Active) VALUES ('user_accounts', 'Y');
INSERT INTO modules (Name, Active) VALUES ('electrophysiology_browser', 'Y');
INSERT INTO modules (Name, Active) VALUES ('dqt', 'Y');
INSERT INTO modules (Name, Active) VALUES ('electrophysiology_uploader', 'Y');
INSERT INTO modules (Name, Active) VALUES ('dataquery', 'Y');
INSERT INTO modules (Name, Active) VALUES ('schedule_module', 'Y');
Expand Down
2 changes: 1 addition & 1 deletion modules/dataquery/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Module extends \Module
*/
public function getLongName() : string
{
return dgettext("dataquery", "Data Query Tool (Beta)");
return dgettext("dataquery", "Data Query Tool");
}

/**
Expand Down
10 changes: 0 additions & 10 deletions modules/dqt/.gitignore

This file was deleted.

85 changes: 0 additions & 85 deletions modules/dqt/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions modules/dqt/ajax/DeleteDoc.php

This file was deleted.

41 changes: 0 additions & 41 deletions modules/dqt/ajax/GetDoc.php

This file was deleted.

64 changes: 0 additions & 64 deletions modules/dqt/ajax/datadictionary.php

This file was deleted.

47 changes: 0 additions & 47 deletions modules/dqt/ajax/getAllSessions.php

This file was deleted.

77 changes: 0 additions & 77 deletions modules/dqt/ajax/queryContains.php

This file was deleted.

Loading
Loading