skodak
e0ca19a12d
MDL-8781 fixed typo; merged from MOODLE_18_STABLE
2007-03-27 22:03:30 +00:00
skodak
4d7a401910
MDL-8781 survey converted to new formslib - empty intro now means use default from language pack; merged from MOODLE_18_STABLE
2007-03-27 22:01:17 +00:00
sam_marshall
18d6ef01ca
Merged MDL-9072 Made forum discussion list not show links to groups if you don't have permission to view them
2007-03-27 12:23:25 +00:00
moodler
e1526d7792
Merged fix for MDL-9052 from 1.8
2007-03-27 05:15:46 +00:00
stronk7
43e891ede5
silly change, ignore it...
2007-03-26 23:30:34 +00:00
stronk7
96e4104def
Always print the entry when adding, updating/deleting comments. MDL-9047
...
Merged from MOODLE_18_STABLE
2007-03-26 23:02:35 +00:00
stronk7
1555de81ce
Avoid to end SQL commands with a trailing ';'. MDL-9058
...
Merged from MOODLE_18_STABLE
2007-03-26 21:52:11 +00:00
mark-nielsen
888f0c5460
Adding blocks to lesson
...
* added pagelib.php with lesson_page class definition
* Lesson view now uses standard page layout classes
Other fixes:
* minor fix to mod settings form
* fixed function names (some were missing lesson_ prefix)
2007-03-24 23:07:59 +00:00
stronk7
572889f194
Fix a problem with glossary not being able to sort by firstname.
...
Merged from MOODLE_18_STABLE
2007-03-24 00:58:43 +00:00
stronk7
1d33f652dd
One default was causing author view not being able to sortby firstname or lastname.
...
Merged from MOODLE_18_STABLE
2007-03-24 00:38:26 +00:00
skodak
7dbe6ceb4b
MDL-8347 Cannot create new glossary category if category with same name exists in another course on site; patch by Ray Lawrence; merged from MOODLE_18_STABLE
2007-03-22 22:45:02 +00:00
tjhunt
bc67d9b3bd
MDL-7241 - Manual grading report, sort by completed time didn't. Merged from MOODLE_16_STABLE.
2007-03-22 21:31:39 +00:00
tjhunt
6a5e9a8506
MDL-9004 - Breadcrumb trail is wrong when editing a quiz question. Merged from MOODLE_18_STABLE.
2007-03-22 11:46:15 +00:00
tjhunt
4fa684477e
MDL-7259 - Item analysis report does not use the right format_text settings. Merged from MOODLE_16_STABLE.
2007-03-21 23:25:33 +00:00
tjhunt
dd46d88e27
Fix whitespace problems and Eclipse warnings in Item Analysis quiz report.
2007-03-21 23:04:51 +00:00
skodak
ad9ff3d392
MDL-8804 two digests per day - merged from MOODLE_18_STABLE
2007-03-21 22:17:41 +00:00
tjhunt
d187f66046
MDL-8946 - Fix a regression that broke question export.
Also, partially clean up the way that question bank navigation tabs are printed, so the code is not duplicated in the quiz.
Some other miscellaneous code cleaning too.
Merged from MOODLE_18_STABLE.
2007-03-21 10:41:28 +00:00
toyomoyo
a7bb9b8ff2
merged fix for MDL-8981, roles assigned at site level may result in a lot of default subscriptions
2007-03-21 06:07:46 +00:00
tjhunt
121609d80a
MDL-8299 - Wrong capability on review.php. Merged from MOODLE_18_STABLE.
2007-03-20 22:45:19 +00:00
skodak
14021f2158
MDL-8975 fix parameter handling in repository plugin; merge from MOODLE_18_STABLE
2007-03-20 19:47:06 +00:00
tjhunt
8745405435
MDL-4084 Backup all question categories in a course, not just the ones from which questions are used in a quiz. Merged from MOODLE_18_STABLE.
2007-03-20 15:06:48 +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
stronk7
82015ed26f
urlencode() hook for correct parameter handling & XHTML.
...
Merged from MOODLE_18_STABLE
2007-03-20 00:11:55 +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
stronk7
7a3ec1afc5
Deleting some inline styles and unused code. MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 20:15:03 +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
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
nicolasconnault
268ddd5070
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:26:45 +00:00
stronk7
c2c54ac0fd
Minor fixes for XHTML compliance
...
Merged from MOODLE_18_STABLE
2007-03-19 00:02:19 +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
gbateson
6dc323a7ba
fix HotPot reports for groups (MDL-8944)
2007-03-17 13:42:47 +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
pichetp
37236c3581
adding </p> line 112,114
2007-03-16 20:14:22 +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
moodler
8dec2253cf
Merged autofocus fixes for formslib to dev from stable
2007-03-16 01:46:17 +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
moodler
cbcd697bcb
Merge post tag fixes ( #123 > #p123)
2007-03-15 14:10:29 +00:00
moodler
9de96c06e6
Merged user post link to context
2007-03-15 13:38:26 +00:00
tjhunt
779d35f143
Fix notice.
2007-03-15 12:52:50 +00:00
bobopinna
b0758a402d
Bug fix MDL-8725
2007-03-15 08:04:20 +00:00
bobopinna
4ecb6a9bbb
Bug fix MDL-8903
2007-03-15 07:47:43 +00:00
nicolasconnault
cdfe4875ec
MDL-8783: Added appropriate language strings to resolve this usability issue.
2007-03-15 06:26:52 +00:00
nicolasconnault
05f9928e87
MDL-8870 - All major file formats (mp3, mpeg, wmv, mov, avi, swf) now support embedding when required, in all major browsers.
2007-03-15 01:53:27 +00:00