-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EQ-1607 Remove intercept files option
- Loading branch information
Dongsheng Cai
committed
Sep 18, 2014
1 parent
184acc6
commit 28b2b92
Showing
4 changed files
with
62 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2014-09-18 Dongsheng Cai <[email protected]> | ||
|
||
EQ-1607 Remove intercept files option | ||
|
||
2014-09-12 Dongsheng Cai <[email protected]> | ||
|
||
EQ-1599 Fix find all usage web service | ||
|
@@ -10,11 +14,9 @@ | |
|
||
EQ-1598 Fix webservice for moodle 2.5 | ||
|
||
Fix EQUELLA delete instance webservice | ||
|
||
2014-09-10 Dongsheng Cai <[email protected]> | ||
|
||
Fix SQL | ||
Fix EQUELLA delete instance webservice | ||
|
||
2014-09-09 Dongsheng Cai <[email protected]> | ||
|
||
|
@@ -44,23 +46,29 @@ | |
|
||
EQ-1574 fix js error when conditional access enabled #28 | ||
|
||
2014-08-28 Luke Rossiter <[email protected]> | ||
2014-08-21 Luke Rossiter <[email protected]> | ||
|
||
Add EQUELLA views to moodle logs when using LTI | ||
When LTI authentication is enabled, viewing an EQUELLA resource set to open in a new window did not add an entry to the moodle logs. Log entry added just before the redirect (similar to view.php). | ||
|
||
2014-08-11 Dongsheng Cai <[email protected]> | ||
2014-08-03 Dongsheng Cai <[email protected]> | ||
|
||
EQ-1450 improve find_all_usage | ||
|
||
2014-07-30 Dongsheng Cai <[email protected]> | ||
|
||
coding style fix | ||
|
||
2014-07-29 Dongsheng Cai <[email protected]> | ||
|
||
Check if coursemodule exists | ||
|
||
EQ-1444 Improve list_courses_for_user() | ||
|
||
EQ-1450 find_usage_for_item performance improvements | ||
|
||
2014-08-11 Dongsheng Cai <[email protected]> | ||
|
||
EQ-1052 Dynamic window size | ||
|
||
2014-08-01 Larry Cook <[email protected]> | ||
|
@@ -81,11 +89,6 @@ | |
|
||
Fix coding style | ||
|
||
2014-06-12 Dongsheng Cai <[email protected]> | ||
|
||
Merge pull request #25 from equella/bugfix/EQ-1317 | ||
Fixes EQ-1317 send username as lis_person_sourcedid | ||
|
||
2014-06-12 Holland, Aaron <[email protected]> | ||
|
||
Fixes EQ-1317 send username as lis_person_sourcedid | ||
|
@@ -102,7 +105,9 @@ | |
|
||
More checks on course category | ||
|
||
Remove hardcoded category id in @agrowe's code | ||
2014-06-05 Dongsheng Cai <[email protected]> | ||
|
||
Add ChangeLog file & fix hard-coded category id | ||
|
||
2014-06-04 Dongsheng Cai <[email protected]> | ||
|
||
|
@@ -329,7 +334,7 @@ | |
|
||
callbackmulti: The section passed to course_add_cm_to_section is the relative section number | ||
|
||
2013-09-19 Dongsheng Cai <[email protected]> | ||
2013-09-13 Dongsheng Cai <[email protected]> | ||
|
||
EQ-489 filename urls migrate to uuid urls | ||
|
||
|
@@ -345,24 +350,36 @@ | |
|
||
common/soap.php: Removed blank line breaking some Moodle functionally. | ||
|
||
2013-08-22 Dongsheng Cai <[email protected]> | ||
2013-08-19 Dongsheng Cai <[email protected]> | ||
|
||
EQ-393 Fixed param value encoded issue | ||
|
||
EQ-393 dots in param name shouldn't be replaced with underscores | ||
|
||
EQ-392 Send course structure to EQUELLA | ||
|
||
2013-08-15 Dongsheng Cai <[email protected]> | ||
|
||
Code improvement | ||
|
||
2013-08-14 Dongsheng Cai <[email protected]> | ||
|
||
Refs EQ-106 Fixed url encoding | ||
|
||
2013-08-13 Dongsheng Cai <[email protected]> | ||
|
||
EQ-392 Launch the selection session with LTI | ||
|
||
2013-08-12 Dongsheng Cai <[email protected]> | ||
|
||
Check array index | ||
|
||
2013-08-09 Dongsheng Cai <[email protected]> | ||
|
||
EQ-366 Launch EQUELLA resource in LTI | ||
|
||
2013-08-22 Dongsheng Cai <[email protected]> | ||
|
||
EQ-102 Moodle course no longer targetable | ||
|
||
2013-07-02 Dongsheng Cai <[email protected]> | ||
|
@@ -527,10 +544,10 @@ | |
|
||
Added sort field | ||
|
||
Improve find_useage_for_item webservice | ||
|
||
2012-11-16 Dongsheng Cai <[email protected]> | ||
|
||
Improve find_useage_for_item webservice | ||
|
||
Fixed hard coded log path | ||
|
||
Format php code | ||
|
@@ -557,20 +574,32 @@ | |
|
||
Error checking rest api response | ||
|
||
2012-10-29 Dongsheng Cai <[email protected]> | ||
|
||
Improved option texts | ||
|
||
2012-10-16 Dongsheng Cai <[email protected]> | ||
|
||
Refs #7070 Tweak admin settings | ||
|
||
2012-08-31 Dongsheng Cai <[email protected]> | ||
|
||
Refs #7070: Change help text | ||
|
||
Refs #7070: Improved exception message | ||
|
||
2012-08-30 Dongsheng Cai <[email protected]> | ||
|
||
Refs #7070: Improved activity settings | ||
|
||
2012-08-29 Dongsheng Cai <[email protected]> | ||
|
||
Refs #7070: Improved admin settings | ||
|
||
Issue #4: Use new window option when create new EQUELLA instance | ||
|
||
2012-08-28 Dongsheng Cai <[email protected]> | ||
|
||
Refs #7070: Option to enable DnD hook | ||
|
||
Refs #7070: Removed dnd hook, fixed function call | ||
|
@@ -582,6 +611,8 @@ | |
Refs #7070: Drag & drop into moodle course | ||
Files will be intecepted by EQUELLA | ||
|
||
2012-10-15 Dongsheng Cai <[email protected]> | ||
|
||
Initialise PHP object before assign properties | ||
|
||
2012-07-10 Nick Read <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters