Commit graph

32413 commits

Author SHA1 Message Date
moodlerobot
b65456f212 Automatic installer.php lang files by installer_builder (20080503) 2008-05-03 01:16:29 +00:00
skodak
ef85daa2b7 MDL-14672 adodb PHP5 only version V5.04a import - yay! 2008-05-02 22:50:22 +00:00
jamiesensei
32ba2f0dd4 MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Also fixing the problem in link_to_popup_window function. Test for null instead of empty.
2008-05-02 16:11:30 +00:00
jamiesensei
e49906d3b1 MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row." 2008-05-02 15:26:47 +00:00
diml
8f41cc0224 Commiting all changes reported in MDL-14646 - fixes stat report that could not show any third-party related result. 2008-05-02 15:23:13 +00:00
jamiesensei
92c5499a84 MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row." Made a new query outside the loop for adding rows. 2008-05-02 15:11:59 +00:00
jamiesensei
e0b01669ce MDL-14664 "sorting by question mark when viewing detailled mark in overview quiz report not working" Found that the problem ocurred when attempt.id != attempt.uniqueid as the sql was using the wrong field to join the question records. 2008-05-02 14:21:33 +00:00
jamiesensei
85a8704fe2 MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Solved this by formatting the grade using number_format to display the grade with a number of decimal places. So for 0 we display something like 0.00 and this displays OK in link_to_popup_window.
2008-05-02 13:27:49 +00:00
diml
a4707d3f68 Commiting all changes reported in MDL-14646 2008-05-02 12:22:06 +00:00
diml
692e89f790 Commiting all changes reported in MDL-14646 2008-05-02 11:58:37 +00:00
poltawski
45e94d82dd MDL-13716 - When storing progress of scorm activity a 404 is
encountered and js failure on split. Cast to string to avoid this.

thanks to Peter Chamberlin of LJCreate
merged from MOODLE_19_STABLE
2008-05-02 10:48:54 +00:00
skodak
a5ca5003f2 MDL-14605 removing roles upgrade links, only installation needed in HEAD 2008-05-02 09:47:20 +00:00
skodak
5e819fb75b MDL-14649 fixed cli upgrade too 2008-05-02 09:44:48 +00:00
skodak
0b51c247f0 MDL-14605 removing stats upgrade stuff 2008-05-02 09:42:43 +00:00
scyrma
29cb9c5c8e MDL-11342: Urlencode the filepath in directory resource (merge from 1.9) 2008-05-02 08:18:11 +00:00
skodak
f3cc33d499 MDL-14652 missing closing p added - thanks Koen 2008-05-02 07:41:33 +00:00
jerome
70044d63c4 MDL-11382 added a link 'Profil' to the administration block 2008-05-02 06:07:51 +00:00
jerome
b342e64f30 MDL-12864 fix bad XHTML in the messaging popup, merged from 19 2008-05-02 05:20:40 +00:00
jerome
04b687e824 MDL-12864 fix bad XHTML for messaging tabs, merged from 19 2008-05-02 05:15:26 +00:00
dongsheng
957f6fc9d2 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
scyrma
e64467bb77 MDL-8592: Get spellchecking to work over https (merge from 1.9) 2008-05-02 03:34:00 +00:00
jerome
52cc2b7af8 MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19. 2008-05-02 02:45:18 +00:00
jerome
5ddb20aaeb MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19 2008-05-02 02:38:36 +00:00
stronk7
d85546d074 Fix one PREVIOUS error in feedback table preventing installation to happen. 2008-05-02 02:01:02 +00:00
moodler
5811a8e848 MDL-14649 Old stats upgrade that we don't need any more 2008-05-02 01:55:13 +00:00
moodlerobot
b6764d8fc5 Updated the HEAD build version to 20080502 2008-05-02 01:49:36 +00:00
moodlerobot
2b06a8fd3b Automatic installer.php lang files by installer_builder (20080502) 2008-05-02 01:17:35 +00:00
scyrma
0f5e5f5c8d MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9) 2008-05-02 01:15:35 +00:00
skodak
c5e2d27ee3 MDL-14617 removed count course students- yay! 2008-05-01 22:36:49 +00:00
skodak
1b4923215a MDL-14617 removed isstudent() - yay! 2008-05-01 22:36:08 +00:00
skodak
f4862fbebe MDL-14617 removed isteacheredit() - yay! 2008-05-01 22:35:36 +00:00
skodak
5eab9a981d MDL-14617 removed legacy primary role concept originally used in stats 2008-05-01 22:34:04 +00:00
skodak
d0ae7cdcf0 MDL-14617 removed some legacy course related functions 2008-05-01 22:33:23 +00:00
skodak
c584346cd5 MDL-14617 removed some legacy group code - fixed regression 2008-05-01 22:32:15 +00:00
skodak
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
skodak
a140234015 MDL-14617 removed unused code 2008-05-01 22:23:27 +00:00
skodak
4b3b52edd8 MDL-14617 removed various form related legacy code 2008-05-01 22:21:56 +00:00
skodak
96160853f9 MDL-14617 removed various form related legacy code 2008-05-01 22:21:05 +00:00
skodak
2f4bba695d MDL-14617 removed current_charset code 2008-05-01 22:19:40 +00:00
skodak
6e28edc532 MDL-14617 removed get_group_teachers code 2008-05-01 22:18:45 +00:00
skodak
bcd0603fbd MDL-14617 removed legacy add admin code 2008-05-01 22:17:30 +00:00
skodak
e29b04a047 MDL-14617 removed legacy add and remove teacher code 2008-05-01 22:17:01 +00:00
skodak
53b4c28b97 MDL-14647 fix legacy add_teacher() when approving new course 2008-05-01 22:15:02 +00:00
skodak
09253986f5 MDL-14617 removed legacy enrol and unenrol student code 2008-05-01 22:09:00 +00:00
skodak
ffe45a68aa MDL-14617 remoe optional_varible and friends - YAY! 2008-05-01 22:07:26 +00:00
skodak
9a915276fc MDL-14605 removed old stats upgrade code 2008-05-01 22:05:26 +00:00
skodak
7a3fafb6b4 MDL-14617 removed old legacy function emulations 2008-05-01 22:03:15 +00:00
skodak
a648b6a8f1 MDL-14617 ancient register globals hack removed 2008-05-01 21:53:10 +00:00
skodak
8d14ff6d9c MDL-14617 removed old PHP4 session stuff 2008-05-01 21:52:09 +00:00
skodak
4fda8aef84 MDL-14617 removed PHP4 compatibility string functions 2008-05-01 21:49:23 +00:00