]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agofixed a notice
thepurpleblob [Mon, 30 Oct 2006 16:22:58 +0000 (16:22 +0000)]
fixed a notice

18 years agoAdded enablerecordcache setting to control the get_record() cache.
stronk7 [Mon, 30 Oct 2006 15:58:46 +0000 (15:58 +0000)]
Added enablerecordcache setting to control the get_record() cache.
Note that some parts of Moodle can enable/disable it selectively.

Merged from MOODLE_17_STABLE

18 years agoAdded some strings for the enablerecordcache setting.
stronk7 [Mon, 30 Oct 2006 15:54:10 +0000 (15:54 +0000)]
Added some strings for the enablerecordcache setting.

Merged from MOODLE_17_STABLE

18 years agoWrong "settings" link in course Administration block on module pages MDL-7286; merged...
skodak [Mon, 30 Oct 2006 14:58:09 +0000 (14:58 +0000)]
Wrong "settings" link in course Administration block on module pages MDL-7286; merged from MOODLE_17_STABLE

18 years ago If an user's credit card cannot be captured on the internet directly, obtain autho...
ethem [Mon, 30 Oct 2006 13:07:20 +0000 (13:07 +0000)]
   If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.

   Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.

18 years ago If an user's credit card cannot be captured on the internet directly, obtain autho...
ethem [Mon, 30 Oct 2006 12:53:15 +0000 (12:53 +0000)]
   If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.

   Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.

18 years agoJournal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 11:16:27 +0000 (11:16 +0000)]
Journal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE

18 years agoNew string: All Pending Orders
ethem [Mon, 30 Oct 2006 11:16:09 +0000 (11:16 +0000)]
New string: All Pending Orders

