Eloy Lafuente (stronk7)
86e74d3eaf
Moodle release 1.9.17
2012-03-11 15:55:59 +01:00
Eloy Lafuente (stronk7)
076b2ce86c
weekly release 1.9.16+
2012-03-09 11:16:53 +01:00
Eloy Lafuente (stronk7)
b3391165f1
Merge branch 'wip-MDL-31248-MOODLE_19_STABLE-v3' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2012-03-09 09:49:52 +01:00
Eloy Lafuente (stronk7)
cf9b51f4f1
Revert "MDL-31248 - lib - Alteration to the rc4encrypt function to allow for old password use."
...
This reverts commit f8adbd6a02 .
2012-03-09 09:40:40 +01:00
Eloy Lafuente (stronk7)
f4f2b26ec5
Revert "MDL-31248 - lib - prevent moodle_strtolower() silent discard to lead to false-correct usernames"
...
This reverts commit c67bc65cbe .
2012-03-09 09:40:38 +01:00
Eloy Lafuente (stronk7)
281afcd067
Revert "MDL-31248 - lib - Gah, erroneus condition fixed."
...
This reverts commit e85a54d931 .
2012-03-09 09:40:32 +01:00
Adrian Greeve
b48d546c97
MDL-31248 - lib - Retaining the old password key and creating a new cookie prefix.
2012-03-09 13:35:22 +08:00
Eloy Lafuente (stronk7)
e85a54d931
MDL-31248 - lib - Gah, erroneus condition fixed.
...
For sure that leaded to accept anything as valid username
for cookies in 19_STABLE. That explains why garbled username were
being transformed into "invented" usernames, instead of blank.
2012-03-08 12:27:44 +01:00
Eloy Lafuente (stronk7)
c67bc65cbe
MDL-31248 - lib - prevent moodle_strtolower() silent discard to lead to false-correct usernames
2012-03-08 11:42:13 +01:00
Adrian Greeve
f8adbd6a02
MDL-31248 - lib - Alteration to the rc4encrypt function to allow for old password use.
2012-03-08 08:15:45 +08:00
Eloy Lafuente (stronk7)
2c39e251b4
weekly release 1.9.16+
2012-03-01 11:34:39 +01:00
Eloy Lafuente (stronk7)
cd20b15196
weekly release 1.9.16+
2012-02-23 11:41:24 +01:00
Eloy Lafuente (stronk7)
a364ab036c
weekly release 1.9.16+
2012-02-17 01:53:52 +01:00
Eloy Lafuente (stronk7)
46d0e6fb17
MDL-25185 - data - whitespace fixes
2012-02-13 16:20:20 +01:00
Sam Hemelryk
7eb1327487
Merge branch 'wip-MDL-25185-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2012-02-13 17:34:09 +13:00
Eloy Lafuente (stronk7)
f5dc0e4110
weekly release 1.9.16+
2012-02-13 01:21:39 +01:00
Adrian Greeve
312ada2856
MDL-25185 - data - Allowing data from the database to be exported according to group roles.
2012-02-03 07:49:27 +08:00
Eloy Lafuente (stronk7)
4f87a0dccc
weekly release 1.9.16+
2012-02-02 12:16:03 +01:00
Eloy Lafuente (stronk7)
2726791626
weekly release 1.9.16+
2012-01-27 02:24:07 +01:00
Eloy Lafuente (stronk7)
8db39dc10a
weekly release 1.9.16+
2012-01-19 13:31:02 +01:00
Eloy Lafuente (stronk7)
ebd57374cb
Merge branch 'w03_MDL-31213_m19_attributesmess' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2012-01-17 12:38:56 +01:00
Petr Skoda
c444939ec7
MDL-31213 fix incorrect modifications of quickforms attributes
2012-01-17 11:17:35 +01:00
Tim Gus
bc6e8366a9
MDL-31055 backport disabledIf fix from 2.0. (MDL-27045)
2012-01-16 15:22:21 +08:00
Eloy Lafuente (stronk7)
09249fe5c9
weekly release 1.9.16+
2012-01-12 11:29:47 +01:00
Eloy Lafuente (stronk7)
863b49bd9c
Merge branch 'MDL-29294_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2012-01-08 22:59:52 +01:00
Eloy Lafuente (stronk7)
593a3e84c0
Moodle release 1.9.16
2012-01-07 17:09:21 +01:00
Eloy Lafuente (stronk7)
fa6008c687
weekly release 1.9.15+
2012-01-05 15:09:59 +01:00
Aparup Banerjee
15624257cb
Merge branch 'wip-mdl-29844-m19' of git://github.com/rajeshtaneja/moodle into MOODLE_19_STABLE
2012-01-04 10:11:20 +08:00
Sam Hemelryk
5753b2da0b
Merge branch 'w52_MDL-29917_m19_autocomplete' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2012-01-04 10:57:58 +13:00
Rajesh Taneja
4ed1199524
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 13:48:24 +08:00
Petr Skoda
f88a9ef3fb
MDL-13572 do not send messages to invalid addresses
2012-01-02 23:25:38 +01:00
Petr Skoda
43625959f7
MDL-29917 prevent form autocompletion in most Moodle forms
...
The password autocompletion in case of Moodle makes sense only on the login page, the form autocompletion in general is most probably useful only on the user signup page.
This patch is compatible with html 5, unfortunately we have to ignore strict warnings in legacy xhtml 1.0 standard.
2011-12-30 14:57:36 +01:00
Tim Hunt
4d06e61a53
MDL-29294 qtype match restore problem on Oracle.
2011-12-28 11:44:51 +00:00
Eloy Lafuente (stronk7)
ea5534f864
weekly release 1.9.15+
2011-12-23 03:06:52 +01:00
Eloy Lafuente (stronk7)
faecf14df6
Merge branch 'MDL-20198c_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-12-20 01:26:21 +01:00
Sam Hemelryk
8afed3b9fc
Merge branch 'wip-MDL-28948-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2011-12-20 10:40:51 +13:00
adrian@moodle.com
75366c60ff
MDL-28948 - lib - removed the hard coded key for the rc4encryt function.
2011-12-16 09:27:10 +08:00
Petr Skoda
65e18e9ea8
MDL-30610 new environment requirements for 2.3
2011-12-14 02:44:20 +01:00
Rossiani Wijaya
5d72721e5c
MDL-20198: wiki module: extend Dong's patch to fixed grouping access to view/edit wiki..
2011-12-13 13:37:40 +08:00
Rossiani Wijaya
4866f01b4a
MDL-20198: wiki module: fixed grouping access in wiki. Credit goes to Dong Kim(kimx0794@umn.edu).
2011-12-13 13:34:47 +08:00
Petr Skoda
1501cc8cea
MDL-30575 yet more mail header cleanup
2011-12-11 23:42:32 +01:00
Petr Skoda
a9e3abe0b4
MDL-30575 more mail header cleanup
2011-12-10 18:21:35 +01:00
Eloy Lafuente (stronk7)
485cb391de
weekly release 1.9.15+
2011-12-09 16:30:03 +01:00
Petr Skoda
c3056feed8
MDL-27364 use https for recaptcha when site runs via https
...
Based on solution by Rajesh Taneja.
2011-12-09 11:11:55 +08:00
Aparup Banerjee
f844dbcace
Merge branch 'wip-MDL-30336-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2011-12-08 16:24:00 +08:00
Aparup Banerjee
cc4d45b916
Merge branch 'wip-MDL-30012-m19' of git://github.com/samhemelryk/moodle into MOODLE_19_STABLE
2011-12-08 14:46:40 +08:00
adrian@moodle.com
630fc6ee7e
MDL-30336 - login - Added a setting in security that allows auto complete to be set to off in password fields.
2011-12-08 09:21:15 +08:00
Eloy Lafuente (stronk7)
54947d0dad
MDL-19147 - forum - whitespace cleanup
2011-12-07 15:56:46 +01:00
Sam Hemelryk
e114543f69
Merge branch 'wip-MDL-19147-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2011-12-07 14:19:45 +13:00
Sam Hemelryk
36b0ddeed4
MDL-30012 mod_forum: Fixed bug in forum user script
2011-12-06 16:05:49 +13:00
Eloy Lafuente (stronk7)
7fe52ca7d9
weekly release 1.9.15+
2011-12-05 12:35:36 +01:00
adrian@moodle.com
24b048c2cf
MDL-19147 - forum - Removed single discussions from the pull down menu for moving posts to single discussions.
2011-12-02 08:11:16 +08:00
Eloy Lafuente (stronk7)
6dc36a0101
weekly release 1.9.15+
2011-12-01 19:21:21 +01:00
Eloy Lafuente (stronk7)
dadac0b3b3
emergency release 1.9.15
2011-12-01 18:17:12 +01:00
Eloy Lafuente (stronk7)
fdcc0f46cc
Merge branch 'wip-MDL-20627-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2011-12-01 18:02:51 +01:00
Eloy Lafuente (stronk7)
51c6d453e1
Merge branch 'w48_MDL-30480_m19_dmlobjects' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-11-29 15:33:18 +01:00
Petr Skoda
33314c72f3
MDL-30480 fix BC regression from MDL-29033
...
Improve insert_record() and update_record() handling of $dataobject parameter. Some developers expect they can use any class instance there. This is not officially supported, but in any case we should not break backwards compatibility so late in STABLE branch.
Credit for discovery goes to Pascal Maury, thanks!
2011-11-29 15:20:23 +01:00
Sam Hemelryk
79cf3f0884
MDL-30273 whitespace cleanup
2011-11-29 16:48:10 +13:00
Sam Hemelryk
921383f789
Merge branch 'wip-MDL-30273-MOODLE_19_STABLE' of git://github.com/abgreeve/moodle into MOODLE_19_STABLE
2011-11-29 16:41:38 +13:00
Eloy Lafuente (stronk7)
b4cdee0a73
Moodle release 1.9.15
2011-11-27 23:44:23 +01:00
Eloy Lafuente (stronk7)
8bcfa47d9b
weekly release 1.9.14+
2011-11-25 11:08:15 +01:00
Eloy Lafuente (stronk7)
e0d470b5a6
MDL-15610 add missing condition to allow some tests to pass
2011-11-24 20:10:15 +01:00
Dan Marsden
1958705818
SCORM MDL-25757 fix for saving of duplicate CMI values - thanks to Evan Irving-Pease for the patch
2011-11-23 11:10:30 +01:00
adrian@moodle.com
8f83cfbe91
MDL-20627 user - Fixed viewing permission of email when sending group messages.
2011-11-21 08:30:57 +08:00
Charles Fulton
0f035ff23b
MDL-30273 forum - prevent the creation of discussions in simple single forums
2011-11-18 15:48:59 +08:00
Eloy Lafuente (stronk7)
5a0fba7e7e
weekly release 1.9.14+
2011-11-18 01:33:06 +01:00
Eloy Lafuente (stronk7)
6ae95cc856
Merge branch 'MDL-29551' of git://github.com/ankitagarwal/moodle into MOODLE_19_STABLE
2011-11-17 17:11:53 +01:00
Ankit Kumar Agarwal
c42cd0d1b3
MDL-29893 Fixing issues with password generation function
2011-11-16 11:39:36 +05:30
Patrick Mcneill
3ab2851d2a
MDL-29551 Fixing ip_in_range function
2011-11-16 11:09:01 +05:30
Eloy Lafuente (stronk7)
012a51e958
weekly release 1.9.14+
2011-11-15 11:09:43 +01:00
Eloy Lafuente (stronk7)
5fe44ec90d
Merge branch 'MDL-29092_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-11-11 18:31:34 +01:00
Stephen Bourget
ee1692e740
MDL-29529 Assignment: Fix regression (order by status) caused by MDL-27638
2011-11-11 01:21:46 +01:00
Aparup Banerjee
9d7e30f9b8
Merge branch 'MDL-29977-mnet-masquerade_19_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_19_STABLE
2011-11-09 13:37:41 +08:00
David Mudrak
408d3ca000
MDL-29977 MNet does not allow to start a remote session when masquerading as another user
2011-11-04 10:57:58 +01:00
Tim Hunt
9d656f584a
MDL-30038 mod_lesson was not working on PHP4.
2011-11-03 10:24:38 +00:00
Rossiani Wijaya
01dd64a8c8
MDL-29092 login/change password: backporting to 1.9 for MDL-26381 and set form action to user https when loginhttps is enable
2011-11-03 13:02:24 +08:00
Eloy Lafuente (stronk7)
f28a448513
weekly release 1.9.14+
2011-11-02 19:55:31 +01:00
Sam Hemelryk
01c33e8a01
Merge branch 'w43_MDL-29925_m19_calendar' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-11-01 09:37:18 +13:00
David Mudrak
67205358fc
MDL-29991 MDL-27107 auth_mnet - consider all incoming roaming users confirmed
...
Moodle 2.x sites do not send the 'confirmed' field any more (see MDL-27107). We
consider all roaming users confirmed automatically.
2011-10-29 17:04:29 +02:00
Petr Skoda
e311b14364
MDL-29925 fix calendar parameter handling
2011-10-28 19:07:48 +02:00
Eloy Lafuente (stronk7)
ea8bda2526
weekly release 1.9.14+
2011-10-27 18:55:42 +02:00
Eloy Lafuente (stronk7)
b3b6da8b72
weekly release 1.9.14+
2011-10-19 18:47:10 +02:00
Sam Hemelryk
37e289a131
Merge branch 'MDL-29697-Fix_incorrect_error_msg' of https://github.com/ncsu-delta/moodle into MOODLE_19_STABLE
2011-10-18 11:11:57 +13:00
Sam Hemelryk
0aff48f3a4
Merge branch 'MDL-28170_19' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2011-10-17 18:51:08 +13:00
Eloy Lafuente (stronk7)
e660329ab1
MDL-28170 environment - add new 2.2 section
...
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:15:13 +02:00
Eloy Lafuente (stronk7)
53f32cbd8a
MDL-29626 backup - fix restore of links to course page to behave like other links
2011-10-17 01:47:16 +02:00
Eloy Lafuente (stronk7)
ba6446ecaf
weekly release 1.9.14+
2011-10-12 23:50:28 +02:00
Eloy Lafuente (stronk7)
a89aa3131b
MDL-16553 Assignment, student view: whitespace fix
2011-10-10 13:12:18 +02:00
Sam Hemelryk
e1b4fa3029
Merge branch 'MDL-16553-19' of git://github.com/bostelm/moodle into MOODLE_19_STABLE
2011-10-10 17:57:41 +13:00
Sam Hemelryk
d2a5725cd5
Merge branch 'MDL-23047-Add_missing_log' of https://github.com/ncsu-delta/moodle into MOODLE_19_STABLE
2011-10-10 12:18:08 +13:00
Eloy Lafuente (stronk7)
07728bfaee
Moodle release 1.9.14
2011-10-09 00:56:48 +02:00
Henning Bostelmann
b9625c16b6
MDL-16553 Assignment, student view: show response files when no grade available
2011-10-07 23:23:41 +01:00
Glenn Ansley
6e698a4563
MDL-29697 Don't return the error if it wasn't updated because original question type had no answers
2011-10-07 12:04:13 -04:00
Glenn Ansley
cefe46ad16
MDL-23047 Add resorce view to log table when viewing file set to 'Yes, without frame'
2011-10-07 09:16:30 -04:00
Eloy Lafuente (stronk7)
e9e2def9b0
weekly release 1.9.13+
2011-10-07 00:13:18 +02:00
Sam Hemelryk
ed999df32a
Merge branch 'wip-MDL-25454-MOODLE_19_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_19_STABLE
2011-10-03 14:23:16 +13:00
Glenn Ansley
970cc1c968
MDL-28428 quiz: Prefer getElementById for IE9 fix
2011-10-03 13:51:17 +13:00
Marina Glancy
2f81316ad1
MDL-25454: using the faster way to check if record exists in db
2011-09-29 17:12:24 +08:00
Marina Glancy
b7df65036f
MDL-25454 before skipping course backup make sure that there are no change entries in it's log during the last month
2011-09-29 10:01:20 +08:00
Eloy Lafuente (stronk7)
050504c371
weekly release 1.9.13+
2011-09-28 11:09:43 +02:00
Tim Hunt
71712c9424
MDL-29462 html_to_text('0') gives '', not '0'.
...
Conflicts:
lib/simpletest/testweblib.php
2011-09-21 16:38:35 +01:00
Eloy Lafuente (stronk7)
d04b36808d
weekly release 1.9.13+
2011-09-21 17:13:18 +02:00
Andrew Davis (andyjdavis)
97f258fabb
MDL-29311 messaging: added a safety check to prevent message refreshing causing inadvertant DOS
2011-09-19 13:45:10 +08:00
Sam Hemelryk
5f4d14ebbe
Merge branch 'MDL-29212_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-09-19 13:22:07 +12:00
Charles Fulton
77848edc26
MDL-18952: move uploaded file into dataroot before attempting to read it
2011-09-16 09:49:44 -07:00
Eloy Lafuente (stronk7)
400d887474
weekly release 1.9.13+
2011-09-16 01:41:43 +02:00
Glenn Ansley
4021470fd3
MDL-29212 RCount incorrect in Quiz Analysis Report when correct answer is 0
2011-09-14 20:57:48 +01:00
Eloy Lafuente (stronk7)
b4d495892d
Merge branch 'w36_MDL-29033_m19_magicquotes' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-09-13 21:57:20 +02:00
Aparup Banerjee
b503008c6a
MDL-26257 Authentication : whitespace/style fixes
2011-09-13 19:30:34 +08:00
Petr Skoda
040bd939b2
MDL-29033 add tests for the sql injection hack
2011-09-09 16:29:09 +02:00
Petr Skoda
bf0ddcb332
MDL-29033 dirty magic quotes hack
2011-09-09 16:18:08 +02:00
Henning Bostelmann
1b2a3392d9
MDL-26257 Shibboleth auth: run logout handler only if logged in via Shibboleth
2011-09-08 11:59:50 +01:00
Eloy Lafuente (stronk7)
9c105fc680
weekly release 1.9.13+
2011-09-07 17:52:33 +02:00
Eloy Lafuente (stronk7)
09ece44093
weekly release 1.9.13+
2011-08-31 01:35:14 +02:00
Eloy Lafuente (stronk7)
05dbe4dcb0
MDL-28537 DB whitespace clean, just for testing some CI stuff is working ok
2011-08-29 13:43:56 +02:00
Eloy Lafuente (stronk7)
78e1682d36
Merge branch 'wip-MDL-28537-m19' of git://github.com/samhemelryk/moodle into MOODLE_19_STABLE
2011-08-29 13:36:12 +02:00
Eloy Lafuente (stronk7)
7c460e50c5
Merge branch 'wip-MDL-28722-m19' of git://github.com/samhemelryk/moodle into MOODLE_19_STABLE
2011-08-29 12:49:27 +02:00
Sam Hemelryk
7a8115a92c
MDL-28537 DB Fixed up use of the TYPE option when creating MySQL tables, now uses ENGINE for bc and future support
2011-08-29 19:19:28 +12:00
Eloy Lafuente (stronk7)
151543d0b6
Merge branch 'MDL-28079_cron_rs' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2011-08-29 02:12:37 +02:00
David Mudrak
0dd51bbdbd
MDL-29148 MNet - improved handling of a verification function return code
2011-08-29 01:47:45 +02:00
Sam Hemelryk
b094ce466b
Merge branch 'MDL-13331_m19' of git://github.com/nebgor/moodle into MOODLE_19_STABLE
2011-08-29 11:24:26 +12:00
Eloy Lafuente (stronk7)
4ae7426d09
weekly release 1.9.13+
2011-08-26 15:08:04 +02:00
Sam Hemelryk
4a2acd8c7e
MDL-28722 course Fixed typo and variable use when editing a section
2011-08-26 12:48:18 +12:00
Aparup Banerjee
0693cb2220
MDL-16950 Search : added mysqli_real_escape_string call when using mysqli
2011-08-25 17:53:12 +08:00
Eloy Lafuente (stronk7)
724d76c765
Merge branch 'm19_MDL-4561' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-08-24 03:33:26 +02:00
Eloy Lafuente (stronk7)
4c8c9ef9a0
Merge branch 'w33_MDL-28932_m19_php5' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-08-24 01:35:36 +02:00
Aparup Banerjee
d87ea7704d
Merge branch 'MDL-28723-plugin-tables_19_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_19_STABLE
2011-08-24 01:16:23 +08:00
Eloy Lafuente (stronk7)
e832010c51
MDL-28690 metacourses - add some more alias prefixes to be 100% in the safe side
2011-08-23 17:56:49 +02:00
Eloy Lafuente (stronk7)
615702a5c1
Merge branch 'MDL-28690_metacourse_automatic_unenrolment' of git://github.com/davosmith/moodle into MOODLE_19_STABLE
2011-08-23 17:55:01 +02:00
Eloy Lafuente (stronk7)
eee432c616
Merge branch 'wip-mdl-29001-m19' of git://github.com/rajeshtaneja/moodle into MOODLE_19_STABLE
2011-08-23 02:31:08 +02:00
Andrew Davis (andyjdavis)
14fabc127a
MDL-28079 cron: added a safety check around a record set in cron
2011-08-22 11:52:54 +08:00
Petr Skoda
93b06d08b4
MDL-28932 remove type hinting which is not compatible with PHP 4
2011-08-21 18:59:50 +02:00
Petr Skoda
188280a76f
MDL-27248 remove forgotten unique sortorder index from the course table
2011-08-21 17:35:46 +02:00
Rajesh Taneja
903441b159
MDL-29001 unit tests: removed timezone test fixtures dependent on 'Australia/Perth'
2011-08-19 14:38:39 +08:00
Dan Marsden
38eaf9f365
MDL-4561 allow guests to access metacourses with an enrolment key.
2011-08-19 11:54:01 +12:00
Eloy Lafuente (stronk7)
07950882c6
weekly release 1.9.13+
2011-08-18 02:44:04 +02:00
Eloy Lafuente (stronk7)
c02352a5c4
Revert "MDL-25757 SCORM fix issue with duplicate cmi values being saved"
...
This reverts commit ba41c237a4 .
2011-08-17 02:30:03 +02:00
Eloy Lafuente (stronk7)
34b082a296
Merge branch 'MDL-18012' of git://git.luns.net.uk/moodle into MOODLE_19_STABLE
2011-08-16 16:22:38 +02:00
Eloy Lafuente (stronk7)
443b5044a5
Merge branch 'MDL-24887' of git://git.luns.net.uk/moodle into MOODLE_19_STABLE
2011-08-16 14:36:06 +02:00
David Mudrak
1824a69d7a
MDL-28723 Make sure that the arrays used by print_plugin_tables() are correctly initialized
...
This covers a very rare and unexpected case when no mods or no blocks
are installed. Credit goes to Aparup Banerjee for spotting this.
2011-08-16 14:11:02 +02:00
Eloy Lafuente (stronk7)
2a44c5192c
Merge branch 'MDL-23872_m19' of git://github.com/nebgor/moodle into MOODLE_19_STABLE
2011-08-16 11:52:32 +02:00
Eloy Lafuente (stronk7)
bfe5eed065
Merge branch 'MDL-28931_m19' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2011-08-16 03:06:47 +02:00
Eloy Lafuente (stronk7)
2c33a00afb
Merge branch 'm19_MDL-25757' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-08-16 00:39:59 +02:00
Tim Hunt
3367853670
MDL-28639 question import should set timemodified and modified by.
...
Thanks to Jean-Michel Vedrine for the fix.
2011-08-15 14:58:47 +01:00
Eloy Lafuente (stronk7)
9ea4a1c8f5
MDL-28931 timezone - update to 2011h (2200 rules)
2011-08-14 18:06:55 +02:00
Dan Marsden
ba41c237a4
MDL-25757 SCORM fix issue with duplicate cmi values being saved
2011-08-13 13:26:54 +12:00
Davo Smith
f802bf65a1
MDL-28690 Do not automatically unenrol users from meta courses after ->longtimenosee days as this can lead to multiple 'welcome' messages
2011-08-12 11:28:58 +01:00
Eloy Lafuente (stronk7)
1287d5ed97
weekly release 1.9.13+
2011-08-12 00:21:16 +02:00
Daren Chandisingh
1ee988357f
MDL-23872 Forms Library : Updated MoodleQuickForm to honour setConstant(), prevents injection.
...
- resolved conflict
2011-08-10 15:33:56 +08:00
Sam Hemelryk
4a7fee7be0
Merge branch 'MDL-20501_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-08-10 14:10:58 +08:00
Sam Hemelryk
bf6c05f449
Merge branch 'MDL-27174_MOODLE_19_STABLE' of git://github.com/nebgor/moodle into MOODLE_19_STABLE
2011-08-10 13:27:48 +08:00
Eloy Lafuente (stronk7)
9038daab26
Merge branch 'w31_MDL-27597_m19_catlike' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-08-10 02:38:04 +02:00
Aparup Banerjee
cccaf2648a
MDL-28565 General - updated lang files License link to docs.moodle.org/dev/License
2011-08-09 18:22:53 +08:00
Aparup Banerjee
5e64c36b8a
MDL-28565 General - updated License and Credits links
...
to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
2011-08-09 18:18:36 +08:00
Petr Skoda
3adf4006a7
MDL-27597 fix invalid results of get_categories when shallow is false
2011-08-05 20:20:21 +02:00
Dan Poltawski
1d2d89aa60
MDL-18012 - roles/assign - Use more precise language string
2011-08-03 23:40:33 +01:00
Petr Skoda
51793f4a89
weekly release 1.9.13+
2011-08-03 17:57:05 +02:00
Dan Poltawski
9955ec862e
MDL-24887 - rss block - feed validator link fails with ampersands
2011-08-03 14:53:11 +01:00
Sam Hemelryk
6ea9d495b8
Merge branch 'MDL-28508_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-08-02 17:39:44 +08:00
Aparup Banerjee
5cece750f5
MDL-27174 Backup Assignment - fixed fatal missing assignmenttype error during backup. Credit: Chris Follin
2011-08-02 14:27:43 +08:00
Sam Hemelryk
2d58b91a9c
Merge branch 'MDL-28209_MOODLE_19_STABLE' of github.com:nebgor/moodle into MOODLE_19_STABLE
2011-08-02 11:06:57 +08:00
Petr Skoda
b3b781f9fc
Merge branch 'MDL-28199_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-08-01 13:16:00 +02:00
Rossiani Wijaya
5c53773caf
MDL-20501 Survey module: fix text alignment for right to left language
2011-08-01 16:58:34 +08:00
Sam Hemelryk
1f6c3ff2f4
Moodle 1.9.13 release
2011-08-01 16:53:14 +08:00
Rossiani Wijaya
133d528c67
MDL-28199 Lesson mod: fixed lesson answer alignment
2011-08-01 11:45:27 +08:00
Tim Hunt
4d0a6fec12
MDL-28508 bad string trunction in Aiken format.
2011-07-28 12:23:44 +01:00
Petr Skoda
4d3c6ac7d3
weekly release 1.9.12+
2011-07-26 11:04:59 +02:00
Sam Hemelryk
05f38de60e
MDL-28411 Post-integration improvement of string changes
2011-07-26 16:09:12 +08:00
Petr Skoda
fdee5d95b7
Merge branch 'MDL-27717_MOODLE_19_STABLE' into MOODLE_19_STABLE
2011-07-25 16:40:56 +02:00
Aparup Banerjee
c50253c834
MDL-28209 updated Copyright notice to point to docs.moodle.org/dev/Releases for release notes.
2011-07-25 14:44:55 +08:00
Aparup Banerjee
1384c7e685
MDL-28209 General - following up on MDL-28135, modified links to point to 1.9 version of docs
...
- development links pointed under /dev.
2011-07-25 14:42:27 +08:00
Aparup Banerjee
10fbf4d8ca
MDL-27717 Enrolments - separated display of localized cost being displayed from cost being charged at authorize.net
2011-07-25 12:59:49 +08:00
Dan Poltawski
ba4dfc998d
MDL-28232 - Course log text export is missing a new line
2011-07-25 12:59:18 +08:00
Sam Hemelryk
e41831dde4
Merge branch 'w29_MDL-27464_m19_continue' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-07-25 11:04:13 +08:00
Sam Hemelryk
fb50bf6c32
Merge branch 'w29_MDL-28360_m19_flatfile' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-07-25 10:25:08 +08:00
Matt Meisberger
8f9f666c90
MDL-27464 continuation link sometimes links off-site
...
Integrating #CSTAGE-656, continuation link sometimes links off-site, into trunk.
2011-07-23 13:21:14 +02:00
Petr Skoda
9dce25dea5
MDL-28411 make sure people understand the difference between groupings and Available for group members only
2011-07-21 11:24:00 +02:00
Matt Meisberger
bd4f3fa5c4
MDL-28360 Fix for sql injection vulnerability in flat file enrollment - Matt Meisberger (WebCourseworks)
2011-07-20 15:52:22 +02:00
Petr Skoda
6bbf934a3e
weekly release 1.9.12+
2011-07-19 15:20:19 +02:00
Petr Skoda
5c66e926b6
MDL-27889 use new recaptcha google urls in lang packs
2011-07-19 10:15:46 +02:00
Sam Hemelryk
61b865f72c
Merge branch 'MDL-27889_MOODLE_19_STABLE' of git://github.com/nebgor/moodle into MOODLE_19_STABLE
2011-07-18 17:29:08 +08:00
Sam Hemelryk
215e7a00a2
weekly release 1.9.12+
2011-07-13 20:26:00 +08:00
Eloy Lafuente (stronk7)
715b7649bd
MDL-23580 course overview - remove debugging junk
...
Conflicts:
admin/report/courseoverview/index.php
2011-07-11 16:55:15 +02:00
Eloy Lafuente (stronk7)
4a817f0753
Merge branch 'MDL-27515_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-07-11 16:19:16 +02:00
Sam Hemelryk
b2d016f3da
Merge branch 'wip-MDL-28197-MOODLE_19_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_19_STABLE
2011-07-11 13:38:58 +08:00
Marina Glancy
682e430ce0
MDL-28197 another possible sql vulnerability injection fixed
2011-07-11 09:40:05 +08:00
Marina Glancy
ffd3e38977
MDL-28197 adding slashes to group name when creating group in user upload
2011-07-11 09:40:05 +08:00
Eloy Lafuente (stronk7)
731e813ac8
MDL-28062 glossary - rate redirect not working after search
2011-07-11 02:14:00 +02:00
Eloy Lafuente (stronk7)
85c123b5b1
weekly release 1.9.12+
2011-07-08 11:23:51 +02:00
Rossiani Wijaya
b2fd028829
MDL-27515 resource module: change 'require' to 'require_once'
2011-07-08 10:51:39 +08:00
Aparup Banerjee
a424b206f6
MDL-27889 lib Updated recaptchlib to point to google urls based on google's api v1.11
2011-07-07 04:59:51 +08:00
Sam Hemelryk
c74a93d017
Merge branch 'MDL-27716_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-07-06 12:10:17 +08:00
Joseph Rezeau
96aec10056
MDL-27716 qtype_multianswer make the work 'Close' in the overlib popup translatable.
2011-07-04 15:50:17 +01:00
Eloy Lafuente (stronk7)
6c56155188
weekly release 1.9.12+
2011-07-02 00:02:12 +02:00
Aparup Banerjee
5cea248b8b
MDL-28044 general - updated print_error() to point to versioned docs.moodle.org
2011-06-30 11:56:35 +08:00
Eloy Lafuente (stronk7)
1b75cdd4c7
weekly release 1.9.12+
2011-06-23 11:27:56 +02:00
Eloy Lafuente (stronk7)
ed64a00a57
MDL-27966 timezones - updated to 2011g version + fix minor notice
2011-06-21 16:25:43 +02:00
Eloy Lafuente (stronk7)
d395fa4024
weekly release 1.9.12+
2011-06-16 19:11:01 +02:00
Eloy Lafuente (stronk7)
54a70ffb8c
Merge branch 'wip-MDL-24355-MOODLE_19_STABLE' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2011-06-16 10:40:46 +02:00
Eloy Lafuente (stronk7)
4474ee420a
Merge branch 'wip-mdl-27863-MOODLE_19_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_19_STABLE
2011-06-15 11:53:28 +02:00
Rajesh Taneja
de5da04c5f
MDL-27863 moodlelib - fixed testcase faliure in MDL-27577
2011-06-15 17:38:49 +08:00
Eloy Lafuente (stronk7)
6cc32cbb9e
Merge branch 'wip-MDL-27638-MOODLE_19_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_19_STABLE
2011-06-14 12:06:09 +02:00
Sam Hemelryk
3b246aca22
MDL-27638 Removed buggy status line from query as it is being calculated in php anyway
2011-06-14 10:15:21 +08:00
Sam Hemelryk
d98e3d6b60
Merge branch 'm19_MDL-27404' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-06-13 14:55:48 +08:00
Dan Marsden
7ef0866c93
MDL-27404 SCORM fix for IE 6 - thanks to Howard Miller
2011-06-13 11:29:05 +12:00
Dan Marsden
c58d4eef1e
MDL-27545 fix length of log action field - merged from 2.0 stable MDL-26880
2011-06-13 09:54:06 +12:00
Eloy Lafuente (stronk7)
1de5024830
weekly release 1.9.12+
2011-06-09 03:43:55 +02:00
Eloy Lafuente (stronk7)
c0e462c5d1
Merge branch 'wip-mdl-27577-MOODLE_19_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_19_STABLE
2011-06-09 01:10:53 +02:00
Sam Hemelryk
d17b16b697
MDL-27695 doc link checks ->release before including version.php now
2011-06-08 16:54:35 +08:00
Aparup Banerjee
7bfc8766bc
MDL-27695 Documentation : updated the moodle docs link at the footer of pages to point to new docs url
2011-06-08 13:42:00 +08:00
Andrew Davis (andyjdavis)
ab0c861479
MDL-24355 tag: added code to prevent an error if there are no tag correlations found
2011-06-07 17:06:00 +08:00
Rajesh Taneja
7a94695536
MDL-27577 moodlelib - fixed dst offset in userdate, usergetdate and make_timestamp functions
2011-06-03 10:02:30 +08:00
Eloy Lafuente (stronk7)
59d8944377
weekly release 1.9.12+
2011-06-02 23:38:05 +02:00
Eloy Lafuente (stronk7)
2ecbeaf815
weekly release 1.9.12+
2011-05-26 00:09:20 +02:00
Sam Hemelryk
226f0f6fdc
weekly release 1.9.12+
2011-05-18 18:14:25 +08:00
Eloy Lafuente (stronk7)
8347921cfa
Merge branch 'MDL-26704_user_outline_report_19' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2011-05-17 12:01:40 +02:00
Eloy Lafuente (stronk7)
4f336e2c97
weekly release 1.9.12+
2011-05-11 15:24:42 +02:00
Andrew Davis (andyjdavis)
b66705e52c
MDL-26704 gradebook: added some intelligence to the dates displayed on the user outline activity report
2011-05-10 11:28:29 +08:00
Andrew Davis (andyjdavis)
d221a3839d
Merge branch 'MOODLE_19_STABLE' of git://git.moodle.org/moodle into MOODLE_19_STABLE
2011-05-10 11:17:45 +08:00
Eloy Lafuente (stronk7)
0e4c5bfdbe
Moodle 1.9.12 release
2011-05-09 15:59:53 +02:00
Andrew Davis (andyjdavis)
a1bc21b045
Revert "MDL-26704 gradebook: switched the user outline activity report to use date submitted instead of date graded"
...
This reverts commit e9cd73e2f3 .
2011-05-06 11:10:01 +08:00
Andrew Davis (andyjdavis)
e9cd73e2f3
MDL-26704 gradebook: switched the user outline activity report to use date submitted instead of date graded
2011-05-06 11:08:07 +08:00
Eloy Lafuente (stronk7)
9251e27e76
weekly release 1.9.11+
2011-05-05 00:38:37 +02:00
Eloy Lafuente (stronk7)
9330414966
Merge branch 'MDL-26937' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-05-02 11:37:08 +02:00
Tim Hunt
71ec5d19df
MDL-26937 quiz grades report. Work-around MySQL fussiness, like for MDL-26416.
2011-04-29 12:09:05 +01:00
Tim Hunt
551a610ed1
MDL-26981 qtype_random fix restore of attempt data.
...
Fix worked out by Colin Campbell from colin@umn.edu . Many thanks.
2011-04-28 23:54:59 +01:00
Petr Skoda
d14e8ea454
weekly release 1.9.11+
2011-04-27 12:05:55 +02:00
Eloy Lafuente (stronk7)
d58181c60b
weekly release 1.9.11+
2011-04-20 13:37:43 +02:00
Sam Hemelryk
ef7383d32a
MDL-24355 Fixed up deletion of tag correlations when deleting tags
2011-04-20 12:03:00 +08:00
Sam Hemelryk
3aeb4f03bd
MDL-24355 Greatly improved performance of the tag correlation function and fixed up bugs with it
2011-04-20 11:51:16 +08:00
Dan Marsden
ac9387b049
SCORM MDL-26450 fix undefined pkgtype warning (ONLY REQUIRED IN 1.9 STABLE BRANCH)
2011-04-14 09:58:21 +12:00
Petr Skoda
8be4ad990a
weekly release 1.9.11+
2011-04-13 22:06:49 +02:00
Sam Hemelryk
032be8a19b
Merge branch 'MDL-26130' of git://github.com/MaryE/moodle into MOODLE_19_STABLE
2011-04-11 11:31:38 +08:00
Eloy Lafuente (stronk7)
bd49223246
Merge branch 'w15_MDL-27069_m19_httpsrequired' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-04-11 01:35:47 +02:00
Petr Skoda
7e58c03d6c
MDL-27069 fix notice when inserting images in editor
2011-04-10 21:16:24 +02:00
Mary Evans
5a76642ddf
MDL-26130 css fix for orangewhite theme
2011-04-10 01:15:24 +01:00
Tony Levi
697664c813
MDL-27108: Fix invalid SQL syntax in mod/data/field/latlong
2011-04-07 10:05:47 +09:30
Petr Skoda
fb8642bce5
weekly release 1.9.11+
2011-04-06 14:55:11 +02:00
Eloy Lafuente (stronk7)
d2cabfdf9b
Merge branch 'MDL-20946_19_simplehistory' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2011-04-04 11:39:51 +02:00
Petr Skoda
0c3c77269d
weekly release
2011-03-30 13:40:40 +02:00
Andrew Davis (andyjdavis)
6c41ae0a0c
gradebook MDL-20946 switched from using IN to using JOIN in the quiries
2011-03-30 13:31:47 +08:00
Eloy Lafuente (stronk7)
d6ed445589
Merge branch 'w13_MDL-26966_19_urlparsing' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-03-28 19:12:04 +02:00
Petr Skoda
5a3010310b
MDL-26966 improve self URL validation
2011-03-27 12:03:22 +02:00
Petr Skoda
dedb3c5121
MDL-26985 new Moodle 2.1 requirements
...
For now only extra PHP 5.3.2 requirement compared to 2.0.
2011-03-26 22:03:13 +01:00
Petr Skoda
3215955fd0
weekly release
2011-03-23 11:32:35 +01:00
Eloy Lafuente (stronk7)
19f65e6c6b
Merge branch 'm19_MDL-25770_hotpotfix' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-03-21 22:52:16 +01:00
Sam Hemelryk
5b2d591bcb
Cherry-picked changes for PULL-460/MDL-26557 into MOODLE_19_STABLE
2011-03-21 17:36:29 +08:00
Tim Hunt
6d276b3254
MDL-20946 fix gradebook SQL to cope with multi-role and deleted users.
2011-03-17 12:30:58 +00:00
Dan Marsden
68d3425577
Hotpot MDL-25770 - missing return - thanks to Tomasz Pawlik for report/fix
2011-03-17 15:30:45 +13:00
Petr Skoda
08bf2b2723
weekly release
2011-03-16 09:34:19 +01:00
Petr Skoda
5dce59a4cf
Merge branch 'MDL-4633-m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-03-14 17:58:46 +01:00
Eloy Lafuente (stronk7)
72250eed86
Merge branch 'w11_MDL-26634_19_ldapset' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-03-14 16:29:02 +01:00
Eloy Lafuente (stronk7)
49e0d5d5e3
Merge branch 'MDL-19555_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE
2011-03-14 01:41:32 +01:00
Eloy Lafuente (stronk7)
fd602f4620
MDL-9376 fix minor global use
2011-03-14 01:37:28 +01:00
Eloy Lafuente (stronk7)
fb7abd481b
Merge branch 's7_MDL-9376_qaforum_m19' of git://github.com/dongsheng/moodle into MOODLE_19_STABLE
2011-03-14 01:35:57 +01:00
Eloy Lafuente (stronk7)
7e06e9ff4a
Merge branch 'MDL-21446_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-03-14 01:32:18 +01:00
Petr Skoda
416ea17252
MDL-26634 LDAP NTLM SSO Multiple subnet separator is not specified and people use a wrong one
...
Credit goes to Inaki Arenaza.
2011-03-13 10:18:02 +01:00
Aparup Banerjee
f8fb37424e
MDL-26757 fixed regression in glossary recent activity block url
2011-03-11 13:27:45 +08:00
Dongsheng Cai
a6df2c2e5f
MDL-9376, disallow student to see the other users posts in max editing time, credits to Vlas Voloshin and Charles Fulton MOODLE_19_STABLE
2011-03-11 12:25:46 +08:00
Rossiani Wijaya
04b4210605
MDL-19555: add NULL string test to format_test(). Credit goes to Matej Vela. Thanks
2011-03-11 12:14:29 +08:00
Rossiani Wijaya
e1bde19170
MDL-4633: remove 'required' rule for user's profile description
2011-03-10 15:56:20 +08:00
Tim Hunt
5cf3a84aee
MDL-21446 truncate >31 char worksheet names that otherwise break Excel export.
2011-03-09 14:48:24 +00:00
Petr Skoda
1c712d947a
weekly release
2011-03-09 09:05:15 +01:00
Eloy Lafuente (stronk7)
1b607c2266
Merge branch 'm19_MDL-26672_aiccfix' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-03-07 02:38:48 +01:00
Eloy Lafuente (stronk7)
cddf3e1679
Merge branch 'MDL-26324_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-03-07 01:25:53 +01:00
Dan Marsden
eb2dc3ab87
AICC MDL-26672 fix for AICC Value=0 - thanks to Matteo for fix/report
2011-03-07 10:03:04 +13:00
Petr Skoda
f483e32922
MDL-26605 fix problematic mediaplugin regex matching
2011-03-05 10:04:26 +01:00
Tim Hunt
83f22aae0e
MDL-26324 overall feedback problem when quiz changed to being graded out of 0
2011-03-04 17:45:03 +00:00
Petr Skoda
0e33a45653
weekly release
2011-03-03 18:25:05 +01:00
Daren Chandisingh
18174ef082
MDL-26534 allow iframes in course category descriptions
2011-02-28 09:27:11 +01:00
Eloy Lafuente (stronk7)
6720f29ccf
weekly release
2011-02-23 20:04:29 +01:00
Eloy Lafuente (stronk7)
9044a8edb3
Merge branch 'MDL-26528_restore_forum_read' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2011-02-22 16:15:24 +01:00
Eloy Lafuente (stronk7)
86a8740b67
Merge branch 'MDL-26502_symbian' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2011-02-22 15:21:01 +01:00
Eloy Lafuente (stronk7)
49a1b113ad
Merge branch 'MDL-25122_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-02-22 12:45:37 +01:00
Eloy Lafuente (stronk7)
f733078c91
MDL-26502 check browser - fix for Symbian (backported)
2011-02-22 11:51:26 +01:00
Eloy Lafuente (stronk7)
eeff6a0839
Merge branch 'MDL-26505_19' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-02-22 10:56:28 +01:00
Eloy Lafuente (stronk7)
9170eb5aab
MDL-26528 restore - ignore wrong forum_read records
2011-02-21 16:00:41 +01:00
Martin Dougiamas
783cca4ee3
Moodle 1.9.11 release
2011-02-21 13:19:01 +01:00
Tim Hunt
49b2521492
MDL-26505 rounding problem in quiz_save_best_grade.
...
Note I cheated and slipped in a fix for another instance of MDL-21811 too, since I noticed it at the same time.
2011-02-18 19:34:31 +00:00
Petr Skoda
3075ec4341
emergency release
2011-02-18 19:59:18 +01:00
Petr Skoda
b408c5f485
Merge branch 'MDL-21811' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-02-18 19:31:20 +01:00
Tim Hunt
12e4ff0d19
MDL-21811 also need to fix the rounding on the review page.
2011-02-18 18:25:28 +00:00
Tim Hunt
8d5eaee1c9
MDL-25122 Quiz review page does not check and enforce separate groups mode.
2011-02-18 17:23:41 +00:00
Petr Skoda
0c9bd492a0
Merge branch 'MDL-21811' of git://github.com/timhunt/moodle into MOODLE_19_STABLE
2011-02-18 18:00:19 +01:00
Tim Hunt
db99a96d1e
MDL-21811 use the un-rounded grade to display the overall feedback in the quiz reports.
2011-02-17 09:43:32 +00:00
Petr Skoda
c737ead6f4
weekly release
2011-02-17 01:18:34 +01:00
Aparup Banerjee
7cc4ceae64
MDL-22970 glossary - backporting recent activity fix from 2.0.x
2011-02-15 00:48:08 +01:00
Petr Skoda
af497cf64c
Merge branch 'm19_MDL-26216_windowoptions' of github.com:danmarsden/moodle into MOODLE_19_STABLE
2011-02-14 21:40:23 +01:00
Petr Skoda
05d38f44cc
Merge branch 'MDL-26371_distinct_text_m19' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2011-02-14 21:23:15 +01:00
Dan Marsden
776ecc8b9d
SCORM MDL-26216 - prevent auto update from resetting window options
2011-02-14 17:34:44 +13:00
Eloy Lafuente (stronk7)
d7ef29dcbd
Merge branch 'w07_MDL-26030_19_mediafilter' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-02-14 01:14:40 +01:00
Eloy Lafuente (stronk7)
185f71c40d
MDL-26371 sql - avoid distinct + text in lesson essay and report
2011-02-13 01:45:18 +01:00
Eloy Lafuente (stronk7)
6d12bf2020
MDL-26371 sql - avoid distinct + text in security report
2011-02-13 01:30:20 +01:00
Petr Skoda
8f81bfd412
MDL-26030 fix js and attribute quoting
2011-02-12 13:29:38 +01:00
Rossiani Wijaya
eabab3de5a
MDL-26030_m19: fix regex in media filter and removing addslashes to non-js code
2011-02-12 13:16:30 +01:00
Petr Skoda
782d74e053
MDL-26322 always allow https in login local redirection test
...
This fixes problems for sites that use loginhtts where the redirection after login did not work for pages that require https such as the forgotten passowrds page.
2011-02-11 11:31:20 +01:00
Petr Skoda
e7d43de4ed
weekly release
2011-02-09 12:25:53 +01:00
Eloy Lafuente (stronk7)
21cec9df42
MDL-26052 data - fix various transitions that were not working ok
2011-02-04 20:06:26 +01:00
Petr Skoda
35f730f16b
weekly release
2011-02-02 14:07:51 +01:00
Eloy Lafuente (stronk7)
b178d86aab
Merge branch 'MDL-17201_index_19' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2011-01-31 15:49:13 +01:00
Eloy Lafuente (stronk7)
d9fe1c6aa1
Merge branch 'w05_MDL-26189_19_imse' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-01-31 11:59:31 +01:00
Sam Hemelryk
490a186269
Merge branch 'm19_MDL-25320' of git://github.com/danmarsden/moodle into MOODLE_19_STABLE
2011-01-31 13:14:52 +08:00
Petr Skoda
886c6635e2
MDL-26189 protect imsenterprise enrol file
2011-01-30 13:57:37 +01:00
Dan Marsden
c504285645
SCORM MDL-25320 removes spaces from children patterns - thanks to Ian Wright for report
2011-01-28 23:09:48 +13:00
Petr Skoda
251d6f3e6d
weekly release
2011-01-25 19:37:59 +01:00
andyjdavis
73c07a1f72
profiles MDL-17201 added an index to user_info_data table
2011-01-25 15:06:32 +08:00
Petr Skoda
c7bb198fe2
weekly release
2011-01-19 14:10:18 +01:00
Sam Hemelryk
093f30a3fe
Merge branch 'MDL-18839_19_wip' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-01-18 13:52:23 +08:00
Sam Hemelryk
e7682e584a
Merge branch 'MDL-25754_19_wip' of git://github.com/skodak/moodle into MOODLE_19_STABLE
2011-01-18 13:38:05 +08:00
Rossiani Wijaya
12e3dc19a6
MDL-25646: fixed html_writer class, get string param, remove url addslashed from regular context (only use addslashes_js if it prints for javascript. Add new string to mediaplugin file.
2011-01-14 12:02:17 +08:00
Petr Skoda
fd29b2ad1c
MDL-25754 improved tag sanitisation and fixed tag autocomplete
2011-01-13 22:55:52 +01:00
Petr Skoda
8f031d5431
MDL-18839 sesskey protection for RSS feed actions
2011-01-12 22:21:48 +01:00
Petr Skoda
8b085f23ca
weekly release
2011-01-12 10:51:14 +01:00
Petr Skoda
6226c65506
MDL-24561 fixed missing u. prefix
2011-01-11 09:51:57 +01:00
Eloy Lafuente (stronk7)
344817fa8a
Merge branch 'MDL-24561_forum_subscribe_sesskey_m19' of git://github.com/mudrd8mz/moodle into MOODLE_19_STABLE
2011-01-10 21:45:08 +01:00
Petr Skoda
bffe6c274e
Merge branch 'MDL-20607' of git://github.com/arborrow/moodle into MOODLE_19_STABLE
2011-01-10 14:28:55 +01:00
Dan Marsden
af778921f0
SCORM MDL-25891 typo causing general exception for some SCORM objects - thanks to Hais Deakin for report/fix
2011-01-10 14:24:39 +01:00
Anthony Borrow
eddf533b0a
MDL-20607 - adding firstname as secondary sort criteria
2011-01-05 09:30:20 -06:00
David Mudrak
be7c8bb2c2
MDL-24561 forum: require sesskey for the course-wide subscriptions - backported from 2.0
...
mod/forum/index.php allows to subscribe to and unsubscribe from all
forums in the course. However, sesskey was not checked here.
2011-01-05 15:58:41 +01:00
David Mudrak
0b393d6716
MDL-24561 forum subscription checks sesskey - backported from 2.0
...
The only case when sesskey is not available is when we came to
subscribe.php from a link in email. In that case, we display a
confirmation page that redirects back providing the sesskey.
All other links to subscribe.php are fixed now so they provide sesskey
as a parameter.
2011-01-05 15:52:25 +01:00
Petr Skoda
44ddbc657b
weekly release
2011-01-05 11:53:45 +01:00
Petr Skoda
d04350adeb
weekly release version updated
2010-12-29 17:51:23 +01:00
Petr Skoda
d1dd5f0a08
Merge branch 'MDL-25186_m19' into MOODLE_19_STABLE
2010-12-27 12:18:53 +01:00
Petr Skoda
1150662ecc
MDL-25186 fixed whitespace
2010-12-27 12:18:31 +01:00
Petr Skoda
76035b1339
Merge branch 'MDL-25713_recordset' of git://github.com/andyjdavis/moodle into MOODLE_19_STABLE
2010-12-27 12:09:58 +01:00
Petr Skoda
535037f521
Merge branch 'm19-MDL-16858-fixed' of git://github.com/mouneyrac/moodle into MOODLE_19_STABLE
2010-12-27 11:50:17 +01:00
sam marshall
010758adb2
accessibility MDL-24613 Update previous change to fix back to 'top' for RTL languages
2010-12-27 11:45:53 +01:00
Petr Skoda
53c8f1056f
Merge branch 'MOODLE_19_STABLE' of github.com:danmarsden/moodle into MOODLE_19_STABLE
2010-12-27 11:33:00 +01:00
Rossiani Wijaya
059518944a
MDL-25186: add environmental check to recommend PHP 5.3.3
2010-12-23 11:32:36 +08:00
Eloy Lafuente (stronk7)
93b89cae76
MDL-25755 enrol ldap - avoid reserved keyword. (k) goes to Chris Myers
2010-12-23 00:23:18 +01:00
Petr Skoda
0300e588d5
Updated the 19 build version
2010-12-22 08:32:34 +01:00
Penny Leach
612d671fbc
mnet MDL-16858 xmlrpc client signature verification code
2010-12-21 10:30:41 +08:00
David Mudrak
603cc5c6e6
MDLSITE-1162 .gitignore file for Moodle git mirror
2010-12-20 20:48:24 +01:00
Dongsheng Cai
009fca2bb4
category editing MDL-21671 MOODLE_19_STABLE check capability when parent category changed
2010-12-20 19:23:46 +01:00
Dongsheng Cai
5b6519cb42
MDL-21671, MOODLE_19_STABLE site level categroy manage capability when edit category, credits to Vadim Dvorovenko
2010-12-20 19:23:45 +01:00
Petr Skoda
dc92d40c44
Merge branch 'mssql_database_activity' of git://github.com/stronk7/moodle into MOODLE_19_STABLE
2010-12-20 19:09:04 +01:00
Sam Hemelryk
2e490b8b29
mod-lesson MDL-22349 Fixed bug with matching lesson type and empty correct response. Kudos to Michael Lipp for the patch
2010-12-20 18:59:39 +01:00
andyjdavis
635f4f2c64
gradebook MDL-20617 replaced the missing range column on the user report
2010-12-20 16:39:30 +01:00
Petr Skoda
1d7908e7f7
MDL-25725 escape query parameter in enrol/database setup_enrolments()
2010-12-20 14:58:55 +01:00
Dongsheng Cai
42d9cf7dff
MDL-14934 fixed excel time in MOODLE_19_STABLE credits to Jonathon Fowler
2010-12-20 12:30:22 +01:00
Dan Marsden
cb1e1bc1ca
SCORM MDL-25739 check var set before using - Thanks to Howard for report - This only affects 1.9stable, fix already in head
2010-12-20 22:29:46 +13:00
andyjdavis
49436db62a
gradebook MDL-25713 switched grade_object fetch_all_helper over to use a recordset
2010-12-20 16:15:35 +08:00
Eloy Lafuente (stronk7)
7911272ea2
MDL-25692 fix sortings and edit->single navigation
2010-12-16 01:21:48 +01:00
Eloy Lafuente (stronk7)
3751c84008
MDL-25692 search working for mssql + oracle
2010-12-16 01:07:16 +01:00
Eloy Lafuente (stronk7)
5dd05d5a21
MDL-25692 make search template to work for mssql + oracle
2010-12-16 00:09:47 +01:00
Moodle Robot
3703965f09
Updated the 19 build version to 20101214
2010-12-14 00:53:48 +00:00
Moodle Robot
f332f25f95
Updated the 19 build version to 20101213
2010-12-13 00:51:19 +00:00
Moodle Robot
9cfc7cce93
Updated the 19 build version to 20101212
2010-12-12 00:51:18 +00:00
Moodle Robot
ba3d4c3449
Updated the 19 build version to 20101211
2010-12-11 00:51:14 +00:00
Moodle Robot
da5abcf6ba
Updated the 19 build version to 20101210
2010-12-10 00:52:18 +00:00
David Mudrak
4a7b983bbf
MDL-21554 MNet: fixed SQL usage to check a record existence
...
The solution backported from 2.0 and independently suggested by Penny,
too.
2010-12-09 09:33:32 +00:00
Moodle Robot
5fa5c2ed74
Updated the 19 build version to 20101209
2010-12-09 00:52:05 +00:00
Moodle Robot
3090cf62fe
Updated the 19 build version to 20101208
2010-12-08 00:51:52 +00:00
Petr Skoda
7111a5c1a9
MDL-25591 disable ajax and htmleditor in ios devices
...
The problem appeared after changes from MDL-16336 because ios devices were detected as Safari. This is an ugly hack, hopefully it will not create visual or JS regressions elsewhere.
2010-12-07 17:56:04 +00:00
Moodle Robot
5a5e4020fa
Updated the 19 build version to 20101207
2010-12-07 00:51:57 +00:00
Moodle Robot
f480eefc6b
Updated the 19 build version to 20101206
2010-12-06 00:56:11 +00:00
Moodle Robot
269fe00559
Updated the 19 build version to 20101205
2010-12-05 00:53:52 +00:00
Helen Foster
4014622ee9
MDL-25550 bom removal
2010-12-04 14:51:17 +00:00
Moodle Robot
6644a83d10
Updated the 19 build version to 20101204
2010-12-04 00:55:36 +00:00
Moodle Robot
409bd4de70
Updated the 19 build version to 20101203
2010-12-03 00:51:41 +00:00
Moodle Robot
dae5d69789
Updated the 19 build version to 20101202
2010-12-02 00:52:15 +00:00
Moodle Robot
56043dc26b
Updated the 19 build version to 20101201
2010-12-01 00:51:14 +00:00
Moodle Robot
c186da462f
Updated the 19 build version to 20101130
2010-11-30 00:54:20 +00:00
Moodle Robot
a4a7b67871
Updated the 19 build version to 20101129
2010-11-29 00:53:31 +00:00
Moodle Robot
3e117f45c3
Updated the 19 build version to 20101128
2010-11-28 00:52:06 +00:00
Moodle Robot
50fde5927d
Updated the 19 build version to 20101127
2010-11-27 00:53:15 +00:00
Moodle Robot
2b94ab066d
Updated the 19 build version to 20101126
2010-11-26 00:53:31 +00:00
Dan Marsden
a2aa8324a4
SCORM MDL-25298 escape html vars correctly - thanks to Xavier Paz for report/fix merged from HEAD
2010-11-25 01:47:48 +00:00
Moodle Robot
14a4e75ccd
Updated the 19 build version to 20101125
2010-11-25 00:52:18 +00:00
Petr Skoda
7eef630957
MDL-24699 minimalistic fix for the missing mnet host id when updating local user records, thanks
2010-11-24 04:03:18 +00:00
Moodle Robot
1929455fba
Updated the 19 build version to 20101124
2010-11-24 00:52:46 +00:00
Moodle Robot
f39ae19ef3
Updated the 19 build version to 20101123
2010-11-23 00:51:42 +00:00
Moodle Robot
e9cef979c1
Updated the 19 build version to 20101122
2010-11-22 00:54:41 +00:00
Moodle Robot
9c850a8942
Updated the 19 build version to 20101121
2010-11-21 00:54:17 +00:00
Moodle Robot
eb04d38327
Updated the 19 build version to 20101120
2010-11-20 01:01:34 +00:00
Moodle Robot
96eeb9812c
Updated the 19 build version to 20101119
2010-11-19 00:55:45 +00:00
Rossiani Wijaya
cd1f8ac253
MDL-20044: add test to prevent javascript error due to null data.
2010-11-18 09:30:33 +00:00
Rossiani Wijaya
c476a2ecfc
MDL-16336: add Chrome to browser identification to display HMTL editor.
2010-11-18 08:49:26 +00:00
Inaki
064f325bce
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
...
If we enable the server validation but don't specify a certificate file path
flag the error and don't let the user save the settings.
2010-11-18 00:58:21 +00:00
Moodle Robot
b7b35426b9
Updated the 19 build version to 20101118
2010-11-18 00:50:07 +00:00
Inaki
c07fcc1383
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
...
The CAS protocol security model requires that you verify the cas server
certificate before you trust the answer (valid authentication and username
etc.).
Credit goes to Joachim Fritschi for reporting it and providing a patch.
2010-11-18 00:09:02 +00:00
Moodle Robot
70ec102175
Updated the 19 build version to 20101117
2010-11-17 00:50:23 +00:00
Andrew Davis
5cb39510c0
gradebook MDL-25171 made it possible to deselect all grade items when exporting grades
2010-11-16 05:37:51 +00:00
Moodle Robot
5f19bece4c
Updated the 19 build version to 20101116
2010-11-16 00:51:27 +00:00
Moodle Robot
594b0a31ab
Updated the 19 build version to 20101115
2010-11-15 00:50:35 +00:00
Moodle Robot
e072f9a1e5
Updated the 19 build version to 20101114
2010-11-14 00:49:45 +00:00
Moodle Robot
114cda373e
Updated the 19 build version to 20101113
2010-11-13 00:49:42 +00:00
Petr Skoda
fd5a71b0cb
MDL-21907 reverting latest change in groups api, we definitely can not make changes like this in stable and right before the release
2010-11-12 10:03:10 +00:00
Andrew Davis
bdc05176e9
gradebook MDL-21907 grader report group view was being limited to groups in the course's default grouping
2010-11-12 04:04:01 +00:00
Moodle Robot
628344cb79
Updated the 19 build version to 20101112
2010-11-12 00:51:06 +00:00
Moodle Robot
fcf01f3d30
Updated the 19 build version to 20101111
2010-11-11 00:51:44 +00:00
Dan Marsden
eef2618dc8
MDL-25147 tidy up readme wording related to cron
2010-11-11 00:25:36 +00:00
Dan Marsden
67e13a8014
SCORM MDL-24217 correct handling of suspend icon and fix SCORM 2004 usage of cmi.core.exit - thanks to Valerian for report/fix
2010-11-10 22:22:46 +00:00
Dan Marsden
ab34dd9ca9
SCORM MDL-24579 remove badly formatted debugging code - thanks to Peter Chamberlain for report.
2010-11-10 21:53:35 +00:00
Dan Marsden
89d793478f
SCORM MDL-24579 fix CMILongIdentifier regex (SCORM 2004) - thanks to Peter Chamberlain for report/fix merged from HEAD
2010-11-10 21:38:18 +00:00
Dan Marsden
57512f8b54
SCORM MDL-25085 fix typo in $usertracks array - thanks to Valerian for report/fix
2010-11-10 21:08:33 +00:00
Moodle Robot
e548b53474
Updated the 19 build version to 20101110
2010-11-10 00:49:03 +00:00
Aparup Banerjee
990ec2171c
assignment MDL-25109 added missing sesskey check for file upload
2010-11-09 02:39:18 +00:00
Moodle Robot
1b1834e8be
Updated the 19 build version to 20101109
2010-11-09 00:52:02 +00:00
Tim Hunt
54c489cb73
question bank MDL-24312 problem when deleting a course with orphaned categories.
...
When there was a question category whose parent had somehow been deleted from the question bank, while the child category was still there, then that gave an error because a DB query was still referring to the question_categories.courese coloumn, that was changed to contextid in moodle 1.9.
Backported to from HEAD. Fix thanks to Mahmoud Kassaei.
2010-11-08 16:00:29 +00:00
Petr Skoda
15a18acddc
MDL-25053 invalid SQL syntax
...
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter and Brett Wilkins
2010-11-08 01:26:10 +00:00
Moodle Robot
87bf65cbb6
Updated the 19 build version to 20101108
2010-11-08 00:52:12 +00:00
Patrick Malley
fbda4556a8
MDL-20757
2010-11-07 19:19:34 +00:00
Moodle Robot
81fb0527dc
Updated the 19 build version to 20101107
2010-11-07 00:51:09 +00:00
Moodle Robot
193173bf1f
Updated the 19 build version to 20101106
2010-11-06 00:49:55 +00:00
Moodle Robot
974d440d73
Updated the 19 build version to 20101105
2010-11-05 00:49:21 +00:00
Moodle Robot
251aa8e3b1
Updated the 19 build version to 20101104
2010-11-04 00:50:54 +00:00
Moodle Robot
c536d23cd5
Updated the 19 build version to 20101103
2010-11-03 00:50:29 +00:00
Tim Hunt
9e8badd3a0
html_to_text MDL-25018 fix regression caused by be previous comment.
...
Thanks Eloy for spotting this.
I was worried about this happening, so I checked the diff before committing, to make sure something like this did not happen, and still Eclipse+CVS screwed it up for me. Sorry.
2010-11-02 21:50:20 +00:00
Tim Hunt
36a40748e1
MDL-25018 stop html_to_text from breaking utf-8 multibyte characters.
2010-11-02 20:03:50 +00:00
Moodle Robot
52f29243e1
Updated the 19 build version to 20101102
2010-11-02 00:50:59 +00:00
Inaki
b59d5522d6
grade/report: MDL-21001 Gradebook shows ranges always
...
We unconditionnally set them to visible, ignoring configured settings.
Fix it.
2010-11-01 10:22:06 +00:00
Moodle Robot
e239bb1734
Updated the 19 build version to 20101101
2010-11-01 00:49:34 +00:00
Moodle Robot
fb94121fbc
Updated the 19 build version to 20101031
2010-10-31 00:54:23 +00:00
Moodle Robot
60546676cf
Updated the 19 build version to 20101030
2010-10-30 00:52:25 +00:00
Andrew Davis
7755bba3f0
gradebook MDL-24791 fixing grader report column highlighting
2010-10-29 07:06:46 +00:00
Moodle Robot
6cfe146bf7
Updated the 19 build version to 20101029
2010-10-29 00:55:16 +00:00
Rossiani Wijaya
bb8c661c9d
MDL-22528: fixed AJAX Course editing in Chrome and Safari.
2010-10-28 07:41:28 +00:00
Moodle Robot
f7dad24fbc
Updated the 19 build version to 20101028
2010-10-28 00:51:07 +00:00
Martin Dougiamas
dd8a49c15e
Bumping version post-release
2010-10-27 06:35:51 +00:00
Moodle Robot
75a917faee
Updated the 19 build version to 20101027
2010-10-27 00:51:22 +00:00
Moodle Robot
1946377765
Updated the 19 build version to 20101026
2010-10-26 00:54:47 +00:00
Sam Marshall
b085489d88
files MDL-24841 Changed require to require_once in files/index.php so it doesn't break if libraries are required elsewhere
2010-10-25 11:22:31 +00:00
Eloy Lafuente
a83fefb70c
MDL-24836 data - I'm idiot! Sorry!
2010-10-25 09:31:10 +00:00
Eloy Lafuente
c3303a2517
MDL-24836 data - fix causing DBs with new file fields to boom updating records. Merged from 18_STABLE
2010-10-25 08:23:16 +00:00
Martin Dougiamas
bd6ec36735
Bumping for 1.9.10 release
2010-10-25 06:36:35 +00:00
Moodle Robot
1036a833d9
Updated the 19 build version to 20101025
2010-10-25 00:52:24 +00:00
Petr Skoda
c5fc40990b
MDL-24808
2010-10-24 22:14:11 +00:00
Moodle Robot
813d4754fd
Updated the 19 build version to 20101024
2010-10-24 00:55:27 +00:00
Petr Skoda
ad5644829f
MDL-24803 fixed tagid typo in tag correlation table update
2010-10-23 10:28:06 +00:00
Moodle Robot
120604f429
Updated the 19 build version to 20101023
2010-10-23 00:52:55 +00:00
Petr Skoda
71d49c63c4
MDL-24810 importing latest HTMLPurifier - already tested in HEAD for some time
2010-10-22 14:46:59 +00:00
Petr Skoda
9551b113bc
MDL-20210 dod not stop login process when can not connect to auth/db external database
2010-10-22 09:11:55 +00:00
Moodle Robot
6989ee3a2e
Updated the 19 build version to 20101022
2010-10-22 00:53:32 +00:00
Inaki
257f5e3655
auth/cas MDL-24789 phpCAS single sign-on module client needs updating due to security issues
...
Upgraded phpCAS to 1.1.3 (latest stable version), which fixes them.
2010-10-21 07:53:00 +00:00
Gordon Bateson
280d8c1d5d
MDL-24779 mod/hotpot tidy up calls to js_value() method which escapes and encodes unicode strings for javascript
2010-10-21 03:17:30 +00:00
Moodle Robot
61225707fe
Updated the 19 build version to 20101021
2010-10-21 00:58:09 +00:00
Gordon Bateson
1775e5e042
MDL-24779 mod/hotpot fix escaping of apostrophes on strings that are used within JavaScript
2010-10-20 14:41:52 +00:00
Moodle Robot
0a85771b07
Updated the 19 build version to 20101020
2010-10-20 00:48:49 +00:00
Moodle Robot
993cc5c7a3
Updated the 19 build version to 20101019
2010-10-19 00:48:28 +00:00
Sam Hemelryk
3a4546b910
course-participation-report MDL-23603 Optimised SQL, merged from HEAD
2010-10-18 04:54:25 +00:00
Moodle Robot
f4c126ba1d
Updated the 19 build version to 20101018
2010-10-18 00:49:12 +00:00
Moodle Robot
1773a53f62
Updated the 19 build version to 20101017
2010-10-17 00:48:14 +00:00
Petr Skoda
470559c68a
MDL-20716 json PHP extension is required in Moodle 2.0
2010-10-16 18:03:34 +00:00
Petr Skoda
5467d64c2a
MDL-20643 fixed login redirection from user profile
2010-10-16 17:59:35 +00:00
Moodle Robot
6d819631e9
Updated the 19 build version to 20101016
2010-10-16 00:48:54 +00:00
Aparup Banerjee
21e609d5b7
forum MDL-24638 improved forum_search_posts by passing through cm and context from forum_get_readable_forums.
2010-10-15 03:13:20 +00:00
Andrew Davis
6dbefdab52
gradebook MDL-24682 1.9 corrected a capability check that was incorrectly allowing some users to make a course scale a standard scale
2010-10-15 02:58:18 +00:00
Moodle Robot
57e5e322fc
Updated the 19 build version to 20101015
2010-10-15 00:49:40 +00:00
Rossiani Wijaya
4ba226fdd0
MDL-20396:
...
1. remove carriage return to prevent javascript error
2. remove whitespaces.
2010-10-14 06:12:23 +00:00
Moodle Robot
5de2c6fbd3
Updated the 19 build version to 20101014
2010-10-14 00:49:29 +00:00
Petr Skoda
e10317e53e
MDL-20366 reverting previous commit because it breaks label indentation, sorry
2010-10-13 20:30:23 +00:00
Jenny Gray
7d2c082b1a
MDL-24565 control characters stripped so xml output functions correctly
...
now without unicode regular expression
2010-10-13 14:07:59 +00:00
Moodle Robot
b9a87c8fc0
Updated the 19 build version to 20101013
2010-10-13 00:48:20 +00:00
Petr Skoda
fc32b26906
MDL-14595 more CSS styles whitelisted in KSES
2010-10-12 09:20:19 +00:00
Moodle Robot
8d34226d31
Updated the 19 build version to 20101012
2010-10-12 00:49:42 +00:00
Sam Marshall
302b1c4bec
accessibility MDL-24163 Change to accesshide definition to avoid rare Safari/VoiceOver crashes
2010-10-11 15:57:17 +00:00
Aparup Banerjee
dcba9ebe59
assignment MDL-24469 fixed an SQL error with get_role_users() when there are no graded roles set ( was passing in an empty array as roleid).
2010-10-11 07:43:55 +00:00
Rossiani Wijaya
6eab1a9b0c
MDL-20034: add title attribute to user picture.
2010-10-11 05:43:00 +00:00
Rossiani Wijaya
42d68af1d1
MDL-19146: fixed display message history for non-admin user.
2010-10-11 02:54:28 +00:00
Moodle Robot
f0542ff914
Updated the 19 build version to 20101011
2010-10-11 00:51:09 +00:00
Petr Skoda
8a436292d8
MDL-20366 mod/label output now wrapped in DIV instead of SPAN - XHTML strict fix (thanks Andrea Bicciolo)
2010-10-10 17:51:08 +00:00
Petr Skoda
c1e19bd258
MDL-10782 fixed double footer when deleting glossary category
2010-10-10 10:21:28 +00:00
Moodle Robot
7ca5bce01d
Updated the 19 build version to 20101010
2010-10-10 00:48:01 +00:00
Moodle Robot
7863792b6b
Updated the 19 build version to 20101009
2010-10-09 00:49:03 +00:00
Moodle Robot
866827bf78
Updated the 19 build version to 20101008
2010-10-08 00:49:13 +00:00
Rossiani Wijaya
f030e2a793
MDL-19927: add new plugins for ogg and ogv file and also removing some extra whitespaces within the file.
2010-10-07 08:42:46 +00:00
Sam Hemelryk
d5abaa68e0
mod-resource MDL-15686 Applied patch for fix force download JS locking. Kudos Yolanda for the patch.
2010-10-07 05:40:35 +00:00
Moodle Robot
b5afaf51bd
Updated the 19 build version to 20101007
2010-10-07 00:48:16 +00:00
Petr Skoda
03c5a27bf4
MDL-6122 truncate_userinfo() has to use unicode aware functions
2010-10-06 19:15:31 +00:00
Petr Skoda
78da89dc64
MDL-24523 markdown text cleanup
2010-10-06 12:22:19 +00:00
David Mudrak
ee8dd77f75
MDL-24530 Fixed core functions usage during early install phase when the site is not fully set up yet
2010-10-06 08:50:31 +00:00
Moodle Robot
ec7e6c6de8
Updated the 19 build version to 20101006
2010-10-06 00:49:03 +00:00
jerome mouneyrac
a3ed90bb6c
database module MDL-24470 change 'notification' column ('data' table) default and NOT NULL. Update code for restore operation to support old backup with NULL value into 'notification'.
2010-10-05 01:56:10 +00:00
Moodle Robot
00067c196e
Updated the 19 build version to 20101005
2010-10-05 00:48:39 +00:00
Moodle Robot
a0459f2008
Updated the 19 build version to 20101004
2010-10-04 00:48:53 +00:00
Moodle Robot
006d30e7ac
Updated the 19 build version to 20101003
2010-10-03 00:51:45 +00:00
Moodle Robot
0c32b5c061
Updated the 19 build version to 20101002
2010-10-02 00:52:30 +00:00
Andrew Davis
ca664bc4e9
data MDL-24473 corrected the data table description
2010-10-01 08:09:42 +00:00
Rossiani Wijaya
3ead833be8
MDL-24258: removing white spaces.
2010-10-01 02:33:18 +00:00
Moodle Robot
44aa24d71b
Updated the 19 build version to 20101001
2010-10-01 00:52:04 +00:00
Moodle Robot
4d53caffe9
Updated the 19 build version to 20100930
2010-09-30 00:52:15 +00:00
Moodle Robot
5efa1f7c65
Updated the 19 build version to 20100929
2010-09-29 00:53:51 +00:00
Petr Skoda
dd4f38980c
MDL-24225 fixed https login redirection - credit goes to Andrew Zoltay
2010-09-28 14:05:37 +00:00
Moodle Robot
ce9830f4b7
Updated the 19 build version to 20100928
2010-09-28 00:53:22 +00:00
Moodle Robot
f2cde6fe5d
Updated the 19 build version to 20100927
2010-09-27 00:53:37 +00:00
Moodle Robot
8237dedfee
Updated the 19 build version to 20100926
2010-09-26 00:51:35 +00:00
Moodle Robot
fa8f0918f0
Updated the 19 build version to 20100925
2010-09-25 00:53:50 +00:00
Inaki
eac3177bc1
auth/cas MDL-18643 CAS synchronization fails with Microsoft Active Directory
...
The bug was fixed in LDAP auth plugin but was not applied to CAS auth too.
Thanks to Jose Garcia for the bug report and proposed fix.
2010-09-24 12:46:46 +00:00
Inaki
a727aabc50
auth/cas MDL-16168 CAS crashes if no LDAP is set up
...
Fix the other two potential places where CAS would crash
if no LDAP server is configured.
Thanks to Mark Nielsen for prompting me to have a deeper look at it.
2010-09-24 12:27:07 +00:00
Rossiani Wijaya
0e744d43dc
MDL-18232: fixed section links error for IE8
2010-09-24 05:19:38 +00:00
Moodle Robot
09cb29fbb6
Updated the 19 build version to 20100924
2010-09-24 00:53:11 +00:00
Andrea Bicciolo
f367460381
mdl-24033 - fix Daniele's reopening for 1.9
2010-09-23 11:31:43 +00:00
Rossiani Wijaya
c927eb443e
MDL-24258: eliminate student capability to delete their post when it exceeded the max editing time.
2010-09-23 09:10:05 +00:00
Moodle Robot
b02ed89582
Updated the 19 build version to 20100923
2010-09-23 00:52:34 +00:00
Moodle Robot
c3dd17d66c
Updated the 19 build version to 20100922
2010-09-22 00:54:49 +00:00
Moodle Robot
06db98f7d7
Updated the 19 build version to 20100921
2010-09-21 00:52:26 +00:00
Moodle Robot
a6436e6c90
Updated the 19 build version to 20100920
2010-09-20 00:51:51 +00:00
Moodle Robot
f0ec46b98f
Updated the 19 build version to 20100919
2010-09-19 00:53:02 +00:00
Moodle Robot
6f420fb2d6
Updated the 19 build version to 20100918
2010-09-18 00:53:31 +00:00
David Mudrak
b803fa1628
NOMDL resource: fixed client side validation for file resource location
...
This was spotted during the work on MDL-21382. Without this fix, the
Location field is not validated against empty values.
2010-09-17 22:30:20 +00:00
David Mudrak
82b7f70bf4
MDL-21382 mform: escape invalid characters when generating javascript validation function name
...
This patch fixes the support for addGroupRule in cases when the element
name contains invalid characters like square brackets (that is if the
group element is an array element).
Credit goes to Hubert Chathi for the solution and the patch provided.
2010-09-17 22:29:37 +00:00
Eloy Lafuente
50978a0b6a
Initial commit of dz_utf8 installer lang strings for 19_STABLE
2010-09-17 16:44:40 +00:00
Eloy Lafuente
344816b106
file installer.php was added on branch MOODLE_19_STABLE on 2010-09-17 16:44:40 +0000
2010-09-17 16:44:02 +00:00
Andrew Davis
3318054d95
gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change pt 2
2010-09-17 03:09:29 +00:00
Andrew Davis
ca0cd9a253
gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change
2010-09-17 03:04:07 +00:00
Sam Hemelryk
209a25197d
mod-assignment MDL-23848 Fixed regression causing group dropdowns to be ignored when viewing submissions
2010-09-17 01:44:14 +00:00
Moodle Robot
8c4d14e892
Updated the 19 build version to 20100917
2010-09-17 00:52:10 +00:00
Pierre Pichet
2f31d18184
MDL-24241 replacing !empty() by isset()
2010-09-16 23:04:58 +00:00
Andrea Bicciolo
8fa7806c77
Update according to capability change in "data_atmaxentries" function
2010-09-16 10:42:18 +00:00
Sam Hemelryk
a3f2fa69b0
mod-assignment MDL-23848 Users can now view previously submit assignments if they no longer have the submit capability
2010-09-16 05:45:40 +00:00
Martin Dougiamas
0fab420435
MDL-22551 Grr fixed typo
2010-09-16 02:13:07 +00:00
Martin Dougiamas
436f4e0757
forum MDL-22551 Don't put In-Reply-To and References headers on the first post for a thread
2010-09-16 01:49:06 +00:00
Moodle Robot
86254f78ea
Updated the 19 build version to 20100916
2010-09-16 00:53:19 +00:00
Moodle Robot
0da9b1ffc9
Automatic installer.php lang files by installer_builder (20100916)
2010-09-16 00:43:35 +00:00
Eloy Lafuente
28ff610968
MDL-24207 dml - fix in oracle fallabck for sequences that shouldn't be executed ever
2010-09-15 20:08:58 +00:00
Inaki
9a688af4ee
auth/cas MDL-16168 CAS crashes if no LDAP is set up
...
Don't crash if no LDAP server is configured. This also means that
user details need to be retrieved/updated via other means.
2010-09-15 16:18:52 +00:00
Moodle Robot
ae0a52faaa
Updated the 19 build version to 20100915
2010-09-15 00:55:35 +00:00
Andrew Davis
76fe2687d5
gradebook MDL-22841 fixed a bug where the user report when viewing multiple students would misreport student's course totals
2010-09-14 08:32:58 +00:00
Moodle Robot
e14ee4ce58
Updated the 19 build version to 20100914
2010-09-14 00:53:36 +00:00
Moodle Robot
fcaa1b1078
Automatic installer.php lang files by installer_builder (20100914)
2010-09-14 00:43:51 +00:00
Eloy Lafuente
07ee3b4e29
MDL-24189 data module restore - Fix 1.x comments and ratings restore. Were missing user remappings.
2010-09-13 21:16:28 +00:00
Rossiani Wijaya
22ed3e491a
MDL-20138 - convert & to ampersand symbol in Grades tooltip (for simple and full view).
2010-09-13 10:09:27 +00:00
Andrew Davis
656f1a97da
data MDL-23488 made available from/to work
2010-09-13 08:39:34 +00:00
Andrea Bicciolo
9398995df6
Fix for MDL-24033
2010-09-13 07:43:06 +00:00
Moodle Robot
d4bd146ab5
Updated the 19 build version to 20100913
2010-09-13 00:53:41 +00:00
Moodle Robot
90887b82ee
Updated the 19 build version to 20100912
2010-09-12 00:52:21 +00:00
Moodle Robot
aaf191d026
Updated the 19 build version to 20100911
2010-09-11 00:53:16 +00:00
Moodle Robot
b0288f3f3a
Updated the 19 build version to 20100910
2010-09-10 00:51:59 +00:00
Moodle Robot
91a59aa1d6
Updated the 19 build version to 20100909
2010-09-09 00:53:33 +00:00
Eloy Lafuente
912ecb4d73
MDL-16106 report - fix old double-column trick causing problems in backup logs. Thanks Luis!
2010-09-08 16:51:29 +00:00
Moodle Robot
50d28776fc
Updated the 19 build version to 20100908
2010-09-08 00:54:18 +00:00
Moodle Robot
4becfc43c8
Updated the 19 build version to 20100907
2010-09-07 00:54:23 +00:00
Moodle Robot
16a6a4730a
Updated the 19 build version to 20100906
2010-09-06 00:52:04 +00:00
Petr Skoda
db3db60f7d
MDL-23431 XMLDB editor fails to parse STATEMENTS properly in certain cases
2010-09-05 21:15:12 +00:00
Petr Skoda
7c48c3c060
MDL-23899 PHP Intl extension is recommended in 2.0 now because we use it for asort in textlib
2010-09-05 13:13:12 +00:00
Moodle Robot
0724fdfa75
Updated the 19 build version to 20100905
2010-09-05 00:51:52 +00:00
Moodle Robot
290c3851f1
Updated the 19 build version to 20100904
2010-09-04 00:52:09 +00:00
Inaki
29c3c0a42d
MDL-23864 auth/cas Coding error: Undefined index REQUEST_URI in auth/cas/CAS/CAS.php
...
Patch our local copy (and record the change) while upstream fixes it (see
https://issues.jasig.org/browse/PHPCAS-81 )
2010-09-03 16:51:11 +00:00
Petr Skoda
08c5c9fd52
MDL-24043 addslashes_object() for and added default course category is insert fails, credit goes to Troy Williams <troyw@waikato.ac.nz>
2010-09-03 11:31:30 +00:00
Moodle Robot
649ec3ad84
Updated the 19 build version to 20100903
2010-09-03 00:52:48 +00:00
Moodle Robot
6bc05947bc
Updated the 19 build version to 20100902
2010-09-02 00:51:56 +00:00
Moodle Robot
a14e1e3933
Updated the 19 build version to 20100901
2010-09-01 00:54:24 +00:00
Moodle Robot
8e2173b1d2
Automatic installer.php lang files by installer_builder (20100901)
2010-09-01 00:43:42 +00:00
Moodle Robot
561f8bd698
Updated the 19 build version to 20100831
2010-08-31 00:53:40 +00:00
Rossiani Wijaya
3385b1702e
MDL-10906 - remove the functionality to add a local file.
2010-08-30 02:17:54 +00:00
Moodle Robot
372f31d6f3
Updated the 19 build version to 20100830
2010-08-30 00:48:58 +00:00
Petr Skoda
49fbc2b157
MDL-23974 dom and xml extensions are now required - backported from HAED
2010-08-29 19:37:45 +00:00
Petr Skoda
fb70228496
MDL-15057 PCRE is a required extension, looks like we do not need to add detailed feedback strings for required extensions - nice!
2010-08-29 19:28:28 +00:00
Moodle Robot
51faf98dee
Updated the 19 build version to 20100829
2010-08-29 00:48:48 +00:00
Moodle Robot
5a504a9e11
Updated the 19 build version to 20100828
2010-08-28 00:48:23 +00:00
Moodle Robot
7f428b50b7
Updated the 19 build version to 20100827
2010-08-27 00:49:48 +00:00
Moodle Robot
065d0c8364
Updated the 19 build version to 20100826
2010-08-26 00:48:29 +00:00
Andrew Davis
eb8f8daecb
admin MDL-21011 fix a bug with the course auto-sort
2010-08-25 00:59:40 +00:00
Moodle Robot
fd87f11c24
Updated the 19 build version to 20100825
2010-08-25 00:48:15 +00:00
Moodle Robot
097b999c6c
Updated the 19 build version to 20100824
2010-08-24 00:49:33 +00:00
Moodle Robot
ee809c7098
Updated the 19 build version to 20100823
2010-08-23 00:48:35 +00:00
Moodle Robot
180aff354a
Updated the 19 build version to 20100822
2010-08-22 00:48:06 +00:00
Moodle Robot
a7d4c04104
Updated the 19 build version to 20100821
2010-08-21 00:48:06 +00:00
Moodle Robot
28aadeecdc
Updated the 19 build version to 20100820
2010-08-20 00:48:17 +00:00
Sam Marshall
2780a3f5fc
blocks MDL-23871 blocks_have_content ignores global block visibility option
2010-08-19 14:06:03 +00:00
Moodle Robot
8f17261d25
Updated the 19 build version to 20100819
2010-08-19 00:48:33 +00:00
Moodle Robot
443528d31b
Updated the 19 build version to 20100818
2010-08-18 00:48:57 +00:00
Moodle Robot
920fe9fcaf
Updated the 19 build version to 20100817
2010-08-17 00:48:56 +00:00
Moodle Robot
bb52365f1a
Updated the 19 build version to 20100816
2010-08-16 00:47:47 +00:00
Moodle Robot
82db8939ee
Updated the 19 build version to 20100815
2010-08-15 00:48:51 +00:00
Moodle Robot
df33ac3d4c
Automatic installer.php lang files by installer_builder (20100815)
2010-08-15 00:39:40 +00:00
Moodle Robot
49c067f1a0
Updated the 19 build version to 20100814
2010-08-14 00:48:01 +00:00
Moodle Robot
4d4084c560
Automatic installer.php lang files by installer_builder (20100814)
2010-08-14 00:38:56 +00:00
Moodle Robot
58933a99c1
Updated the 19 build version to 20100813
2010-08-13 00:47:55 +00:00
Ashley Holman
7a8868f00a
MDL-23755 remove erroneous sleep() call when messages are sent
...
Results in big speed boost when sending messages to multiple recipients.
2010-08-12 07:07:48 +00:00
Andrew Davis
4afe9581ab
gradebook MDL-22931 display more meaningful strings when configuring grade category
2010-08-12 01:32:56 +00:00
Moodle Robot
9f4b6432da
Updated the 19 build version to 20100812
2010-08-12 00:48:02 +00:00
Tim Hunt
a1a0d9a49d
question import/export MDL-23198 extra_question_fields not handling special characters properly.
...
Thanks to Oleg Sychev for the fix.
2010-08-11 19:05:50 +00:00
Tim Hunt
874a2eaf55
quiz reports MDL-23161 notify(get_string('nostudentsyet')) breaking downloads.
2010-08-11 18:34:44 +00:00
Andrew Davis
9cb5d53238
gradebook MDL-19070 Added a guard to protect against a potential error
2010-08-11 07:27:35 +00:00
Moodle Robot
6c71cb9758
Updated the 19 build version to 20100811
2010-08-11 00:51:31 +00:00
Moodle Robot
08264ea23b
Automatic installer.php lang files by installer_builder (20100811)
2010-08-11 00:38:25 +00:00
Petr Skoda
ddff72647a
MDL-23667 reverting my previous wrong patch and using original patch by Matt Clarkson, sorry for the trouble
2010-08-10 07:22:59 +00:00
Moodle Robot
f8d17f7225
Updated the 19 build version to 20100810
2010-08-10 00:47:54 +00:00
Petr Skoda
5f724f2f3b
MDL-23726 fixed phpdocs - credit goes to Henning Bostelmann
2010-08-09 16:19:09 +00:00
Petr Skoda
11b153215d
MDL-23667 fixed unenscaped query
2010-08-09 08:08:17 +00:00
Moodle Robot
846a5fe4f1
Updated the 19 build version to 20100809
2010-08-09 00:47:08 +00:00
Moodle Robot
16023079de
Updated the 19 build version to 20100808
2010-08-08 00:47:41 +00:00
Moodle Robot
7be338eca0
Updated the 19 build version to 20100807
2010-08-07 00:47:45 +00:00
Inaki
b652d769bf
auth/ldap MDL-23652 Error in auth_ldap_sync_users.php
...
We need to specify a valid user id in the call to role_assign(). And we only
have to make the call if the user has been added successfully, not
otherwise.
Also make sure we lowercase the memberuser and group distinguished names
before comparing them. Depending on the LDAP server we can get mixed case
values for the DNs, and the user may have specified the creators group/ou
name in a different case.
By the way, this has been broken for ages (since the auth cleanup in 1.8, in
2007!). It's a bit strange nobody noticed before :-O
Credit goes to Joe Chryst.
2010-08-07 00:38:15 +00:00
Inaki
7647cb357e
auth/cas MDL-23645 CAS single sign-on module needs updating due to security issues
...
Upgraded phpCAS to 1.1.2 and fixed https://issues.jasig.org/browse/PHPCAS-73 ,
as reported by Fred Woolard in MDL-23126 (the fix will be in upstream in the
next release)
Credit goes to Johan Reinalda.
2010-08-06 21:21:25 +00:00
Tim Hunt
96666fb36a
quiz delays MDL-20956 don't let overdue attempts + delays block students.
...
Suppose a quiz has a 60 min time limit, and an enforced delay of 60 mins between attempts.
Suppose a sudent starts an attempt, and then closes their browser, and then comes back 2 hours later. When they try to restart the quiz, it is submitted immediately by the timer.
Now they are blocked out for the next hour.
After this change, they would no longer be blocked, becuse if their attemtp had been submitted at the end of the first hour, then they would already have waited an hour.
That is, we compare the current time with both $lastattempt->timefinish + $delay and $lastattempt->timestart + $timelimit + $delay.
2010-08-06 11:41:48 +00:00
Moodle Robot
dd2e755837
Updated the 19 build version to 20100806
2010-08-06 00:46:53 +00:00
Tim Hunt
8e47727dab
question moving MDL-21195 add missing error message strings.
2010-08-05 17:33:09 +00:00
Tim Hunt
9e0825e908
quiz password: MDL-20779 the page that asks for the password must call print_header and print_footer, even in secure mode.
2010-08-05 15:51:40 +00:00
Tim Hunt
155ac544d5
quiz reports MDL-21262 do not work for quizzes on the front page.
...
This was already fixed in 2.0. A bit of a hack to make it work in 1.9 too.
Hopefully there won't be any side-effects.
2010-08-05 15:37:05 +00:00
Tim Hunt
d35f34c282
qformat xml MDL-22743 questiontextformat not imported correctly since the fix for MDL-9700 went in.
2010-08-05 13:11:28 +00:00
Tim Hunt
348aae8680
quiz reports MDL-21111 Quiz duration is reported in years if Time Finish is before Time Start
...
Suppose you have two load-balanced servers with badly-synchronised clocks, and
a student does a really quick quiz attempt.
Then it is possible that quiz_attemtp.timestart is greater than quiz_attemtp.timefinish.
And these columns are unsigned (on MySQL) so timefinish - timestart is compulted as
a number close to 2^64, which is about 42 times the age of the universe.
Do the subtraction in PHP instead. (But we still need to compute a duration columnin PHP
because sometimes we sort on it.)
2010-08-05 12:43:15 +00:00
Tim Hunt
f7046b2599
multianswer question import MDL-11326 make a better question name.
...
Also fix coding style in this file.
2010-08-05 12:13:29 +00:00
Moodle Robot
b36082baa4
Updated the 19 build version to 20100805
2010-08-05 00:47:09 +00:00
Tim Hunt
f47906fbf5
weblib MDL-22664 html_to_text should not strip images, it should replace them by their alt text.
...
Also, an new optional argument to html_to_text to control word-wrapping.
2010-08-04 17:39:56 +00:00
Moodle Robot
791325ae6c
Updated the 19 build version to 20100804
2010-08-04 00:47:40 +00:00
Tim Hunt
981a7785be
quiz overview report MDL-23377 can't delete attempts when there are no students.
...
Actually, reviewing this, I noticed some other security checks were missing, for
example we should ensure the users can only delete attempts belonging to this quiz!
2010-08-03 13:15:28 +00:00
Tim Hunt
bed436f084
quiz overview MDL-23377 whitespace cleanup, before doing the real fix.
2010-08-03 12:54:24 +00:00
Tim Hunt
e9686d7015
qtype shortanswer MDL-20380 small refactoring to help subclasses. Thanks to Oleg Sychev.
2010-08-03 10:39:54 +00:00
Moodle Robot
8427722a9e
Updated the 19 build version to 20100803
2010-08-03 00:47:14 +00:00
Moodle Robot
961f188766
Automatic installer.php lang files by installer_builder (20100803)
2010-08-03 00:38:40 +00:00
Tim Hunt
2477185155
grader report NOBUG strange 'null' tooltip sometimes appeard in IE.
2010-08-02 16:33:29 +00:00
Moodle Robot
cebf5c6673
Updated the 19 build version to 20100802
2010-08-02 00:47:30 +00:00
Petr Skoda
e19e3b6e9e
MDL-22508 fixed deprecated wiki text formating pointing to nonexistent function
2010-08-01 10:03:38 +00:00
Moodle Robot
ebe4e916f1
Updated the 19 build version to 20100801
2010-08-01 00:50:33 +00:00
Moodle Robot
34ab2f0006
Updated the 19 build version to 20100731
2010-07-31 00:51:13 +00:00
Andrew Davis
9ab33a1328
gradebook MDL-23577 made grade_update_outcomes() return a success/failure flag
2010-07-30 06:46:32 +00:00
Moodle Robot
1b8ee2a01b
Updated the 19 build version to 20100730
2010-07-30 00:50:10 +00:00
Moodle Robot
2f2607a256
Updated the 19 build version to 20100729
2010-07-29 00:48:07 +00:00
Tim Hunt
e8a63fdaba
MDL-23560 questions import/export. PHP5 protected had been comitted to the 1.9 branch. Sorry.
2010-07-28 14:18:37 +00:00
David Mudrak
51b2bf5ab1
MDL-21845 multilang filter applied to custom field labels in user profile
2010-07-28 09:41:54 +00:00
Moodle Robot
0af9124a00
Updated the 19 build version to 20100728
2010-07-28 00:47:07 +00:00
Moodle Robot
4bfc5e542e
Updated the 19 build version to 20100727
2010-07-27 00:47:40 +00:00
Moodle Robot
96c20af86a
Automatic installer.php lang files by installer_builder (20100727)
2010-07-27 00:38:41 +00:00
David Mudrak
e5bc3566e0
NOMDL assignment: fixed recent activity report for separate groups mode
...
There were two typos here. The first one ($cm->userid) led to incorrect
groups list. But the second one ($interset) caused that the intersection
of the group lists was never used. I just spotted this during copy &
pasting into workshop 2.0
Also fixed the heading size to what other modules use.
2010-07-26 21:27:24 +00:00
Moodle Robot
d4922edcaf
Updated the 19 build version to 20100726
2010-07-26 00:47:22 +00:00
Petr Skoda
a2f5e222b7
MDL-22871 fixed detection of local guest account, it must have the local mnet id
2010-07-25 17:52:53 +00:00
Moodle Robot
9bea72dcb9
Updated the 19 build version to 20100725
2010-07-25 00:47:10 +00:00
Moodle Robot
960e55c3df
Updated the 19 build version to 20100724
2010-07-24 00:47:40 +00:00
Sam Hemelryk
d9b5ed15b6
quiz-report-grading MDL-20724 Fixed display of table when no results are available due to firstname/surname filtering
2010-07-23 06:07:33 +00:00
Moodle Robot
ce0e1f248d
Updated the 19 build version to 20100723
2010-07-23 00:47:33 +00:00
Dan Marsden
039d39243e
SCORM MDL-21333 remove link to allow manual opening of window as JS communication can fail and no grades are reported from the object. Remove old strings no longer required. merged from HEAD
2010-07-22 02:20:11 +00:00
Moodle Robot
f467b170b9
Updated the 19 build version to 20100722
2010-07-22 00:47:19 +00:00
Moodle Robot
f4f421fa84
Updated the 19 build version to 20100721
2010-07-21 00:50:12 +00:00
Moodle Robot
7874175e2c
Automatic installer.php lang files by installer_builder (20100721)
2010-07-21 00:38:49 +00:00
Moodle Robot
4678c59ea6
Updated the 19 build version to 20100720
2010-07-20 00:48:19 +00:00
Moodle Robot
454787d14e
Updated the 19 build version to 20100719
2010-07-19 00:46:52 +00:00
Moodle Robot
ba77ab80e0
Updated the 19 build version to 20100718
2010-07-18 00:46:53 +00:00
Moodle Robot
f665b0bb4a
Automatic installer.php lang files by installer_builder (20100718)
2010-07-18 00:37:58 +00:00
Dan Marsden
c35d76a066
SCORM MDL-21568 fix regression merged from head
2010-07-17 06:47:04 +00:00
Moodle Robot
e13b7dc4be
Updated the 19 build version to 20100717
2010-07-17 00:47:16 +00:00
Moodle Robot
9978722410
Updated the 19 build version to 20100716
2010-07-16 00:47:22 +00:00
Petr Skoda
29a61a2c15
MDL-23222 marking spl as required php ext
2010-07-15 18:36:42 +00:00
Moodle Robot
04ea8275ff
Updated the 19 build version to 20100715
2010-07-15 00:47:35 +00:00
Moodle Robot
f50e20a23b
Updated the 19 build version to 20100714
2010-07-14 00:47:29 +00:00
Moodle Robot
ef20b03596
Updated the 19 build version to 20100713
2010-07-13 00:48:43 +00:00
Moodle Robot
a24b47ce8f
Updated the 19 build version to 20100712
2010-07-12 00:46:35 +00:00
Moodle Robot
d5408b8821
Updated the 19 build version to 20100711
2010-07-11 00:46:48 +00:00
Petr Skoda
f6372807e0
MDL-23126 fixed incorrect method call, credit goes to Fred Woolard
2010-07-10 12:21:46 +00:00
Dan Marsden
ab911906a2
SCORM MDL-23119 allowing extra characters in CMIIdentifier - this is outside the ADL Spec but it seems to be ok to extend this and allow more characters than is specified by ADL
2010-07-10 08:17:44 +00:00
Moodle Robot
6655d8038b
Updated the 19 build version to 20100710
2010-07-10 00:46:20 +00:00
Moodle Robot
d979e7a72c
Automatic installer.php lang files by installer_builder (20100710)
2010-07-10 00:37:35 +00:00
Moodle Robot
3ea0250389
Updated the 19 build version to 20100709
2010-07-09 00:46:25 +00:00
Moodle Robot
b92015b342
Automatic installer.php lang files by installer_builder (20100709)
2010-07-09 00:37:34 +00:00
Dan Marsden
a19dd8f9d2
SCORM MDL-19442 - remove tab, replace with spaces.
2010-07-08 22:40:37 +00:00
Piers Harding
35332cda8e
MDL-19442 - fix type cast of values for gradebook calculations
2010-07-08 18:15:10 +00:00
Dan Marsden
d29c037725
SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. thanks to Bruce Cota for report/patch - merged from HEAD
2010-07-08 11:49:31 +00:00
Dan Marsden
119fff55dd
SCORM MDL-22423 don't include empty raw scores from assets when calculating grade merged from HEAD
2010-07-08 09:48:12 +00:00
Martin Dougiamas
b8ebff5722
MDL-22964 XMLRPC no longer required. Merged from HEAD
2010-07-08 09:07:17 +00:00
Moodle Robot
08c5c11998
Updated the 19 build version to 20100708
2010-07-08 00:46:38 +00:00
Moodle Robot
245f03b768
Automatic installer.php lang files by installer_builder (20100708)
2010-07-08 00:37:50 +00:00
Moodle Robot
1bd8b2306e
Updated the 19 build version to 20100707
2010-07-07 00:46:56 +00:00
Gordon Bateson
0e3973f02a
mod/hotpot MDL-17702: fix validation error on nested class="logininfo" elements
2010-07-06 08:06:32 +00:00
Martin Dougiamas
6264006089
MDL-15976 Merging Taiwan change from HEAD
2010-07-06 06:58:27 +00:00
Dan Marsden
ad654ec04e
NOBUG SCORM fix location of icon.gif
2010-07-06 03:39:41 +00:00
Moodle Robot
2d81fc0898
Updated the 19 build version to 20100706
2010-07-06 00:46:59 +00:00
Tim Hunt
d256e1c021
quiz NOBUG Turn off autocomplete on the quiz form in a way that actually works.
...
See http://moodle.org/mod/forum/discuss.php?d=153419 for dicussion.
2010-07-05 21:55:25 +00:00
Petr Skoda
94c1fe8096
MDL-23097 latest htmlpurifier 4.1.1
2010-07-05 21:10:51 +00:00
Moodle Robot
60e9031391
Updated the 19 build version to 20100705
2010-07-05 00:46:56 +00:00
Moodle Robot
3098a1570f
Updated the 19 build version to 20100704
2010-07-04 00:46:48 +00:00
Moodle Robot
cca7a6dd68
Updated the 19 build version to 20100703
2010-07-03 00:46:13 +00:00
Tim Hunt
6ab47dd350
question import/export: MDL-22100 ' / etc. in category names confuse the import/export.
2010-07-02 13:36:50 +00:00
Tim Hunt
0b76235280
file testimportexport.php was added on branch MOODLE_19_STABLE on 2010-07-02 13:36:50 +0000
2010-07-02 13:36:49 +00:00
Moodle Robot
55ffc77cc6
Updated the 19 build version to 20100702
2010-07-02 00:45:21 +00:00
Moodle Robot
c1bbd6a05c
Automatic installer.php lang files by installer_builder (20100702)
2010-07-02 00:37:01 +00:00
Moodle Robot
7bde173381
Updated the 19 build version to 20100701
2010-07-01 00:46:16 +00:00
Dan Marsden
c8642dc921
MNET MDL-20660 fix regression caused by previous commit - move lang strings to tabs.php
2010-06-30 01:04:51 +00:00
Moodle Robot
c8cb29c92a
Updated the 19 build version to 20100630
2010-06-30 00:46:26 +00:00
Moodle Robot
41d9ee90d5
Updated the 19 build version to 20100629
2010-06-29 00:46:17 +00:00
Moodle Robot
2244cc3a54
Automatic installer.php lang files by installer_builder (20100629)
2010-06-29 00:37:01 +00:00
David Mudrak
664917cca0
MNet fixed SQL bug in remote enrolments synchronisation
2010-06-28 22:12:37 +00:00
David Mudrak
57793dba2a
MNet enrol/mnet/enrol.php/available_courses returns wrong array key for default role name in some cases
2010-06-28 22:12:17 +00:00
Martin Dougiamas
820603ef70
MDL-22964 XML-RPC is now required in 2.0. We need it for hub communication, and it's useful for web services and Moodle networking
2010-06-28 07:50:28 +00:00
Moodle Robot
a0d7ca9b3f
Updated the 19 build version to 20100628
2010-06-28 00:45:28 +00:00
Dan Marsden
7845c53359
SCORM MDL-21306 invalid management of Mastery Score - thanks to Matteo Scaramuccia for the report/patch merged from HEAD
2010-06-27 23:49:58 +00:00
Dan Marsden
efefda0c5f
SCORM MDL-12834 add link for returning to course page if pop-up window used merged from HEAD
2010-06-27 22:14:30 +00:00
Piers Harding
b6ec0e7940
MDL-21761 - fix the statefulness of saving dataelements in scorm api 1.2
2010-06-27 22:13:47 +00:00
Moodle Robot
939c648820
Updated the 19 build version to 20100627
2010-06-27 00:45:39 +00:00
Moodle Robot
f7d55f0aaf
Updated the 19 build version to 20100626
2010-06-26 00:46:46 +00:00
Dan Marsden
a0ad0d2515
SCORM MDL-21492 don't skip view if user is able to view reports - thanks to valerian for report/patch merged from HEAD
2010-06-25 10:16:25 +00:00
Dan Marsden
1a95986243
SCORM MDL-22741 add missing restore code - thanks to Michael Avelar for patch merged from HEAD
2010-06-25 08:17:49 +00:00
Moodle Robot
ce3a6c788f
Updated the 19 build version to 20100625
2010-06-25 00:45:58 +00:00
Dan Marsden
ae53b6879f
SCORM MDL-21551 fix calculation for when to run auto update everyday - thanks to Phillip Franks for the report/fix merged from HEAD
2010-06-24 08:06:57 +00:00
Dan Marsden
48cbcd8df5
SCORM MDL-21551 bug with 1.9 branch and update frequency - using wrong values - thanks to Phillip Franks for report and fix
2010-06-24 07:59:49 +00:00
Dan Marsden
98bad24a00
SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes missed fix for LMSCommit merged from HEAD
2010-06-24 02:26:12 +00:00
Dan Marsden
63a5affbda
SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes merged from HEAD
2010-06-24 02:21:15 +00:00
Dan Marsden
f30f961fa1
SCORM MDL-21333 modify way link appears if popup does not load to prevent SCORM from loading and not being able to communicate with API - thanks to Matteo Scaramuccia for report/fix merged from HEAD
2010-06-24 02:02:35 +00:00
Dan Marsden
6ab52c7ee4
SCORM MDL-22168 fix accidental revert - set start time of SCO correctly merged from HEAD
2010-06-24 00:49:52 +00:00
Moodle Robot
128e8c54bd
Updated the 19 build version to 20100624
2010-06-24 00:45:44 +00:00
Dan Marsden
1f992ca3fd
SCORM MDL-22340 use full path for includes. thanks to Valerian for report/patch merged from HEAD
2010-06-23 23:13:18 +00:00
Dan Marsden
da98ba3d73
SCORM Gradebook MDL-22332 add missing grade file to redirect to report page - thanks to Valerian for report/patch merged from HEAD
2010-06-23 22:53:21 +00:00
Tim Hunt
9b312b9402
quiz global settings: MDL-22808 Cannot turn adaptive mode on globally.
...
Because of a missing constant definition.
2010-06-23 20:14:27 +00:00
Tim Hunt
b312f97929
quiz reports MDL-22847 Cannot delete quiz attempts when a group is selected.
2010-06-23 20:09:07 +00:00
Tim Hunt
98a38a3994
quiz reports: Fix debug warning.
2010-06-23 19:59:51 +00:00
Moodle Robot
0402d10e22
Updated the 19 build version to 20100623
2010-06-23 00:46:40 +00:00
Moodle Robot
e0ce29da98
Updated the 19 build version to 20100622
2010-06-22 00:46:01 +00:00
Tim Hunt
7038c4c371
NOBUG two more broken $Id$s
2010-06-21 21:14:48 +00:00
Tim Hunt
adca4b84cc
NOBUG Fix broken $Id$ tag.
...
Of course $Id$ tags are fundamentally broken, but ...
2010-06-21 21:08:56 +00:00
Moodle Robot
75c9ffa2b4
Updated the 19 build version to 20100621
2010-06-21 00:45:49 +00:00
Helen Foster
f93086848c
MDL-22842 typo fix thanks to Stuart Mealor
2010-06-20 10:10:09 +00:00
Moodle Robot
b384f6ac72
Updated the 19 build version to 20100620
2010-06-20 00:45:17 +00:00
Moodle Robot
7a4b44c8f2
Updated the 19 build version to 20100619
2010-06-19 00:45:58 +00:00
Moodle Robot
7e0882cb35
Updated the 19 build version to 20100618
2010-06-18 00:45:40 +00:00
David Mudrak
c36671d72c
NOBUG: improved check of user context existence
...
When importing users from backup, their CONTEXT_USER level context is
not created yet. Therefore, make_context_subobj() creates $user->context
object here with empty values. So we have to call full
get_context_instance() here to create the context.
2010-06-17 21:02:36 +00:00
David Mudrak
c17e376337
NOBUG proper checking the value of checkbox elements
...
Without this patch, PHP generates notices as the variables representing
unchecked checkboxes are not defined at all in $data object.
2010-06-17 20:15:26 +00:00
Moodle Robot
d57599c1e1
Updated the 19 build version to 20100617
2010-06-17 00:46:14 +00:00
Moodle Robot
73c5bebd14
Updated the 19 build version to 20100616
2010-06-16 00:45:53 +00:00
Moodle Robot
27f466ddae
Updated the 19 build version to 20100615
2010-06-15 00:45:52 +00:00
Moodle Robot
a7364f8f2d
Updated the 19 build version to 20100614
2010-06-14 00:45:36 +00:00
Moodle Robot
0379df566f
Updated the 19 build version to 20100613
2010-06-13 00:45:48 +00:00
Eloy Lafuente
8edf9bc7fe
MDL-22740 import - fixed regression introduced by MDL-19880
2010-06-12 10:10:49 +00:00
Moodle Robot
95f44f8de7
Updated the 19 build version to 20100612
2010-06-12 00:46:39 +00:00
Moodle Robot
db302c8414
Updated the 19 build version to 20100611
2010-06-11 00:46:24 +00:00
Gordon Bateson
d666c843b1
mod/hotpot MDL-22726 fix importing of intructions from a Hot Potatoes quiz file into the Moodle question bank
2010-06-10 23:37:23 +00:00
Moodle Robot
df77129ed9
Bumping post 1.9.9
2010-06-10 15:02:10 +00:00
Tim Hunt
69312b4f9c
question restore: MDL-22720 silly typo in question restore.
...
Thanks to Vadim Dvorovenko for finding and fixing this.
2010-06-10 14:58:37 +00:00
Moodle Robot
ee7ee73aa4
Updated the 19 build version to 20100610
2010-06-10 00:45:30 +00:00
Moodle Robot
0e4acd26ca
Updated the 19 build version to 20100609
2010-06-09 00:45:47 +00:00
Martin Dougiamas
040d304d0f
MDL-19880 Fixed a potential memory overflow problem with lots of courses
2010-06-08 06:38:18 +00:00
Martin Dougiamas
6ab0ce20cc
Bumping to 1.9.9
2010-06-08 05:24:12 +00:00
Moodle Robot
57409479d8
Updated the 19 build version to 20100608
2010-06-08 00:46:59 +00:00
Moodle Robot
26ca459a4c
Updated the 19 build version to 20100607
2010-06-07 00:46:39 +00:00
Moodle Robot
abd6504cd2
Updated the 19 build version to 20100606
2010-06-06 00:45:28 +00:00
Moodle Robot
1c137ab5ba
Updated the 19 build version to 20100605
2010-06-05 00:45:26 +00:00
Petr Skoda
c0693c51bc
MDL-22680 fixed new password setting
2010-06-04 18:12:18 +00:00
Moodle Robot
e0dd38c20c
Updated the 19 build version to 20100604
2010-06-04 00:46:05 +00:00
David Mudrak
71ae9c7f43
MDL-22448 Fixed missing sql_cast_char2int(), credit goes to Tim Lock
2010-06-03 08:55:45 +00:00
Petr Skoda
a91e69f384
MDL-22042 fixed kses cleaning of html code
2010-06-03 08:28:14 +00:00
Petr Skoda
d7f657b308
MDL-22040 converting username to html entities before outputting
2010-06-03 08:18:13 +00:00
Sam Hemelryk
37278b6d23
htmlpurify MDL-22654 Merged fixes into 1.9
2010-06-03 07:24:30 +00:00
Moodle Robot
2bbe8d4fdf
Updated the 19 build version to 20100603
2010-06-03 00:45:21 +00:00
Moodle Robot
f7f3aa2f1a
Automatic installer.php lang files by installer_builder (20100603)
2010-06-03 00:37:05 +00:00
Moodle Robot
24c6373de9
Updated the 19 build version to 20100602
2010-06-02 00:44:53 +00:00
Moodle Robot
dbd52f1631
Automatic installer.php lang files by installer_builder (20100602)
2010-06-02 00:36:46 +00:00
Martin Dougiamas
fa2edb63cf
Making sure header.php can't be called by itself
2010-06-01 03:32:37 +00:00
Martin Dougiamas
e595058242
MDL-22631 Added some clean_param calls to clean the $_GET data and also added lots of warnings and info there.
2010-06-01 02:51:23 +00:00
Moodle Robot
1bdb4edbca
Updated the 19 build version to 20100601
2010-06-01 00:44:48 +00:00
Moodle Robot
8f6ab2905f
Updated the 19 build version to 20100531
2010-05-31 00:45:29 +00:00
Eloy Lafuente
430cb2d510
MDL-22585 languages import - fixed regression caused by the inclusion of 'parentlanguage' in 1.9 strings
2010-05-30 10:15:55 +00:00
Moodle Robot
f1608ce3c6
Updated the 19 build version to 20100530
2010-05-30 00:44:58 +00:00
Moodle Robot
39f98aac09
Automatic installer.php lang files by installer_builder (20100530)
2010-05-30 00:36:20 +00:00
Moodle Robot
a6a6ea6355
Updated the 19 build version to 20100529
2010-05-29 00:44:58 +00:00
Eloy Lafuente
8156571788
MDL-22588 restore scales - fix scales not being assigned to target course
2010-05-28 09:18:03 +00:00
Moodle Robot
2688a99af4
Updated the 19 build version to 20100528
2010-05-28 00:45:05 +00:00
Moodle Robot
d85cd635a6
Updated the 19 build version to 20100527
2010-05-27 00:44:48 +00:00
Petr Skoda
a7ff0a2fc5
MDL-22181 brute force hack to work around missing idnumber in module fast info
2010-05-26 08:39:37 +00:00
Moodle Robot
7bfaddbe42
Updated the 19 build version to 20100526
2010-05-26 00:45:07 +00:00
Moodle Robot
f3b02a16f7
Automatic installer.php lang files by installer_builder (20100526)
2010-05-26 00:36:44 +00:00
David Mudrak
83270e8780
MDL-22575 Preparing langconfig.php in the English pack
...
As all strings must be defined in the English language pack, we must add
thislanguageint into English langconfig.php, too. Also added empty
parentlang, even it is not used, for the same reason.
Backported from HEAD.
2010-05-25 08:43:36 +00:00
Moodle Robot
3496332bca
Updated the 19 build version to 20100525
2010-05-25 00:43:47 +00:00
Moodle Robot
05592aa650
Updated the 19 build version to 20100524
2010-05-24 00:44:32 +00:00
Moodle Robot
1a9693eaf1
Updated the 19 build version to 20100523
2010-05-23 00:44:45 +00:00
Moodle Robot
007f5f4fed
Updated the 19 build version to 20100522
2010-05-22 00:45:01 +00:00
Petr Skoda
db359e6369
MDL-22537 new html purifier backported to stable, unfortunately PHP5 only
2010-05-21 11:39:22 +00:00
Petr Skoda
f8502768a2
file data.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:52 +0000
2010-05-21 10:40:57 +00:00
Petr Skoda
3e56add650
file SafeObject.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:47 +0000
2010-05-21 10:40:57 +00:00
Petr Skoda
143238487c
file RemoveSpansWithoutAttributes.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:47 +0000
2010-05-21 10:40:57 +00:00
Petr Skoda
470e633924
file schema.ser was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:49 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
c1309ecc35
file URI.AllowedSchemes.txt was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:30 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
75f2fd8aa4
file SafeParam.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:40 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
c5e7f53d78
file SafeObject.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:46 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
a21e336aa9
file SafeEmbed.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:45 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
62dd96980a
file Output.FlashCompat.txt was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:28 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
40856f1442
file HTMLPurifier.safe-includes.php was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:49 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
f0597acf73
file HTML.SafeObject.txt was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:32 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
1a4f34e080
file HTML.SafeEmbed.txt was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:29 +0000
2010-05-21 10:40:56 +00:00
Petr Skoda
15d6569e4c
file AutoFormat.RemoveSpansWithoutAttributes.txt was added on branch MOODLE_19_STABLE on 2010-05-21 11:39:25 +0000
2010-05-21 10:40:56 +00:00
Moodle Robot
3182434c46
Updated the 19 build version to 20100521
2010-05-21 00:43:45 +00:00
Moodle Robot
cfd3f06544
Automatic installer.php lang files by installer_builder (20100521)
2010-05-21 00:35:41 +00:00
Petr Skoda
e720dbd79a
MDL-22531 fix for broken sql in get_users_by_capability() in cases where role_assignmetns is not in the resulting query such as when only default role is interesting for us - thanks Ye Chen for the report and solution
2010-05-20 18:35:05 +00:00
Martin Dougiamas
a4a0264df6
MDL-19628 Store 0.0.0.0 in user table and log tables if IP address can't be found. I didn't change getremoteaddr in 1.9.
2010-05-20 02:42:18 +00:00
Moodle Robot
e5264d19e9
Updated the 19 build version to 20100520
2010-05-20 00:44:48 +00:00
Sam Marshall
4d16b11a38
Lib MDL-22518 Group selector dropdowns destroy accessibility
2010-05-19 16:51:52 +00:00
Moodle Robot
fb8d8cac39
Updated the 19 build version to 20100519
2010-05-19 00:44:53 +00:00
Moodle Robot
448d4b5057
Updated the 19 build version to 20100518
2010-05-18 00:44:28 +00:00
Moodle Robot
04b6aaaa5f
Updated the 19 build version to 20100517
2010-05-17 00:43:28 +00:00
Moodle Robot
41e7b080a3
Updated the 19 build version to 20100516
2010-05-16 00:43:10 +00:00
Moodle Robot
8f8c02f6e7
Updated the 19 build version to 20100515
2010-05-15 00:44:22 +00:00
Gordon Bateson
d1174b125c
MDL-17702 when embedding documents in ie, use iframe for ie and object for others, because forms cannot escape from objcet in ie
2010-05-14 02:10:41 +00:00
Moodle Robot
0dd4fc0886
Updated the 19 build version to 20100514
2010-05-14 00:43:45 +00:00
Martin Dougiamas
03b8bc9bf3
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 01:40:36 +00:00
Moodle Robot
ae46b1f880
Updated the 19 build version to 20100513
2010-05-13 00:43:16 +00:00
Tim Hunt
b778784346
moodlelib MDL-19418 fix bugs introduced when converting clean_param to preg.
...
Aumusingly, one of the bugs was detected by a unit test that was in Moodle 1.9, but
which for some reason was not in HEAD. I have tidied up the clean_param unit tests
and added a few more.
2010-05-12 12:05:37 +00:00
Moodle Robot
4434e5f6f8
Updated the 19 build version to 20100512
2010-05-12 00:43:33 +00:00
Moodle Robot
f08641cd3f
Updated the 19 build version to 20100511
2010-05-11 00:43:14 +00:00
Tim Hunt
2ccb0b9fd2
quiz recent activity: MDL-22410 permission check was wrong.
2010-05-10 22:36:37 +00:00
Moodle Robot
0de2d1fbe3
Updated the 19 build version to 20100510
2010-05-10 00:43:13 +00:00
Moodle Robot
de902ce34e
Updated the 19 build version to 20100509
2010-05-09 00:43:23 +00:00
Moodle Robot
d0ca0af595
Updated the 19 build version to 20100508
2010-05-08 00:43:35 +00:00
Pierre Pichet
0fc550a5cc
MDL-22386 merge from HEAD setting correctly the number of dataitem when duplicating a calculated, calculatedsimple, calculatedmulti question
2010-05-07 22:08:27 +00:00
Moodle Robot
13e949cdb0
Updated the 19 build version to 20100507
2010-05-07 00:44:14 +00:00
Eloy Lafuente
6f1cadb7c9
MDL-18576 timezones - updated to 2010i from 2009c (2147 rules) ; backported to 19_STABLE
2010-05-06 15:28:55 +00:00
Moodle Robot
92ddde6799
Updated the 19 build version to 20100506
2010-05-06 00:44:58 +00:00
Dan Marsden
ecf6f35cbf
SCORM MDL-22340 use full path for includes.
2010-05-06 00:13:54 +00:00
Moodle Robot
d5db311178
Updated the 19 build version to 20100505
2010-05-05 00:44:48 +00:00
Dan Marsden
a88499aa40
SCORM backup MDL-22301 use consistant naming for vars.
2010-05-04 01:48:57 +00:00
Moodle Robot
afd0814aeb
Updated the 19 build version to 20100504
2010-05-04 00:44:28 +00:00
Moodle Robot
6a48b4e765
Automatic installer.php lang files by installer_builder (20100504)
2010-05-04 00:36:05 +00:00
Moodle Robot
bfa942338f
Updated the 19 build version to 20100503
2010-05-03 00:44:06 +00:00
Moodle Robot
490b93f210
Updated the 19 build version to 20100502
2010-05-02 00:44:03 +00:00
Tim Hunt
28e5664ac2
quiz: MDL-20586 Oops, remove reference to global $DB.
2010-05-01 07:08:24 +00:00
Gordon Bateson
f5bf248e24
MDL-17702 replace iframe with object to be compatible with XHTML 1.0 strict
2010-05-01 02:20:30 +00:00
Moodle Robot
d55e5169bc
Updated the 19 build version to 20100501
2010-05-01 00:43:23 +00:00
Tim Hunt
3271c060c2
quiz reports MDL-22257: was loading the complete user record, when it only wanted userid.
...
On a coures with 16000 users, that is a very bad idea ;-)
2010-04-30 13:15:40 +00:00
Dan Marsden
6f51e02bab
SCORM AICC MDL-2144 total_time accumulation calculated incorrectly. - thanks to Matteo Scaramuccia for report and fix. merged from HEAD
2010-04-30 08:51:04 +00:00
Dan Marsden
cfb345a7ba
SCORM MDL-18202 MDL-21379 use correct Scorm format for 1.3 merged from HEAD
2010-04-30 05:47:06 +00:00
Moodle Robot
c1211da953
Updated the 19 build version to 20100430
2010-04-30 00:43:14 +00:00
Tim Hunt
5c8f9016b2
quiz recent activity: MDL-20586 was showing scores even if quiz settings said not to.
...
Fix started with a patch from Yolanda Ordo?ez Rufat but with significant reworking by me.
2010-04-29 10:46:37 +00:00
Tim Hunt
4017267988
calculated qtype: MDL-22241 Invalid SQL (must not have a ; at the end.)
2010-04-29 10:41:53 +00:00
Dan Marsden
ad71ee56a3
SCORM MDL-21568 missing var from restore merged from HEAD
2010-04-29 09:49:55 +00:00
Dan Marsden
649e176ed6
SCORM MDL-22046 - show last completed attempt in gradebook - thanks to Bruce Cota for the report/fix merged from HEAD
2010-04-29 09:18:32 +00:00
Dan Marsden
74dd5c50ab
SCORM MDL-22168 only set x.start.time when a SCO is started - don't update it. merged from HEAD
2010-04-29 08:32:58 +00:00
Moodle Robot
c74610c8dd
Updated the 19 build version to 20100429
2010-04-29 00:43:19 +00:00
Moodle Robot
cb16f0b515
Automatic installer.php lang files by installer_builder (20100429)
2010-04-29 00:35:17 +00:00
Moodle Robot
0a52c510e7
Updated the 19 build version to 20100428
2010-04-28 00:44:32 +00:00
Moodle Robot
57d09bef9c
Updated the 19 build version to 20100427
2010-04-27 00:43:48 +00:00
Tim Hunt
a8d3973c00
tablelib.php: Fix some minor whitespace errors that were messing up a merge I was doing.
...
(Seemed better to fix core, rather than intentionally introduce whitespace errors into my code.)
2010-04-26 15:47:55 +00:00
Moodle Robot
996ef6c1ec
Updated the 19 build version to 20100426
2010-04-26 00:44:25 +00:00
Moodle Robot
7e7b4b5a96
Updated the 19 build version to 20100425
2010-04-25 00:43:12 +00:00
Petr Skoda
7c9ec0dbdb
MDL-22181 fixed 'random' overriding of assignment idnumbers in gradebook - big thanks to Gordon Bridge for the report and patch
2010-04-24 17:37:54 +00:00
Moodle Robot
c6bd6f2413
Updated the 19 build version to 20100424
2010-04-24 00:43:23 +00:00
Eloy Lafuente
ccfc004f26
MDL-22176 backup & restore links - Fixed missing .php extension in URL
2010-04-23 17:36:52 +00:00
Tim Hunt
7e3078db0a
unit tests: MDL-22175 Further improvements unit test failure display.
...
Exceptions are now also shown with a pruned stack trace.
And 2.0 code for displaying PHP5 error types backported to 1.9.
2010-04-23 17:22:54 +00:00
Eloy Lafuente
a6fbcfa0aa
MDL-22176 backup & restore links - preserve links to course main page
2010-04-23 15:45:19 +00:00
Tim Hunt
80f752acf4
unit tests: MDL-22175 Improve unit test failure display.
...
When you are using helper funcitions, show all the interesting bits of the stack trace,
rather that just the line in the helper function where the failed asset was called.
2010-04-23 11:22:31 +00:00
Sam Marshall
9476acfbcb
weblib: MDL-22174 print_group_picture should not print empty links
2010-04-23 11:13:23 +00:00
Gordon Bateson
7480adb9cb
fix detection of correct answers in JCross that is not case-sensitive
2010-04-23 01:20:16 +00:00
Moodle Robot
70f337107d
Updated the 19 build version to 20100423
2010-04-23 00:43:29 +00:00
Moodle Robot
23fa4a1b8d
Updated the 19 build version to 20100422
2010-04-22 00:43:18 +00:00
Dan Marsden
2114f6764b
SCORM MDL-16184 MDL-21423 backport from HEAD
2010-04-21 23:40:03 +00:00
Dan Marsden
fc289cab3b
SCORM MDL-18835 display time periods in "human-readable" format. - mainly for SCORM 2004 objects. - thanks to Vlas Voloshin for patch - merged from HEAD
2010-04-21 22:42:30 +00:00
Petr Skoda
caa932d8bf
MDL-22154 fixed incorrect URL in ajax call (thanks Pasi H?kkinen) and fixed xhtml strict issue with embedded JS
2010-04-21 12:42:24 +00:00
Moodle Robot
b0f8277a33
Updated the 19 build version to 20100421
2010-04-21 00:44:04 +00:00
Helen Foster
3d76035f86
MDL-21218 help file rewording thanks to Elena Ivanova
2010-04-20 07:36:44 +00:00
Moodle Robot
b3d9ac7064
Updated the 19 build version to 20100420
2010-04-20 00:44:44 +00:00
Moodle Robot
38567b9421
Updated the 19 build version to 20100419
2010-04-19 00:43:10 +00:00
Inaki
f8997538f3
auth cas: MDL-20029 upgrade phpCAS version to the latest available version
...
Also make sure phpCAS doesn't try to start a new PHP session. We have already
started our own and want to keep it :). In addition to it, it emitted a PHP
notice that could block the authentication process under certain
configurations.
And pretty much the same with the wantsurl and loginguest checks.
2010-04-18 14:39:33 +00:00
Inaki
741f53bad8
file spanish.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:35 +0000
2010-04-18 12:08:45 +00:00
Inaki
21a0f2c43a
file languages.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:35 +0000
2010-04-18 12:08:45 +00:00
Inaki
6235205a16
file pgt-main.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
61cbf5ca09
file pgt-file.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
8fd2e01b2d
file pgt-db.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:33 +0000
2010-04-18 12:08:44 +00:00
Inaki
9a921c9c70
file japanese.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:35 +0000
2010-04-18 12:08:44 +00:00
Inaki
d4048003a7
file greek.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:35 +0000
2010-04-18 12:08:44 +00:00
Inaki
35ac4fbc5f
file german.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:35 +0000
2010-04-18 12:08:44 +00:00
Inaki
e4c34125f7
file french.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
de6e4d5762
file english.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
5ae94b8164
file domxml-php4-to-php5.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
d1c9fa80a5
file client.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Inaki
b2a3385dbb
file catalan.php was added on branch MOODLE_19_STABLE on 2010-04-18 14:39:34 +0000
2010-04-18 12:08:44 +00:00
Moodle Robot
ff0a7c0c34
Updated the 19 build version to 20100418
2010-04-18 00:45:02 +00:00
Moodle Robot
ff33ac3fc7
Updated the 19 build version to 20100417
2010-04-17 00:42:55 +00:00
Andrew Davis
a4bc9693af
unit tests MDL-22017 made test_usergetdate() work on machines in different timezones
2010-04-16 07:48:15 +00:00
Andrew Davis
192dcd8871
gradebook MDL-21218 made overview report respect display hidden items default correctly
2010-04-16 04:38:03 +00:00
Moodle Robot
241f7d68a7
Updated the 19 build version to 20100416
2010-04-16 00:43:24 +00:00
Tim Hunt
1565032231
grades: MDL-22098 silly bug that leads to bad performance problems in the grader report.
2010-04-15 16:37:07 +00:00
Moodle Robot
d87f45de85
Updated the 19 build version to 20100415
2010-04-15 00:42:59 +00:00
Moodle Robot
9724c30eff
Updated the 19 build version to 20100414
2010-04-14 00:42:55 +00:00
Moodle Robot
8ed5548898
Updated the 19 build version to 20100413
2010-04-13 00:42:55 +00:00
Moodle Robot
b1fbd47b45
Updated the 19 build version to 20100412
2010-04-12 00:42:54 +00:00
Moodle Robot
eea6830deb
Updated the 19 build version to 20100411
2010-04-11 00:42:49 +00:00
Inaki
73f20aa03b
auth cas/db/ldap: MDL-18689 Fix typos in auth/{cas,db,ldap}/auth.php
...
Forward-ported from MOODLE_18_STABLE
2010-04-10 15:24:55 +00:00
Inaki
a24cd879b7
auth config: MDL-19053 Use the HTML editor to edit the login page authentication instructions
...
They are actually displayed as HTML, but they are edited through a plain
text area control instead.
2010-04-10 15:11:49 +00:00
Moodle Robot
a012708185
Updated the 19 build version to 20100410
2010-04-10 00:43:07 +00:00
Inaki
8b86439780
filter tex: MDL-10197 Quality improvement of TeX-images by using PNG format.
...
It seems some TeX installs use a convert utility that renders poor quality
images when using the GIF format, but render good ones when using PNG. If
all the needed tools are available, let the admin choose the preferred
output format.
2010-04-10 00:17:45 +00:00
Anthony Borrow
30a906c58a
MDL-18044 - updating missed scalestip string to scalestip2
2010-04-09 08:33:06 +00:00
Moodle Robot
c544712126
Updated the 19 build version to 20100409
2010-04-09 00:44:19 +00:00
Eloy Lafuente
68715e174c
NOBUG: Bombing BOM: BOM bombed
2010-04-08 18:11:41 +00:00
Moodle Robot
4967d90426
Updated the 19 build version to 20100408
2010-04-08 00:44:19 +00:00
Tim Hunt
0e31d5bfc6
quiz reports: MDL-21688 Add missing sesskey checks.
2010-04-07 11:26:00 +00:00
Tim Hunt
97546dbe14
questionlib: MDL-21828 Fix database query that does not work in Oracle.
...
Bug report and fix thanks to David Binney.
2010-04-07 09:47:17 +00:00
Moodle Robot
c6efbb9bf8
Updated the 19 build version to 20100407
2010-04-07 00:44:25 +00:00
Moodle Robot
131094b6bf
Automatic installer.php lang files by installer_builder (20100407)
2010-04-07 00:36:27 +00:00
Moodle Robot
8f3e6f99a2
Updated the 19 build version to 20100406
2010-04-06 00:44:13 +00:00
Moodle Robot
9eab193993
Updated the 19 build version to 20100405
2010-04-05 00:43:44 +00:00
Moodle Robot
ebc3754f1d
Updated the 19 build version to 20100404
2010-04-04 00:44:01 +00:00
Moodle Robot
ac55810332
Updated the 19 build version to 20100403
2010-04-03 00:44:42 +00:00
Helen Foster
9478c59e3e
MDL-21218 new help file thanks to David Mudrak for help with wording
2010-04-02 12:34:41 +00:00
Helen Foster
b49c4720f3
lang string MDL-21218 small rewording
2010-04-02 12:01:56 +00:00
David Mudrak
0db6ff6fa9
MDL-21845 Fixed missing multilang support
2010-04-02 09:36:31 +00:00
David Mudrak
503b8b480a
MDL-18903 All outgoing emails can be diverted into a single address
...
This is highly useful when developing or debugging any emailing feature.
Backported from 2.0dev
2010-04-02 09:33:11 +00:00
Moodle Robot
e8ee0a0720
Updated the 19 build version to 20100402
2010-04-02 00:44:07 +00:00
Petr Skoda
10dd4cd8d0
MDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the report
2010-04-01 17:10:58 +00:00
Moodle Robot
d1d101ef38
Updated the 19 build version to 20100401
2010-04-01 00:44:15 +00:00
Tim Hunt
8bf6b5c2c8
grade import: MDL-21987 Problem with repeated imports of the same grade.
...
The thanks to Petr (skodak).
Here is what I learned while working on this:
1. when explicitly setting the final grade (manual edit or import),
it is important that ->overridden gets set, and it should get set
to the time when the override was done.
2. but only on certainly sorts of grade item, and the condition for
setting the flag is different when it is the feedback being changed
or the grade being changed, hence the two different tests
is_overridable_item and is_overridable_item_feedback.
3. but, if the grade and feedback is not actually changed, then the ->overridden
timestamp should not be changed. (That was the bit that was buggy.)
2010-03-31 13:50:58 +00:00
Moodle Robot
dc2c925cc9
Updated the 19 build version to 20100331
2010-03-31 00:45:22 +00:00
Moodle Robot
b7bc4dd60b
Updated the 19 build version to 20100330
2010-03-30 00:45:24 +00:00
Moodle Robot
d96719ac58
Updated the 19 build version to 20100329
2010-03-29 00:44:01 +00:00
Moodle Robot
13f3ba7f8f
Updated the 19 build version to 20100328
2010-03-28 00:43:43 +00:00
Martin Dougiamas
ee3c8982cb
Post 1.9.8 bump
2010-03-27 16:54:22 +00:00
Moodle Robot
255c63edeb
Updated the 19 build version to 20100327
2010-03-27 00:43:50 +00:00
Moodle Robot
5f6a78acc8
Automatic installer.php lang files by installer_builder (20100327)
2010-03-27 00:36:18 +00:00
Lukas Haemmerle
9a1222085f
MDL-21931 Fixed IE CSS bug
2010-03-26 10:11:49 +00:00
Moodle Robot
8c9b64e53e
Updated the 19 build version to 20100326
2010-03-26 00:43:59 +00:00
Martin Dougiamas
892aafe88d
Bumping to 1.9.8 release
2010-03-25 04:11:28 +00:00
Moodle Robot
6a8797fae6
Updated the 19 build version to 20100325
2010-03-25 00:43:56 +00:00
Petr Skoda
7bce3cf885
MDL-21910 adding https www root to flash detection
2010-03-24 08:28:28 +00:00
Petr Skoda
67255b58ec
MDL-21802 backporting patch for vulnerability in CAS client library
2010-03-24 08:11:47 +00:00
Petr Skoda
351d2a98ac
file readme_moodle.txt was added on branch MOODLE_19_STABLE on 2010-03-24 08:11:47 +0000
2010-03-24 08:11:13 +00:00
Moodle Robot
58b89df986
Updated the 19 build version to 20100324
2010-03-24 00:43:08 +00:00
Moodle Robot
a4e4a51219
Updated the 19 build version to 20100323
2010-03-23 00:42:54 +00:00
Eloy Lafuente
2c77aa3685
MDL-19233 restore of roles - prevent role creation, role assignment and
...
permission overrides by observing corresponding caps. Improve role mapping a bit.
Credit goes to Daniel Neis.
2010-03-22 22:10:33 +00:00
Eloy Lafuente
a914552779
NOBUG: Fixed incorrect text comparison breaking mssql/oracle upgrade
2010-03-22 10:59:05 +00:00
Moodle Robot
3dafa79a51
Updated the 19 build version to 20100322
2010-03-22 00:43:21 +00:00
Eloy Lafuente
68323795b8
MDL-21868 mssql generator - be a bot more specific (both must be integers)
2010-03-21 18:47:35 +00:00
Eloy Lafuente
32feeb023c
MDL-21868 mssql generator - improve integer meta type detection
2010-03-21 18:04:44 +00:00
Moodle Robot
09b2ffb97b
Updated the 19 build version to 20100321
2010-03-21 00:43:07 +00:00
Moodle Robot
f60a7c8bbd
Updated the 19 build version to 20100320
2010-03-20 00:44:57 +00:00
Petr Skoda
811c2e7575
MDL-21788 use session regeneration on all sites by default and improved string
2010-03-19 07:58:52 +00:00
Moodle Robot
2a011db8a2
Updated the 19 build version to 20100319
2010-03-19 00:43:48 +00:00
Moodle Robot
986a3d0036
Automatic installer.php lang files by installer_builder (20100319)
2010-03-19 00:36:12 +00:00
Petr Skoda
12b9842c6b
MDL-21859 fixed sesskey protection on email actions
2010-03-18 22:54:28 +00:00
Petr Skoda
838093ab3b
MDL-21830 Prevent users from viewing names of all other site users - only teachers with role assign see the full name of not enrolled users when trying to access the profile
2010-03-18 22:15:22 +00:00
Petr Skoda
e92e4b8ab0
MDL-21068 do not show admin usernames in cron logs
2010-03-18 21:59:51 +00:00
Petr Skoda
31eb0fddb6
MDL-21649 fixed form value quoting
2010-03-18 21:23:25 +00:00
Petr Skoda
031afaa59c
MDL-21858 improved input validation
2010-03-18 21:07:54 +00:00
Petr Skoda
9c170e28c4
MDL-21818 fixed globals problems
2010-03-18 20:58:19 +00:00
Moodle Robot
7e02fe26fc
Updated the 19 build version to 20100318
2010-03-18 00:44:10 +00:00
Moodle Robot
469a320ea1
Automatic installer.php lang files by installer_builder (20100318)
2010-03-18 00:36:32 +00:00
Helen Foster
0ee71c638a
help file MDL-17698 edits to ensure XHTML strict compliance thanks to David Horat
2010-03-17 14:11:42 +00:00
Helen Foster
64b004b025
help file MDL-17698 edits to ensure XHTML strict compliance thanks to David Horat
2010-03-17 14:01:24 +00:00
Helen Foster
080f872804
help file MDL-21308 rewording thanks to Bente Olsen
2010-03-17 10:47:48 +00:00
Helen Foster
171d0f7b86
help file MDL-21600 obsolete file thanks to Koen Roggemans
2010-03-17 09:46:14 +00:00
Moodle Robot
250f99df74
Updated the 19 build version to 20100317
2010-03-17 00:44:16 +00:00
Moodle Robot
0d361c8309
Automatic installer.php lang files by installer_builder (20100317)
2010-03-17 00:36:21 +00:00
Moodle Robot
6c1bc334c0
Updated the 19 build version to 20100316
2010-03-16 00:43:30 +00:00
Gordon Bateson
9f23ea03b1
MDL-21817 replace use of preg_match() with /e modifier with preg_replace_callback() and preg_match_all() with a loop
2010-03-15 10:39:42 +00:00
Gordon Bateson
b45b9eae4d
MDL-21817 replace use of preg_match() with /e modifier with preg_match_callback() and preg_match_all() with a loop
2010-03-15 10:15:59 +00:00
Moodle Robot
ca2d4e6edc
Updated the 19 build version to 20100315
2010-03-15 00:43:28 +00:00
Moodle Robot
4a1fc7b4de
Updated the 19 build version to 20100314
2010-03-14 00:44:07 +00:00
Moodle Robot
5b9b92e935
Updated the 19 build version to 20100313
2010-03-13 00:43:21 +00:00
Moodle Robot
ef0cdb25ef
Automatic installer.php lang files by installer_builder (20100312)
2010-03-12 15:17:13 +00:00
Moodle Robot
35a0d5f8c8
Automatic installer.php lang files by installer_builder (20100312)
2010-03-12 15:01:52 +00:00
Dan Marsden
278fc21a29
AICC MDL-21332 set scoid if not already set - thanks to Matteo Scaramuccia for report and fix. merged from HEAD
2010-03-12 07:39:09 +00:00
Dan Marsden
05d9f028e7
AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix. merged from HEAD
2010-03-12 07:27:22 +00:00
Moodle Robot
e7a7712bfa
Updated the 19 build version to 20100312
2010-03-12 00:43:23 +00:00
Moodle Robot
e31b66eb15
Automatic installer.php lang files by installer_builder (20100312)
2010-03-12 00:35:50 +00:00
Dan Poltawski
3afe38a532
lib/blocklib.php MDL-21805 Moving blocks up/down causes blocks to disappear
...
If two blocks of the same type were next to each other the weight would be
set the same and block disappear..
Thanks to my colleague Andrew Nicols for the patch.
(This patch was commited on a train at 90mph near Coventry, UK)
2010-03-11 16:25:45 +00:00
Moodle Robot
7b6c6e9c31
Updated the 19 build version to 20100311
2010-03-11 00:43:03 +00:00
Petr Skoda
a8944c8195
MDL-21789 fixed buggy handling of 0.00 in s()
2010-03-10 08:46:19 +00:00
Moodle Robot
903182f822
Updated the 19 build version to 20100310
2010-03-10 00:43:11 +00:00
Helen Foster
97f7661011
lang string MDL-21016 rewording as suggested by Ray Lawrence
2010-03-09 21:40:56 +00:00
Moodle Robot
9d3c427e7d
Updated the 19 build version to 20100309
2010-03-09 00:43:38 +00:00
Moodle Robot
8d08717b51
Updated the 19 build version to 20100308
2010-03-08 00:42:59 +00:00
Petr Skoda
63c7303150
MDL-21769 fixed input validation
2010-03-07 15:36:20 +00:00
Petr Skoda
38b6976505
MDL-21769 fixed input validation
2010-03-07 15:29:39 +00:00
Petr Skoda
b6c760ccd7
MDL-21769 fixed input validation
2010-03-07 15:23:58 +00:00
Petr Skoda
3d2d9e6527
MDL-21769 fixed input validation
2010-03-07 15:16:19 +00:00
Petr Skoda
f7429974b2
MDL-21769 fixed input validation
2010-03-07 15:10:15 +00:00
Petr Skoda
e20b7eed49
MDL-21767 fixed input validation
2010-03-07 14:57:43 +00:00
Moodle Robot
9597ac84c9
Updated the 19 build version to 20100307
2010-03-07 00:43:00 +00:00
Moodle Robot
98bfdc3355
Updated the 19 build version to 20100306
2010-03-06 00:43:03 +00:00
Helen Foster
fe08331675
help file MDL-21054 rewording thanks to Bente Olsen
2010-03-05 15:14:01 +00:00
Helen Foster
b74bdc319c
help file MDL-21053 rewording thanks to Bente Olsen
2010-03-05 14:55:00 +00:00
Helen Foster
9c72f010d3
lang string MDL-18565 spelling fix thanks to Ray Lawrence
2010-03-05 11:41:33 +00:00
Moodle Robot
7ba0dd71ad
Updated the 19 build version to 20100305
2010-03-05 00:43:31 +00:00
Eloy Lafuente
4f13fe005e
MDL-17510 calendar - added 2 missing labels plus space/comments cleaning. Credit goes to Daniel Neis
2010-03-04 21:57:33 +00:00
Eloy Lafuente
7e4a97c6ac
MDL-21750 ims-cc restore - avoid requiring net conection on validation. Credit goes to Darko
2010-03-04 21:30:23 +00:00
Penny Leach
774c13ca15
events: MDL-17442 add support for local events and run event queue in cron
2010-03-04 17:06:19 +00:00
Moodle Robot
bf71c4c778
Updated the 19 build version to 20100304
2010-03-04 00:42:49 +00:00
Moodle Robot
405be90aba
Updated the 19 build version to 20100303
2010-03-03 00:43:04 +00:00
Moodle Robot
76571df084
Updated the 19 build version to 20100302
2010-03-02 00:42:36 +00:00
Moodle Robot
c6fc01d98f
Updated the 19 build version to 20100301
2010-03-01 00:43:06 +00:00
Moodle Robot
b5a84497e7
Updated the 19 build version to 20100228
2010-02-28 00:42:20 +00:00
Moodle Robot
6570787eba
Automatic installer.php lang files by installer_builder (20100228)
2010-02-28 00:34:48 +00:00
Moodle Robot
6b900d9666
Updated the 19 build version to 20100227
2010-02-27 00:42:46 +00:00
Moodle Robot
7237c0f83d
Updated the 19 build version to 20100226
2010-02-26 00:43:15 +00:00
Eloy Lafuente
fbd146b362
MDL-14934 excel dates. Rely in excellib's format_date() to otput dates. It supports base/timezones properly.
2010-02-25 10:16:15 +00:00
Moodle Robot
fc77147262
Updated the 19 build version to 20100225
2010-02-25 00:42:45 +00:00
Helen Foster
850e4781ad
lang string MDL-21546 rewording thanks to Bente Olsen
2010-02-24 10:52:02 +00:00
Helen Foster
41e7385f01
help file MDL-21546 rewording thanks to Bente Olsen
2010-02-24 10:35:25 +00:00
Dan Poltawski
47e32d2955
moodlelib: sync_metacourse MDL-20626 wasn't respecting hidden role assignments
...
This causes hidden role assignments to become public on metacourses
Many thanks to Daniel Neis for the patch
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2010-02-24 09:01:27 +00:00
Dan Poltawski
f6674e23e8
blocks/admin MDL-21593 - Specify full url to 'child courses'
...
Prevents link breaking on resources will full blocs
2010-02-24 08:56:41 +00:00
Dan Poltawski
dcb98cd8e8
gradebook/overview MDL-21424 - link to correct grade card
...
The overview report was sending the user to their own user report
rather than the user they were looking at.
2010-02-24 08:53:45 +00:00
Dan Poltawski
7348068be8
blocks/quiz_results: MDL-21284 - dont strip leading zeros from idnumbers
...
Or make assumptions its an integer as many external systems are not and to
be of copy and paste use to teachers it should match
2010-02-24 08:51:16 +00:00
Dan Poltawski
695ba14064
grader report: MDL-21192 - remove duplicate variable decleration
...
Many thanks to Barry Oosthuizen for the patch!
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2010-02-24 08:48:18 +00:00
Dan Poltawski
e9d030cfdd
block/mentees: MDL-20993 - incorrectly assumes SITEID
2010-02-24 08:45:18 +00:00
Dan Poltawski
ed5a88a715
user/edit_form MDL-20683 - allow user to edit description if set with
...
$CFG->profilesforenrolledusersonly
The original intention seems to be to allow the user to edit the description
if its not empty, however it was not ever allowing that to happen. This was
already correct in HEAD.
2010-02-24 08:38:24 +00:00
Moodle Robot
131065d3e1
Updated the 19 build version to 20100224
2010-02-24 00:42:38 +00:00
Tim Hunt
74aabeb08a
nobug: whitespace fixes.
2010-02-23 14:31:09 +00:00
Tim Hunt
0f6a49da32
match qtype: MDL-21701 / OU bug 9551 Fix display of response history.
...
The displays were being displayed in an order that depended on what the student had
selected, not the order in which the subquestions were displayed.
Great attention to detail by the OU testing team to notice this!
2010-02-23 12:47:07 +00:00
Moodle Robot
74964e989e
Updated the 19 build version to 20100223
2010-02-23 00:43:18 +00:00
Dan Marsden
4ee0c3a1a7
SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch. merged from HEAD
2010-02-22 01:33:33 +00:00
Moodle Robot
c29f46d37c
Updated the 19 build version to 20100222
2010-02-22 00:43:16 +00:00
Dan Poltawski
c33dd43a31
moodlelib: MDL-21477 - stop unzip_show_status depending on files/index.php
...
function
2010-02-21 15:31:26 +00:00
Eloy Lafuente
19a34c2fd6
Added new installer langs (mr_utf8 & zu_utf8) to 19_STABLE
2010-02-21 15:08:27 +00:00
Eloy Lafuente
b189e210d1
file installer.php was added on branch MOODLE_19_STABLE on 2010-02-21 15:08:27 +0000
2010-02-21 15:04:22 +00:00
Dan Poltawski
f01ce862ec
config-dist.php MDL-21603 - prevent php5 strict warnings with defualt config
2010-02-21 14:46:49 +00:00
Urs Hunkler
d472b68b11
FF 3.6 has problems with the used sarissa library. Following the sarissa forums the conflicting line can be commented out. http://sourceforge.net/projects/sarissa/forums/forum/256492/topic/3508927
2010-02-21 12:06:36 +00:00
Moodle Robot
6366286ebf
Updated the 19 build version to 20100221
2010-02-21 00:42:39 +00:00
Moodle Robot
34d10397a2
Updated the 19 build version to 20100220
2010-02-20 00:41:43 +00:00
Dan Poltawski
1b97bb14df
Revert revision 1.75.2.23 to access.php - MDL-21664
...
I commited junk from another file as part of commit. Sorry everyone.
I'm to use emacs for the weekend as punishment
2010-02-19 19:13:31 +00:00
Dan Poltawski
ff9a1e85c9
lib/db/upgrade: MDL-21664 - $CFG->passwordmainsalt was used rather than $CFG->passwordsaltmain
...
Causing all admins to be warned about their salt even if they had one set
2010-02-19 16:47:28 +00:00
Moodle Robot
5bc3ab3db0
Updated the 19 build version to 20100219
2010-02-19 00:42:49 +00:00
David Mudrak
4815487089
MDL-7932 Yet another occurance of missing default comments
2010-02-18 18:39:12 +00:00
Jamie Pratt
7d2e309c9b
MDL-21650 "cookieless sessions fail when opening a pop up window using the javascript 'openpopup' function for example from the course view page " adding the session name and id in the js function openpopup.
2010-02-18 12:56:12 +00:00
Jamie Pratt
4a4a05cfa8
MDL-21637 "bug in some versions of php version 5 prevents cookieless sessions working"
2010-02-18 11:50:18 +00:00
Andrew Davis
e599553d84
simpletestlib MDL-21644 Removed instances of the php keyword protected which is unsupported by php 4
2010-02-18 08:30:45 +00:00
Andrew Davis
c315756bf6
gradebook MDL-21644 Removed instances of the php keyword protected which is unsupported by php 4
2010-02-18 08:29:03 +00:00
Penny Leach
9fa2029768
mnet MDL-21633 fixed array to string conversion when rotating keys.
...
this doesn't need fixing in HEAD because of our new dml stuff
2010-02-18 03:22:23 +00:00
Penny Leach
25cd4deb3a
mnet MDL-14117 truncate values in $dn to the RFC 3280 lengths when making new mnet keys
2010-02-18 03:11:52 +00:00
Penny Leach
da92b21caa
mnet MDL-17202 disambiguating strings in mnet enrolment config and updated plugin desc
...
committing forgotten file
2010-02-18 01:23:43 +00:00
Moodle Robot
c28ccac7f8
Updated the 19 build version to 20100218
2010-02-18 00:42:46 +00:00
Dan Poltawski
8d6e18cc6c
mnet: MDL-21632 - set $this to deleted too.
...
My previous commit message wasn't quite correct, I had misread the code, peers
were being properly makred as delted.
2010-02-17 22:18:11 +00:00
Dan Poltawski
154b2a1d7f
mnet: MDL-21632 - remove reference to non-existant table
...
Backport Jermoes patch to only mark mnet hosts as deleted rather than delete
from db. Unfortunately the previous behaviour in <2.0 to mark hosts as delted
wasn't at all correct due to horrible behaviour of the commit() function.
This addresses tha tproblem.
2010-02-17 22:15:02 +00:00
Jamie Pratt
cdf50f82de
MDL-21641 cookieless sessions - Need to try to set a cookie before falling back to cookieless mode. Moved test to see if cookies are working till after Moodle has attempted to set a cookie. If there is no cookie then we use session id in url.
2010-02-17 14:25:35 +00:00
Jamie Pratt
62236dd1b1
MDL-21638 cookieless session id not passed when loading images - needed for example for graphs which access session data
2010-02-17 11:31:33 +00:00
Jamie Pratt
72336b7f93
MDL-21637 bug in some versions of php version 5 prevents cookieless sessions working. Using static variable to store data from CFG on first call to fix problem.
2010-02-17 11:25:38 +00:00
Penny Leach
5425c4d06a
mnet MDL-17202 disambiguating strings in mnet enrolment config and updated plugin desc
2010-02-17 03:59:04 +00:00
Penny Leach
5a97f0d96b
mnet MDL-21257 temporary fix for mnet breaking on session regeneration. This is fixed better, but more obtrusively in 2.0
2010-02-17 01:32:14 +00:00
Moodle Robot
c0f891d6fe
Updated the 19 build version to 20100217
2010-02-17 00:43:07 +00:00
Moodle Robot
42d3d715ec
Automatic installer.php lang files by installer_builder (20100217)
2010-02-17 00:35:47 +00:00
Andrew Davis
2fa0e3e21b
user profiles MDL-20619 Email obfuscation wasnt working in some versions of IE
2010-02-16 02:52:53 +00:00
Moodle Robot
cda0cdb819
Updated the 19 build version to 20100216
2010-02-16 00:42:46 +00:00
Moodle Robot
86bc6d3898
Updated the 19 build version to 20100215
2010-02-15 00:42:44 +00:00
Moodle Robot
d8f12e5a98
Updated the 19 build version to 20100214
2010-02-14 00:42:33 +00:00
Moodle Robot
6b25991f60
Updated the 19 build version to 20100213
2010-02-13 00:42:46 +00:00
Sam Marshall
bfaf0e5747
MDL-21567 Assign roles screen at module level can show users twice
2010-02-12 16:33:54 +00:00
Moodle Robot
45f656b9bc
Updated the 19 build version to 20100212
2010-02-12 00:41:57 +00:00
Gordon Bateson
dfdec574d3
fix student access to HotPots in tail of a HotPot quiz chain
2010-02-11 02:52:22 +00:00
Moodle Robot
b5e596256c
Updated the 19 build version to 20100211
2010-02-11 00:42:45 +00:00
Eloy Lafuente
fddef9d6b7
MDL-7647 confirmation email - usernames with slashes causing confirmation problems
2010-02-10 16:46:00 +00:00
Moodle Robot
88b78226dd
Updated the 19 build version to 20100210
2010-02-10 00:44:06 +00:00
Moodle Robot
67abeea724
Automatic installer.php lang files by installer_builder (20100210)
2010-02-10 00:36:23 +00:00
Piers Harding
b34b5c7b49
MDL-18202 - fix incorrect substitutions of '_'.
2010-02-09 17:50:52 +00:00
Moodle Robot
4d5ead9be0
Updated the 19 build version to 20100209
2010-02-09 00:42:54 +00:00
Moodle Robot
abe92c685e
Automatic installer.php lang files by installer_builder (20100209)
2010-02-09 00:35:18 +00:00
Andrew Davis
1966cb853f
gradebook MDL-21315 Fixed column highlighting
2010-02-08 04:18:40 +00:00
Moodle Robot
edab8319fe
Updated the 19 build version to 20100208
2010-02-08 00:42:38 +00:00
Moodle Robot
78421bfa9a
Updated the 19 build version to 20100207
2010-02-07 00:41:48 +00:00
Moodle Robot
25733f443d
Updated the 19 build version to 20100206
2010-02-06 00:42:45 +00:00
Moodle Robot
5ac643a6b6
Automatic installer.php lang files by installer_builder (20100206)
2010-02-06 00:35:17 +00:00
Tim Hunt
b6be82811d
question state loading MDL-9327 and MDL-19114 fix loading the state of ungraded essay questions
...
In two situations, the correct state was not being loaded for essay questions that had
not yet been manually graded:
1. When starting a subsequent attempt in each attempt builds on last mode.
2. In the quiz reports.
This commit fixes the problem. It has one other side-effect. When viewing the individual
question grades in the overview report for an attempt that is still in progress, the
information displayed will be slightly different. This only affects adaptive mode quizzes,
and will acutally cause the report to show slighly more up-to-date information.
Interestingly, the reportlib.php change had already been made in HEAD, as part of MDL 16529
2010-02-05 16:36:59 +00:00
Andrew Davis
3570713828
gradebook MDL-21218 course and category totals behaviour when they contain hidden items
2010-02-05 07:27:02 +00:00
Moodle Robot
0e2ff533bd
Updated the 19 build version to 20100205
2010-02-05 00:43:23 +00:00
Rossiani Wijaya
edef4cd2e1
MDL-20307 - add view fullname capabilities to display fullname in gradebook and participant list
2010-02-04 04:37:31 +00:00
Moodle Robot
df9fe21b58
Updated the 19 build version to 20100204
2010-02-04 00:42:38 +00:00
Eloy Lafuente
9e9b31f89b
MDL-21407 latex filter - lalala, added missing savepoint
2010-02-03 09:11:49 +00:00
Eloy Lafuente
16421d0353
MDL-21407 tex filter - trim leading whitespace from latex preamble
2010-02-03 09:10:13 +00:00
Andrew Davis
a97f19333c
grader report MDL-21367 when an item is unhidden its category should unhide to
2010-02-03 02:22:58 +00:00
Moodle Robot
c50959fa54
Updated the 19 build version to 20100203
2010-02-03 00:42:30 +00:00
Moodle Robot
0815881c65
Updated the 19 build version to 20100202
2010-02-02 00:38:58 +00:00
Penny Leach
5f3aa3c97a
mnet MDL-17863 increase length of portno field in the host table (so 443 works)
2010-02-01 04:19:51 +00:00
Penny Leach
6b970039cb
mnet MDL-17082 fixing typo in previous bugfix
2010-02-01 01:43:26 +00:00
Moodle Robot
49e25c58ea
Updated the 19 build version to 20100201
2010-02-01 00:38:11 +00:00
Moodle Robot
360a5d6955
Automatic installer.php lang files by installer_builder (20100201)
2010-02-01 00:31:21 +00:00
Moodle Robot
8f978af0a3
Updated the 19 build version to 20100131
2010-01-31 00:37:52 +00:00
Moodle Robot
678730b041
Updated the 19 build version to 20100130
2010-01-30 00:38:29 +00:00
Moodle Robot
c7539c2c15
Automatic installer.php lang files by installer_builder (20100130)
2010-01-30 00:31:41 +00:00
Helen Foster
d6b5a314f7
help file MDL-21308 rewording thanks to Bente Olsen
2010-01-29 20:27:30 +00:00
Andrew Davis
fd1e0f3beb
grader report MDL-21374 made column averages align correctly
2010-01-29 01:17:23 +00:00
Moodle Robot
2d9e548ef5
Updated the 19 build version to 20100129
2010-01-29 00:37:36 +00:00
Rossiani Wijaya
b1bef4085e
MDL-21440 - replacing hardcoded string with language string.
2010-01-28 02:19:06 +00:00
Moodle Robot
f5058b206b
Updated the 19 build version to 20100128
2010-01-28 00:37:53 +00:00
Moodle Robot
62e1cf14d8
Updated the 19 build version to 20100127
2010-01-27 00:37:49 +00:00
Moodle Robot
2fd7250f20
Updated the 19 build version to 20100126
2010-01-26 00:37:48 +00:00
Gordon Bateson
986c607c4b
do not treat https absolute urls as relative urls
2010-01-25 07:16:45 +00:00
Penny Leach
70d2f4be3c
mnet MDL-17629 upgrade to fix referntial integrity in mnet hostids for localhost and all hosts records
2010-01-25 00:59:21 +00:00
Moodle Robot
bcaa8cd2bd
Updated the 19 build version to 20100125
2010-01-25 00:37:41 +00:00
Moodle Robot
788291baa0
Updated the 19 build version to 20100124
2010-01-24 00:37:52 +00:00
Moodle Robot
e99a3c131c
Updated the 19 build version to 20100123
2010-01-23 00:37:15 +00:00
Rossiani Wijaya
da4aed67d3
MDL-21300 - remove filename validation for invalid character.
2010-01-22 02:01:03 +00:00
Moodle Robot
0135dda86a
Updated the 19 build version to 20100122
2010-01-22 00:38:08 +00:00
Eloy Lafuente
3a41c990dc
MDL-16018 textarea height - min 7 lines to avoid visualization problem
2010-01-22 00:01:08 +00:00
Eloy Lafuente
589ad34e82
MDL-21265 wiki - fix problem for students not able to see entries in other groups until own entry is created by teacher
2010-01-21 23:40:02 +00:00
Eloy Lafuente
94e5756daf
MDL-21293 Grrr, left one testing line there... sorry!
2010-01-21 19:34:27 +00:00
Eloy Lafuente
468a1aff83
MDL-21293 Better conversion from old to new categories in specialization()
2010-01-21 19:32:39 +00:00
Inaki
3381dd4607
auth ldap/cas config: MDL-21343 LDAP / CAS settings broken due to wrong superflous value
2010-01-21 19:20:37 +00:00
Eloy Lafuente
bc188d0273
MDL-21293 tag_youtube block - migrate from old (not working anymore!) YouTube API
...
to the new Google Data API
2010-01-21 17:37:46 +00:00
Moodle Robot
1584d69510
Updated the 19 build version to 20100121
2010-01-21 00:38:04 +00:00
Eloy Lafuente
35e25af7b0
MDL-21393 clean old executabble (by everybody) script.
2010-01-20 11:21:30 +00:00
Rossiani Wijaya
85056e763f
MDL-11131 - style for temporary block handler (for sticky block)
2010-01-20 06:37:51 +00:00
Rossiani Wijaya
1833b24abb
MDL-11131 - fixed the weight of sticky blocks as it moved around.
2010-01-20 04:36:23 +00:00
Moodle Robot
e3fb0b7847
Updated the 19 build version to 20100120
2010-01-20 00:37:39 +00:00
Moodle Robot
7a525d74f0
Updated the 19 build version to 20100119
2010-01-19 00:38:01 +00:00
Eloy Lafuente
77fcfa7395
MDL-21370 restore - avoid adding slashes twice to user info
...
Credit goes to jean-christophe zulian
2010-01-18 19:37:49 +00:00
Tim Hunt
d3e2dfaf75
graphlib MDL-21371: Legend layout issue when different legend texts had different heights.
2010-01-18 15:24:19 +00:00
Moodle Robot
1070f24868
Updated the 19 build version to 20100118
2010-01-18 00:37:41 +00:00
Moodle Robot
e5448baec4
Automatic installer.php lang files by installer_builder (20100118)
2010-01-18 00:30:50 +00:00
Moodle Robot
5c2bb616c7
Updated the 19 build version to 20100117
2010-01-17 00:37:40 +00:00
Moodle Robot
e418527862
Updated the 19 build version to 20100116
2010-01-16 00:37:57 +00:00
Sam Marshall
8ec0c7b0da
MDL-21356 rsslib: Schema address from tag output in wasn't escaped (problem only if it contains &)
2010-01-15 14:36:48 +00:00
Moodle Robot
4f1216af39
Updated the 19 build version to 20100115
2010-01-15 00:37:47 +00:00
Moodle Robot
2c214cee4f
Automatic installer.php lang files by installer_builder (20100115)
2010-01-15 00:30:56 +00:00
Pierre Pichet
d2eca89391
MDL-21336 testing with $correct != '' so that correct answer 0 is shown in multianswer
2010-01-14 21:56:42 +00:00
David Mudrak
a81beb4c24
MDL-21346 fixed various print_password_policy() issues
2010-01-14 20:46:31 +00:00
David Mudrak
a34d4fbe03
MDL-21229 editor: added missing tooltip translation
2010-01-14 10:20:29 +00:00
Andrew Davis
732cef98a7
weblib MDL-21183 Commented out some unreasonable unit tests
2010-01-14 02:14:10 +00:00
Pierre Pichet
77a6f29667
MDL-21336 testing with $correct != '' so that correct answer 0 is shown
2010-01-14 01:17:37 +00:00
Moodle Robot
85cb53c0ad
Updated the 19 build version to 20100114
2010-01-14 00:38:03 +00:00
Dan Marsden
5883099064
SCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and fix. merged from Stable
2010-01-13 22:42:03 +00:00
Penny Leach
46cc83dfdb
mnet MDL-17931 add slashes to mnet method profiles when saving
2010-01-13 22:17:25 +00:00
Dan Marsden
534182ebdd
SCORM AICC MDL-19392 add some missing params to querystring merged from HEAD
2010-01-13 22:08:39 +00:00
Eloy Lafuente
b70f33ea6d
NOBUG: Fix notice (and something more?). Like MDL-12961 but in data module
2010-01-13 16:47:42 +00:00
Rossiani Wijaya
3de4198a4f
MDL-20402 - update bulk user action messages from regular textarea to HTML editor.
2010-01-13 07:56:20 +00:00
Penny Leach
1ddd8283f9
mnet: MDL-20059 fix up login/mnet_email.php in a few places
...
Merged (belatedly from HEAD)
2010-01-13 03:10:26 +00:00
Penny Leach
3022e494ca
mnet MDL-21328 fixed non unique first field sql in mnet_services.php
2010-01-13 02:46:13 +00:00
Penny Leach
bcb7c63ec0
mnet MDL-17082 removed all use of $_POST
2010-01-13 02:42:05 +00:00
Andrew Davis
6dc8c4e402
weblib MDL-21296 a temporary workaround convert_urls_into_links() causing timeouts
2010-01-13 02:16:12 +00:00
Dan Marsden
ff9be2feef
SCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm 1.2 and 1.3 merged from HEAD
2010-01-13 02:01:31 +00:00
Penny Leach
a3f6b0fe7e
mnet MDL-19260 add an addslashes_object when updating public keys
...
fixing typo in last commit
2010-01-13 01:48:23 +00:00
Penny Leach
77ca2c9c1d
mnet MDL-19260 add an addslashes_object when updating public keys
...
not merged to HEAD because of new db stuff
2010-01-13 01:43:24 +00:00
Dan Marsden
2ee0ca3438
SCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks to Matteo Scaramuccia for the report and fix. merged from HEAD
2010-01-13 01:39:22 +00:00
Moodle Robot
7bf1a0ec9b
Updated the 19 build version to 20100113
2010-01-13 00:38:01 +00:00
Eloy Lafuente
0cced51f5a
MDL-21296 - secs are secs no milisecs, :-P
2010-01-12 14:07:34 +00:00
Eloy Lafuente
6650e754c7
MDL-21296 - Adding timing info to test in order to compare results
2010-01-12 14:06:06 +00:00
Eloy Lafuente
b0fbf376cc
MDL-21168 - Support encoded chars in query part of URL. Done in review day, but it's tested, grrr.
2010-01-12 13:37:13 +00:00
Eloy Lafuente
fe8525e86b
MDL-21168 - Added test for URLs with encoded paths and queries
2010-01-12 13:23:23 +00:00
Gordon Bateson
1bef863f84
add groupings awareness to HotPot module
2010-01-12 07:26:10 +00:00
Moodle Robot
743ee9d956
Updated the 19 build version to 20100112
2010-01-12 00:37:42 +00:00
Penny Leach
8901f90395
mnet: MDL-21298 fixed a very unhelpful error message (and saved a db query)
...
this adds a new string for nolocaluser - nolocaluser2 (it's just nolocaluser in head)
2010-01-11 22:20:14 +00:00
Penny Leach
decbf994c0
mnet/login: MDL-21018 - be a bit more picky about when to show the link to mnet_email.php
2010-01-11 22:05:47 +00:00
Rossiani Wijaya
f3a1b0ce39
MDL-21174 - exclude deleted users in bulk upload of user profile pictures.
2010-01-11 06:50:02 +00:00
Andrew Davis
5eb17eabee
weblib MDL-21168 I had accidently deleted a test
2010-01-11 06:21:32 +00:00
Andrew Davis
bdac61091c
weblib MDL-21168 added some more tests
2010-01-11 06:14:09 +00:00
Andrew Davis
1f6a37155a
course sorting MDL-21011 made upgrade code more efficient
2010-01-11 02:29:08 +00:00
Penny Leach
b6fff6a5aa
mnet MDL-17169 trim the raw xmlrpc response before passing it to the xml parser
2010-01-11 01:02:35 +00:00
Moodle Robot
d3b3fad86d
Updated the 19 build version to 20100111
2010-01-11 00:38:10 +00:00
Moodle Robot
276b2b2ea3
Updated the 19 build version to 20100110
2010-01-10 00:37:30 +00:00
Moodle Robot
d807d3a516
Automatic installer.php lang files by installer_builder (20100110)
2010-01-10 00:30:43 +00:00
Eloy Lafuente
0959a70851
First commit of ast_utf8 installer file. Backported from HEAD
2010-01-09 23:16:46 +00:00
Eloy Lafuente
158b6463e6
file installer.php was added on branch MOODLE_19_STABLE on 2010-01-09 23:16:46 +0000
2010-01-09 23:13:20 +00:00
Moodle Robot
25a049d01d
Updated the 19 build version to 20100109
2010-01-09 00:38:02 +00:00
Moodle Robot
cbcd5d6c27
Automatic installer.php lang files by installer_builder (20100109)
2010-01-09 00:31:11 +00:00
Eloy Lafuente
321b4075cd
MDL-21168 convert_urls_into_links() - added tests about links in tags and double conversions
2010-01-08 22:21:16 +00:00
Eloy Lafuente
8267366e44
MDL-21168 avoid http://www.whatever to be linked twice
2010-01-08 22:16:37 +00:00
Eloy Lafuente
c782bd7a4b
MDL-21168 convert_urls_into_links() - changed solution to avoid linking
...
inside <img> tags by negative look-behind assertion of =" string
2010-01-08 16:48:38 +00:00
Eloy Lafuente
7fd2dcec3c
MDL-21168 convert_urls_into_links() - minor changes to tests (code formatting,
...
utf_decode() out and properly escape % chars.
2010-01-08 16:38:40 +00:00
Andrew Davis
ac13e678c9
grader report MDL-21088 Fixed assorted vertical alignment issues
2010-01-08 08:03:22 +00:00
Andrew Davis
1a59f3dd02
grader report MDL-21270 Use constants instead of integers
2010-01-08 07:46:30 +00:00
Andrew Davis
7cf7a14d85
course sorting MDL-21011 "Re-sort courses by name" button eventually lead sortorder to hit column maximum value
2010-01-08 07:38:50 +00:00
Andrew Davis
1ca30d589f
course sorting MDL-21011 "Re-sort courses by name" button eventually lead sortorder to hit column maximum value
2010-01-08 07:17:52 +00:00
Andrew Davis
9c09c3b89a
course sorting MDL-21011 "Re-sort courses by name" button eventually lead sortorder to hit column maximum value
2010-01-08 07:07:55 +00:00
Andrew Davis
e45757ad63
moodlelib MDL-20918 usergetdate was returning an array in a different order depending on whether or not timezone was set
2010-01-08 06:41:57 +00:00
Rossiani Wijaya
366a5bb8fd
MDL-18774 - fixed fullname format label.
2010-01-08 02:27:32 +00:00
Moodle Robot
deb03b4ff9
Updated the 19 build version to 20100108
2010-01-08 00:37:59 +00:00
Eloy Lafuente
566c19c620
MDL-21264 sql_isnotempty fixed. Thanks Tim! Backported from HEAD
2010-01-07 15:02:41 +00:00
David Mudrak
f330bf4a42
MDL-21248 workshop: yet another place violating not null feedback
2010-01-07 14:19:11 +00:00
David Mudrak
d5ed6c36d2
MDL-21248 workshop fills description field for a grade mapping only element
2010-01-07 13:53:55 +00:00
Moodle Robot
3eb066cdfa
Updated the 19 build version to 20100107
2010-01-07 00:37:30 +00:00
Rossiani Wijaya
733f09a461
MDL-18824 changing fullname name (fullnamedisplay) default value to language.
2010-01-06 05:10:23 +00:00
Moodle Robot
bc90a47903
Updated the 19 build version to 20100106
2010-01-06 00:37:59 +00:00
Moodle Robot
3f09627554
Automatic installer.php lang files by installer_builder (20100106)
2010-01-06 00:31:06 +00:00
Helen Foster
24cc21c077
config settings: MDL-16658 small rewording
2010-01-05 22:15:59 +00:00
Helen Foster
d10342e4a2
moodle lang string: MDL-16658 small rewording
2010-01-05 21:53:51 +00:00
Moodle Robot
0cdb0453f2
Updated the 19 build version to 20100105
2010-01-05 00:37:25 +00:00
Andrew Davis
36f1ce024f
graderreport MDL-21159 grader report was producing invalid html
2010-01-04 08:14:14 +00:00
Moodle Robot
a8bb7474a6
Updated the 19 build version to 20100104
2010-01-04 00:34:35 +00:00
Moodle Robot
71b1edd8da
Updated the 19 build version to 20100103
2010-01-03 00:35:00 +00:00
Moodle Robot
c73ca693e9
Automatic installer.php lang files by installer_builder (20100103)
2010-01-03 00:28:11 +00:00
Moodle Robot
709fa905af
Updated the 19 build version to 20100102
2010-01-02 00:34:24 +00:00
Moodle Robot
3b58064a98
Updated the 19 build version to 20100101
2010-01-01 00:34:57 +00:00
Moodle Robot
c39ff02c27
Automatic installer.php lang files by installer_builder (20100101)
2010-01-01 00:28:11 +00:00
Moodle Robot
817837383b
Updated the 19 build version to 20091231
2009-12-31 00:35:52 +00:00
Moodle Robot
b3ec8bce9c
Automatic installer.php lang files by installer_builder (20091231)
2009-12-31 00:28:10 +00:00
Eloy Lafuente
4029d09097
MDL-16658 restore - new restore:createuser cap + pre-check users before restoring
2009-12-30 17:17:09 +00:00
Helen Foster
7e766c4d51
moodle.org lang string: MDLSITE-846 thanks to Mauno
2009-12-30 14:07:31 +00:00
Helen Foster
bbf0d4086f
moodle.org lang strings: MDLSITE-297 thanks to MD
2009-12-30 12:36:09 +00:00
Petr Skoda
75c9459b00
MDL-21194 fixed mnet quotes issue - credit goes to Valery Fremaux
2009-12-30 08:06:15 +00:00
Moodle Robot
689458916d
Updated the 19 build version to 20091230
2009-12-30 00:34:48 +00:00
Eloy Lafuente
0fa3908eb8
NOBUG: Whitespace and XHTML
2009-12-29 19:34:06 +00:00
Moodle Robot
752542c5af
Updated the 19 build version to 20091229
2009-12-29 00:34:23 +00:00
Eloy Lafuente
f4b233eef5
MDL-21203 delete dupe code - Credit goes to Antoine G
2009-12-28 14:32:08 +00:00
Moodle Robot
8002b70cbb
Updated the 19 build version to 20091228
2009-12-28 00:35:53 +00:00
Moodle Robot
646feb47f2
Updated the 19 build version to 20091227
2009-12-27 00:34:21 +00:00
Moodle Robot
9a2f1f706c
Updated the 19 build version to 20091226
2009-12-26 00:34:34 +00:00
Moodle Robot
eb04558e7e
Updated the 19 build version to 20091225
2009-12-25 00:34:22 +00:00
Moodle Robot
a70b4067ea
Automatic installer.php lang files by installer_builder (20091225)
2009-12-25 00:27:41 +00:00
Valery Fremaux
e87eda39cf
http://tracker.moodle.org/browse/MDL-21186
2009-12-24 23:08:30 +00:00
Andrew Davis
1b34261dc6
weblib MDL-21168 improved convert_urls_into_links
2009-12-24 04:36:14 +00:00
Moodle Robot
fcf40a111e
Updated the 19 build version to 20091224
2009-12-24 00:35:07 +00:00
Rossiani Wijaya
80990f1aef
MDL-20949 changing the language string from 'your' to 'the', to print out the password policy requirements.
2009-12-23 02:07:08 +00:00
Moodle Robot
7b11ee0635
Updated the 19 build version to 20091223
2009-12-23 00:34:52 +00:00
Matt Oquist
e48675ba98
MDL-19024 Fix a bug that stops strings from being displayed correctly in the admin section when configuring the MNET services. (Thanks, Richard Mansfield.)
2009-12-22 03:00:42 +00:00
Moodle Robot
1276ac66ff
Updated the 19 build version to 20091222
2009-12-22 00:35:13 +00:00
Moodle Robot
fc7e0e9d67
Updated the 19 build version to 20091221
2009-12-21 00:34:35 +00:00
Pierre Pichet
ed26d187a7
correcting pass from reference problem line 84 as identified by syntax report on moodle.org
2009-12-20 13:19:01 +00:00
Moodle Robot
61b9115ad2
Updated the 19 build version to 20091220
2009-12-20 00:35:08 +00:00
Moodle Robot
8fd08116ea
Updated the 19 build version to 20091219
2009-12-19 00:34:22 +00:00
Moodle Robot
a91d252b32
Automatic installer.php lang files by installer_builder (20091219)
2009-12-19 00:27:44 +00:00
Eloy Lafuente
64aec4287b
MDL-21045, MDL-21046 restore - gradebook categories, letters and outcomes are now
...
restored no matter if user info is enabled or no (as far as they are user-independent)
2009-12-18 18:47:14 +00:00
Tim Hunt
f7f6e31b63
Grade item: MDL-21161 timemodified never gets set on calculated gradebook columns
2009-12-18 18:19:48 +00:00
Eloy Lafuente
4e2ba0840b
Related to MDL-6489 - advanced search template was missing in backup/restore
2009-12-18 18:08:56 +00:00
Eloy Lafuente
9e845f9ee7
MDL-11507, MDL-15157 database activity - avoid some notices on restore
2009-12-18 17:51:27 +00:00
Eloy Lafuente
06cc4c9699
MDL-21160 database activity - remap scale on restore
2009-12-18 17:37:11 +00:00
Tim Hunt
b9a18f1b17
grader report: MDL-21159 Link to user report does not respect $CFG->grade_profilereport setting.
...
Also, the report was generating invalid XHTML.
2009-12-18 17:13:42 +00:00
Dan Marsden
7cf74b7002
SCORM MDL-20122 badly formatted restore values - thanks to Michael Avelar for the fix merged from HEAD
2009-12-18 08:20:48 +00:00
Dan Marsden
d2f35f4357
SCORM MDL-18857 allow items with a score of 0 to still display on outline report. merged from HEAD
2009-12-18 07:24:07 +00:00
Dan Marsden
2dae979d8e
SCORM MDL-21024 missing field in restore. merged from HEAD
2009-12-18 07:14:53 +00:00
Dan Marsden
98cdb41a4a
SCORM MDL-20588 workaround for IE 6 bug - turn zlib compression off if IE 6 is detected. merged from HEAD
2009-12-18 06:42:37 +00:00
Dongsheng Cai
c6a032b9d3
"MDL-15502, added a filter to selec users who have never logged in, credits to Anthony Borrow"
2009-12-18 05:24:14 +00:00
Dan Marsden
990ecc4694
mnet MDL-16522 missed a check - should not show logs tab for all hosts screen merged from HEAD
2009-12-18 03:21:07 +00:00
Dan Marsden
d6f826c810
mnet MDL-16522 duplication of inconsistant code - now uses a tabs.php file but still needs a further code tidy as per MDL-16286 merged from HEAD
2009-12-18 03:16:35 +00:00
Dan Marsden
c883e63ebd
file tabs.php was added on branch MOODLE_19_STABLE on 2009-12-18 03:16:35 +0000
2009-12-18 03:09:05 +00:00
Dongsheng Cai
baf1dc0a4d
"MDL-21122, fixed saving setting problem in section links block"
2009-12-18 03:01:36 +00:00
Pierre Pichet
1343e53aff
correcting pass from reference problem line 24 as identified by syntax report of Fri Dec 18 08:21:03 WST 2009
2009-12-18 02:35:47 +00:00
Moodle Robot
e2baf96bdf
Updated the 19 build version to 20091218
2009-12-18 00:34:10 +00:00
Pierre Pichet
efed05fd25
MDL-3282 , MDL-4595 error in numerical with comma . More number formats are allowed.
...
merged from HEAD
2009-12-17 21:50:53 +00:00
Eloy Lafuente
3ae036b04b
NOBUG minor typo in phpdocs
2009-12-17 14:38:59 +00:00
Sam Hemelryk
9d557dee01
weblib MDL-6820 Reverted modification due to unforseen regressions
2009-12-17 09:22:23 +00:00
Andrew Davis
49b115075e
mnet MDL-12057 fixed mnet admin page table width
2009-12-17 08:20:35 +00:00
Andrew Davis
c85a042383
live log MDL-20994 made "block editing on" button work on live logs page
2009-12-17 08:03:19 +00:00
Andrew Davis
6b8e4d338c
weblib MDL-20826 improved convert_urls_into_links()
2009-12-17 07:43:46 +00:00
Moodle Robot
af1d07d088
Updated the 19 build version to 20091217
2009-12-17 00:34:18 +00:00
Rossiani Wijaya
019907767a
MDL-20949 printing out password policy requirements on signup page.
2009-12-16 01:51:48 +00:00
Andrew Davis
d8a3469cfa
quiz MDL-18896 small efficiency improvement
2009-12-16 00:51:28 +00:00
Moodle Robot
3f55dc7059
Updated the 19 build version to 20091216
2009-12-16 00:34:09 +00:00
Moodle Robot
d2a247b68c
Updated the 19 build version to 20091215
2009-12-15 00:34:51 +00:00
Moodle Robot
bd2dbab136
Automatic installer.php lang files by installer_builder (20091215)
2009-12-15 00:28:11 +00:00
Gordon Bateson
811fab85a7
for consistency, use 0x80 instead of 128 in hotpot_charcode_to_utf8()
2009-12-14 03:28:26 +00:00
Moodle Robot
6bb053347c
Updated the 19 build version to 20091214
2009-12-14 00:33:35 +00:00
Moodle Robot
959792675e
Updated the 19 build version to 20091213
2009-12-13 00:33:18 +00:00
Moodle Robot
23e91e0dcc
Updated the 19 build version to 20091212
2009-12-12 00:33:47 +00:00
Moodle Robot
f16b7bf9b0
Updated the 19 build version to 20091211
2009-12-11 00:33:31 +00:00
Moodle Robot
842d34099c
Updated the 19 build version to 20091210
2009-12-10 00:34:09 +00:00
Eloy Lafuente
6bf36bc2b9
MDL-20667 grader report - fix visualization annoyance in overall/range rows
2009-12-10 00:12:42 +00:00
Rossiani Wijaya
e29748a54a
MDL-20044 fixed ajax functionality when using bullet points (<ul>) in topic summary.
2009-12-09 01:59:47 +00:00
Moodle Robot
d694bf90a1
Updated the 19 build version to 20091209
2009-12-09 00:34:52 +00:00
Gordon Bateson
d113780338
MDL-20810: add missing function hotpot_charcode_to_utf8() required when importing Hot Potatoes files containing non-ascii chars into Moodle question bank
2009-12-08 04:09:59 +00:00
Moodle Robot
b2ffd65ec2
Updated the 19 build version to 20091208
2009-12-08 00:33:56 +00:00
Moodle Robot
8bbd86a2db
Automatic installer.php lang files by installer_builder (20091208)
2009-12-08 00:27:25 +00:00
Eloy Lafuente
01c986b64b
MDL-20961 customize notices showed when user information is not included in baclup
2009-12-07 11:36:55 +00:00
jerome mouneyrac
e223319801
flash upgrader MDL-20841 fix swfobject javascript bug related to http://code.google.com/p/swfobject/issues/detail?id=332
2009-12-07 03:23:59 +00:00
Moodle Robot
53bc0353b7
Updated the 19 build version to 20091207
2009-12-07 00:33:35 +00:00
Moodle Robot
d64c3bf6d3
Updated the 19 build version to 20091206
2009-12-06 00:33:16 +00:00
Eloy Lafuente
becb6e1c07
MDL-21029 glossary - fix display of entries belonging to site/course global glossaries
2009-12-05 11:23:12 +00:00
Moodle Robot
43371caf2c
Updated the 19 build version to 20091205
2009-12-05 00:34:06 +00:00
Moodle Robot
21b83bd0c8
Automatic installer.php lang files by installer_builder (20091205)
2009-12-05 00:27:25 +00:00
Tim Hunt
331e1a976a
Typo in calculated qtype lang file.
2009-12-04 19:02:15 +00:00
David Mudrak
ed55d692f3
MDL-20992 workshop supports course reset
2009-12-04 12:21:28 +00:00
Dongsheng Cai
0cd77e569f
"MDL-20125, added configurable setting to section_links block, credits to Jason Hardin"
2009-12-04 06:40:44 +00:00
Dongsheng Cai
44d34e8990
"MDL-20587, chat module, show sessions with just one users, credits to Daniel Neis"
2009-12-04 03:51:20 +00:00
Dongsheng Cai
8aadf873b7
"MDL-20819, sometimes, modules return non-array which can break stats processing, added more error checking"
2009-12-04 03:04:37 +00:00
Moodle Robot
cee8f4b24a
Updated the 19 build version to 20091204
2009-12-04 00:33:27 +00:00
Sam Hemelryk
c12167467e
weblib MDL-20725 Fixed string formatting issue in nested selects
2009-12-03 08:00:00 +00:00
jerome mouneyrac
0402b9d31e
flash upgrader MDL-20841 fix xhtml strict, Kudo to Tim Hunt
2009-12-03 02:59:38 +00:00
jerome mouneyrac
e63d2e43b0
flash upgrader MDL-20841 update phpdoc
2009-12-03 02:37:39 +00:00
Rossiani Wijaya
ec30a562d8
MDL-20725 remove double escaping characters.
2009-12-03 02:09:58 +00:00
Andrew Davis
891027acf3
componentlib MDL-20966 Added a guard to prevent a php warning during upgrade
2009-12-03 00:59:55 +00:00
Moodle Robot
7b9b800b54
Updated the 19 build version to 20091203
2009-12-03 00:33:49 +00:00
Petr Skoda
d44b4a796d
MDL-21026 improved entity handling
2009-12-02 21:09:12 +00:00
Sam Marshall
d5f4161c2c
MDL-2684: kses strips out CSS from style tags unless the first property is on 'allowed' list, this is silly
2009-12-02 17:59:12 +00:00
Andrew Davis
e7062765e0
mnet MDL-21019 Removed hard coded strings
2009-12-02 09:24:48 +00:00
Moodle Robot
cc692622fc
Updated the 19 build version to 20091202
2009-12-02 00:34:29 +00:00
Moodle Robot
daee0e4fc5
Updated the 19 build version to 20091201
2009-12-01 00:34:12 +00:00
Sam Marshall
8562968ec9
MDL-21009 Group selector must use absolute links in order to work with javascript off (last minute stupid testing fix)
2009-11-30 17:18:44 +00:00
Sam Marshall
dcca8dfb97
MDL-21009 Group selector must use absolute links in order to work with javascript off
2009-11-30 17:12:16 +00:00
Dongsheng Cai
92fa5b0f2a
"MDL-20985, fixed typo"
2009-11-30 02:16:18 +00:00
Eloy Lafuente
8a57240f6f
MDL-20826 convert_urls_into_links() - add some test to reveal (side?) problems
...
and allow comparing of alternatives
2009-11-30 02:02:31 +00:00
Andrew Davis
a757f4a2d7
unit tests MDL-19060 unified the two checks for CVS directories
2009-11-30 01:16:23 +00:00
Moodle Robot
dbc8d12eb8
Updated the 19 build version to 20091130
2009-11-30 00:33:55 +00:00
Eloy Lafuente
6dd255bde8
MDL-16658 restore users pre-check. Reviewed logic with latest discussions. Continues disabled
2009-11-29 19:34:07 +00:00
Moodle Robot
2315ad0483
Updated the 19 build version to 20091129
2009-11-29 00:33:58 +00:00
Moodle Robot
0569249083
Updated the 19 build version to 20091128
2009-11-28 00:33:51 +00:00
Moodle Robot
12aa1d3f87
Automatic installer.php lang files by installer_builder (20091128)
2009-11-28 00:27:15 +00:00
Eloy Lafuente
a5f0b03411
MDL-19697 mnet auth - start saving user->firstaccess
2009-11-27 14:47:43 +00:00
jerome mouneyrac
ee720bd06f
flash upgrader MDL-20841 Add lang support to the flash upgrader
2009-11-27 09:50:14 +00:00
Andrew Davis
bb2fcfcbc3
unit tests MDL-20537 Added another unit test for shorten_text
2009-11-27 06:12:07 +00:00
Andrew Davis
9e12452925
mnet admin MDL-12057 Added an entry to standard style css to make tables on admin/mnet/index.php the same width
2009-11-27 05:57:52 +00:00
Andrew Davis
dcc7e27813
cornflower theme MDL-20987 Added missing close div tag at the end of cornflower footer.html
2009-11-27 05:52:25 +00:00
Andrew Davis
1721304eea
grader report MDL-20179 Fixed broken JS on grader report
2009-11-27 05:45:56 +00:00
Andrew Davis
a368208636
unit test MDL-19060 prevent unit tests from scanning cvs and .git directories
2009-11-27 05:40:02 +00:00
Martin Dougiamas
5bcd30d5c3
Bumping the version post-release
2009-11-27 04:51:03 +00:00
Moodle Robot
75e5a14ada
Updated the 19 build version to 20091127
2009-11-27 00:34:47 +00:00
Moodle Robot
0ace0f0bdc
Automatic installer.php lang files by installer_builder (20091127)
2009-11-27 00:28:06 +00:00
David Mudrak
6b67b00992
MDL-20981 admin/lang.php escapes all variables but $a placeholders
2009-11-26 14:32:57 +00:00
Eloy Lafuente
fbb35a56e9
MDL-20982 glossary - make print view to respect current theme
2009-11-26 11:30:34 +00:00
Sam Hemelryk
f334afe662
admin MDL-20980 Touched up regex that determines weak password salts
2009-11-26 09:01:04 +00:00
Sam Hemelryk
9cf85078d5
login MDL-20875 Fixed bug with messaging popup when changing password. Thanks Rossi for the patch
2009-11-26 07:25:31 +00:00
Sam Hemelryk
a2a5c0875e
upgrade MDL-20978 Added site's URL into the message subject sent out with recent upgrades
2009-11-26 06:48:43 +00:00
Moodle Robot
c8db64ec4d
Automatic installer.php lang files by installer_builder (20091126)
2009-11-26 00:26:55 +00:00
Moodle Robot
a0026d1ef2
Updated the 19 build version to 20091126
2009-11-25 18:24:53 +00:00