Moodle 2.3.3 - Manual Patch Application

Moodle 2.3.3 - Manual Patch Application

by Gary Harris -
Number of replies: 1

I have the problem described in this bug report:

http://tracker.moodle.org/browse/MDL-36509

I do not want to apply the latest stable build of 2.3.3, because if I do, then I will have to re-do all of my customizations! I want to apply the patch by hand, but after reading the discussion in the report, I have no idea what to do to fix the problem. Can anyone help me?

Thanks,

Gary

Average of ratings: -
In reply to Gary Harris

Re: Moodle 2.3.3 - Manual Patch Application

by Damyon Wiese -

You will see in that tracker issue a link to the Diff URL for the patch. 

(Here is the 2.3 diff URL for that issue)

https://github.com/netspotau/moodle-mod_assign/compare/03d9c19db9c857d2289240199d25b2daea387899...MDL-36509-m23

Git hub shows you a nice page with lines removed in red and lines added in green (and line numbers above each section). 

You can use this to manually apply the patch. 

*** HOWEVER ***

If you are making customisations to Moodle you should really learn how to use git which greatly assist you in applying updates and merging your local changes. 

http://docs.moodle.org/23/en/Git_for_Administrators

- Damyon