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
skodak
ec41cb3c52
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS discussion feed type too; merged from MOODLE_17_STABLE
2006-10-21 21:05:44 +00:00
skodak
013f2e7cd9
fix has_capability() to work when $nomoodlecookie = true; MDL-7156 - needed for RSS file.php that is serving feeds; merged from MOODLE_17_STABLE
2006-10-21 20:42:50 +00:00
skodak
e80ca6c658
fixed undefined modcontext in forum; merged from MOODLE_17_STABLE
2006-10-21 20:30:27 +00:00
stronk7
b4c7bb78fc
Deleting some old oci8po files from CVS.
2006-10-21 18:28:28 +00:00
stronk7
8914508a4b
Prevent add_field() to work if we are adding one not null field
...
to one non-empty table without specifying its default value.
Merged from MOODLE_17_STABLE
2006-10-21 18:19:47 +00:00
stronk7
e0251aea34
Added two more tests:
...
- To check adding numerial fields not null + default = 0
- To test set_field() with TEXT data
Merged from MOODLE_17_STABLE
2006-10-21 17:25:44 +00:00
stronk7
1fe2eb59c8
Minor typo fixed.
...
Merged from MOODLE_17_STABLE
2006-10-21 17:19:37 +00:00
moodler
81cc8046c4
Merged My Courses fixes from stable
2006-10-21 16:36:31 +00:00
stronk7
04c9f8dcc2
One typo (!==) was preventing defaults to be properly calculated for integers.
...
Thanks to Nigel McNie for being on that!
Merged from MOODLE_17_STABLE
2006-10-21 16:36:16 +00:00
moodler
49e6751073
Make sure LAMS is off if we don't need it (merged from stable)
2006-10-21 16:14:27 +00:00
moodler
318f210074
Merged fix for notice from stable
2006-10-21 16:00:43 +00:00
moodler
2176adf169
Merged some checks from stable
2006-10-21 14:53:47 +00:00
moodler
40bae73f93
Automatic installer.php lang files by installer_builder (20061021)
2006-10-21 02:58:55 +00:00