sam_marshall
3ae8d0dd80
MDL-18322: Fix debug warning on course view page when forum has grouping set
2009-02-19 17:41:40 +00:00
dongsheng
d7860ff9f1
"RESOURCE/MDL-17696, remove extra div, merged from 1.9"
2009-02-18 08:10:35 +00:00
skodak
90ee78e21c
MDL-18293 removing unused error strings (now replaced by exceptions)
2009-02-17 16:33:32 +00:00
tjhunt
1bd66f3914
quiz attempts: MDL-18283 add accept-charset="utf-8" to avoid encoding problems.
2009-02-17 07:21:56 +00:00
skodak
3156b8ca48
MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files
2009-02-16 20:47:22 +00:00
stronk7
23a6c9d68c
MDL-18243 data module filter - make it cross-db by using sql_compare_text() ; merged from 19_STABLE
2009-02-16 17:58:50 +00:00
poltawski
041a1e4173
performance/mymoodle MDL-18241 - Assigments were very expensive
...
Reworked to take queries out of loops and let it scale. Unfortunately
I don't think we can get the get_users_by_capability() call out of the
loop on assignments.
Real query numbers before/after:
Teacher: 12,509 / 314
Student: 127 / 72
Admin: 718 / 133
Conflicts:
mod/assignment/lib.php
Merged from 19_STABLE (with dmlib changes)
2009-02-16 13:14:30 +00:00
stronk7
aab0cd1851
MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE
2009-02-15 23:23:41 +00:00
tjhunt
2b6ec12cd4
quiz editing: MDL-18016 fix regression, adding questions on the order and paging tab was broken.
2009-02-13 07:12:41 +00:00
tjhunt
7b161e1290
quiz editing: MDL-17284 improve wording for delete -> remove all selected questions.
2009-02-13 07:11:55 +00:00
tjhunt
5bbdaed2a1
quiz editing: MDL-17455 fix non-unique first column in get records. Thanks Olli for spotting this.
2009-02-12 05:04:19 +00:00
tjhunt
4cc11ff992
quiz editing: MDL-17455 fix missing global. Oops.
2009-02-11 10:35:41 +00:00
tjhunt
2a874d65ce
quiz editing: MDL-17455 refactor the editing code to use the locallib functions to print the icons.
...
Also, use the new method in the random question class to get the list of random questions reliably.
2009-02-11 10:08:07 +00:00
stronk7
78934008d3
MDL-17365 forum ajax rating - revert menu color back after error ; merged from 19_STABLE
2009-02-11 10:01:11 +00:00
tjhunt
68b1b19b16
quiz editing: Whitespace improvements.
2009-02-11 09:48:30 +00:00
tjhunt
ad041fad59
quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-)
2009-02-11 08:12:19 +00:00
tjhunt
ad65ff47d8
quiz: MDL-17873 small efficiency gains.
2009-02-11 07:52:26 +00:00
tjhunt
fbcf399e69
Typo fix in comment.
2009-02-11 07:48:44 +00:00
danmarsden
ca5387202f
MDL-18125 - improve lang for options/choices
2009-02-09 10:09:57 +00:00
danmarsden
d12280bb03
MDL-17198 - show better confirmation of choice selection.
2009-02-09 09:51:06 +00:00
danmarsden
82ab7cb535
MDL-18092 - better checking for empty vars when no users are in course. wrong place for empty check!
2009-02-09 09:33:50 +00:00
danmarsden
9acb770082
MDL-18092 - better checking for empty vars when no users are in course.
2009-02-09 09:19:47 +00:00
piers
71d0d79931
MDL-17832 - consistent adding and removing of slashes for track data.
2009-02-04 18:56:15 +00:00
piers
67859ce61e
MDL-18023 - add type check to check against default to avoid 0 error
2009-02-04 18:37:18 +00:00
skodak
795a08adb7
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
2009-01-31 20:07:32 +00:00
mudrd8mz
c5ce3d837c
MDL-17940 Display the count of ratings together with the aggregated grade for the post. Merged from 1.9
2009-01-30 11:32:46 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
mudrd8mz
8222c59e6c
MDL-13449 Fix the problem with displaying aggregation type "Count of ratings". Merged from MOODLE_19_STABLE
2009-01-29 12:40:24 +00:00
sam_marshall
ad70c470dd
MDL-381: Added 'Move' button to reduce accidentally moving forum posts.
2009-01-28 13:10:01 +00:00
stronk7
84e00f8959
MDL-17365 forum rate - validate rating against scale values. Merged from 19_STABLE
2009-01-27 17:50:12 +00:00
gbateson
e943633245
MDL-17679: implement course reset for HotPot module (thanks to Albert Gasset)
2009-01-27 08:52:03 +00:00
tjhunt
853a3eefd4
forum rating: MDL-18044 notice sometimes when a forum is rated, also XHTML strict problems and fix incorrect help text.
2009-01-27 06:35:56 +00:00
stronk7
fd6a649399
MDL-17998 forum ajax rating - avoid 'null' printout + improved search by class (IE7, you know) ; merged from 19_STABLE
2009-01-23 16:32:21 +00:00
tjhunt
b7a9dc5193
question bank: MDL-17992 and MDL-17397. Put back questiontext as a separate row option, and increase consistenscy between stand-alone qbank and the display in the quiz editing page.
2009-01-23 05:01:37 +00:00
tjhunt
e4d1d5e010
question bank: MDL-17871 finish refactor of code into one class per column.
...
Needs tidying up, but basically there, so checking it in.
2009-01-22 09:19:37 +00:00
tjhunt
971c6fca06
question bank: MDL-17871 Kill most of the duplicated code between mod/quiz/editlib.php and question/editlib.php
2009-01-22 05:38:18 +00:00
tjhunt
5bd22790c4
question bank: MDL-17871 refactor the code that displays particular information about each question into classes.
...
More work in progress. Print column headers, and improve sorting. These classes are still not used.
2009-01-21 07:21:43 +00:00
Jonathan Newman
4d933beb8a
cvsimport fixups
2009-01-20 23:53:34 +00:00
moodler
5138378ab3
forum/css MDL-16749 added a div named "posting" around the posting (merged from 1.9)
2009-01-20 07:55:49 +00:00
sam_marshall
ee8d825f70
MDL-17965: Prevent forum move to forum you can't start discussions in
2009-01-19 14:20:36 +00:00
tjhunt
5b5e5ab20c
question bank: MDL-17302 refactor question bank display code into a class.
...
Step 2. Remove as many as possbile of the differences between the two classes. This is mostly whitespace and irrelevant code formatting issues, but there are also a few changes to the generated output, taking the best of both views.
2009-01-19 08:50:48 +00:00
tjhunt
f4b879ddea
question bank: MDL-17302 refactor question bank display code into a class.
...
Step 1. Just convert the existing functions quiz_question_showbank and question_showbank and friends into methods of a class and subclass.
More to come.
2009-01-19 05:30:01 +00:00
dongsheng
aba28cbafe
"FORUM/MDL-17709, replace p with div in forum summary, merged from 1.9"
2009-01-19 01:38:07 +00:00
stronk7
2ee07c3d21
MDL-17364 forum ajax rating - erasing some unused print_error(). Exceptions handle that now
2009-01-17 19:45:40 +00:00
stronk7
12f6d01610
MDL-17364 forum ajax rating working
2009-01-17 19:14:37 +00:00
skodak
56949c17de
MDL-14992 refactored use of session_write_close()
2009-01-17 15:25:08 +00:00
dongsheng
3c12715af7
"GLOSSARY/MDL-17707, remove extra div, merged from 1.9"
2009-01-16 09:00:25 +00:00
dongsheng
4acfb3452b
"MDL-17710, remove extra div, merged from 1.9"
2009-01-16 08:54:10 +00:00
dongsheng
1e61a246f9
"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"
2009-01-16 05:38:40 +00:00
dongsheng
8d487d41c6
"QUIZ/MDL-17710, wrap quiz summary by div, merged from 1.9"
2009-01-16 05:34:15 +00:00