Commit graph

8021 commits

Author SHA1 Message Date
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
dongsheng
0675fbfc7e "GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9" 2009-01-16 04:56:21 +00:00
dongsheng
a6e13ccc26 "FORUM/MDL-17709, use css selector instead of inline style, merged from 1.9" 2009-01-16 04:52:30 +00:00
tjhunt
a18ba12ca6 quiz / questions: MDL-17919 Bad link edit questions from quiz preview page.
Thanks to Ann Adamcik for noticing this. It was a regression from MDL-6085.
2009-01-16 04:47:23 +00:00
dongsheng
175511b5b7 "MDL-17707, replace p with div in module summary, merged from 1.9" 2009-01-16 04:47:16 +00:00
skodak
0361508976 MDL-17457 moved all STATEMENTS into install.php 2009-01-15 21:36:48 +00:00
tjhunt
96c7d771df quiz: MDL-14926 New capability mod/quiz:reviewmyattempts, separate from mod/quiz:attempt. Merged from MOODLE_19_STABLE. 2009-01-14 07:08:02 +00:00
dongsheng
4cabf99f93 "MDL-6926, force language in forum module" 2009-01-14 05:01:11 +00:00
dongsheng
970470e72e "MDL-14949, reverse changes to permission which can cause problems, merged from 1.9" 2009-01-14 04:36:15 +00:00
skodak
9c82ff2acd MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules 2009-01-12 21:13:28 +00:00
skodak
1045a0074c MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +00:00