tjhunt
0fc9c00901
filters: MDL-7336 database tables for per-context filter settings.
2009-04-13 06:42:02 +00:00
moodlerobot
7d8bc1fee0
Updated the HEAD build version to 20090413
2009-04-13 00:42:12 +00:00
moodlerobot
be0d42017b
Updated the HEAD build version to 20090412
2009-04-12 01:04:27 +00:00
moodlerobot
394f444b55
Updated the HEAD build version to 20090411
2009-04-11 00:33:47 +00:00
moodlerobot
9b8bec56ea
Automatic installer.php lang files by installer_builder (20090411)
2009-04-11 00:23:48 +00:00
tjhunt
adff97c505
lib/dml: new compatibility method sql_cast_2signed for when MySQL thinks that 1 * -1 = 18446744073709551615
2009-04-10 09:33:26 +00:00
tjhunt
3efb762e6b
simpletestlib: improve failure message from CheckSpecifiedFieldsExpectation
2009-04-10 09:32:53 +00:00
tjhunt
7e3a668c07
get_string unit tests: Switch to inline fixture setup
2009-04-10 04:59:09 +00:00
moodlerobot
646c723573
Updated the HEAD build version to 20090410
2009-04-10 00:34:04 +00:00
nicolasconnault
0000badd05
MDL-17273 Added a back button to the error message and fixed missing handling of "custom" scope. Merged from MOODLE_19_STABLE
2009-04-09 12:29:54 +00:00
tjhunt
522a8ac88c
XHTML strict fix in the word censorship filter
2009-04-09 12:01:42 +00:00
skodak
c6b4179c38
MDL-18338 option for hiding of groups in user profile
2009-04-09 08:29:51 +00:00
skodak
790e5ae236
MDL-13843 user profile in separate group mode even if group mode not forced course-wide (improved consistency in groups at course level); merged from MOODLE_19_STABLE
2009-04-09 08:23:56 +00:00
skodak
25bc3cd369
MDL-13843 treat default course grouping as current grouping at course level (groupmode is used the same way at course level)
2009-04-09 08:17:12 +00:00
skodak
728a4ebe3b
MDL-13843 user participation in separate group mode even if group mode not forced course-wide (improved consistency in groups at course level)
2009-04-09 07:58:49 +00:00
moodlerobot
7a1c41a5d3
Updated the HEAD build version to 20090409
2009-04-09 00:34:13 +00:00
tjhunt
1d59689fc9
ddllib.php: add required library
2009-04-08 11:46:39 +00:00
tjhunt
c9ec505b9e
weblib progress_bar: Add a comment and fix some coding style.
2009-04-08 11:46:19 +00:00
tjhunt
5c2fec8b74
get_string: MDL-18813 get_string was broken for strings that were ''
2009-04-08 11:45:53 +00:00
moodlerobot
fa95ca0450
Updated the HEAD build version to 20090408
2009-04-08 00:34:10 +00:00
moodlerobot
355718f79b
Automatic installer.php lang files by installer_builder (20090408)
2009-04-08 00:24:03 +00:00
skodak
59a82ee1d8
MDL-13224 fixed coding style
2009-04-07 07:45:03 +00:00
tjhunt
3fb002215f
weblib: fix bug with disabled pop_form()s
2009-04-07 07:40:40 +00:00
rezaie9
88e99d8df9
Improvment in displaying tabs in Safari
...
Changes applyed by Shamim Rezaie (http://rezaie.info )
2009-04-07 07:25:05 +00:00
tjhunt
0e329b2a43
fix variable name typo
2009-04-07 05:20:16 +00:00
tjhunt
465d96958f
UnitTestCaseUsingDatabase: fix bug with install_one_table_from_xmldb_file
...
The bug prevented you creating the first table from an install.xml file
2009-04-07 05:19:20 +00:00
tjhunt
df244bbc3f
qtype admin: operator precedence bug when deleting qtypes
2009-04-07 05:17:04 +00:00
tjhunt
a8be3f4287
qtype admin: sort lang file properly
2009-04-07 05:16:38 +00:00
moodlerobot
be9736e6e0
Updated the HEAD build version to 20090407
2009-04-07 00:35:33 +00:00
rezaie9
9847966074
Fixing:
...
- alignment of review options headers in quiz module
- inappropriate margin for navbar
- tabs problem (MDL-10719)
Changes applyed by Shamim Rezaie (http://rezaie.info )
2009-04-06 22:50:21 +00:00
mudrd8mz
4c0e52f0d6
MDL-18797 string_manager::instance()->get_registered_plugin_types() does not return "__exceptions" as places_to_search_for_lang_strings() used to do.
2009-04-06 13:06:04 +00:00
sam_marshall
4d10247fdb
MDL-18768: Limited size of context and modinfo caches to avoid memory problems with code that loops through many courses, also changed forum role_assign to use recordset for all-courses loops
2009-04-06 09:48:39 +00:00
peterbulmer
a67a5531c6
MDL-18414 change sql query syntax
...
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-04-06 06:15:58 +00:00
peterbulmer
11b9852e4e
MDL-18413 limit coursedata strings before db
...
Conflicts:
enrol/mnet/enrol.php
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-04-06 06:15:00 +00:00
arborrow
d429d4837b
typo - reponse instead of response
2009-04-06 03:47:12 +00:00
tjhunt
a4db2e7ca3
fomslib: MDL-18735 disabledif not working in IE if depended on element was a <select>.
...
This was a regression from MDL-18522. Sorry.
2009-04-06 02:56:37 +00:00
tjhunt
f13b675702
shortanswer qtype: Add the problem case from http://moodle.org/mod/forum/discuss.php?d=120557 to the unit tests.
2009-04-06 02:03:10 +00:00
moodlerobot
4429b23770
Updated the HEAD build version to 20090406
2009-04-06 00:35:04 +00:00
fmarier
b3a3a552ac
password policy: MDL-17602 disable consecutive identical characters check by default
2009-04-05 23:46:32 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
skodak
3a03653edf
MDL-18772 fixed aut oupdating of grademax for SUM aggregation type
2009-04-05 20:17:04 +00:00
skodak
97481934ca
MDL-18778 more robust reset form defaults
2009-04-05 19:32:33 +00:00
arborrow
b09e003cc1
typo - missinf instead of missing
2009-04-05 05:12:12 +00:00
moodlerobot
c88b17e749
Updated the HEAD build version to 20090405
2009-04-05 00:34:06 +00:00
moodlerobot
f8f6306a4e
Updated the HEAD build version to 20090404
2009-04-04 00:31:34 +00:00
sam_marshall
2bf69a8588
MDL-18094: course/viewhiddenactivities didn't work (in some parts of the code) at module level
2009-04-03 13:11:05 +00:00
tjhunt
7fa95ef177
simpletestlib: Fix typo in error message
2009-04-03 08:38:30 +00:00
nicolasconnault
da2f44111a
MDL-17272 merged from MOODLE_19_STABLE
2009-04-03 08:14:01 +00:00
tjhunt
c464eda684
get_string: MDL-18669 - fixing a screw-up spotted by Dongsheng. Thanks.
2009-04-03 07:41:40 +00:00
dongsheng
e91f9c3965
"MDL-18520, fix warning in file system plugin"
2009-04-03 07:32:51 +00:00