moodler
cf36da6429
FIxed problem which was unenrolling some assigns at the site level! MDL-7189
2006-10-24 07:07:54 +00:00
toyomoyo
aad6c6c222
merged fixing capabilities
2006-10-24 04:26:46 +00:00
vyshane
929089e754
Merged from 1.7
2006-10-24 03:26:55 +00:00
moodler
fafa2265f6
Merged fix for trusttext from stable
2006-10-24 02:36:13 +00:00
moodler
527389f912
Merged guest enrol fixes. MDL-7182
2006-10-24 02:13:42 +00:00
toyomoyo
0c939d6ca7
merged, blog tab clean up
2006-10-24 02:10:46 +00:00
stronk7
422770d8cb
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
...
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
skodak
28ee98c530
fixed moodle/calendar:manageentries capability in calendar; merged from MOODLE_17_STABLE
2006-10-23 22:28:52 +00:00
skodak
ac15a2d5ff
Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE
2006-10-23 21:02:57 +00:00
skodak
ce5ce1369f
Excel export returns a zero bytes file when system temp not writable MDL-7176; merged from MOODLE_17_STABLE
2006-10-23 19:26:20 +00:00
skodak
6a57abf8f7
error message when adding a link in editor MDL-7180 ; merged from MOODLE_17_STABLE
2006-10-23 18:31:08 +00:00
stronk7
92602651dc
Now insert_record() is using $db->GenID() to retrieve
...
sequence numbers for Oracle. Just wondering if the same
function should be used by PostgreSQL too. MDL-7183
Merged from MOODLE_17_STABLE
2006-10-23 17:46:08 +00:00
stronk7
37c47abaca
Suppress all the uses of LIMIT in the get_field_sql() calls. MDL-7173
...
Merged from MOODLE_17_STABLE
2006-10-23 16:03:52 +00:00
moodler
2f1a42481d
This new function called load_all_capabilities() should be used whenever
...
you want to completely reload the capabilities for the current user.
Basically it will deal nicely with the default site-wide permissions
depending on the current user.
More background in the comments on MDL-6963
Merged from stable
2006-10-23 15:17:31 +00:00
moodler
18894ee462
Fixed   characters MDL-7179
2006-10-23 13:42:23 +00:00
moodler
89c355e5cb
Merged fix for letting guests see discussion post button from stable
2006-10-23 13:23:16 +00:00
skodak
da259fa10a
Checkbox value not saved when saving changes from admin search page MDL-7177 + other fixes to make it behave more like settings.php; merged from MOODLE_17_STABLE
2006-10-23 12:05:33 +00:00
skodak
fcade7d070
yet another context fix for Roles tab - I hope this one is final; merged from MOODLE_17_STABLE
2006-10-23 11:27:31 +00:00
skodak
1aaaa067df
glossary tabs (when updating a glossary) is not aligned properly MDL-7172 ; merged from MOODLE_17_STABLE
2006-10-23 11:17:56 +00:00
andreabix
15b2035423
Stylistic problem solved
2006-10-23 08:00:13 +00:00
moodler
9d5210af22
Merged tidy-ups from stable
2006-10-23 07:46:57 +00:00
stronk7
f96a5db1c4
strip "old" harcoded "limit" clauses from the sql passed and
...
debug about them. MDL-7173
Merged from MOODLE_17_STABLE
2006-10-23 07:46:10 +00:00
moodler
523e1a21ff
Merged choice fixes from stable
2006-10-23 07:01:18 +00:00
moodler
b1f318a67f
Merged guest key enrolment fix from stable MDL-6881
2006-10-23 06:38:15 +00:00
moodler
e8e64fa336
Merged stats fix for MDL-7151 from stable
2006-10-23 05:22:16 +00:00
moodler
a321d42bcd
Better handling for guest in forums MDL-7125
2006-10-23 04:55:20 +00:00
moodler
ebfc2f162c
Merged capability name fix from stable
2006-10-23 03:29:54 +00:00
toyomoyo
e73bfa2d73
merged replacing studentcanpost with proper capability
2006-10-23 03:23:09 +00:00
moodler
a6f39157c6
Merged unenrol fixes from stable MDL-6964 MDL-7123
2006-10-23 03:12:37 +00:00
moodler
4e19d85bd9
Merged choice/guest fixes from stable MDL-7171
2006-10-23 03:00:30 +00:00
moodler
295df61cc4
Automatic installer.php lang files by installer_builder (20061023)
2006-10-23 02:58:41 +00:00
toyomoyo
6cb34d443d
merged replacing studentcanpost with capability
2006-10-23 02:49:05 +00:00
toyomoyo
7f75d5fd2f
merged, student_can_post should be done properly using capabilities
2006-10-23 02:25:32 +00:00
stronk7
b9c3b8c734
Prevent MSSQL to return from insert_record() before
...
trying to execute the updating of LOBs.
Merged from MOODLE_17_STABLE
2006-10-23 00:01:57 +00:00
stronk7
c1bf1b0073
Debugging sql_paging_limit() as deprecated and
...
enforcing get_field_sql() to return 1 record max
Merged from MOODLE_17_STABLE
2006-10-22 23:21:59 +00:00
stronk7
55d3af6f3a
Killing all sql_paging_limit() uses
...
Merged from MOODLE_17_STABLE
2006-10-22 22:58:29 +00:00
stronk7
789ab3ff24
Killing all sql_paging_limit() uses
...
Merged from MOODLE_17_STABLE
2006-10-22 22:49:54 +00:00
stronk7
cb4c207832
Adding limitfrom and limitnum parameters to a bunch of
...
rarely executed functions...
Merged from MOODLE_17_STABLE
2006-10-22 22:37:30 +00:00
skodak
15850dcb29
fixed incorrect context in user Outline report; mergedf rom MOODLE_17_STABLE
2006-10-22 20:03:01 +00:00
skodak
e2a305ff13
fixed $usercontext creation needed for Role tab when viewing user data; merged from MOODLE_17_STABLE
2006-10-22 19:59:07 +00:00
skodak
8a51efe99d
fixed sql error when searching only by one letter and two radio buttons selected at the same time (visible in Konqueror) fixed as part of MDL-7160 ; merged from MOODLE_17_STABLE
2006-10-22 19:42:27 +00:00
skodak
1ac417517e
fixed moodle/site:readallmessages MDL-7160 ; commented out unfinished buggy code; merged from MOODLE_17_STABLE
2006-10-22 19:20:02 +00:00
moodler
116cd201ea
Merged lastcourseaccess fixes from MDL-7134
2006-10-22 08:31:06 +00:00
moodler
4067b96821
Merged missing </span> from stable
2006-10-22 08:25:51 +00:00
moodler
83703f0862
Merged some fixes for & in XHTML
2006-10-22 08:19:41 +00:00
moodler
4c57e8e502
Merged XHTML fixes from stable
2006-10-22 08:14:20 +00:00
moodler
4f1d9d0383
Merged filter fix from stable
2006-10-22 08:13:03 +00:00
moodler
721d14cbfe
Merged fixes for recent activity from stable MDL-7134
2006-10-22 07:42:04 +00:00
moodler
7fa5403791
Automatic installer.php lang files by installer_builder (20061022)
2006-10-22 03:06:21 +00:00
skodak
f8b922413a
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE
2006-10-21 21:15:26 +00:00