Commit graph

23679 commits

Author SHA1 Message Date
tjhunt
d48b2c3f32 Add return option to notify(). Merged from MOODLE_17_STABLE. 2006-10-31 10:47:26 +00:00
skodak
3c0f610636 Change name when file name contains more of a point MDL-6897 - patch submitted by Toni Mas; merged from MOODLE_17_STABLE 2006-10-31 10:16:26 +00:00
moodler
1a1f496681 Merged MDL-6975 from stable 2006-10-31 09:15:47 +00:00
skodak
5a8ab2e9df adding of user events into calendar and posting of blogs is now enabled by default - MDL-7297 and MDL-7245; merged from MOODLE_17_STABLE 2006-10-31 09:09:40 +00:00
moodler
8c95ea4a84 Merged note about guest exception from stable 2006-10-31 09:00:42 +00:00
toyomoyo
47b87873e0 merged fix for MDL-7302, tagid lost when turning editting on and off 2006-10-31 08:50:55 +00:00
moodler
8c900bc3b0 Merged documentation for Roles from stable MDL-6923 2006-10-31 08:14:36 +00:00
toyomoyo
95f7634d4d merged removing evil semicolon 2006-10-31 07:34:03 +00:00
martinlanghoff
e7812e9c62 lib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR# 595)
Previous logic had dir created only when mbstring wasn't used, but the
typo3 lib needs to cache some data regardless, for the specCharsToASCII
function, which uses internal translation tables.


Author: Luke Hudson <luke@catalyst.net.nz>
2006-10-31 05:03:54 +00:00
moodler
459e27f3a0 Killed infinite loop when upgrading teachers! (merge from stable) 2006-10-31 04:38:39 +00:00
moodler
23f5ee25aa Merge participant count from stable 2006-10-31 01:21:48 +00:00
stronk7
6df56bc473 Oracle optimization. Texts under 4000cc can be handled directly as varchar2,
so they don't need the 2-phase (insert/update) handling of LOBs

Merged from MOODLE_17_STABLE
2006-10-30 23:13:48 +00:00
stronk7
18fcece954 Fixed one bug on Oracle produced when we were inserting
records with returnid disabled and containing LOBs

Merged from MOODLE_17_STABLE
2006-10-30 22:59:49 +00:00
skodak
695e03f00a Adding of calendar events broken MDL-7297; merged from MOODLE_17_STABLE 2006-10-30 22:33:45 +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
8b497bbce3 Prevent Oracle to fail when inserting records with log->info empty
(will be solved once we got all those NOT NULL fields fixed)

Merged from MOODLE_17_STABLE
2006-10-30 19:53:40 +00:00
stronk7
8451166cfb Fixing display of pivots when they are author names
Merged from MOODLE_17_STABLE
2006-10-30 19:32:44 +00:00
stronk7
e24d96baf6 Fixing some queries with duplicate column names. MDL-7294
Merged from MOODLE_17_STABLE
2006-10-30 19:02:58 +00:00
stronk7
2cb3ab13f7 Now glossary is using the proper sql_substr() function
Merged from MOODLE_17_STABLE
2006-10-30 18:34:21 +00:00
stronk7
06edab84e1 New function sql_substr() returns the proper substr() function for each DB
Merged from MOODLE_17_STABLE
2006-10-30 18:31:08 +00:00
stronk7
0db568393d Now lcase() and ucase() are out from glossary 2006-10-30 18:01:10 +00:00
stronk7
a91960b30f sql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.
Merged from MOODLE_17_STABLE
2006-10-30 17:46:37 +00:00
stronk7
db3df7266a Deprecating sql_as (now the AS keyword is required in COLUMN aliases)
Merged from MOODLE_17_STABLE
2006-10-30 17:41:55 +00:00
stronk7
83a4eaa55a Updating wood to show the nav-bar properly.
Merged from MOODLE_17_STABLE
2006-10-30 16:55:17 +00:00
tjhunt
99aa18808f Make General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE. 2006-10-30 16:35:53 +00:00
thepurpleblob
06968068e9 fixed a notice 2006-10-30 16:22:58 +00:00
stronk7
4a575a6570 Added enablerecordcache setting to control the get_record() cache.
Note that some parts of Moodle can enable/disable it selectively.

Merged from MOODLE_17_STABLE
2006-10-30 15:58:46 +00:00
stronk7
7bcd11c137 Added some strings for the enablerecordcache setting.
Merged from MOODLE_17_STABLE
2006-10-30 15:54:10 +00:00
skodak
c517c8f779 Wrong "settings" link in course Administration block on module pages MDL-7286; merged from MOODLE_17_STABLE 2006-10-30 14:58:09 +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
skodak
714986dc40 Journal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE 2006-10-30 11:16:27 +00:00
ethem
2c46669ba1 New string: All Pending Orders 2006-10-30 11:16:09 +00:00
sam_marshall
82928b7954 [MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP because I couldn't see any reason to do it the latter way and it breaks under our loadbalancing system 2006-10-30 11:02:08 +00:00
ethem
2760b4f4cc Show a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv'). 2006-10-30 10:12:20 +00:00
moodler
75c3849a9e Merged drag class fixes from stable 2006-10-30 09:41:55 +00:00
gbateson
97a313023d correct the setting the fixed flag in JMatch quizzes 2006-10-30 08:55:35 +00:00
moodler
e2850d158f SOme misc foxes to installing (fixed icons, removed test that broke etc)
that I did some time ago and never checked in
2006-10-30 08:47:55 +00:00
toyomoyo
3fae9f5718 merged fixed gradebookroles settings 2006-10-30 08:44:53 +00:00
ethem
bf228101fd Get only courses made transactions. This lessens the course list; Merged from 17stable. 2006-10-30 08:33:00 +00:00
moodler
7ca163ba21 Merged AJAX GUI fixes from stable 2006-10-30 08:21:51 +00:00
moodler
49e5fe4733 Merged fixed typo 2006-10-30 07:56:39 +00:00
moodler
479afa41ec Merged ajax fix for MDL-7281 2006-10-30 07:48:02 +00:00
toyomoyo
39474844cb merged, do not remove context information when deleting the site course 2006-10-30 06:34:14 +00:00
jamiesensei
5c52df6797 changed focus when there is no error in the page to the first element in a form rather than no focus. 2006-10-30 06:27:15 +00:00
toyomoyo
0d6f531d8f merged fixing progress count 2006-10-30 05:40:46 +00:00
toyomoyo
b6d9f011e2 merged, ignore site level course teacher assignments when upgrading from 1.6 or below 2006-10-30 05:26:59 +00:00
moodler
8a2cb2fa8d Merge better gradebookroles default from stable 2006-10-30 03:57:08 +00:00
toyomoyo
7f7d506381 merged fix for MDL-6895, adding optional param 2006-10-30 03:48:08 +00:00