[moodle] / moodle / mod / data / field / radiobutton / field.class.php Repository:

Log of /moodle/mod/data/field/radiobutton/field.class.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 17 02:29:55 2010 WST (2 months ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
MDL-21235 fixed select method name

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 17 02:25:58 2010 WST (2 months ago) by skodak
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
MDL-21235 more conversion to new select

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 22:55:33 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 23:19:50 2009 WST (7 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
MDL-19806 Upgraded calls to choose_from_menu

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 16:22:44 2008 WST (18 months ago) by skodak
Branch: MAIN
Changes since 1.12: +1 -6 lines
Diff to previous 1.12
MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:39:44 2008 WST (21 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11
MDL-15106 towards data mod dml conversion

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 03:26:57 2008 WST (21 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
MDL-15106 towards data mod dml conversion

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 2 00:08:16 2008 WST (21 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
MDL-14679 removed all instances of get_records_sql_menu()

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 15:56:09 2007 WST (3 years ago) by toyomoyo
Branch: MAIN
CVS Tags: MOODLE_19, MOODLE_191, MOODLE_192, MOODLE_193, MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_BETA, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Branch point for: MOODLE_19_STABLE
Changes since 1.8: +22 -1 lines
Diff to previous 1.8
MDL-5958, code for advanced search for db module from Elijah (HSU)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 05:26:13 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_18, MOODLE_181, MOODLE_1810, MOODLE_1811, MOODLE_182, MOODLE_183, MOODLE_184, MOODLE_185, MOODLE_186, MOODLE_187, MOODLE_188, MOODLE_189, MOODLE_18_BETA, MOODLE_18_GROUPS_PRE_MERGE, MOODLE_18_MERGED, MOODLE_18_WEEKLY
Branch point for: MOODLE_18_STABLE
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 18:53:59 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
MDL-5696 fixed 'Checkbox' actually allows 'checkboxes' and empty 'options' (radio buttons too)

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 08:34:56 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
Changes since 1.5: +10 -6 lines
Diff to previous 1.5
 xhtml and accessibility cleanup in data mod MDL-7813
* image galery preset accessiblity fixes MDL-7822
* xhtml fixes
* fields now use s() and p() where needed
* added labels to all fields - imporved accessiblity for adding of new entries
* some other general bugfixing and cleanup

it is still not finished though, expect some more commits tomorrow

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 16:07:26 2006 WST (3 years, 11 months ago) by moodler
Branch: MAIN
CVS Tags: MOODLE_16, MOODLE_161, MOODLE_162, MOODLE_163, MOODLE_164, MOODLE_165, MOODLE_166, MOODLE_167, MOODLE_168, MOODLE_169, MOODLE_16_BETA, MOODLE_16_MERGED, MOODLE_16_WEEKLY, MOODLE_17, MOODLE_171, MOODLE_172, MOODLE_173, MOODLE_174, MOODLE_175, MOODLE_176, MOODLE_177, MOODLE_17_BETA, MOODLE_17_BETA2, MOODLE_17_MERGED, MOODLE_17_NEWGROUPS_PRE, MOODLE_17_WEEKLY, MOODLE_18_GROUPS_PRE
Branch point for: MOODLE_16_STABLE, MOODLE_17_NEWGROUPS, MOODLE_17_ROLES, MOODLE_17_STABLE, MOODLE_18_GROUPS
Changes since 1.4: +15 -65 lines
Diff to previous 1.4
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!

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 10:15:45 2006 WST (4 years ago) by vyshane
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Feb 9 12:44:56 2006 WST (4 years, 1 month ago) by vyshane
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
Updated lang/en/data.php.
Removed hard coded message strings from scripts and moved them to the language file.
Fixed a display bug in multimenu field.
Removed rounded help buttons from fields, made the fields use html title to
display the descriptions instead.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Feb 1 14:59:57 2006 WST (4 years, 1 month ago) by vyshane
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
Removed autolink form radio button field (not needed).

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 16:18:26 2006 WST (4 years, 2 months ago) by moodler
Branch: MAIN
New field type for radio buttons

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.10