stronk7
7a3ec1afc5
Deleting some inline styles and unused code. MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 20:15:03 +00:00
skodak
f6f66b0338
MDL-8840 Loginas cleanup; merged from MOODLE_18_STABLE
...
+ merging perflib toys from moodlelib.php
2007-03-19 18:54:58 +00:00
stronk7
efe5792531
Now the add/update entry page XHTML validates and doesn't show
...
the tabs and intro anymore.
Merged from MOODLE_18_STABLE
2007-03-19 18:43:30 +00:00
stronk7
66111853bb
Now glossary "add entry" is a button instead of a tab. Part of MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 18:22:59 +00:00
stronk7
049faac882
Preparing some glossary css changes...for "add entry" buttons. MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 18:13:57 +00:00
tjhunt
4323d02959
Give the question bank code sensible PHPdocumentor package names.
2007-03-19 17:22:46 +00:00
stronk7
77d08333a8
$CFG->tabselectedtofront is out. Part of MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
stronk7
e8858fb1cb
XHTML compliance...
...
Merged from MOODLE_18_STABLE
2007-03-19 16:39:00 +00:00
stronk7
6a42a9b456
small typo in var name
...
Merged from MOODLE_18_STABLE
2007-03-19 16:12:42 +00:00
skodak
e683263f7f
MDL-8904 please no extract()s, fixed double string filtering; merged from MOODLE_18_STABLE
2007-03-19 10:37:44 +00:00
skodak
b95cbfe995
MDL-8956 Mistake in admin.php - wrong cron url; merged from MOODLE_18_STABLE
2007-03-19 08:27:00 +00:00
skodak
7e64d36193
MDL-8957 Multimedia filter cleanup; merged from MOODLE_18_STABLE
2007-03-19 08:09:09 +00:00
toyomoyo
2878babdb2
merged fix for MDL-8942, can't delete blog images
2007-03-19 07:52:29 +00:00
martinlanghoff
9aa9080756
Auto-linking filters: fix serious caching bug in forum mailouts
...
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.
This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 06:33:45 +00:00
toyomoyo
8cf990bcfe
merged fix for MDL-8934, assign role context statements incorrect
2007-03-19 04:49:49 +00:00
nicolasconnault
268ddd5070
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:26:45 +00:00
moodler
ca7ad7ee74
Merged error() fix from stable
2007-03-19 03:02:14 +00:00
stronk7
c2c54ac0fd
Minor fixes for XHTML compliance
...
Merged from MOODLE_18_STABLE
2007-03-19 00:02:19 +00:00
stronk7
d6f7e4d1e0
Fixing env table when displayed on upgrade.
...
Merged from MOODLE_18_STABLE
2007-03-18 19:37:07 +00:00
stronk7
cc60cd9bf4
Adding the environmentbox class to the box.
...
Merged from MOODLE_18_STABLE
2007-03-18 19:20:40 +00:00
stronk7
5a9f70b25f
Add some space between the environment table and environment box.
...
Merged from MOODLE_18_STABLE
2007-03-18 19:17:44 +00:00
moodler
274ea5d59f
Automatic installer.php lang files by installer_builder (20070318)
2007-03-18 03:23:40 +00:00
poltawski
2c3f3e77a9
MDL-8831 - Forum search boxes date checkboxes loose their checked status. Merged from MOODLE_18_STABLE
2007-03-17 23:41:58 +00:00
poltawski
76a2edc8fd
MDL-6386 - Regression from MDL-6462, lost stripslashes in CLOZE question,
...
thanks to Joseph Joseph Rézeau for his attention to this issue. Merged
from MOODLE_18_STABLE
2007-03-17 22:55:05 +00:00
gbateson
6dc323a7ba
fix HotPot reports for groups (MDL-8944)
2007-03-17 13:42:47 +00:00
skodak
c2127e375f
MDL-8883 fixed double backslashes problem in filter settings; merged from MOODLE_18_STABLE
2007-03-16 22:17:57 +00:00
skodak
1306c5ea1c
MDL-8932 fix static cache in userdate() + wrong en.UTF-8 locale ; merged with other fixes from MOODLE_18_STABLE
2007-03-16 21:00:06 +00:00
skodak
de5e137a2e
MDL-8841 Switch role cleanup; merged from MOODLE_18_STABLE
2007-03-16 20:21:27 +00:00
pichetp
37236c3581
adding </p> line 112,114
2007-03-16 20:14:22 +00:00
moodler
9fbed9c9bc
Merged format_string fixes from stable MDL-8713
2007-03-16 05:36:24 +00:00
mark-nielsen
9fcbddaed0
Merging in fixes for MDL-8929 from MOODLE_18_STABLE
2007-03-16 04:35:49 +00:00
mark-nielsen
632d3b9ad6
Merging in fixes for MDL-8930 from MOODLE_18_STABLE
2007-03-16 04:10:20 +00:00
mark-nielsen
0ae3b5d334
Merging in fix for MDL-8196
2007-03-16 03:53:30 +00:00
martinlanghoff
e5edab1b72
get_complete_user_data(): speedup SQL selecting local users by their mnethostid
2007-03-16 03:37:52 +00:00
moodler
fae83c8d32
Merged striplinks change from stable MDL-8713
2007-03-16 03:24:36 +00:00
moodler
069599e151
Merged removal for defunct function format_title from 1.8 (unforunately that was committed without a message).
...
MDL-8713
2007-03-16 03:12:50 +00:00
moodler
037da74d09
Merged format_string fix from stable MDL-8713
2007-03-16 02:52:30 +00:00
toyomoyo
6332592527
merged fixing empty <option/>
2007-03-16 02:33:28 +00:00
moodler
8dec2253cf
Merged autofocus fixes for formslib to dev from stable
2007-03-16 01:46:17 +00:00
skodak
ee266f33e0
MDL-8924 fixed UPGRADE fails from 1.6.4+ to 1.8 Beta+; merged from MOODLE_18_STABLE
2007-03-15 22:43:07 +00:00
bobopinna
409375eef4
Fixed the problem with asset and review mode checkbox in view.php
2007-03-15 21:19:47 +00:00
bobopinna
552039b1ae
Fixed the problem with asset and review mode checkbox in view.php
2007-03-15 21:04:01 +00:00
bobopinna
13929adcd7
MERGED MDL-8872 from 1.8 removed "course" mentions from scorm interface
2007-03-15 20:54:45 +00:00
bobopinna
2b600d16c0
MDL-8872 removed "course" mentions from scorm interface
2007-03-15 20:50:12 +00:00
bobopinna
41e8df8755
Removed some debugging print
2007-03-15 20:45:54 +00:00
stronk7
c7a311b550
Fix small bug only reproduced in tests about changing field names and
...
xmldb_field object becoming modified. Novice OOP bug :-(
Merged from MODLE_18_STABLE
2007-03-15 20:02:17 +00:00
stronk7
bdb794843a
Testing comments and default clauses containing chars to be escaped.
...
Merged from MOODLE_18_STABLE
2007-03-15 19:16:27 +00:00
stronk7
cfed9721ad
DB escaping comments. MDL-8918
...
Merged from MOODLE_18_STABLE
2007-03-15 19:03:07 +00:00
poltawski
f419655de9
MDL-8922 Some Xhtml fixes, merged from MOODLE_18_STABLE
2007-03-15 16:58:16 +00:00
poltawski
f054df1784
MDL-8582 - xhtml course report fixes
2007-03-15 16:03:44 +00:00