]> git.mjollnir.org Git - moodle.git/commit
Lots and lots and lots of cleanup for the data module code, mostly
authormoodler <moodler>
Wed, 22 Mar 2006 08:07:26 +0000 (08:07 +0000)
committermoodler <moodler>
Wed, 22 Mar 2006 08:07:26 +0000 (08:07 +0000)
commit0997e51afed2e36f6e5d5e707c560ec5b6368019
tree3b28364c972b9bb5552ef08820c369d7f42f31d2
parent53c988a40319f145535729d7745511171f673b9f
Lots and lots and lots of cleanup for the data module code, mostly
to do with how the field classes worked.  Now it should be even easier
for developers.

No changes for users.  :-P

The changes are not well tested yet!
25 files changed:
mod/data/add.php
mod/data/field/checkbox/field.class.php
mod/data/field/checkbox/mod.html
mod/data/field/file/field.class.php
mod/data/field/file/mod.html
mod/data/field/menu/field.class.php
mod/data/field/menu/mod.html
mod/data/field/multimenu/field.class.php
mod/data/field/multimenu/mod.html
mod/data/field/picture/field.class.php
mod/data/field/picture/mod.html
mod/data/field/radiobutton/field.class.php
mod/data/field/radiobutton/mod.html
mod/data/field/text/field.class.php
mod/data/field/text/mod.html
mod/data/field/textarea/field.class.php
mod/data/field/textarea/mod.html
mod/data/field/url/field.class.php
mod/data/field/url/mod.html
mod/data/fields.php
mod/data/import.php
mod/data/lib.php
mod/data/mod.html
mod/data/tabs.php
mod/data/view.php