Commit graph

966 commits

Author SHA1 Message Date
moodler
dae2952a59 Fix throttling capabilities so this works MDL-7414 2006-11-09 09:28:59 +00:00
ikawhero
a2c07cfed1 Fixed typo 2006-11-09 03:51:16 +00:00
koenr
89c5cbc525 MDL-7379 typo 2006-11-08 00:02:10 +00:00
nfreear
99de75d7e2 Initial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the moment the existing code/tables will be used by default. 2006-11-07 14:46:08 +00:00
moodler
814c77c6f6 Merged string fixes from stable 2006-11-07 09:30:55 +00:00
skodak
a392be33cf new unicode environment check for 1.8 and 1.7 MDL-6332; merged from MOODLE_17_STABLE 2006-11-07 09:07:40 +00:00
jamiesensei
2b63df96c3 migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php 2006-11-07 08:48:18 +00:00
koenr
14d6a11d62 MDL-7328 Merged from stable 2006-11-06 21:28:24 +00:00
moodler
4ff95223ad Merged changes for lang string fixes MDL-7263 2006-11-05 12:59:09 +00:00
wildgirl
7fb0bc8abb MDL-6474 fix 2006-11-04 21:56:42 +00:00
sam_marshall
2af5513789 MDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just an on/off switch. 2006-11-03 17:29:15 +00:00
ethem
af3e0ed2ea Make authorize.net config page secure.
See: http://moodle.org/mod/forum/discuss.php?d=56728
2006-11-01 12:36:19 +00:00
stronk7
720c5ef843 in/on/at too many ways to say "en" in Spanish. :-P
Merged from MOODLE_17_STABLE
2006-11-01 11:52:13 +00:00
moodler
304d08f0c4 Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
tjhunt
9c23d3e8d6 Improved help file as per Ralf Hilgenstock's suggestion: http://moodle.org/mod/forum/discuss.php?d=57400. Merged from MOODLE_17_STABLE. 2006-10-31 15:13:47 +00:00
tjhunt
dfa924cc99 Make the close_window function better. Merged from MOODLE_17_STABLE. 2006-10-31 11:59:54 +00:00
moodler
1a1f496681 Merged MDL-6975 from stable 2006-10-31 09:15:47 +00:00
moodler
8c95ea4a84 Merged note about guest exception from stable 2006-10-31 09:00:42 +00:00
moodler
8c900bc3b0 Merged documentation for Roles from stable MDL-6923 2006-10-31 08:14:36 +00:00
skodak
4a58a22806 fixed double enableajax in previous commit MDL-7296; merged from MOODLE_17_STABLE 2006-10-30 21:04:04 +00:00
skodak
721d74b02c Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE 2006-10-30 21:01:47 +00:00
stronk7
7bcd11c137 Added some strings for the enablerecordcache setting.
Merged from MOODLE_17_STABLE
2006-10-30 15:54:10 +00:00
ethem
325d15409b If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.
2006-10-30 13:07:20 +00:00
ethem
c9befcd1be If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.
2006-10-30 12:53:15 +00:00
ethem
2c46669ba1 New string: All Pending Orders 2006-10-30 11:16:09 +00:00
koenr
1bfb0c61b7 MDL-6864 The links 'Language editing' could be more descriptive 2006-10-29 22:28:17 +00:00
koenr
7c79bbc59e MDL-7042 Missing string on admin/roles/manage.php 2006-10-29 21:54:56 +00:00
moodler
0909d44eac Merged fixes for gradebookroles from stable MDL-7253 2006-10-29 15:02:45 +00:00
moodler
33951ee4f6 Merged missing langimport string from stable MDL-7258 2006-10-29 13:58:03 +00:00
moodler
c867a1ad08 A small help file for permissions 2006-10-29 08:07:16 +00:00
moodler
499e78b4fd Merged user profile improvements from stable 2006-10-29 04:21:23 +00:00
skodak
3784137ef1 fix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE 2006-10-27 21:48:54 +00:00
skodak
73afaf5b69 Finish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE 2006-10-27 21:07:18 +00:00
skodak
7b9c99798c Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE 2006-10-27 20:34:40 +00:00
skodak
8d2752e04b Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205 revisited - new patch by Martin Langhoff; merged from MOODLE_17_STABLE 2006-10-24 21:30:25 +00:00
skodak
ec7b71baeb Lang file for auth specifies incorrect file path in lang/en_utf8/auth.php MDL-7205 - found by Inaki Arenaza; merged from MOODLE_17_STABLE 2006-10-24 20:50:09 +00:00
moodler
4e19d85bd9 Merged choice/guest fixes from stable MDL-7171 2006-10-23 03:00:30 +00:00
stronk7
1fe2eb59c8 Minor typo fixed.
Merged from MOODLE_17_STABLE
2006-10-21 17:19:37 +00:00
moodler
bd4128e91f Merged enrolment-related fixes from stable 2006-10-20 17:53:50 +00:00
stronk7
6d55d8538b Adding support for the new mssql_n driver
Two new strings added: mssql_n, databasesettingssub_mssql_n
One string modified: databasesettingssub_mssql

Merged from MOODLE_17_STABLE
2006-10-19 19:01:02 +00:00
tjhunt
9a8b42c981 MDL-6848 - Display problem with < > characters in shortanswer when outputting the correct answer. Merged from MOODLE_16_STABLE. 2006-10-17 22:17:17 +00:00
tjhunt
bc649d80d5 MDL-7054 - Prevent creation of question categories with blank names. Merged from MOODLE_16_STABLE. 2006-10-17 21:45:19 +00:00
skodak
22fdde3941 moodle.php strings for log file restore needs some fix - xhtml compliance and removed \n - MDL-7056; merged from MOODLE_17_STABLE 2006-10-17 18:57:05 +00:00
thompson697
cf0b1faded Apply modularity to the creation of the log file during restore to a new course.
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
2006-10-17 10:05:41 +00:00
skodak
d543939cd9 Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE 2006-10-17 06:29:03 +00:00
koenr
cb2fa92677 strings necessary for 1.6 should not be deleted or altered since translations are not branched 2006-10-17 00:20:21 +00:00
koenr
f55900359d strings necessary for 1.6 should not be deleted or altered since translations are not branched 2006-10-16 22:49:32 +00:00
koenr
3e7c65ab11 strings necessary for 1.6 should not be deleted or altered since translations are not branched 2006-10-16 21:19:26 +00:00
koenr
96901f3a67 strings necessary for 1.6 should not be deleted or altered since translations are not branched 2006-10-16 20:58:29 +00:00
tjhunt
df90796155 MDL-6249 - easier way for human beings (as opposed to network engineers) to specify IP ranges. Merged from MOODLE_17_STABLE. 2006-10-16 13:38:36 +00:00