|
|
|
sending more feature complete sample,
still only adodb mysql(i) supported Now sort of works with pg and mysql, all old dmllib functions with (.., $filed1, $value1, ..) and logging are redirected to the new library ;-)
to keep everybody informed: we (me and Eloy) discussed today needed changes in xmldb library - the changes are not major, just refactoring. Sample patch should be ready by Tuesday...
sending fresh patch with new dml and ddl stuff - good luck ;-)
fixed problem with undefined config settings, thanks Eloy
patch landed in cvs:
TODO: * make mssql and ora work again * readd caching, better debugging and perf tracking * unit tests + functional tests * better docs * convert all code to use new API * etc. I think taht the modification corresponding to this one: http://cvs.moodle.org/moodle/lang/en_utf8/help/richtext.html.diff?r1=1.10&r2=1.11 in lang packs will break pre-2.0 Moodle help files in all languages other than english, since we don't have branches for lang packs.
I reviewed the code before the commit, the can_use_html_editor() I put there is available since 1.6 at least, I do not think it could break anything. Versions bellow 1.6 are not supported anymore.
Or did I miss something? Double checked it, the can_use_html_editor() was available in 1.6.0.
The only potential problem could be if somebody used <1.9.2 language pack in 2.0 which would not work anyway.. OK, thanks for the clarification. And sorry for the trouble.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
it is very raw - some parts are probably broken, installer does not work, etc.
Inline docs are missing too.