Giter Site home page Giter Site logo

moodle-mod_dicomviewer's People

Contributors

exploff avatar salimkanoun avatar victor-cazal avatar

Watchers

 avatar

Forkers

exploff verzog

moodle-mod_dicomviewer's Issues

How to config IIS to reverse proxy Orthanc?

Hello! The dicomviewer pluging was install correctly in my moodle,please help me: how to config IIS to reverse proxy Orthanc?
This is my web.config in IIS:
image

But it is not effective,this infomation is showed when I use ohif viewer:
image

Please help me to solve this problem,thank you!!!

Serveur test

Docker Compose
=> Traefik
Reverse proxy vers moodle et vers orthanc

consider adding github actions support for checking code compliance

when you have resolved #6

Some of the tests run by the Moodle.org plugins db can be run via github actions on each commit in your github repo. Enabling this helps you to make sure future changes to your plugin will continue to follow the guidelines.

the short version - grab this file:
https://github.com/moodlehq/moodle-plugin-ci/blob/master/gha.dist.yml
rename it as ci.yml and put into the directory .github/workflows within tyour project eg:
https://github.com/danmarsden/moodle-mod_attendance/blob/main/.github/workflows/ci.yml

then on every commit you make to github it will fire off a request to run the tests and will give you traffic lights beside each commit and generate a report.

Please help me!

Thank you very much!
I had already install Orthanc dicom web server and moodle-mod_dicomviewer plugin,but I don't know how to config IIS web server to reverse proxy orthanc. I tried many times but failed, and nothing was displayed through the plugin,display 404 error。
Please try your best to help me!

incorrect repository structure

many organisations use git submodules/subtrees for installing plugins - for this reason your moodle plugin should sit at the root of the repository - you could put your docker stuff in a different repository and refer users to it in your readme.

.mjs

mod mime est present dans bitnami moodle; peut ajouter le mjs mime dans un htaccess ou via les param serveur à evaluer

missing privacy api

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin doesn't appear to store any user data so you should be able to implement the simple null provider class.

Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.

More information on the privacy class is here:
https://docs.moodle.org/dev/Privacy_API

Note - this is not a blocker for approval in the plugins db.

Missing thirdpartylibs.xml

When including an external library in your plugin, you must include a thirdpartylibs.xml file that includes the name, location and license of the library.
More information on this is here:
https://docs.moodle.org/dev/Plugin_files#thirdpartylibs.xml
And here:
https://docs.moodle.org/dev/Plugin_with_third_party_libraries

One of the other advantages of using this is that Moodle's codechecker automatically ignores any files included in the location specificed in the thirdpartylibs.xml file.

Please note - this is a blocker for approval in the plugins db.

debugging message on install

XMLDB has detected one TEXT/BINARY column (studyinstance) with some DEFAULT defined. This type of columns cannot have any default value. Please fix it in source (XML and/or upgrade script) to avoid this message to be displayed.
line 1696 of /lib/datalib.php: call to debugging()
line 352 of /lib/xmldb/xmldb_object.php: call to xmldb_debug()
line 261 of /lib/xmldb/xmldb_field.php: call to xmldb_object->debug()
line 359 of /lib/xmldb/xmldb_field.php: call to xmldb_field->setDefault()
line 543 of /lib/xmldb/xmldb_table.php: call to xmldb_field->arr2xmldb_field()
line 276 of /lib/xmldb/xmldb_structure.php: call to xmldb_table->arr2xmldb_table()
line 172 of /lib/xmldb/xmldb_file.php: call to xmldb_structure->arr2xmldb_structure()
line 153 of /lib/xmldb/xmldb_file.php: call to xmldb_file->arr2xmldb_structure()
line 349 of /lib/ddl/database_manager.php: call to xmldb_file->loadXMLStructure()
line 370 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
line 847 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 582 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1935 of /lib/upgradelib.php: call to upgrade_plugins()
line 721 of /admin/index.php: call to upgrade_noncore()

check version of thirdpartylibs

the stoneviewer versino seems semi recent, but the ohif one seems like it's been through quite a few updates since the version mentioned in your thirdpartylibs.xml file - it would be good for you to check to see if there are newer versions that fix any issues (particularly any that have security issues in their dependencies)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.