]> git.mjollnir.org Git - moodle.git/commit
Many many changes lumped in here ... not finished yet either.
authormoodler <moodler>
Fri, 20 Dec 2002 14:44:14 +0000 (14:44 +0000)
committermoodler <moodler>
Fri, 20 Dec 2002 14:44:14 +0000 (14:44 +0000)
commit9fa49e22abc3078b0855b411c1220337fc87d90d
tree0f14d0953f54ac27ea8cb581bcfcef1af5aea3e0
parent03f13d2207a7cc310f4b0c1118f458b7f26114ff
Many many changes lumped in here ... not finished yet either.

Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.

Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL.  I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php

Still working on forums, quizzes, surveys, resources.

The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
43 files changed:
admin/admin.php
admin/cron.php
admin/index.php
admin/user.php
config-dist.php
course/categories.php
course/delete.php
course/edit.php
course/index.php
course/lib.php
course/loggraph.php
course/teacher.php
course/teachers.php
course/view.php
index.php
lang/en/moodle.php
lib/datalib.php [moved from lib/database.php with 64% similarity]
lib/db/mysql.sql
lib/moodlelib.php
lib/setup.php
lib/weblib.php
mod/assignment/db/mysql.sql
mod/assignment/lib.php
mod/assignment/view.php
mod/choice/db/mysql.sql
mod/choice/index.php
mod/choice/lib.php
mod/choice/view.php
mod/forum/db/mysql.sql
mod/forum/lib.php
mod/forum/post.php
mod/forum/rate.php
mod/forum/report.php
mod/forum/search.php
mod/journal/db/mysql.sql
mod/journal/edit.php
mod/journal/index.php
mod/journal/lib.php
mod/journal/report.php
mod/journal/view.php
mod/quiz/db/mysql.sql
mod/resource/db/mysql.sql
mod/survey/db/mysql.sql