mchurch
232f2c1d35
MDL-12114 Fixed typo in elements array.
2007-11-13 16:01:44 +00:00
skodak
f1ad9e042a
MDL-10901 new SUM aggregation type
...
MDL-12154 used proper cast to float before !== comparison
part 2
2007-11-13 15:32:16 +00:00
skodak
0758a08e2a
MDL-10901 new SUM aggregation type
...
MDL-12154 used proper cast to float before !== comparison
2007-11-13 15:08:59 +00:00
nfreear
bc1bbaf477
MDL-12153, "Validome - moodle.org invalid - require Content-Script-Type".
2007-11-13 14:46:44 +00:00
nicolasconnault
9a68cffcbb
Restoring some of the static calls which were converted unnecessarily
2007-11-13 13:44:27 +00:00
urs_hunkler
7506339261
merged from 1.9 :: removed CSSEdit reference line.
2007-11-13 10:33:04 +00:00
nicolasconnault
aaefeda438
More fine-tuning of gradebook classes
2007-11-13 10:31:08 +00:00
nicolasconnault
795bee3460
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).
2007-11-13 09:08:43 +00:00
moodler
9e47906cb5
Merged fixes from 1.9 MDL-12145
2007-11-13 08:46:52 +00:00
skodak
cd1edf9e8a
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
2007-11-13 08:43:20 +00:00
nicolasconnault
4fc9ec1ec0
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).
2007-11-13 07:36:00 +00:00
toyomoyo
af781346e8
merged, adding vertical and horizontal highlight
2007-11-13 06:55:37 +00:00
toyomoyo
088860cad0
MDL-12124, fixing styles for grader report
2007-11-13 03:19:12 +00:00
toyomoyo
cee037c660
MDL-12138, set aggregate graded only as default
2007-11-13 03:07:48 +00:00
toyomoyo
99eb95fd33
MDL-12141, category names should be mandatory
2007-11-13 02:53:18 +00:00
martinlanghoff
86a0b80d88
admin: Introducing the mailout-debugger
...
A stand-in for sendmail that will log all emails instead of sending
them out. Use when debugging cron performance and output.
References:
MDL-12142
http://moodle.org/mod/forum/post.php?reply=349457
2007-11-13 00:34:47 +00:00
urs_hunkler
e4063e7d97
merged from 1.9 :: The XHTML of the actual tab has been changed. Therefor the actual tab was not shown in front of the line any more. I changed the CSS to correct this introduced bug.
2007-11-12 20:22:04 +00:00
mits
9ccdfd109b
some tidy up on theme OceanBlue.
2007-11-12 17:56:07 +00:00
skodak
a258f25619
MDL-12131 db debug messages now quoted properly
2007-11-12 17:21:00 +00:00
skodak
46f3921edd
MDL-12130 and MDL-12129 - fixed advanced status of elements when header not closed; disableIf now works inside grouped elements too; code cleanup in focus() and _getElNamesRecursive()
2007-11-12 17:12:35 +00:00
nfreear
0dbb2191fb
Fixes MDL-12125, Call to a member function FetchRow on a non-object in get_user_access_sitewide.
2007-11-12 16:53:53 +00:00
urs_hunkler
f632d9f161
merged from 1.9 :: MDL-12093 :: changed function call from get_in_popup to is_in_popup.
2007-11-12 11:40:52 +00:00
urs_hunkler
f7c926ee9f
merged from 1.9 :: MDL-12093
2007-11-12 11:17:24 +00:00
gbateson
8f95eff2ca
fix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql.sql is not found. This allows upgrade direct from Moodle 1.5 (or earlier) to Moodle 1.8 (or later)
2007-11-12 08:54:35 +00:00
toyomoyo
d12e3ff27f
MDL-9059, when teacher creates group event on calendar, they can not see it
2007-11-12 06:27:42 +00:00
martinlanghoff
755a625d95
htmlarea: Fix fullscreen editor on IE6/7 -- MDL-11242
...
Only say px if the width is a pure number. Under IE we
get the "100%" for the width of the editor, so blindly
appending "px" results in a JS execution error.
With this patch we only attach px if it's a pure int.
Also tested the sizing of HTMLArea in the messaging
window. So both should be working now.
2007-11-12 04:13:24 +00:00
toyomoyo
914ea0028a
MDL-12104, gradebook is showing 2 scales together
2007-11-12 03:14:47 +00:00
urs_hunkler
82e74e90cc
merged from 1.9 :: MDL-10683 :: added as Eric proposed:
...
.mform .ftextarea #id_alltext {
width: 100%;
}
2007-11-11 19:34:37 +00:00
urs_hunkler
e09c7b223f
merged from 1.9 :: moved the sideblock accessibility property to the sidblocks section.
2007-11-11 19:26:20 +00:00
urs_hunkler
60a94e79c3
merged from 1.9 :: added the clearfix option to the custom_corners call for admin pages to keep the "Save Changes" button within the area.
2007-11-11 17:30:52 +00:00
urs_hunkler
95014662db
merged from 1.9 :: Some theme enhancements while working on MDL-12098 and MDL-11154.Some theme enhancements while working on MDL-12098 and MDL-11154.
2007-11-11 16:04:08 +00:00
urs_hunkler
8e501a45f0
merged from 1.9 :: Added the check, if all opend custom_corners are closed. This way it's possible to add the close call in the footer which closes eventually open ccs.
2007-11-11 15:04:34 +00:00
urs_hunkler
0859ecfffb
merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox.
...
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.
2007-11-11 11:22:54 +00:00
urs_hunkler
a788bb6f1e
merged from 1.9 :: added missing "if ($heading)" to suppress empty page header.
2007-11-11 09:31:41 +00:00
mark-nielsen
6e378e8b77
Merging fix for MDL-12088 from MOODLE_19_STABLE
2007-11-11 01:26:46 +00:00
skodak
3f24c39700
MDL-12079 fixed use of clean_param()
2007-11-10 14:54:39 +00:00
urs_hunkler
ee9beb53bf
merged from 1.9 :: MDL-12093 :: added function get_in_popup()
2007-11-10 14:53:54 +00:00
skodak
9bd7f37de1
MDL-12079 fixed use of clean_param()
2007-11-10 14:49:56 +00:00
skodak
6ec401781b
MDL-12092 removed newline chars, we do not know the admin's platform, one line should be ok IMHO.
2007-11-10 14:35:26 +00:00
stronk7
b77bbd2f83
New profilefield_ lang files are now supported with
...
safe fallback to the "old" ones (stored in admin.php)
Merged from MOODLE_19_STABLE
2007-11-09 20:11:43 +00:00
stronk7
23610d6ff7
Adding lang support within profile fields to make them selfcontained.
...
Merged from MOODLE_19_STABLE
2007-11-09 19:11:40 +00:00
toyomoyo
a393f51035
MDL-12044, adding missing string
2007-11-09 02:57:05 +00:00
toyomoyo
934545eb55
MDL-12065, do not force parents to enrol in student courses
2007-11-09 01:39:34 +00:00
fmarier
9858605e59
Add missing fields when upgrading/installing on Postgres
...
mod/exercise, mod/scorm and question/type/rqp
MDL-12023
2007-11-09 01:25:28 +00:00
fmarier
69b339390a
mod/quiz: Add a link back to the course page after a quiz is completed
2007-11-09 01:17:48 +00:00
poltawski
08aeb4aa2e
MDL-12070 - PARAM_CLEANHTML strips magic quotes..
2007-11-08 22:19:47 +00:00
poltawski
39504b69f9
MDL-12070 - re-enable the use of HTML in choice options
...
Merged from MOODLE_18_STABLE
2007-11-08 18:32:09 +00:00
sam_marshall
8220806924
MDL-12072 Added heading tag for calendar 'blocks'
2007-11-08 17:01:35 +00:00
sam_marshall
fdbffa54f5
MDL-12069 Make calendar events key labels and link titles consistent (also tidy up one bit of duplicated code)
2007-11-08 15:16:16 +00:00
skodak
1ee0df067f
MDL-10365 grade history can be turned off + lifetime
2007-11-08 08:59:26 +00:00