]>
git.mjollnir.org Git - moodle.git/log
moodler [Mon, 30 Oct 2006 03:01:49 +0000 (03:01 +0000)]
Merged metal fixes from stable
koenr [Sun, 29 Oct 2006 22:28:17 +0000 (22:28 +0000)]
MDL-6864 The links 'Language editing' could be more descriptive
koenr [Sun, 29 Oct 2006 21:54:56 +0000 (21:54 +0000)]
MDL-7042 Missing string on admin/roles/manage.php
moodler [Sun, 29 Oct 2006 15:58:21 +0000 (15:58 +0000)]
Merged fixes for not-logged-in users from stable
moodler [Sun, 29 Oct 2006 15:02:45 +0000 (15:02 +0000)]
Merged fixes for gradebookroles from stable MDL-7253
moodler [Sun, 29 Oct 2006 13:58:03 +0000 (13:58 +0000)]
Merged missing langimport string from stable MDL-7258
moodler [Sun, 29 Oct 2006 13:31:27 +0000 (13:31 +0000)]
Merged fix for MDL-7248 from stable
jamiesensei [Sun, 29 Oct 2006 10:19:48 +0000 (10:19 +0000)]
added help button for format drop down
moodler [Sun, 29 Oct 2006 08:14:30 +0000 (08:14 +0000)]
Merged new help links from stable
moodler [Sun, 29 Oct 2006 08:07:16 +0000 (08:07 +0000)]
A small help file for permissions
moodler [Sun, 29 Oct 2006 07:23:57 +0000 (07:23 +0000)]
Merged some performance improvements from stable
moodler [Sun, 29 Oct 2006 04:21:23 +0000 (04:21 +0000)]
Merged user profile improvements from stable
moodler [Sun, 29 Oct 2006 02:31:53 +0000 (02:31 +0000)]
Make registration code a bit more unique
stronk7 [Sat, 28 Oct 2006 23:13:26 +0000 (23:13 +0000)]
Adding PIVOT as MSSQL reserved word
Merged from MOODLE_17_STABLE
skodak [Sat, 28 Oct 2006 21:55:19 +0000 (21:55 +0000)]
MDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre 1.8) was not nice at all, it is IMHO more readable now and the forms implementation could be greatly simplified; this can also serve as sample trusttext implementation outside of forms code
stronk7 [Sat, 28 Oct 2006 19:56:34 +0000 (19:56 +0000)]
Now record_cache is controlled by $CFG->enablerecordcache
Merged from MOODLE_17_STABLE
stronk7 [Sat, 28 Oct 2006 17:53:00 +0000 (17:53 +0000)]
Moved cache cleaning code near the begin of functions. Sometimes
it wasnt' executed due to function ending. MDL-7196
Merged from MOODLE_17_STABLE
stronk7 [Sat, 28 Oct 2006 16:50:28 +0000 (16:50 +0000)]
Adding one unmerged change from 17_STABLE. Was breaking some things...
stronk7 [Sat, 28 Oct 2006 15:24:04 +0000 (15:24 +0000)]
Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner
debug system, with XMLDB hook for debug enabled by the creation of one
function called: xmldb_debug($message, $object), currently present in
lib/datalib.php MDL-7261
stronk7 [Sat, 28 Oct 2006 15:20:14 +0000 (15:20 +0000)]
New xmldb_debug($message, $object) added. It's the official hook
provided by XMLDB's debug() function. MDL-7261
stronk7 [Sat, 28 Oct 2006 15:18:40 +0000 (15:18 +0000)]
Now, on error, the new XMLDB->debug($msg) function is called.
It provides the facility to hook to one external function, if
available: xmldb_debug($message, $xmldb_object) to perform
custom debugging/logging. MDL-7261
stronk7 [Sat, 28 Oct 2006 11:02:54 +0000 (11:02 +0000)]
Update to 1.8dev
stronk7 [Sat, 28 Oct 2006 10:47:19 +0000 (10:47 +0000)]
Fix main install.xml file. It was preventing HEAD installation. MDL-7262
stronk7 [Sat, 28 Oct 2006 10:37:54 +0000 (10:37 +0000)]
Improve error output of install_from_xmldb_file(). Part of MDL-7262
Merged from MOODLE_17_STABLE
moodler [Sat, 28 Oct 2006 03:08:14 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (
20061028 )
skodak [Fri, 27 Oct 2006 21:48:54 +0000 (21:48 +0000)]
fix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 21:42:50 +0000 (21:42 +0000)]
Blog RSS is not being generated MDL-7256; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 21:07:18 +0000 (21:07 +0000)]
Finish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 20:34:40 +0000 (20:34 +0000)]
Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE
stronk7 [Fri, 27 Oct 2006 17:49:25 +0000 (17:49 +0000)]
Counting extra updates performed by Oracle & MSSQL in PERF
stronk7 [Fri, 27 Oct 2006 17:14:58 +0000 (17:14 +0000)]
I forgot to globalize $record_cache in delete_record_XXX() functions.
Merged from MOODLE_17_STABLE
stronk7 [Fri, 27 Oct 2006 16:56:34 +0000 (16:56 +0000)]
Minor improvements to the get_record() cache. Part of MDL-7196
1) Check the cache issset() before unset() it.
2) In the set_field() function, if fieldX = 'id',
just delete such element from the cache,
else the whole table
3) Add some more unset() operations against the cache in
the delete_xxxx() dmllib functions.
Merged from MOODLE_17_STABLE
moodler [Fri, 27 Oct 2006 16:28:20 +0000 (16:28 +0000)]
Merged blog RSS fix MDL-7251
sam_marshall [Fri, 27 Oct 2006 16:27:28 +0000 (16:27 +0000)]
MDL-7250 merged from stable
bobopinna [Fri, 27 Oct 2006 08:04:15 +0000 (08:04 +0000)]
Fixed a problem with TIMESPAN pattern matching
skodak [Fri, 27 Oct 2006 07:50:28 +0000 (07:50 +0000)]
Comments in data print the "by" and then the date but no username MDL-7235; merged from MOODLE_17_STABLE
bobopinna [Fri, 27 Oct 2006 06:51:25 +0000 (06:51 +0000)]
Added support to adl.nav (Sequencing is needed to complete)
toyomoyo [Fri, 27 Oct 2006 02:15:02 +0000 (02:15 +0000)]
merged, taking care of a warning
gbateson [Fri, 27 Oct 2006 00:53:24 +0000 (00:53 +0000)]
fix detection and display of fixed items in JMatch (jmt file)
stronk7 [Thu, 26 Oct 2006 22:46:02 +0000 (22:46 +0000)]
Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
stronk7 [Thu, 26 Oct 2006 22:39:10 +0000 (22:39 +0000)]
Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
skodak [Thu, 26 Oct 2006 20:08:52 +0000 (20:08 +0000)]
fixed whitespace merge
stronk7 [Thu, 26 Oct 2006 18:12:42 +0000 (18:12 +0000)]
New upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 17:33:40 +0000 (17:33 +0000)]
New upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 17:02:31 +0000 (17:02 +0000)]
New upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 16:33:49 +0000 (16:33 +0000)]
New upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 15:38:18 +0000 (15:38 +0000)]
New upgrade.php file added for this module. MDL-7214
moodler [Thu, 26 Oct 2006 14:55:45 +0000 (14:55 +0000)]
Merged fixes from stable for MDL-7229 (opentogoogle capabilities)
ethem [Thu, 26 Oct 2006 14:44:53 +0000 (14:44 +0000)]
I found a new function: user_has_role_assignment(). Merged from MOODLE_17_STABLE.
sam_marshall [Thu, 26 Oct 2006 14:15:46 +0000 (14:15 +0000)]
The 'Activity is currently hidden' check in mod/forum/post.php incorrectly used 'manageactivities' capability instead of 'viewhiddenactivities', fixing.
bobopinna [Thu, 26 Oct 2006 11:18:00 +0000 (11:18 +0000)]
Added link in sco title for launch the sco in browse mode
bobopinna [Thu, 26 Oct 2006 11:14:47 +0000 (11:14 +0000)]
Added Write Once Error reveal
ikawhero [Thu, 26 Oct 2006 11:07:25 +0000 (11:07 +0000)]
Adding extra param fields to the user_info_field table to allow field type
plugins to store data. Plus a description field.
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