skodak
c9609a1f0d
MDL-8781 fixed typo
2007-03-27 22:02:24 +00:00
skodak
37841afffe
MDL-8781 survey converted to new formslib - empty intro now means use default from language pack
2007-03-27 21:58:01 +00:00
sam_marshall
6920a2a59c
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:02 +00:00
moodler
ed22c4f3bc
Fix for data exposure MDL-9052
2007-03-27 05:13:09 +00:00
stronk7
68b8dfa13b
ignore this...
2007-03-26 23:30:57 +00:00
stronk7
b0e97aec74
Always print the entry when adding, updating/deleting comments. MDL-9047
2007-03-26 23:01:11 +00:00
stronk7
7e7b0ef002
Avoid to end SQL commands with a trailing ';'. MDL-9058
2007-03-26 21:51:18 +00:00
stronk7
b0aeae8288
Deleted one debug line...
2007-03-24 00:57:43 +00:00
stronk7
a655cd9a38
Fix a problem with glossary not being able to sort by firstname.
2007-03-24 00:56:31 +00:00
stronk7
401e26306e
One default was causing author view not being able to sort
...
by firstname or lastname.
2007-03-24 00:37:16 +00:00
csantossaenz
5466503ec1
Fixed backup problem for scorm module. Now, it includes needed files in moddata/scorm. even though the backup is done without user data and files
2007-03-23 10:53:24 +00:00
skodak
9ba5cf85e0
MDL-8347 Cannot create new glossary category if category with same name exists in another course on site; patch by Ray Lawrence
2007-03-22 22:43:22 +00:00
tjhunt
3c8c7ad245
MDL-7241 - Manual grading report, sort by completed time didn't. Merged from MOODLE_16_STABLE.
2007-03-22 21:31:33 +00:00
tjhunt
79dc9d16be
MDL-9004 - Breadcrumb trail is wrong when editing a quiz question.
2007-03-22 11:46:03 +00:00
tjhunt
c01c3954af
MDL-7259 - Item analysis report does not use the right format_text settings. Merged from MOODLE_16_STABLE.
2007-03-21 23:25:27 +00:00
tjhunt
c48ca9308f
Fix whitespace problems and Eclipse warnings in Item Analysis quiz report.
2007-03-21 23:04:35 +00:00
skodak
f77192322f
MDL-8804 two digests per day
2007-03-21 22:16:21 +00:00
tjhunt
aff7b7bd00
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.
2007-03-21 10:40:35 +00:00
toyomoyo
af007d91ee
fix for MDL-8981, roles assigned at site level may result n a lot of default subscriptions
2007-03-21 06:01:33 +00:00
tjhunt
52742e6f05
MDL-8299 - Wrong capability on review.php. Merged from MOODLE_17_STABLE.
2007-03-20 22:45:04 +00:00
skodak
e80947d967
MDL-8975 fix parameter handling in repository plugin
2007-03-20 19:45:59 +00:00
tjhunt
7f1908567b
MDL-4084 Backup all question categories in a course, not just the ones from which questions are used in a quiz.
2007-03-20 15:06:33 +00:00
nicolasconnault
3af559d414
More multilang support for site fullname, plus a couple extra comments.
2007-03-20 07:07:58 +00:00
nicolasconnault
ca31757ba3
MDL-8832 : Undid the stripslashes and changed calls to s($string) to s($string, true) instead.
2007-03-20 05:12:17 +00:00
nicolasconnault
d609b3a37b
MDL-8832 : Added stripslashes around search parameters (6 in total).
2007-03-20 04:44:41 +00:00
stronk7
5ce30e94ed
urlencode() hook for correct parameter handling & XHTML.
2007-03-20 00:10:25 +00:00
stronk7
4b593df481
Changing one generic class-name to a glossary specific one.
2007-03-19 23:51:31 +00:00
stronk7
99feca8c8e
Deleting some inline styles and clearing some unused code. MDL-8746
2007-03-19 20:10:50 +00:00
stronk7
87290838c9
Now the add/update entry page XHTML validates and doesn't show
...
the tabs and intro anymore.
2007-03-19 18:42:01 +00:00
stronk7
20ad9953df
Now glossary "add entry" is a button instead of a tab. Part of MDL-8746
2007-03-19 18:21:30 +00:00
martinlanghoff
84d46ef3d5
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:32:24 +00:00
nicolasconnault
f6cb1501e4
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:15:06 +00:00
stronk7
7bae742ae7
Minor fixes for XHTML compliance
2007-03-19 00:00:46 +00:00
poltawski
ca9825f48e
MDL-8831 - forum date checkboxes loose their checked status
2007-03-17 23:40:46 +00:00
gbateson
843808a9d8
fix hotpot reports to handle new group structure in Moodle 1.8 (MDL-8944)
2007-03-17 13:28:34 +00:00
skodak
5e57504798
MDL-8932 fix static cache in userdate() + wrong en.UTF-8 locale
2007-03-16 20:48:50 +00:00
pichetp
6bfdfaffe9
adding </p> line 112 ,114
2007-03-16 20:19:39 +00:00
mark-nielsen
d3dd9635ea
Fixes for MDL-8929: branch buttons displaying horizontally broke (again) and updated lang entry
2007-03-16 04:33:31 +00:00
mark-nielsen
7a3631b6ee
Fixing language string calls as noted in MDL-8930
2007-03-16 04:07:25 +00:00
mark-nielsen
5e24f43df6
Merging in fix for MDL-8196
2007-03-16 03:48:53 +00:00
moodler
0f5a44ca98
FIxed autofocus on reply posts
2007-03-16 01:44:11 +00:00
bobopinna
264062798b
Fixed the problem with asset and review mode checkbox in view.php
2007-03-15 21:23:14 +00:00
bobopinna
1e7321b854
Fixed the problem with asset and review mode checkbox in view.php
2007-03-15 21:06:53 +00:00
moodler
b1fcf3d343
More post link fixes ( #123 --> #p123)
2007-03-15 14:09:46 +00:00
moodler
bd72653e3c
Fixed a link from user forum post listing
2007-03-15 13:37:36 +00:00
tjhunt
a2b74a9300
Fix notice.
2007-03-15 12:53:03 +00:00
bobopinna
8bfa3f6c5f
Bug fix MDL-8903
2007-03-15 07:45:32 +00:00
nicolasconnault
3271d9e6d1
MDL-8783: Added appropriate language strings to resolve this usability issue.
2007-03-15 06:23:54 +00:00
nicolasconnault
cf6ffbe73b
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:50:06 +00:00
danmarsden
fc4ac66431
Fix for MDL-8862 - order of options in choice not logical - shift option for limiting options to aboe where limits are set.
2007-03-15 00:14:37 +00:00