[moodle] / moodle / login / forgot_password_form.php Repository:

Log of /moodle/login/forgot_password_form.php

Parent Directory Parent Directory


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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 20:13:30 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +3 -5 lines
Diff to previous 1.10
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 26 04:18:42 2009 WST (6 months, 3 weeks ago) by tjhunt
Branch: MAIN
Changes since 1.9: +9 -3 lines
Diff to previous 1.9
forgot password form: MDL-19441 Make it clearer you should enter username or password.

Credit to Olli as part of his GSOC project.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 2 01:53:26 2008 WST (21 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 07:15:09 2007 WST (2 years, 3 months ago) by skodak
Branch: MAIN
Changes since 1.7: +4 -8 lines
Diff to previous 1.7
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 07:12:35 2007 WST (2 years, 3 months ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_19, MOODLE_191, MOODLE_192, MOODLE_193, MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Changes since 1.7: +4 -8 lines
Diff to previous 1.7 , to next main 1.11
MDL-12133 validate() method tidying up

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 07:25:20 2007 WST (3 years ago) by skodak
Branch: MOODLE_18_STABLE
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_MERGED, MOODLE_18_WEEKLY
Changes since 1.6: +47 -5 lines
Diff to previous 1.6 , to next main 1.11
MDL-8590 auth cleanup - reset password cleanup+fixes; backported from HEAD

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 07:20:52 2007 WST (3 years ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_19_BETA
Branch point for: MOODLE_19_STABLE
Changes since 1.6: +47 -5 lines
Diff to previous 1.6
MDL-8590 auth cleanup - reset password cleanup+fixes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 01:12:22 2006 WST (3 years, 2 months ago) by jamiesensei
Branch: MAIN
CVS Tags: MOODLE_18_BETA
Branch point for: MOODLE_18_STABLE
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
removed all 'Revert' buttons from forms and removed it altogether from add_action_buttons method since it was decided it didn't contribute to usability.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 28 18:32:47 2006 WST (3 years, 2 months ago) by jamiesensei
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
changes to how we generate the id attribute of forms and the naming convention of forms
migrate blog edit to formslib

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 16:03:16 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
CVS Tags: MOODLE_18_GROUPS_PRE_MERGE
Changes since 1.3: +2 -8 lines
Diff to previous 1.3
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform  - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 18:44:11 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
added cancel button to glossary comment form and fixed initialization of button arrays MDL-7778

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 18:30:18 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
added cancel button to forms in login/ directory MDL-7778

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 04:05:24 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_18_GROUPS_PRE
Branch point for: MOODLE_18_GROUPS
MDL-7768 forgot_password.php copnverted to use new forms:
* new forms
* minor refactoring and code cleanup
* secret is now cleared to prevent repeated use of change confirmation link, added new error message see MDL-7755 (patch by Andrew Walbran)

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