25545 Commits

Author SHA1 Message Date
tjhunt
b25486fc72 Matching qestion type was failing to correctly determine wheterh the student had changed their answer. 2007-03-20 14:06:56 +00:00
pichetp
9e20fbc2f4 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 14:05:10 +00:00
skodak
da5bcc9fa0 merged warning fix from MOODLE_18_STABLE 2007-03-20 08:08:22 +00:00
skodak
376b3141e5 MDL-8968 no auth plugin broken; merged from MOODLE_18_STABLE 2007-03-20 07:55:54 +00:00
skodak
3887fe4acd MDL-8840 Loginas cleanup, some more improvements; merged from MOODLE_18_STABLE
+ merging of format_string fixes
2007-03-20 07:42:41 +00:00
moodler
be78d45dd2 Merged login block tidy-up from stable 2007-03-20 07:35:53 +00:00
nicolasconnault
e9ff8e100a MDL-8832 : Undid the stripslashes and changed calls to s($string) to s($string, true) instead. 2007-03-20 05:21:31 +00:00
moodler
529ccfa5bd Automatic installer.php lang files by installer_builder (20070320) 2007-03-20 03:31:29 +00:00
nicolasconnault
6fc4ad7243 Almost completed the new profiling tool. Just a bit more tweaking :-) 2007-03-20 02:59:34 +00:00
toyomoyo
c0aa9f0956 merged fixing a warning 2007-03-20 02:57:57 +00:00
pichetp
41a89a0748 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 02:10:26 +00:00
pichetp
bd2b6ad362 Give the question bank code sensible PHPdocumentor package names. 2007-03-20 02:03:18 +00:00
nicolasconnault
b65567f455 Started adding enhanced profiling using APD. 2007-03-20 00:34:05 +00:00
nicolasconnault
a0648316ec MDL-8921 : Converted the page from table layout to divs (except tabular data) and added
related css rules in styles_layout.css. Looks the same and validates XHTML strict.
2007-03-20 00:27:38 +00:00
stronk7
82015ed26f urlencode() hook for correct parameter handling & XHTML.
Merged from MOODLE_18_STABLE
2007-03-20 00:11:55 +00:00
stronk7
c0cdb3b314 Changing one generic class-name to a glossary specific one in themes.
Merged from MOODLE_18_STABLE
2007-03-19 23:59:02 +00:00
stronk7
c988beb565 Changing one generic class-name to a glossary specific one.
Merged from MOODLE_18_STABLE
2007-03-19 23:52:16 +00:00
skodak
c16ec80252 MDL-8840 Loginas cleanup, better course isolation; merged from MOODLE_18_STABLE 2007-03-19 22:25:13 +00:00
pichetp
1976496e38 Give the question bank code sensible PHPdocumentor package names. 2007-03-19 22:04:30 +00:00
stronk7
a6e57ea053 One more class to align all the glossary inline explanations.
Merged from MOODLE_18_STABLE
2007-03-19 20:20:32 +00:00
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