]>
git.mjollnir.org Git - moodle.git/log
moodler [Tue, 31 Oct 2006 15:08:22 +0000 (15:08 +0000)]
Merged MDL-7150 fixes (don't try to show grades when there aren't any)
moodler [Tue, 31 Oct 2006 14:08:17 +0000 (14:08 +0000)]
Merged fix from MDL-7239
tjhunt [Tue, 31 Oct 2006 12:06:52 +0000 (12:06 +0000)]
MDL-5811 - Quiz editing outputs nasty junk before print_header sometimes. Second attempt at fixing. I forgot to mention the bug number in the previous commit to mod/quiz/edit.php. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 31 Oct 2006 11:59:54 +0000 (11:59 +0000)]
Make the close_window function better. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 31 Oct 2006 10:47:34 +0000 (10:47 +0000)]
Fix junk being output before print_header, which happened sometimes. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 31 Oct 2006 10:47:26 +0000 (10:47 +0000)]
Add return option to notify(). Merged from MOODLE_17_STABLE.
skodak [Tue, 31 Oct 2006 10:16:26 +0000 (10:16 +0000)]
Change name when file name contains more of a point MDL-6897 - patch submitted by Toni Mas; merged from MOODLE_17_STABLE
moodler [Tue, 31 Oct 2006 09:15:47 +0000 (09:15 +0000)]
Merged MDL-6975 from stable
skodak [Tue, 31 Oct 2006 09:09:40 +0000 (09:09 +0000)]
adding of user events into calendar and posting of blogs is now enabled by default - MDL-7297 and MDL-7245; merged from MOODLE_17_STABLE
moodler [Tue, 31 Oct 2006 09:00:42 +0000 (09:00 +0000)]
Merged note about guest exception from stable
toyomoyo [Tue, 31 Oct 2006 08:50:55 +0000 (08:50 +0000)]
merged fix for MDL-7302, tagid lost when turning editting on and off
moodler [Tue, 31 Oct 2006 08:14:36 +0000 (08:14 +0000)]
Merged documentation for Roles from stable MDL-6923
toyomoyo [Tue, 31 Oct 2006 07:34:03 +0000 (07:34 +0000)]
merged removing evil semicolon
martinlanghoff [Tue, 31 Oct 2006 05:03:54 +0000 (05:03 +0000)]
lib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR# 595)
Previous logic had dir created only when mbstring wasn't used, but the
typo3 lib needs to cache some data regardless, for the specCharsToASCII
function, which uses internal translation tables.
Author: Luke Hudson <luke@catalyst.net.nz>
moodler [Tue, 31 Oct 2006 04:38:39 +0000 (04:38 +0000)]
Killed infinite loop when upgrading teachers! (merge from stable)
moodler [Tue, 31 Oct 2006 01:21:48 +0000 (01:21 +0000)]
Merge participant count from stable
stronk7 [Mon, 30 Oct 2006 23:13:48 +0000 (23:13 +0000)]
Oracle optimization. Texts under 4000cc can be handled directly as varchar2,
so they don't need the 2-phase (insert/update) handling of LOBs
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 22:59:49 +0000 (22:59 +0000)]
Fixed one bug on Oracle produced when we were inserting
records with returnid disabled and containing LOBs
Merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 22:33:45 +0000 (22:33 +0000)]
Adding of calendar events broken MDL-7297; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 21:04:04 +0000 (21:04 +0000)]
fixed double enableajax in previous commit MDL-7296; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 21:01:47 +0000 (21:01 +0000)]
Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 19:53:40 +0000 (19:53 +0000)]
Prevent Oracle to fail when inserting records with log->info empty
(will be solved once we got all those NOT NULL fields fixed)
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 19:32:44 +0000 (19:32 +0000)]
Fixing display of pivots when they are author names
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 19:02:58 +0000 (19:02 +0000)]
Fixing some queries with duplicate column names. MDL-7294
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 18:34:21 +0000 (18:34 +0000)]
Now glossary is using the proper sql_substr() function
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 18:31:08 +0000 (18:31 +0000)]
New function sql_substr() returns the proper substr() function for each DB
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 18:01:10 +0000 (18:01 +0000)]
Now lcase() and ucase() are out from glossary
stronk7 [Mon, 30 Oct 2006 17:46:37 +0000 (17:46 +0000)]
sql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 17:41:55 +0000 (17:41 +0000)]
Deprecating sql_as (now the AS keyword is required in COLUMN aliases)
Merged from MOODLE_17_STABLE
stronk7 [Mon, 30 Oct 2006 16:55:17 +0000 (16:55 +0000)]
Updating wood to show the nav-bar properly.
Merged from MOODLE_17_STABLE
tjhunt [Mon, 30 Oct 2006 16:35:53 +0000 (16:35 +0000)]
Make General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE.
thepurpleblob [Mon, 30 Oct 2006 16:22:58 +0000 (16:22 +0000)]
fixed a notice
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
stronk7 [Mon, 30 Oct 2006 15:54:10 +0000 (15:54 +0000)]
Added some strings for the enablerecordcache setting.
Merged from MOODLE_17_STABLE
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
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.
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.
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
ethem [Mon, 30 Oct 2006 11:16:09 +0000 (11:16 +0000)]
New string: All Pending Orders
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
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').
moodler [Mon, 30 Oct 2006 09:41:55 +0000 (09:41 +0000)]
Merged drag class fixes from stable
gbateson [Mon, 30 Oct 2006 08:55:35 +0000 (08:55 +0000)]
correct the setting the fixed flag in JMatch quizzes
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
toyomoyo [Mon, 30 Oct 2006 08:44:53 +0000 (08:44 +0000)]
merged fixed gradebookroles settings
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.
moodler [Mon, 30 Oct 2006 08:21:51 +0000 (08:21 +0000)]
Merged AJAX GUI fixes from stable
moodler [Mon, 30 Oct 2006 07:56:39 +0000 (07:56 +0000)]
Merged fixed typo
moodler [Mon, 30 Oct 2006 07:48:02 +0000 (07:48 +0000)]
Merged ajax fix for MDL-7281
toyomoyo [Mon, 30 Oct 2006 06:34:14 +0000 (06:34 +0000)]
merged, do not remove context information when deleting the site course
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.
toyomoyo [Mon, 30 Oct 2006 05:40:46 +0000 (05:40 +0000)]
merged fixing progress count
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
moodler [Mon, 30 Oct 2006 03:57:08 +0000 (03:57 +0000)]
Merge better gradebookroles default from stable
toyomoyo [Mon, 30 Oct 2006 03:48:08 +0000 (03:48 +0000)]
merged fix for MDL-6895, adding optional param
toyomoyo [Mon, 30 Oct 2006 03:38:13 +0000 (03:38 +0000)]
merged fix for MDL-7267, fixing keywords pivot
moodler [Mon, 30 Oct 2006 03:03:00 +0000 (03:03 +0000)]
Automatic installer.php lang files by installer_builder (
20061030 )
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