]>
git.mjollnir.org Git - moodle.git/log
skodak [Thu, 26 Oct 2006 10:34:03 +0000 (10:34 +0000)]
fixed breadcrums link; merged from MOODLE_17_STABLE
moodler [Thu, 26 Oct 2006 09:43:58 +0000 (09:43 +0000)]
Merged from stable
Added a top-level cache to has_capability() to make it perform better
in cases where it's called a lot with repetitive values (which happens
a lot in things like forum mailouts) with only a small memory cost.
skodak [Thu, 26 Oct 2006 08:55:56 +0000 (08:55 +0000)]
Cron.php workaround for IE & RFC2616 - MDL-7221; merged from MOODLE_17_STABLE
ethem [Thu, 26 Oct 2006 08:41:02 +0000 (08:41 +0000)]
get_courses() is only getting visible courses. This is a problem when an user wants to view old payments.
jamiesensei [Thu, 26 Oct 2006 07:59:22 +0000 (07:59 +0000)]
migrated comment.php over to using new formslib.
moodler [Thu, 26 Oct 2006 07:57:07 +0000 (07:57 +0000)]
Merged get_record caching from MDL-7196 in stable (thanks sam!)
vyshane [Thu, 26 Oct 2006 07:46:22 +0000 (07:46 +0000)]
Merged from 1.7.
vyshane [Thu, 26 Oct 2006 07:45:00 +0000 (07:45 +0000)]
Merged from 1.7
jamiesensei [Thu, 26 Oct 2006 07:02:20 +0000 (07:02 +0000)]
added new form element class 'format' for adding format drop down box to forms.
martinlanghoff [Thu, 26 Oct 2006 04:18:23 +0000 (04:18 +0000)]
lib/locallib: changed local db upgrades now xmldb friendly (like lib/db)
Author: Jonathan Harker <jonathan@catalyst.net.nz>
toyomoyo [Thu, 26 Oct 2006 03:57:34 +0000 (03:57 +0000)]
merged, fixing a bug where context with an override and assignment is adding up capability
moodler [Thu, 26 Oct 2006 03:17:36 +0000 (03:17 +0000)]
Automatic installer.php lang files by installer_builder (
20061026 )
stronk7 [Wed, 25 Oct 2006 23:29:44 +0000 (23:29 +0000)]
First model of new upgrade.php scripts and comments in old ones.
Need validation before extending them everywhere across core. MDL-7214
Merged from MOODLE_17_STABLE
skodak [Wed, 25 Oct 2006 23:18:40 +0000 (23:18 +0000)]
MDL-7190 fixed wrong closing ) in cache md5 calculation, sorry! merged from MOODLE_17_STABLE
skodak [Wed, 25 Oct 2006 21:20:56 +0000 (21:20 +0000)]
MDL-7137 permission UI improvements merged into role overrides; s() used instead of htmlentities(); merged from MOODLE_17_STABLE
skodak [Wed, 25 Oct 2006 19:21:46 +0000 (19:21 +0000)]
editting of permissions enabled when adding new role MDL-7137; merged from MOODLE_17_STABLE
moodler [Wed, 25 Oct 2006 09:04:25 +0000 (09:04 +0000)]
Merged AS keyword fixes from stable MDL-7207
moodler [Wed, 25 Oct 2006 08:51:32 +0000 (08:51 +0000)]
Merged fixes for AS keywords MDL-7207
toyomoyo [Wed, 25 Oct 2006 08:51:26 +0000 (08:51 +0000)]
merged, added new config variables to control what roles get shown in the grade book
moodler [Wed, 25 Oct 2006 08:38:14 +0000 (08:38 +0000)]
Merged some recent changes from stable
skodak [Wed, 25 Oct 2006 08:17:44 +0000 (08:17 +0000)]
fixed add new blog entry and tag edit in blog block; merged from MOODLE_17_STABLE
toyomoyo [Wed, 25 Oct 2006 07:20:28 +0000 (07:20 +0000)]
merged, using limited fields instead of u.*
moodler [Wed, 25 Oct 2006 05:51:18 +0000 (05:51 +0000)]
Make CAS work MDL-6931
martinlanghoff [Wed, 25 Oct 2006 05:28:35 +0000 (05:28 +0000)]
auth/fc/config.html: cleanup double newlines (leftover from whitespace cleanup)
toyomoyo [Wed, 25 Oct 2006 03:47:59 +0000 (03:47 +0000)]
fix in load_user_capability() merged when 2 contexts in overrides are not related
skodak [Tue, 24 Oct 2006 22:40:07 +0000 (22:40 +0000)]
better cleaning of rss feeds SC#328; merged from MOODLE_17_STABLE
skodak [Tue, 24 Oct 2006 22:19:41 +0000 (22:19 +0000)]
Strip ##TRUSTTEXT## when not in developer debug mode MDL-7190; minor format_text speedup; changed in md5 text cache calculation; merged from MOODLE_17_STABLE
stronk7 [Tue, 24 Oct 2006 22:00:29 +0000 (22:00 +0000)]
DeLIMITing Moodle core. Now the new $limitfrom,
$limitnum parameters are used instead. MDL-7168
Merged from MOODLE_17_STABLE
skodak [Tue, 24 Oct 2006 21:39:43 +0000 (21:39 +0000)]
select_color.php popup should specify charset MDL-7193; patch by Hiroto Kagotani; merged from MOODLE_17_STABLE
skodak [Tue, 24 Oct 2006 21:30:25 +0000 (21:30 +0000)]
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
skodak [Tue, 24 Oct 2006 20:50:09 +0000 (20:50 +0000)]
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
skodak [Tue, 24 Oct 2006 20:22:30 +0000 (20:22 +0000)]
fixed When unassigning a role, forum_role_unassign unsubscribes the user even if you have other roles there MDL-7120; merged from MOODLE_17_STABLE
stronk7 [Tue, 24 Oct 2006 18:29:34 +0000 (18:29 +0000)]
Dropping some hardocded "mdl" prefixes. MDL-7202
Merged from MOODLE_17_STABLE
moodler [Tue, 24 Oct 2006 15:58:34 +0000 (15:58 +0000)]
Allow autologin as guest when viewing discussions (come in via link, say)
moodler [Tue, 24 Oct 2006 14:39:41 +0000 (14:39 +0000)]
Merged roles gui changes from stable
moodler [Tue, 24 Oct 2006 14:37:04 +0000 (14:37 +0000)]
Merged guest recent activity fixes from stable
jamiesensei [Tue, 24 Oct 2006 12:19:34 +0000 (12:19 +0000)]
migrated to formslib
jamiesensei [Tue, 24 Oct 2006 11:43:51 +0000 (11:43 +0000)]
added autofocus on first error and moved formslib include to inside request_form.php
jamiesensei [Tue, 24 Oct 2006 11:38:33 +0000 (11:38 +0000)]
added focus on first element with error
jamiesensei [Tue, 24 Oct 2006 11:10:48 +0000 (11:10 +0000)]
migrated signup.php over to using new formslib
jamiesensei [Tue, 24 Oct 2006 11:05:50 +0000 (11:05 +0000)]
added a method to return javascript to select form element with first error for use in focus in print_header
vyshane [Tue, 24 Oct 2006 09:42:06 +0000 (09:42 +0000)]
Merged from 1.7.
vyshane [Tue, 24 Oct 2006 08:13:13 +0000 (08:13 +0000)]
Merged from 1.7.
vyshane [Tue, 24 Oct 2006 08:11:38 +0000 (08:11 +0000)]
Merged from 1.7
skodak [Tue, 24 Oct 2006 08:06:56 +0000 (08:06 +0000)]
fixed risks associated with capabilitites in modules MDL-7174; merged from MOODLE_17_STABLE
skodak [Tue, 24 Oct 2006 08:02:26 +0000 (08:02 +0000)]
fixed risks associated with main capabilitites MDL-7174; merged from MOODLE_17_STABLE
bobopinna [Tue, 24 Oct 2006 07:35:11 +0000 (07:35 +0000)]
Added CAM support to SCORM 2004 3rd Edition
moodler [Tue, 24 Oct 2006 07:07:54 +0000 (07:07 +0000)]
FIxed problem which was unenrolling some assigns at the site level! MDL-7189
toyomoyo [Tue, 24 Oct 2006 04:26:46 +0000 (04:26 +0000)]
merged fixing capabilities
vyshane [Tue, 24 Oct 2006 03:26:55 +0000 (03:26 +0000)]
Merged from 1.7
moodler [Tue, 24 Oct 2006 02:36:13 +0000 (02:36 +0000)]
Merged fix for trusttext from stable
moodler [Tue, 24 Oct 2006 02:13:42 +0000 (02:13 +0000)]
Merged guest enrol fixes. MDL-7182
toyomoyo [Tue, 24 Oct 2006 02:10:46 +0000 (02:10 +0000)]
merged, blog tab clean up
stronk7 [Mon, 23 Oct 2006 23:00:18 +0000 (23:00 +0000)]
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
skodak [Mon, 23 Oct 2006 22:28:52 +0000 (22:28 +0000)]
fixed moodle/calendar:manageentries capability in calendar; merged from MOODLE_17_STABLE
skodak [Mon, 23 Oct 2006 21:02:57 +0000 (21:02 +0000)]
Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE
skodak [Mon, 23 Oct 2006 19:26:20 +0000 (19:26 +0000)]
Excel export returns a zero bytes file when system temp not writable MDL-7176; merged from MOODLE_17_STABLE
skodak [Mon, 23 Oct 2006 18:31:08 +0000 (18:31 +0000)]
error message when adding a link in editor MDL-7180 ; merged from MOODLE_17_STABLE
stronk7 [Mon, 23 Oct 2006 17:46:08 +0000 (17:46 +0000)]
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
stronk7 [Mon, 23 Oct 2006 16:03:52 +0000 (16:03 +0000)]
Suppress all the uses of LIMIT in the get_field_sql() calls. MDL-7173
Merged from MOODLE_17_STABLE
moodler [Mon, 23 Oct 2006 15:17:31 +0000 (15:17 +0000)]
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
moodler [Mon, 23 Oct 2006 13:42:23 +0000 (13:42 +0000)]
Fixed   characters MDL-7179
moodler [Mon, 23 Oct 2006 13:23:16 +0000 (13:23 +0000)]
Merged fix for letting guests see discussion post button from stable
skodak [Mon, 23 Oct 2006 12:05:33 +0000 (12:05 +0000)]
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
skodak [Mon, 23 Oct 2006 11:27:31 +0000 (11:27 +0000)]
yet another context fix for Roles tab - I hope this one is final; merged from MOODLE_17_STABLE
skodak [Mon, 23 Oct 2006 11:17:56 +0000 (11:17 +0000)]
glossary tabs (when updating a glossary) is not aligned properly MDL-7172 ; merged from MOODLE_17_STABLE
andreabix [Mon, 23 Oct 2006 08:00:13 +0000 (08:00 +0000)]
Stylistic problem solved
moodler [Mon, 23 Oct 2006 07:46:57 +0000 (07:46 +0000)]
Merged tidy-ups from stable
stronk7 [Mon, 23 Oct 2006 07:46:10 +0000 (07:46 +0000)]
strip "old" harcoded "limit" clauses from the sql passed and
debug about them. MDL-7173
Merged from MOODLE_17_STABLE
moodler [Mon, 23 Oct 2006 07:01:18 +0000 (07:01 +0000)]
Merged choice fixes from stable
moodler [Mon, 23 Oct 2006 06:38:15 +0000 (06:38 +0000)]
Merged guest key enrolment fix from stable MDL-6881
moodler [Mon, 23 Oct 2006 05:22:16 +0000 (05:22 +0000)]
Merged stats fix for MDL-7151 from stable
moodler [Mon, 23 Oct 2006 04:55:20 +0000 (04:55 +0000)]
Better handling for guest in forums MDL-7125
moodler [Mon, 23 Oct 2006 03:29:54 +0000 (03:29 +0000)]
Merged capability name fix from stable
toyomoyo [Mon, 23 Oct 2006 03:23:09 +0000 (03:23 +0000)]
merged replacing studentcanpost with proper capability
moodler [Mon, 23 Oct 2006 03:12:37 +0000 (03:12 +0000)]
Merged unenrol fixes from stable MDL-6964 MDL-7123
moodler [Mon, 23 Oct 2006 03:00:30 +0000 (03:00 +0000)]
Merged choice/guest fixes from stable MDL-7171
moodler [Mon, 23 Oct 2006 02:58:41 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (
20061023 )
toyomoyo [Mon, 23 Oct 2006 02:49:05 +0000 (02:49 +0000)]
merged replacing studentcanpost with capability
toyomoyo [Mon, 23 Oct 2006 02:25:32 +0000 (02:25 +0000)]
merged, student_can_post should be done properly using capabilities
stronk7 [Mon, 23 Oct 2006 00:01:57 +0000 (00:01 +0000)]
Prevent MSSQL to return from insert_record() before
trying to execute the updating of LOBs.
Merged from MOODLE_17_STABLE
stronk7 [Sun, 22 Oct 2006 23:21:59 +0000 (23:21 +0000)]
Debugging sql_paging_limit() as deprecated and
enforcing get_field_sql() to return 1 record max
Merged from MOODLE_17_STABLE
stronk7 [Sun, 22 Oct 2006 22:58:29 +0000 (22:58 +0000)]
Killing all sql_paging_limit() uses
Merged from MOODLE_17_STABLE
stronk7 [Sun, 22 Oct 2006 22:49:54 +0000 (22:49 +0000)]
Killing all sql_paging_limit() uses
Merged from MOODLE_17_STABLE
stronk7 [Sun, 22 Oct 2006 22:37:30 +0000 (22:37 +0000)]
Adding limitfrom and limitnum parameters to a bunch of
rarely executed functions...
Merged from MOODLE_17_STABLE
skodak [Sun, 22 Oct 2006 20:03:01 +0000 (20:03 +0000)]
fixed incorrect context in user Outline report; mergedf rom MOODLE_17_STABLE
skodak [Sun, 22 Oct 2006 19:59:07 +0000 (19:59 +0000)]
fixed $usercontext creation needed for Role tab when viewing user data; merged from MOODLE_17_STABLE
skodak [Sun, 22 Oct 2006 19:42:27 +0000 (19:42 +0000)]
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
skodak [Sun, 22 Oct 2006 19:20:02 +0000 (19:20 +0000)]
fixed moodle/site:readallmessages MDL-7160 ; commented out unfinished buggy code; merged from MOODLE_17_STABLE
moodler [Sun, 22 Oct 2006 08:31:06 +0000 (08:31 +0000)]
Merged lastcourseaccess fixes from MDL-7134
moodler [Sun, 22 Oct 2006 08:25:51 +0000 (08:25 +0000)]
Merged missing </span> from stable
moodler [Sun, 22 Oct 2006 08:19:41 +0000 (08:19 +0000)]
Merged some fixes for & in XHTML
moodler [Sun, 22 Oct 2006 08:14:20 +0000 (08:14 +0000)]
Merged XHTML fixes from stable
moodler [Sun, 22 Oct 2006 08:13:03 +0000 (08:13 +0000)]
Merged filter fix from stable
moodler [Sun, 22 Oct 2006 07:42:04 +0000 (07:42 +0000)]
Merged fixes for recent activity from stable MDL-7134
moodler [Sun, 22 Oct 2006 03:06:21 +0000 (03:06 +0000)]
Automatic installer.php lang files by installer_builder (
20061022 )
skodak [Sat, 21 Oct 2006 21:15:26 +0000 (21:15 +0000)]
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE
skodak [Sat, 21 Oct 2006 21:05:44 +0000 (21:05 +0000)]
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS discussion feed type too; merged from MOODLE_17_STABLE
skodak [Sat, 21 Oct 2006 20:42:50 +0000 (20:42 +0000)]
fix has_capability() to work when $nomoodlecookie = true; MDL-7156 - needed for RSS file.php that is serving feeds; merged from MOODLE_17_STABLE
skodak [Sat, 21 Oct 2006 20:30:27 +0000 (20:30 +0000)]
fixed undefined modcontext in forum; merged from MOODLE_17_STABLE