-
Running `core_external\external_api_test::test_all_external_info` unit test in isolation results in the following output:
```
There were 2 errors:
1) core_external\external_api_test::test_all_e…
-
Hi, thanks for the great work on this plugin
We found a couple of deprecations in the codebase, here's the list
1. **File:** mod/equella/oauthlocallib.php
**Line:** 260
**Message:** …
-
There's a ton of lines that have the old URLs still in them. Need do a quick search and/replace (`sed).
-
it would be nice if some of the vars returned by the equella search api were sanitised before injecting directly in the html. particularly:
$itemUuid, $itemUrl, $itemFile, $attUuid
-
should really be using config_plugins table instead of main $CFG var.
eg:
$settings->add(new admin_setting_configtext('equella_url', ecs('url.title'), ecs('url.desc'), ''));
should be
$settin…
-
Hi,
Could I suggest the documentation is consolidated in to one or two locations? If two, a split between 'user facing' and 'developer/building' would be great.
At the moment the user manual (eque…
-
Could we have some clarification on what the licence is? Is it still copyright to Pearson, all rights reserved?
```
Copyright = "Copyright (c) 2014 Pearson plc. All rights reserved."
License = ""…
-
The primary Equella Blackboard building block should be automated outside of an IDE, most likely with sbt since the core Equella product uses that build tool now.
Source for the primary building bl…
-
generic classes (like XMLWrapper) should be namespaced or prefixed to avoid clashing with other code - eg mod_equella_xmlwrapper()
-
**Describe the bug**
Moodle integration with LDAP. All user attributes are mapped the same. EQUELLA sometimes has errors with LDAP (known issue). Create local users option turned on.
When there…