toyomoyo
c768b61057
merged fix for MDL-6928, LDAP course creation error
2006-11-01 03:51:04 +00:00
toyomoyo
ccda44599a
merged fix for restore support of user data from backups pre granular backup
2006-11-01 03:32:04 +00:00
skodak
a3fd474190
fixed notice during restore; merged from MOODLE_17_STABLE
2006-10-31 22:46:41 +00:00
skodak
78675b3e3e
Fix errors in quiz overview download MDL-7316; merged from MOODLE_17_STABLE
2006-10-31 22:19:15 +00:00
skodak
d927bb5553
fixed incorrect use of require_capability() in lesson mod MDL-7314; merged from MOODLE_17_STABLE
2006-10-31 22:02:49 +00:00
skodak
7aa3e196a3
fixed gradebookroles cfg default value MDL-7253; merged from MOODLE_17_STABLE
2006-10-31 21:52:22 +00:00
skodak
80aede31d3
fixed capabilities in chat recent activity, removed broken optimization from message insert, fixed closing of box MDL-7313; merged from MOODLE_17_STABLE
2006-10-31 21:07:00 +00:00
stronk7
6f4bdb9c9b
Prevent +/- operators (REGEXP) on glossary searches for MSSQL and Oracle. MDL-7312
...
Merged from MOODLE_17_STABLE
2006-10-31 20:34:12 +00:00
skodak
b4a1805ab0
fixed group related typo in has_capability(); merged from MOODLE_17_STABLE
2006-10-31 20:24:57 +00:00
stronk7
6bb4875f35
Prevent +/- operators (REGEXP) on messages search. MDL-7312
...
Merged from MOODLE_17_STABLE
2006-10-31 20:22:10 +00:00
stronk7
7b3cf45951
Transform TOKEN searches into STRING searches and trim +- chars. MDL-7312
...
Merged from MOODLE_17_STABLE
2006-10-31 20:17:03 +00:00
stronk7
6bb0f67f53
Prevent +/- operators (REGEXP) on course searches for MSSQL and Oracle. MDL-7312
...
Merged from MOODLE_17_STABLE
2006-10-31 19:54:46 +00:00
skodak
97faae5833
Commented out session dump in user profile when in debug mode MDL-7311; merged from MOODLE_17_STABLE
2006-10-31 19:32:20 +00:00
ethem
7bb8485d6e
Show notice at bottom.
2006-10-31 19:24:10 +00:00
stronk7
96caf38df2
Fixed searches, list of results and simplified SQL logic. All
...
those while trying to fix one LCASE() use. MDL-7310
Merged from MOODLE_17_STABLE
2006-10-31 19:17:19 +00:00
danmarsden
a337045d86
merged choice fix from Stable MDL-7171
2006-10-31 19:00:55 +00:00
stronk7
42a2f77693
Now wiki supports Unicode searches
...
Merged from MOODLE_17_STABLE
2006-10-31 17:51:12 +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
moodler
f9c471dfd9
Merged MDL-7150 fixes (don't try to show grades when there aren't any)
2006-10-31 15:08:22 +00:00
moodler
f440589b77
Merged fix from MDL-7239
2006-10-31 14:08:17 +00:00
tjhunt
ee6c93555f
MDL-5811 - Quiz editing outputs nasty junk before print_header sometimes. Second attempt at fixing. I forgot to mention the bug number in the previous commit to mod/quiz/edit.php. Merged from MOODLE_17_STABLE.
2006-10-31 12:06:52 +00:00
tjhunt
dfa924cc99
Make the close_window function better. Merged from MOODLE_17_STABLE.
2006-10-31 11:59:54 +00:00
tjhunt
d84d379e97
Fix junk being output before print_header, which happened sometimes. Merged from MOODLE_17_STABLE.
2006-10-31 10:47:34 +00:00
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