jamiesensei
1c51317b2c
small change to type of returned var from is_validated()
2006-12-04 10:59:07 +00:00
jamiesensei
3ba2c1871e
*** empty log message ***
2006-12-04 10:55:50 +00:00
jamiesensei
19110c573d
added new 'cancel' element type and introduced new is_cancelled() MoodleQuickForm method.
...
also used new cancel button in all mod_forms as well as a 'Revert' button and reworked logic about where to go on cancel or after submission for modedit.php
2006-12-04 09:36:30 +00:00
skodak
9c0f063b2c
MDL-7737 Remove form referer checks - $CFG->secureforms optional checking
2006-12-04 09:13:51 +00:00
skodak
7b678e0a99
MDL-7767 Guests should not be able to hide course sections - section hiding is not stored in db for guests, only session is used now; merged from MOODLE_17_STABLE
2006-12-04 09:02:17 +00:00
vyshane
ea3caf69cd
Merged from 1.7.
2006-12-04 08:09:22 +00:00
moodler
4e75f4249f
Merged timezone fixes for WA from stable
2006-12-04 07:01:02 +00:00
moodler
f320591f83
Automatic installer.php lang files by installer_builder (20061204)
2006-12-04 03:09:49 +00:00
toyomoyo
c05275675b
merged stops showing admins from participants list
2006-12-04 03:05:40 +00:00
toyomoyo
30c82426e3
merged fixed a bug where admin can't unassign himself from non-admin role in site context
2006-12-04 01:54:24 +00:00
toyomoyo
a08d5db719
merged fix for MDL-7773, restore_to not set for creators
2006-12-04 01:14:43 +00:00
skodak
8a3a634afd
MDL-7783 Non-internal authentication change password URL doesn't work - patch by Iñaki Arenaza
2006-12-03 20:06:35 +00:00
skodak
28b52b8607
removed space from alt attribute, use empty "" insted according to accessibility recommendations
2006-12-03 15:34:37 +00:00
skodak
30e113f4fa
MDL-7781 Move help button out from element label in new formslib
2006-12-03 14:28:40 +00:00
skodak
0c3f57fa69
MDL-7776 Switch required and help icon - rearanged fieldset too
2006-12-03 13:05:34 +00:00
skodak
980c7dcabe
MDL-7777 Remove dot from "Required field." string
2006-12-03 11:31:41 +00:00
skodak
441e8334af
MDL-7776 Switch required and help icon
2006-12-03 11:26:05 +00:00
skodak
3d6851692c
MDL-7775 Remove links from required field icon - leave only onle help button per page
2006-12-03 11:10:21 +00:00
skodak
5301205a24
MDL-7757 URL check is too restrictive, allow port
2006-12-03 10:23:56 +00:00
skodak
4adc9c4f60
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)
2006-12-02 19:05:24 +00:00
skodak
1437f0a5e3
conversion of login/change_password.php to new formslib and other changes:
...
* new formslib
* works only when logged in - added redirection to login page for guests or not logged in yet
* fixed redirects when logging in and on forced password change
* "Logged in as" users are not allowed to use this form
* general cleanup
2006-12-02 14:38:31 +00:00
skodak
e4e29623f9
name of submit button changed to submitbutton
2006-12-02 11:38:08 +00:00
skodak
2acdaa6cd3
added proper labels and minor xhtml fix 2
2006-12-02 09:33:08 +00:00
skodak
990f50f2c0
added proper labels and minor xhtml fix
2006-12-02 09:30:45 +00:00
stronk7
2c41b2d72e
Dictionary name wasn't being saved, so aspell didn't worked under 1.7
...
if the setting had been edited. MDL-7762
Merged from MOODLE_17_STABLE
2006-12-01 17:40:47 +00:00
thepurpleblob
953c76d621
Added or improved help re. category switching in import files
2006-12-01 16:21:29 +00:00
thepurpleblob
6575b04f25
Improved regep for category switching
2006-12-01 16:06:06 +00:00
nfreear
764d1d20dd
Fixes MDL-6838, uses 'inline-list' class (label with ordered list <ol> not redendered with numbers)
2006-12-01 15:54:46 +00:00
nfreear
9dd68bc79b
Fixes MDL-7244 "Missing accessibility label on login block input forms". (Previous commit of block_login.php was a mistake.)
2006-12-01 15:27:05 +00:00
nfreear
2e2bcd9505
Fixes MDL-6838, "label with ordered list <ol> not redendered with numbers"
2006-12-01 13:44:56 +00:00
nfreear
35befea728
Fixes MDL-7758 "Replace breadcrumb image with THEME->rarrow in unit test reports".
2006-12-01 10:21:11 +00:00
nfreear
702227c913
MDL-7758 "Replace breadcrumb image with THEME->rarrow in unit test reports".
2006-12-01 10:20:40 +00:00
nfreear
808c2a69fe
Adding space in channel <img /> element. Minor whitespace cleanup.
2006-12-01 10:10:56 +00:00
skodak
81f5d4a102
MDL-7234 Smilies don't load in HTML editor for some languages
2006-12-01 09:48:40 +00:00
skodak
14bac768f3
Forgotten password page does not check secret MDL-7755
2006-12-01 09:13:06 +00:00
toyomoyo
59fd781a66
fix for MDL-7481, grade book student view should have table headers
2006-12-01 08:31:15 +00:00
vyshane
7ccc1ced38
Added more information on limitations of keyboard access.
2006-12-01 07:42:45 +00:00
jamiesensei
a12034e4ab
fixed 2 problems with css styling :
...
* some padding for htmleditor to stop label appearing in htmleditor toolbar.
* fix for vertical alignment of input elements
2006-12-01 06:33:23 +00:00
vyshane
b725b819da
Merged from 1.7.
2006-12-01 05:21:22 +00:00
vyshane
4a5548f928
Merged from 1.7.
2006-12-01 03:46:55 +00:00
vyshane
da28afbb3b
Merged from 1.7.
2006-12-01 02:40:47 +00:00
skodak
196d8ab1cd
MDL-7506 added labels link to input fields on change password form and fixed minor warning
2006-11-30 21:17:03 +00:00
skodak
56909d267f
MDL-7749 fixed stripslashes when saving admin configuration values
2006-11-30 20:37:14 +00:00
urs_hunkler
4649ac8436
'added clear:left and a little top distance to the htmlarea in adminsettings. If this works in all places a more general rule for all quickforms should be entered'
2006-11-30 12:12:34 +00:00
skodak
32776fef0e
minor xhtml fixes
2006-11-30 09:50:01 +00:00
skodak
7203167d35
minor xhtml fix
2006-11-30 09:32:46 +00:00
skodak
4eb777c2b7
minor xhtml fix
2006-11-30 09:32:02 +00:00
skodak
8ddbd7a6d0
xhtml fix - misplaced tags
2006-11-30 09:28:06 +00:00
ethem
d4205253d0
No urlencode
2006-11-30 09:16:43 +00:00
skodak
bad545e935
minor xhtml fix
2006-11-30 09:16:36 +00:00