Issue Details (XML | Word | Printable)

Key: MDL-13998
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Peter Ritter
Votes: 1
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-9983

Missing events_trigger in moodle 1.9 release

Created: 20/Mar/08 08:00 PM   Updated: 07/Jul/08 02:59 AM
Return to search
Component/s: Events API
Affects Version/s: 1.9
Fix Version/s: 1.9.2

Issue Links:
Relates
 

Database: Any
Participants: Peter Ritter and Petr Skoda
Security Level: None
Resolved date: 07/Jul/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
now, that the 1.9_release ist out, we had to discover that some of the events described in MDL-9983 are missing now and some of the others are stored elsewhere. I am not able to say if the events, that are now triggered from elsewhere, still work fine, because we are still testing.
but we definitely need the following events to be triggered again:

- group_created (that was in moodle/user/edit.php)
- group_updated (that was in moodle/user/edit.php)

please put them back in again, so we can go on testing. everything on our mod worked fine in the 1.9_development version and we hope that we just have to do some adjustments to have the mod working in the release version aswell...

thanks in advance

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 16 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 07/Jul/08 01:55 AM
MDL-9983, MDL-13998, MDL-15552 core events related cleanup and potential sql injection problem fixed; please note the changes are not backwards compatible, 3rd party code will need to be updated - sorry for the trouble
MODIFY auth/email/auth.php   Rev. 1.12.2.3    (+3 -0 lines)
MODIFY lib/moodlelib.php   Rev. 1.960.2.80    (+21 -4 lines)
MODIFY group/lib.php   Rev. 1.8.2.8    (+96 -24 lines)
MODIFY lib/db/events.php   Rev. 1.4.4.1    (+45 -1 lines)
MODIFY user/edit.php   Rev. 1.167.2.10    (+6 -4 lines)
MODIFY auth/ldap/auth.php   Rev. 1.27.2.25    (+3 -0 lines)
MODIFY user/editadvanced.php   Rev. 1.21.2.10    (+14 -6 lines)
MODIFY lib/eventslib.php   Rev. 1.16.2.1    (+3 -3 lines)
MODIFY group/group.php   Rev. 1.15.2.3    (+0 -5 lines)
MODIFY course/category.php   Rev. 1.119.2.8    (+6 -6 lines)
MODIFY course/delete.php   Rev. 1.29.2.2    (+2 -5 lines)
MODIFY group/members.php   Rev. 1.3.2.6    (+1 -7 lines)
MODIFY course/lib.php   Rev. 1.538.2.48    (+10 -5 lines)
MODIFY login/change_password.php   Rev. 1.62.2.2    (+1 -7 lines)
MODIFY course/edit.php   Rev. 1.108.2.2    (+1 -3 lines)
MODIFY group/grouping.php   Rev. 1.14.2.4    (+0 -5 lines)
Petr Skoda committed 15 files to 'Moodle CVS' - 07/Jul/08 01:57 AM
MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE
MODIFY course/delete.php   Rev. 1.34    (+2 -5 lines)
MODIFY group/grouping.php   Rev. 1.21    (+0 -5 lines)
MODIFY group/lib.php   Rev. 1.16    (+93 -23 lines)
MODIFY course/edit.php   Rev. 1.114    (+1 -3 lines)
MODIFY course/category.php   Rev. 1.134    (+6 -6 lines)
MODIFY lib/moodlelib.php   Rev. 1.1066    (+22 -5 lines)
MODIFY auth/ldap/auth.php   Rev. 1.62    (+3 -0 lines)
MODIFY course/lib.php   Rev. 1.607    (+9 -4 lines)
MODIFY login/change_password.php   Rev. 1.68    (+1 -7 lines)
MODIFY group/members.php   Rev. 1.12    (+1 -7 lines)
MODIFY lib/db/events.php   Rev. 1.5    (+45 -1 lines)
MODIFY user/edit.php   Rev. 1.180    (+6 -4 lines)
MODIFY user/editadvanced.php   Rev. 1.35    (+14 -6 lines)
MODIFY auth/email/auth.php   Rev. 1.18    (+3 -0 lines)
MODIFY group/group.php   Rev. 1.21    (+0 -5 lines)