skodak
cd93c36de6
MDL-11058 changeme password not always required to be changed; backported from HEAD
2007-08-29 18:20:52 +00:00
skodak
69e5b55d03
MDL-11043 misspelled get_string in login/index.php
2007-08-29 18:07:49 +00:00
skodak
e0a8a35867
MDL-11053 Course object not escaped before insert - patch by Aaron C Spike; backported from HEAD
2007-08-29 13:54:09 +00:00
stronk7
a34487e2e5
Now Moodle >= 1.9 requires PostgreSQL >= 8.0. MDL-11033
...
Merged from MOODLE_17_STABLE
2007-08-28 15:33:37 +00:00
nicolasconnault
bc1d20eea9
MDL-9005 Fixed this and another multilang issue (module name in preview didn't filter multilang tags either).
2007-08-28 13:22:02 +00:00
toyomoyo
7efe75fcc4
MDL-10818, forgot a global
2007-08-28 07:03:24 +00:00
toyomoyo
1f7790ffe5
MDL-10818, do not display graph if user has no permission
2007-08-28 07:01:42 +00:00
moodler
c15b5c3c96
Automatic installer.php lang files by installer_builder (20070828)
2007-08-28 05:57:04 +00:00
nicolasconnault
03648520cc
MDL-7574 Applying Matthew Davidson's patch.
2007-08-27 17:27:00 +00:00
stronk7
ea6f1fd569
New tables must have the id unsigned.
2007-08-27 14:42:19 +00:00
nicolasconnault
d6c42bb205
MDL-10918 Applied Aaron's patch
2007-08-27 14:03:28 +00:00
moodler
e3128055a2
Automatic installer.php lang files by installer_builder (20070827)
2007-08-27 06:13:50 +00:00
moodler
52c72b0079
Automatic installer.php lang files by installer_builder (20070826)
2007-08-26 05:55:50 +00:00
moodler
e5d17c3450
Automatic installer.php lang files by installer_builder (20070825)
2007-08-25 04:14:03 +00:00
gbateson
ee0875740d
fixed results not being sent caused by commenting out of "interceptFeedback" (probably left over from debugging)
2007-08-25 01:44:39 +00:00
nicolasconnault
ec5a8430eb
MDL-10970 Someone was using
...
$locations = array('location1');
$locations += array('location2', 'location3', 'location4');
to save the hassle of doing one $locations[] = 'location1'; for each location.
But += doesn't add any entry if the key of the new array already exists in the original array. So, using my example, the resulting array would be:
$locations: array('location1', 'location3', 'location4');
2007-08-24 07:19:05 +00:00
moodler
3fdb68a838
Automatic installer.php lang files by installer_builder (20070824)
2007-08-24 06:05:22 +00:00
moodler
1ebce948ec
Merged XHTML fix from HEAD
2007-08-24 04:29:16 +00:00
moodler
8841cecde3
Hide roles button on sticky blocks MDL-9723 Merged from head
2007-08-24 02:23:43 +00:00
mchurch
aa4be76082
Moving get $cm outside of the 'forum_enabletimedposts' condition as it is needed even if this isn't set.
2007-08-23 13:38:21 +00:00
moodler
af191f3be2
Added new icons for file types MDL-9940
2007-08-23 06:44:09 +00:00
moodler
4cd5906993
Added new mime-types for Office 2007 documents MDL-9940
2007-08-23 06:42:24 +00:00
moodler
907e4a312d
MDL-10960 fix rss user names
2007-08-23 06:13:48 +00:00
moodler
8eda8b6521
Automatic installer.php lang files by installer_builder (20070823)
2007-08-23 06:03:40 +00:00
moodler
16c5052e79
Remove timelimits from rebuild_course_cache() MDL-10954
2007-08-23 05:45:15 +00:00
moodler
c6144706fb
Removed checked default from teachers on course reset page MDL-10946
2007-08-23 05:14:57 +00:00
skodak
8ab04045ff
MDL-10947 https was replaced with httpss when wwwroot already is https credit goes to Tobias Marx; backported from HEAD
2007-08-22 20:03:45 +00:00
moodler
a280860c4e
Automatic installer.php lang files by installer_builder (20070822)
2007-08-22 09:13:23 +00:00
moodler
5c8faf4728
Merged patch for MDLSITE-244 from HEAD
2007-08-22 07:52:10 +00:00
jamiesensei
9b71941eba
Latest environment.xml from HEAD
2007-08-22 06:06:42 +00:00
jamiesensei
45e27a011b
strings needed for custom checks and random question check.
2007-08-22 05:56:10 +00:00
jamiesensei
53f6ee19bd
adding code for check for rqp questions and also small update to code for checking for random questions that fixes a small issue with the display of the error message.
2007-08-22 05:35:43 +00:00
jamiesensei
42e28aa6ca
Merged various new functionalities from 1.9 into 1.8
...
---
MDL-9616 - Custom checks in environment.xml
MDL-9616 - tidy up
* add a better message in the table for these checks.
* improve existing strings for other types of check.
* remove a line of debug code.
---
Added new check to be able to compare current and target
moodle versions. Executed only on upgrade (not at install). MDL-10722
---
MDL-10938. 'only strings from lang files can be used as feedback in environment check. Some way is needed to include data from custom check function - a $a param to pass to get_string'. Custom check for questions uses new functionality to print more complex strings as feedback.
2007-08-22 05:29:35 +00:00
skodak
0d8b628813
MDL-10056 Fixed deleting of assignments when original plugin not present; backported from HEAD
2007-08-21 09:23:37 +00:00
toyomoyo
3f22efa141
MDL-10658, course short name repeated in breadcrumbs
2007-08-21 05:10:21 +00:00
jamiesensei
2142a30406
MDL-9872 Admin Report on Possible problems Random questions selecting questions from sub categories. Backporting from HEAD. Reports possible problems with question engine when upgrading to Moodle 1.9
2007-08-21 03:44:10 +00:00
moodler
1d671e8e4a
Moved lang file MDL-10920
2007-08-21 03:39:23 +00:00
moodler
211a42594f
Moved language files for presets MDL-10920
2007-08-21 03:34:53 +00:00
toyomoyo
041396c760
fixing typos
2007-08-21 02:11:50 +00:00
nicolasconnault
dadcf5cc42
MDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because it solves an ugly design error in the previous code: modifying a parameter variable in the function body.
2007-08-20 17:58:38 +00:00
thepurpleblob
0337694a7d
MDL-9345:
...
Hard coded error message "cannot view profile" put into the errors file in
the language pack. Where it should be :-)
2007-08-20 15:13:35 +00:00
jamiesensei
a936d39aed
file index.php was added on branch MOODLE_18_STABLE on 2007-08-21 03:44:15 +0000
2007-08-20 11:12:11 +00:00
Martin Langhoff
f5c39e0b23
cvsimport fixups
2007-08-29 13:13:58 +12:00
Martin Langhoff
53aab8ffd4
cvsimport fixups binary files
2007-08-29 13:13:53 +12:00
nfreear
bc8f835f0d
MDL-5400 "Accessibility modifications..." - fixing the 4 themes that don't use <h1>. Merged.
2007-08-20 10:57:04 +00:00
thepurpleblob
b05c975e30
MDL-10819:
...
GIFT now exports grade fractions for numeric questions
2007-08-20 10:34:20 +00:00
thepurpleblob
908a8949b3
MDL-10689:
...
No questions imported if "stop on error" selected and there are invalid grades.
2007-08-20 10:05:40 +00:00
thepurpleblob
dc4495783d
MDL-10902:
...
Whoops! Overwrote question object. Variable name changed
Thanks to Adriane Boyd for spotting that one.
2007-08-18 09:32:09 +00:00
thepurpleblob
75ca3e0d01
Moved check for plugin import/export to the start rather than the end
2007-08-17 09:46:51 +00:00
toyomoyo
49b5de5ae4
MDL-10037, hide hidden user's blogs from course view
2007-08-17 08:15:38 +00:00