skodak
6544f8d896
slashargument fix for healthcenter, better diagnostic messages; renamed file.php/pic.jpg option to file.php/1/pic.jpg because the course number is mandatory; merged from MOODLE_16_STABLE
2006-06-30 13:46:25 +00:00
skodak
aba588a726
Bug #5802 - Incorrect length in http partial content (206) packets.; merged from MOODLE_16_STABLE
2006-06-30 07:23:08 +00:00
skodak
9c1cd39de5
Bug #5937 - Fix nonascii chars in graphs:
...
* text is converted to unicode - no html entities anymore
* then all nonascii chars are converted to decimal number entites
* default.ttf is searched in dataroot/lang and local language packs too
* removed lang_decode() - obsoleded by proper entity converison above
* updated documentation in lang/en_utf8/fonts/README.txt
merged from MOODLE_16_STABLE
2006-06-29 21:22:16 +00:00
tjhunt
82b5d7cd8e
Bug #5922 - comment from manualgraded questions lost during regrade. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.
2006-06-28 11:45:11 +00:00
tjhunt
5e60643e1b
Bug 5889 - Regrading a quiz wipes student answers. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.
2006-06-26 11:23:32 +00:00
toyomoyo
b7425e2ebc
merged fix for 5916
2006-06-26 08:32:39 +00:00
skodak
77cf4951b7
fixed Turkish problems see, Bug #5878 - Teachers can't add blog and blocks; merged from MOODLE_16_STABLE
2006-06-26 07:23:10 +00:00
julmis
63183a0932
Commenting out ob_gzhandler
...
Merging from stable
2006-06-23 19:53:26 +00:00
danstowell
87075ec1cd
Fixed typo which caused images in questions to fail to display if NOT using slasharguments
2006-06-23 15:06:23 +00:00
stronk7
7038fe44bf
Now docs are showed in a new window based on $CFG->doctonewwindow
...
Merged from MOODLE_16_STABLE
2006-06-20 13:53:09 +00:00
stronk7
d3b9dbad78
Added new option to decide if docs will be showed in a new window.
...
Merged from MOODLE_16_STABLE
2006-06-20 13:41:56 +00:00
toyomoyo
08cf9e250d
merged, changed copyright to © to validate better
2006-06-19 03:53:26 +00:00
vyshane
68efe393f6
Merge from 1.6. New class FPDF_Protection. See bug #5855 .
2006-06-19 02:41:44 +00:00
moodler
fb06b25570
Merged migration fixes from stable
2006-06-18 10:09:58 +00:00
moodler
a6320cc0b8
Merged helplink fix from stable
2006-06-18 08:10:52 +00:00
moodler
05b7eba955
Merged print_error fix from stable
2006-06-14 03:17:19 +00:00
tjhunt
3fae19dd98
Bug #5810 missing ' > 7' in debug test. Merged from MOODLE_16_STABLE.
2006-06-13 14:37:45 +00:00
stronk7
c0bd060a58
Change the moodle_strtolower() function to use textlib services.
...
Also, mark it as deprecated, code should use text services directly.
Partially, bug 5777. It continues under investigation.
(http://moodle.org/bugs/bug.php?op=show&bugid=5777 )
Merged from MOODLE_16_STABLE
2006-06-10 10:40:16 +00:00
nfreear
782792047b
Fix bug 5611 (Skip block), across 4 files. Extra parameter $title in weblib.php: print_side_block, edits to moodleblock.class.php, Standard style, en_utf8 language pack.
2006-06-09 14:25:18 +00:00
stronk7
9fd0678fdd
The absolutely incredible bug! It was working being wrong! Bug 5775.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5775 )
Merged from MOODLE_16_STABLE
2006-06-09 14:23:55 +00:00
stronk7
d96466d29f
Moving from lastIP to lastip everywhere. Bug 5763.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5763 )
Merged from MOODLE_16_STABLE
2006-06-09 10:04:43 +00:00
stronk7
d836482a34
Moving from lastIP to lastip everywhere. Bug 5763.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5763 )
Merged (more or less) from MOODLE_16_STABLE
2006-06-09 09:47:01 +00:00
toyomoyo
1c994d89f8
merged, changed recordsize to 50
2006-06-08 02:46:45 +00:00
toyomoyo
92cf4ecc12
merged, changes made to process user table on row basis. added migrate2utf8_user function. please help test and report bugs!
2006-06-07 04:11:10 +00:00
stronk7
95a39282bf
Now environmentlib supports RESTRICT sections (to be able to deny
...
any general test with more detail (the opposite to the BYPASS section)
(http://moodle.org/bugs/bug.php?op=show&bugid=5653 )
Merged from MOODLE_16_STABLE
2006-06-06 16:19:17 +00:00
stronk7
ee6e91d4af
make_default_scale() now searches properly under
...
both dataroot and dirroot, defaulting to en_utf8. Bug 5719.
(http://moodle.org/bugs/bug.php?op=show&bugid=5719 )
Merged from MOODLE_16_STABLE
2006-06-04 15:19:05 +00:00
stronk7
ae57b07c06
report XXXX actions added. Bug 5714.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5714 )
More or less, merged from MOODLE_16_STABLE
2006-06-04 00:54:34 +00:00
skodak
75d9b88f3d
merged another try to fix IR from MOODEL_16_STABLE
2006-06-02 17:00:22 +00:00
moquist
b40a2b43be
Added $return parameters to print_paging_bar() and print_table().
2006-06-01 05:51:45 +00:00
vyshane
69c9c3e696
Fix for get_string(), which was not building path to report language files
...
correctly.
2006-06-01 03:10:17 +00:00
skodak
508b76d94f
fixed warning from clone($SITE) during site setup; merged from MOODLE_16_STABLE
2006-05-29 20:33:12 +00:00
stronk7
cfba5440c0
Normalize oracle driver name.
2006-05-29 17:42:01 +00:00
moodler
80acd6be74
Use global $COURSE in print_header to avoid ugly hack
2006-05-29 08:22:52 +00:00
moodler
45fc1f759e
Make $COURSE a full object for later use
2006-05-29 07:31:22 +00:00
skodak
b56e8cfdfc
Bug #4647 - Undefined property in lib/statslib.php; merged from MOODLE_16_STABLE
2006-05-26 09:01:37 +00:00
skodak
043f527471
Bug #4779 - lib/moodlelib.php: typo; merged from MOODLE_16_STABLE
2006-05-25 06:34:33 +00:00
toyomoyo
addcde11c8
merged changes from renaming reads/writes to statsreads/statswties - mysql5 reserved words
2006-05-25 02:53:00 +00:00
toyomoyo
22a92ee224
merged dropping backticks
2006-05-25 02:07:48 +00:00
toyomoyo
462458c66b
renaming reads and writes to statsreads and statswrites
2006-05-24 05:07:22 +00:00
skodak
fdcd0f0566
fix for printing of multiple group pictures bug #5548 ; merged from MOODLE_16_STABLE
2006-05-23 19:18:25 +00:00
skodak
108d928b8b
removed isset and merged from MOODLE_16_STABLE
2006-05-21 10:14:17 +00:00
skodak
4eff058d5a
fixed register globals issue with $text; merged from MOODLE_16_STABLE
2006-05-21 08:09:43 +00:00
skodak
cd7d03fa48
fixed register globals issues in course/search.php; merged from MOODLE_16_STABLE
2006-05-20 18:41:59 +00:00
skodak
a38a768b29
fixed cleaning of path in custom scripts SC#221; merged from MOODLE_16_STABLE
2006-05-20 17:23:14 +00:00
skodak
4a10c3875b
fixed - disabled autologinguest not always respected in require_login() SC#255; merged from MOODLE_16_STABLE
2006-05-19 19:11:30 +00:00
skodak
c23ff4d654
deprecated nvl() function similar to optional_variable(); merged from MOODLE_16_STABLE
2006-05-18 22:12:06 +00:00
skodak
e0e1cd26fa
fixed version number; merged from MOODLE_16_STABLE
2006-05-17 18:16:42 +00:00
skodak
4fb072d942
fixed some warnings and removed ugly hack error_reporting(E_ALL ^ E_NOTICE); that was only hiding warnings in this and other code; merged from MOODLE_16_STABLE
2006-05-17 18:06:33 +00:00
tjhunt
450a0a7db7
Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs.
2006-05-17 16:47:44 +00:00
tjhunt
b1a308bee0
Merge from 1.6 branch.
2006-05-17 11:38:34 +00:00