26520 Commits

Author SHA1 Message Date
skodak
1898ccac4c MDL-9929 we need some other name for password field in course edit page 2007-06-10 20:43:43 +00:00
skodak
34e67f76a8 MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment 2007-06-10 20:34:07 +00:00
skodak
89a792abac MDL-10057 XSS risk flag for Add/update course category 2007-06-10 19:35:05 +00:00
skodak
4225d4ba3a MDL-10068 "Lost Password" button does not work for ldap auth 2007-06-10 19:26:12 +00:00
skodak
f747fb3eef MDL-10074 User profile edition uses wrong variable for the (fatal) error message.; patch by Iñaki Arenaza 2007-06-10 19:07:11 +00:00
urs_hunkler
89ba83d42f MDL-9977 and MDL-8446 - sheet setting depending on $CFG->langdirection.
Due to big problems I added debug messages.
2007-06-10 17:08:17 +00:00
urs_hunkler
72a66c61e8 MDL-9977 and MDL-8446 - added CSS file with rtl properties 2007-06-10 17:04:49 +00:00
urs_hunkler
a8d82ea9a4 MDL-9977 and MDL-8446 - added body class 'ltr'/'rtl' for language direction to support themes for 'rtl' languages. 2007-06-10 13:54:38 +00:00
urs_hunkler
aa2ed80397 MDL-9977 and MDL-8446 - added $CFG->langdirection to be able to deal with ltr/rtl languages and correct themes. 2007-06-10 13:44:05 +00:00
pichetp
bfdc0bcedb adding equation display in calculated question text(MDL-10070) and answers text length
greater.
2007-06-09 22:09:54 +00:00
pichetp
fd6b864f7c adding equation display in calculated question text(MDL-10070) 2007-06-09 22:07:51 +00:00
skodak
4c24cae1a1 MDL-10069 unit test for grade_item itemnumber generation broken 2007-06-09 17:24:44 +00:00
skodak
2904365752 MDL-10067 skip testing of bad inserts for mysql family - these are known to not work anyway 2007-06-09 17:10:32 +00:00
skodak
19be539627 MDL-10066 move testmodforumlib.php into mod/forum/simpletest/ 2007-06-09 16:55:31 +00:00
skodak
cdbbd26f80 MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files 2007-06-09 16:32:36 +00:00
skodak
52f81103d3 MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself 2007-06-09 16:17:33 +00:00
skodak
7a4025d0b6 MDL-10061 LDAP user creation broken for Novell eDirectory since 1.8; patch by Iñaki Arenaza 2007-06-09 15:33:22 +00:00
skodak
02e6a9731f MDL-9866 reverting previous incorrect fix for include() in simpletest library; patching grade unit tests instead 2007-06-09 15:03:05 +00:00
skodak
09c442620d MDL-9536 assignment now reacts to external updates 2007-06-09 14:56:22 +00:00
skodak
2bb0dbf71d MDL-10062 - unit test of raw grade load_text() improved 2007-06-09 14:29:07 +00:00
skodak
4cf1b9be9d MDL-10062 - changes in raw grade handling of feedback and information
improved grade_update() function
2007-06-09 14:16:20 +00:00
moodler
87b123a4c3 Added two recent installer langs to CVS 2007-06-09 08:25:50 +00:00
moodler
0275460fc4 Automatic installer.php lang files by installer_builder (20070609) 2007-06-09 04:42:18 +00:00
sam_marshall
c2a95d4db6 MDL-7541 Fixed wiki html diff 2007-06-08 13:45:10 +00:00
anthonyforth
44968276c1 Fix for MDL-9942 2007-06-08 09:19:41 +00:00
toyomoyo
ce40b7935e gradebook import fixes to use grade_update function 2007-06-08 09:01:19 +00:00
martinlanghoff
97e9803b48 moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350
Apparently there _is_ a PHP ini setting controlling
it -- defaults to off.
2007-06-07 21:22:20 +00:00
tjhunt
1e95d7b7a3 OU Bug 3246 - No logs shown when a group is selected. Merged from OU Moodle. Merged from MOODLE_18_STABLE. 2007-06-07 16:04:23 +00:00
tjhunt
0be7010474 Fix logging of course settings updates. 2007-06-07 15:40:08 +00:00
tjhunt
edf3ef00a7 Make code slightly more robust, merged from MOODLE_18_STABLE. 2007-06-07 15:33:56 +00:00
nicolasconnault
1c307f2186 grade_item idnumber now self generated if needed.
deleted flag implemented in grade_item::update method
added GRADE_TYPE_NONE to gradelib and updated grade_item object
Implemented multiple items (generation of itemnumber when not explicitly given)
2007-06-07 12:45:24 +00:00
skodak
c5b5f18dc1 MDL-9516 update_grade() inline docs 2007-06-07 08:34:04 +00:00
moodler
80974e6a12 Teacher forums are now displayed to admins correctly MDL-9590
Merged from 1.8
2007-06-07 02:45:45 +00:00
skodak
b67ec72f57 MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event 2007-06-06 23:04:24 +00:00
skodak
13127313d3 fixed unit grade tests - missing grade types 2007-06-06 22:15:40 +00:00
bobopinna
9a71cd85d8 MDL-9206 Readded unlimited attempts option (Sorry I miss it) 2007-06-06 21:36:50 +00:00
bobopinna
97be053372 MDL-9562 Fixed 2007-06-06 21:04:56 +00:00
urs_hunkler
a53e47a25d MDL-9745 - corrected "input" placement with IE specific "expression" JavaScript in CSS properties. 2007-06-06 19:55:32 +00:00
urs_hunkler
27dabc5694 MDL-9745 - corrected textareas too. 2007-06-06 19:52:13 +00:00
skodak
75e1038756 fixing uninitilaized scale problems in last commit 2007-06-06 19:16:37 +00:00
urs_hunkler
22fd179c60 MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property. 2007-06-06 19:08:22 +00:00
tjhunt
453db696ad Accessibility - make it clear to screen-reader users that the question number is a quesiton number. 2007-06-06 16:02:19 +00:00
moodler
bd3523a5f7 Merged fix for MDL-9077 and MDL-9557 2007-06-06 09:19:18 +00:00
toyomoyo
b89ef1db2a fixes to use temp buffer table for gradebook import 2007-06-06 08:51:58 +00:00
skodak
b919d68049 fixed mnod typo 2007-06-06 07:59:55 +00:00
bobopinna
f8c950b362 MDL-7097 Fixed all stuff for learner_response datamodel element 2007-06-06 07:35:44 +00:00
skodak
e9c04db4ba fixed event name 2007-06-06 07:06:22 +00:00
moodler
434e3420db New tags 2007-06-06 04:14:05 +00:00
toyomoyo
43a8e6aa49 fixing a typo 2007-06-06 02:45:39 +00:00
skodak
612607bd47 MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow 2007-06-05 22:58:37 +00:00