1 Description of Zend framework 1.10.6 import into Moodle
2 Please note the zend framework is modified - some packages are removed.
4 Delete all the files from the Moodle lib/zend/Zend folder.
5 Copy all the files from the zend/library/Zend folder into the Moodle lib/zend/Zend folder.
7 Audit the Classes we actually use - and delete libraries that are not used directly or indirectly by any of them.
9 Libraries I think are safe to remove:
11 Application/ Tool/ Application.php Barcode/ Barcode.php Captcha/ Form/ Form.php Dojo/ Dojo.php Cloud/
12 CodeGenerator/ Console/ Test/ Db.php Db/ Paginator.php Paginator/ Session.php Session/ Feed.php Feed/
13 Auth/Adapter/DbTable.php Queue/Adapter/Db/ Queue/Adapter/Db.php Debug.php Dom/ EventManager/ File/ Ldap.php
14 Ldap/ Auth/Adapter/Ldap.php Locale/Data Mail.php Mail/ Markup.php Markup/ Measure/ Memory.php Memory/ Pdf.php Pdf/
15 Mime.php Mime/ Mobile/ OpenId.php OpenId/ Auth/Adapter/OpenId.php ProgressBar.php ProgressBar Queue.php Queue/
16 Search/ Serializer.php Serializer/ Stdlib/ Tag/ Text/ TimeSync.php TimeSync/ Translate.php Translate/
17 Log/Writer/Firebug.php Wildfire/ Service/ShortUrl/ Service/WindowsAzure/
22 Do not use outside of our /webservice/* or mnet !!
25 * Update to 1.12.16 - this is more or less vanilla now except for the above folders removed.