18 years ago[MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP...
sam_marshall [Mon, 30 Oct 2006 11:02:08 +0000 (11:02 +0000)]
[MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP because I couldn't see any reason to do it the latter way and it breaks under our loadbalancing system

18 years agoShow a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv').
ethem [Mon, 30 Oct 2006 10:12:20 +0000 (10:12 +0000)]
Show a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv').

18 years agoMerged drag class fixes from stable
moodler [Mon, 30 Oct 2006 09:41:55 +0000 (09:41 +0000)]
Merged drag class fixes from stable

18 years agocorrect the setting the fixed flag in JMatch quizzes
gbateson [Mon, 30 Oct 2006 08:55:35 +0000 (08:55 +0000)]
correct the setting the fixed flag in JMatch quizzes

18 years agoSOme misc foxes to installing (fixed icons, removed test that broke etc)
moodler [Mon, 30 Oct 2006 08:47:55 +0000 (08:47 +0000)]
SOme misc foxes to installing (fixed icons, removed test that broke etc)
that I did some time ago and never checked in

18 years agomerged fixed gradebookroles settings
toyomoyo [Mon, 30 Oct 2006 08:44:53 +0000 (08:44 +0000)]
merged fixed gradebookroles settings

18 years agoGet only courses made transactions. This lessens the course list; Merged from 17stable.
ethem [Mon, 30 Oct 2006 08:33:00 +0000 (08:33 +0000)]
Get only courses made transactions. This lessens the course list; Merged from 17stable.

18 years agoMerged AJAX GUI fixes from stable
moodler [Mon, 30 Oct 2006 08:21:51 +0000 (08:21 +0000)]
Merged AJAX GUI fixes from stable

18 years agoMerged fixed typo
moodler [Mon, 30 Oct 2006 07:56:39 +0000 (07:56 +0000)]
Merged fixed typo

18 years agoMerged ajax fix for MDL-7281
moodler [Mon, 30 Oct 2006 07:48:02 +0000 (07:48 +0000)]
Merged ajax fix for MDL-7281

18 years agomerged, do not remove context information when deleting the site course
toyomoyo [Mon, 30 Oct 2006 06:34:14 +0000 (06:34 +0000)]
merged, do not remove context information when deleting the site course

18 years agochanged focus when there is no error in the page to the first element in a form rathe...
jamiesensei [Mon, 30 Oct 2006 06:27:15 +0000 (06:27 +0000)]
changed focus when there is no error in the page to the first element in a form rather than no focus.

18 years agomerged fixing progress count
toyomoyo [Mon, 30 Oct 2006 05:40:46 +0000 (05:40 +0000)]
merged fixing progress count

18 years agomerged, ignore site level course teacher assignments when upgrading from 1.6 or below
toyomoyo [Mon, 30 Oct 2006 05:26:59 +0000 (05:26 +0000)]
merged, ignore site level course teacher assignments when upgrading from 1.6 or below

18 years agoMerge better gradebookroles default from stable
moodler [Mon, 30 Oct 2006 03:57:08 +0000 (03:57 +0000)]
Merge better gradebookroles default from stable

18 years agomerged fix for MDL-6895, adding optional param
toyomoyo [Mon, 30 Oct 2006 03:48:08 +0000 (03:48 +0000)]
merged fix for MDL-6895, adding optional param

18 years agomerged fix for MDL-7267, fixing keywords pivot
toyomoyo [Mon, 30 Oct 2006 03:38:13 +0000 (03:38 +0000)]
merged fix for MDL-7267, fixing keywords pivot

18 years agoAutomatic installer.php lang files by installer_builder (20061030)
moodler [Mon, 30 Oct 2006 03:03:00 +0000 (03:03 +0000)]
Automatic installer.php lang files by installer_builder (20061030)

18 years agoMerged metal fixes from stable
moodler [Mon, 30 Oct 2006 03:01:49 +0000 (03:01 +0000)]
Merged metal fixes from stable

18 years agoMDL-6864 The links 'Language editing' could be more descriptive
koenr [Sun, 29 Oct 2006 22:28:17 +0000 (22:28 +0000)]
MDL-6864 The links 'Language editing' could be more descriptive

18 years agoMDL-7042 Missing string on admin/roles/manage.php
koenr [Sun, 29 Oct 2006 21:54:56 +0000 (21:54 +0000)]
MDL-7042 Missing string on admin/roles/manage.php

18 years agoMerged fixes for not-logged-in users from stable
moodler [Sun, 29 Oct 2006 15:58:21 +0000 (15:58 +0000)]
Merged fixes for not-logged-in users from stable

18 years agoMerged fixes for gradebookroles from stable MDL-7253
moodler [Sun, 29 Oct 2006 15:02:45 +0000 (15:02 +0000)]
Merged fixes for gradebookroles from stable   MDL-7253

18 years agoMerged missing langimport string from stable MDL-7258
moodler [Sun, 29 Oct 2006 13:58:03 +0000 (13:58 +0000)]
Merged missing langimport string from stable  MDL-7258

18 years agoMerged fix for MDL-7248 from stable
moodler [Sun, 29 Oct 2006 13:31:27 +0000 (13:31 +0000)]
Merged fix for MDL-7248 from stable

18 years agoadded help button for format drop down
jamiesensei [Sun, 29 Oct 2006 10:19:48 +0000 (10:19 +0000)]
added help button for format drop down

18 years agoMerged new help links from stable
moodler [Sun, 29 Oct 2006 08:14:30 +0000 (08:14 +0000)]
Merged new help links from stable

18 years agoA small help file for permissions
moodler [Sun, 29 Oct 2006 08:07:16 +0000 (08:07 +0000)]
A small help file for permissions

18 years agoMerged some performance improvements from stable
moodler [Sun, 29 Oct 2006 07:23:57 +0000 (07:23 +0000)]
Merged some performance improvements from stable

18 years agoMerged user profile improvements from stable
moodler [Sun, 29 Oct 2006 04:21:23 +0000 (04:21 +0000)]
Merged user profile improvements from stable

18 years agoMake registration code a bit more unique
moodler [Sun, 29 Oct 2006 02:31:53 +0000 (02:31 +0000)]
Make registration code a bit more unique

18 years agoAdding PIVOT as MSSQL reserved word
stronk7 [Sat, 28 Oct 2006 23:13:26 +0000 (23:13 +0000)]
Adding PIVOT as MSSQL reserved word

Merged from MOODLE_17_STABLE

18 years agoMDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre...
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

18 years agoNow record_cache is controlled by $CFG->enablerecordcache
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

18 years agoMoved cache cleaning code near the begin of functions. Sometimes
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

18 years agoAdding one unmerged change from 17_STABLE. Was breaking some things...
stronk7 [Sat, 28 Oct 2006 16:50:28 +0000 (16:50 +0000)]
Adding one unmerged change from 17_STABLE. Was breaking some things...

18 years agoDropping xmldb_dbg($message). Now it has been replaced by a new cleaner
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

18 years agoNew xmldb_debug($message, $object) added. It's the official hook
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

18 years agoNow, on error, the new XMLDB->debug($msg) function is called.
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

18 years agoUpdate to 1.8dev
stronk7 [Sat, 28 Oct 2006 11:02:54 +0000 (11:02 +0000)]
Update to 1.8dev

18 years agoFix main install.xml file. It was preventing HEAD installation. MDL-7262
stronk7 [Sat, 28 Oct 2006 10:47:19 +0000 (10:47 +0000)]
Fix main install.xml file. It was preventing HEAD installation. MDL-7262

18 years agoImprove error output of install_from_xmldb_file(). Part of 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

18 years agoAutomatic installer.php lang files by installer_builder (20061028)
moodler [Sat, 28 Oct 2006 03:08:14 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (20061028)

18 years agofix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE
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

18 years ago Blog RSS is not being generated MDL-7256; 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

18 years agoFinish strings for graderoles MDL-7253; 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

18 years agoTurn AJAX off for now at site level MDL-7254; 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

18 years agoCounting extra updates performed by Oracle & MSSQL in PERF
stronk7 [Fri, 27 Oct 2006 17:49:25 +0000 (17:49 +0000)]
Counting extra updates performed by Oracle & MSSQL in PERF

18 years agoI forgot to globalize $record_cache in delete_record_XXX() functions.
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

18 years agoMinor improvements to the get_record() cache. Part of MDL-7196
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

18 years agoMerged blog RSS fix MDL-7251
moodler [Fri, 27 Oct 2006 16:28:20 +0000 (16:28 +0000)]
Merged blog RSS fix  MDL-7251

18 years agoMDL-7250 merged from stable
sam_marshall [Fri, 27 Oct 2006 16:27:28 +0000 (16:27 +0000)]
MDL-7250 merged from stable

18 years agoFixed a problem with TIMESPAN pattern matching
bobopinna [Fri, 27 Oct 2006 08:04:15 +0000 (08:04 +0000)]
Fixed a problem with TIMESPAN pattern matching

18 years agoComments in data print the "by" and then the date but no username MDL-7235; merged...
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

18 years agoAdded support to adl.nav (Sequencing is needed to complete)
bobopinna [Fri, 27 Oct 2006 06:51:25 +0000 (06:51 +0000)]
Added support to adl.nav (Sequencing is needed to complete)

18 years agomerged, taking care of a warning
toyomoyo [Fri, 27 Oct 2006 02:15:02 +0000 (02:15 +0000)]
merged, taking care of a warning

18 years agofix detection and display of fixed items in JMatch (jmt file)
gbateson [Fri, 27 Oct 2006 00:53:24 +0000 (00:53 +0000)]
fix detection and display of fixed items in JMatch (jmt file)

18 years agoDeprecating old "upgrade" files. MDL-7214
stronk7 [Thu, 26 Oct 2006 22:46:02 +0000 (22:46 +0000)]
Deprecating old "upgrade" files. MDL-7214

Merged from MOODLE_17_STABLE

18 years agoDeprecating old "upgrade" files. MDL-7214
stronk7 [Thu, 26 Oct 2006 22:39:10 +0000 (22:39 +0000)]
Deprecating old "upgrade" files. MDL-7214

Merged from MOODLE_17_STABLE

18 years agofixed whitespace merge
skodak [Thu, 26 Oct 2006 20:08:52 +0000 (20:08 +0000)]
fixed whitespace merge

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 18:12:42 +0000 (18:12 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoNew 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

18 years agoNew 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

18 years agoNew 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

18 years agoNew 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

18 years agoMerged fixes from stable for MDL-7229 (opentogoogle capabilities)
moodler [Thu, 26 Oct 2006 14:55:45 +0000 (14:55 +0000)]
Merged fixes from stable for MDL-7229  (opentogoogle capabilities)

18 years agoI found a new function: user_has_role_assignment(). Merged from MOODLE_17_STABLE.
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.

18 years agoThe 'Activity is currently hidden' check in mod/forum/post.php incorrectly used ...
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.

18 years agoAdded link in sco title for launch the sco in browse mode
bobopinna [Thu, 26 Oct 2006 11:18:00 +0000 (11:18 +0000)]
Added link in sco title for launch the sco in browse mode

18 years agoAdded Write Once Error reveal
bobopinna [Thu, 26 Oct 2006 11:14:47 +0000 (11:14 +0000)]
Added Write Once Error reveal

18 years agoAdding extra param fields to the user_info_field table to allow field type
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.

18 years agofixed breadcrums link; merged from MOODLE_17_STABLE
skodak [Thu, 26 Oct 2006 10:34:03 +0000 (10:34 +0000)]
fixed breadcrums link; merged from MOODLE_17_STABLE

18 years agoMerged from 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.

18 years agoCron.php workaround for IE & RFC2616 - MDL-7221; merged from MOODLE_17_STABLE
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

18 years agoget_courses() is only getting visible courses. This is a problem when an user wants...
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.

18 years agomigrated comment.php over to using new formslib.
jamiesensei [Thu, 26 Oct 2006 07:59:22 +0000 (07:59 +0000)]
migrated comment.php over to using new formslib.

18 years agoMerged get_record caching from MDL-7196 in stable (thanks sam!)
moodler [Thu, 26 Oct 2006 07:57:07 +0000 (07:57 +0000)]
Merged get_record caching from MDL-7196 in stable (thanks sam!)

18 years agoMerged from 1.7.
vyshane [Thu, 26 Oct 2006 07:46:22 +0000 (07:46 +0000)]
Merged from 1.7.

18 years agoMerged from 1.7
vyshane [Thu, 26 Oct 2006 07:45:00 +0000 (07:45 +0000)]
Merged from 1.7

18 years agoadded new form element class 'format' for adding format drop down box to forms.
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.

18 years agolib/locallib: changed local db upgrades now xmldb friendly (like lib/db)
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>

18 years agomerged, fixing a bug where context with an override and assignment is adding up capab...
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

18 years agoAutomatic installer.php lang files by installer_builder (20061026)
moodler [Thu, 26 Oct 2006 03:17:36 +0000 (03:17 +0000)]
Automatic installer.php lang files by installer_builder (20061026)

18 years agoFirst model of new upgrade.php scripts and comments in old ones.
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

18 years agoMDL-7190 fixed wrong closing ) in cache md5 calculation, sorry! merged from MOODLE_17...
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

18 years agoMDL-7137 permission UI improvements merged into role overrides; s() used instead...
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

18 years agoeditting of permissions enabled when adding new role MDL-7137; merged from MOODLE_17_...
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

18 years agoMerged AS keyword fixes from stable MDL-7207
moodler [Wed, 25 Oct 2006 09:04:25 +0000 (09:04 +0000)]
Merged AS keyword fixes from stable  MDL-7207

18 years agoMerged fixes for AS keywords MDL-7207
moodler [Wed, 25 Oct 2006 08:51:32 +0000 (08:51 +0000)]
Merged fixes for AS keywords   MDL-7207

18 years agomerged, added new config variables to control what roles get shown in the grade book
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

18 years agoMerged some recent changes from stable
moodler [Wed, 25 Oct 2006 08:38:14 +0000 (08:38 +0000)]
Merged some recent changes from stable

18 years agofixed add new blog entry and tag edit in blog block; merged from MOODLE_17_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