9590 Commits

Author SHA1 Message Date
skodak
ad0cf519df MDL-18223 merging missing strings from MOODLE_19_STABLE 2009-02-17 22:49:51 +00:00
skodak
2e3f66d728 MDL-18223 merged spam cleaner into head + removed legacy code + fixed report title 2009-02-17 22:37:48 +00:00
skodak
ff08798b11 MDL-11313 merged strings into HEAD (will not be used there) 2009-02-17 22:25:13 +00:00
skodak
5e2f308b91 MDL-18293 exception and DML cleanup 2009-02-17 16:50:36 +00:00
skodak
90ee78e21c MDL-18293 removing unused error strings (now replaced by exceptions) 2009-02-17 16:33:32 +00:00
skodak
644d506ac1 MDL-16698 towards new general editor element + converted course section summaries 2009-02-17 16:18:05 +00:00
sam_marshall
54ab56b349 MDL-18208: Make xmldb give sensible error if you try to generate documentation without having xsl extension installed 2009-02-17 12:53:51 +00:00
nicolasconnault
c4c97a6d82 MDL-18004 2009-02-17 11:17:29 +00:00
nicolasconnault
54c4a2cb4f MDL-18004 Separated gradebook course settings from report preferences 2009-02-17 09:01:48 +00:00
wildgirl
ee0c136a4f welcometocoursetext lang string: MDL-18260 small rewording 2009-02-16 17:13:52 +00:00
jerome
d27c5d3383 web service MDL-17135 add moodle/site:usewebservice capability - display only web service users into administration page 2009-02-16 08:06:14 +00:00
skodak
f2cbf2dc1e MDL-18258 fixed legacy type and improved risky default course role hints 2009-02-15 18:45:15 +00:00
skodak
e36005bef6 MDL-18041 improved admin risk info 2009-02-15 11:30:45 +00:00
skodak
ee84498bd3 MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE 2009-02-15 10:05:33 +00:00
skodak
e7dd3aac30 MDL-18155 no warning if allowed email domains set; merged from MOODLE_19_STABLE 2009-02-15 09:55:48 +00:00
iarenaza
16ceeb6436 NTLM SSO: MDL-13760 Speed up ntlm sign on with conditional redirect for msie
Provides an option, configurable by admin, to make the ntlm test happen
only if MSIE is not used. This speeds things up for IE.
2009-02-14 16:21:58 +00:00
tjhunt
7b161e1290 quiz editing: MDL-17284 improve wording for delete -> remove all selected questions. 2009-02-13 07:11:55 +00:00
jerome
24350e0625 Web service MDL-17135 add web services administration 2009-02-13 03:08:35 +00:00
nicolasconnault
52a4b8eaf4 MDL-18004 Changed "dropdown" to "dropdown menu" 2009-02-12 14:26:55 +00:00
nicolasconnault
70aaa10f25 MDL-18004 Combined the two admin settings into one dropdown 2009-02-12 11:00:16 +00:00
nicolasconnault
8354e71618 MDL-18004 Added two admin settings for showing/hiding the gradebook dropdown and tab navigation 2009-02-12 10:27:23 +00:00
tjhunt
e69b06efd6 admin dbtransfer: MDL-18225 dbtransfer script should do some output to reassure you that something is happening. 2009-02-12 08:34:35 +00:00
stronk7
2718a61ff8 MDL-18200 installer - clarify Data Directory help + 2 new strings 2009-02-11 16:21:15 +00:00
tjhunt
9137e95f82 quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-) - Oops, I missed the lang string. 2009-02-11 10:06:11 +00:00
stronk7
a4ac30c0e4 MDL-18195 installer - improve CFG->dirroot error message 2009-02-09 17:46:29 +00:00
nicolasconnault
dc482cfac0 MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913) 2009-02-09 10:49:41 +00:00
danmarsden
ca5387202f MDL-18125 - improve lang for options/choices 2009-02-09 10:09:57 +00:00
danmarsden
b66ad159ea MDL-17198 - show better confirmation of choice selection. missed lang file 2009-02-09 09:54:27 +00:00
skodak
f404df92b1 MDL-18153 fixed typo - thanks Nicolas Martignoni 2009-02-07 22:15:15 +00:00
skodak
64c368e3df MDL-18167 more distro hooks refactoring - agreed with Eloy 2009-02-07 20:03:25 +00:00
skodak
5c1fb7d4d1 MDL-18167 towareds reimplementing of win installer support 2009-02-07 14:08:44 +00:00
skodak
3b09331066 MDL-17458 rewritten installer 2009-02-07 10:20:33 +00:00
stronk7
7a045f088f MDL-16564 admin settings - added missing error string 2009-02-05 17:20:44 +00:00
mits
3b818618cf Fixed typo: 'please neable it' -> 'please enable it' 2009-02-02 23:33:44 +00:00
skodak
58045d100f MDL-10275 fixed string case 2009-02-01 16:36:54 +00:00
skodak
c808379ef8 MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon ;-) 2009-02-01 16:20:59 +00:00
mits
a825fec763 Fixed html closing <p> tags. 2009-02-01 16:16:13 +00:00
skodak
fbf2c91e43 MDL-10275 added fatal PHP config setting test on each page, replaces some tests done in installer 2009-02-01 13:37:42 +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
88582df496 MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account 2009-01-29 22:54:41 +00:00
mudrd8mz
6c57310736 MDL-13449 New string needed. Merged from MOODLE_19_STABLE 2009-01-29 12:41:51 +00:00
moodler
ae1eca1ca4 report/security MDL-18039 Merged some text fixes from 1.9 2009-01-28 06:15:18 +00:00
stronk7
199a9ad85c MDL-17365 forum rate - add 'invalidrate' string. Merged from 19_STABLE 2009-01-27 17:54:02 +00:00
skodak
828b6d1067 MDL-18040 adding warning that the security report processing may take a long time 2009-01-27 16:21:56 +00:00
skodak
ca1237e942 MDL-18015 improved lang strings - thanks Andrea! 2009-01-27 09:58:49 +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
753340867a multianswer help file: Many XHTML strict issues. 2009-01-27 07:32:25 +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
tjhunt
0ff5afdfbf question bank: MDL-17871 Possibility for tool tips on column headings. 2009-01-22 02:32:39 +00:00