Andrew Davis
69bcca5e9c
MDL-36061 core_grade: added some unit tests related to refresh_grades()
2012-11-15 11:14:21 +08:00
Dan Poltawski
f315d159c8
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
course/format/lib.php
2012-11-15 10:59:17 +08:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Petr Škoda
9172fd82b7
MDL-36524 do not set meta tag for IE compatibility, header should be enough
2012-11-14 19:42:24 +01:00
Tyler Bannister
68203f451c
MDL-30643 - Fixed group by for MSSQL and Oracle.
...
- MSSQL and Oracle don't allow column aliases to be used in group by.
2012-11-14 09:46:50 -05:00
Marina Glancy
1b2581f430
MDL-35770 Moved format_weeks_get_section_dates() to format_weeks::get_section_dates()
2012-11-14 14:31:07 +08:00
Dan Poltawski
43b8730381
Merge branch 'MDL-36449-master-int' of git://github.com/FMCorz/moodle
2012-11-14 14:26:06 +08:00
Frederic Massart
85947dcc22
MDL-36449 usability: Fixed spinner position in lightbox
2012-11-14 14:24:51 +08:00
Frederic Massart
fbb207c57a
MDL-36323 usability: New icon names to assign and switch roles
2012-11-14 14:07:40 +08:00
Frederic Massart
11f8718780
MDL-36323 usability: Normalising icons used in blocks
2012-11-14 14:07:40 +08:00
Itamar Tzadok
ed608e7ad4
MDL-36433 Forms lib - Added dash escaping to validation script getter.
2012-11-14 01:03:14 -05:00
Marina Glancy
5ef23705f6
MDL-36048 Allow course formats to add course headers and footers
...
- Added functions in class format_base
- Added global functions in course/lib.php
- Added calling of course header/footer functions to the base theme
- output renderer checks if theme calls the coures content header/footer functions, if not calls them explicitly and displays a development warning
2012-11-14 13:50:10 +08:00
Frederic Massart
bb128107e3
MDL-36449 usability: Normalising icons on course page
2012-11-14 11:38:06 +08:00
Dan Poltawski
7fc7a8b94c
Merge branch 'w46_MDL-36457_m24_jsmin' of git://github.com/skodak/moodle
2012-11-14 11:32:52 +08:00
Dan Poltawski
3484a69861
Merge branch 'wip-MDL-36267-master' of git://github.com/marinaglancy/moodle
2012-11-14 10:45:19 +08:00
Dan Poltawski
5ebe0ca37a
Merge branch 'MDL-26660-master' of git://github.com/FMCorz/moodle
2012-11-14 10:33:45 +08:00
Dan Poltawski
2d0d36f219
Merge branch 'wip-MDL-36048-master' of git://github.com/marinaglancy/moodle
2012-11-14 09:58:27 +08:00
Marina Glancy
9428a1545d
MDL-36267 corrected phpdocs for get_fast_modinfo()
2012-11-14 09:52:52 +08:00
Aparup Banerjee
bf10e51d44
MDL-24736 anotating tinymce changes to readme
2012-11-14 09:40:59 +08:00
Dan Poltawski
f58c96f842
Merge branch 'MDL-36369' of git://github.com/timhunt/moodle
2012-11-14 09:29:51 +08:00
Aparup Banerjee
f132d28aa5
Merge branch 'wip_master_mdl-25736_tinymce_spellchecker_frech_issues' of https://github.com/iarenaza/moodle
2012-11-14 09:12:28 +08:00
Dan Poltawski
59d332ea71
Merge branch 'MDL-36494-invalid-update-debugging' of git://github.com/mudrd8mz/moodle
2012-11-14 08:31:29 +08:00
Tim Hunt
837e181225
MDL-36369 qtypes and qbehaviour settings permissions.
...
The correct policy is that users with moodle/question:config can set the
default settings for particular qtypes. However, it requires
moodle/site:config in order to do manage qbehaviours or manage qtypes.
2012-11-13 16:07:28 +00:00
Tyler Bannister
12ccfc123a
MDL-30643 - Improved error reporting for daily stats tests.
2012-11-13 10:37:25 -05:00
Marina Glancy
e75324a53e
MDL-36369 Question types and behaviour settings should not require moodle/site:config
2012-11-13 15:14:03 +00:00
Dan Poltawski
5f7b0f2bdc
MDL-30545 messaging - remove DISTINCT from union statement
2012-11-13 22:34:36 +08:00
David Mudrák
a22de4ce99
MDL-36494 Do not display a debugging message about invalid update info
...
It turned out that this well-meant debugging message just caused a lot
of false alarm with no good reason. It seems to be better just ignore it
at the moment.
2012-11-13 11:24:55 +01:00
Dan Poltawski
5c4685f0ad
MDL-30545 - messagelib: use $DB->sql_concat()
2012-11-13 15:11:14 +08:00
Tyler Bannister
dcb28e6e7f
MDL-30643 - Fixed timezone problems in test cases.
...
resolved integration time changes conflict.
Conflicts:
lib/tests/statslib_test.php
2012-11-13 13:58:31 +08:00
Dan Poltawski
b0ba493cd0
Merge branch 'MDL-30545' of git://github.com/timhunt/moodle
2012-11-13 13:21:50 +08:00
Tyler Bannister
67690cfa92
MDL-30643 - Fixed timezone problems in test cases.
2012-11-12 22:47:09 -05:00
Tyler Bannister
aa600c472c
MDL-30643 - Added fifth table to speed up enrolment look ups.
2012-11-12 22:47:00 -05:00
Aparup Banerjee
9540a7d0b8
MDL-30643 statslib test - remove using $CFG->timezone=99 for unit test as it clashes with test data in other tz
2012-11-13 00:49:21 +08:00
Aparup Banerjee
7d2705568e
MDL-30643 added tables to upgrade script
2012-11-12 15:50:19 +08:00
Aparup Banerjee
6b1a2e4a0d
MDL-30643 fixed statslib test start timestamp
2012-11-12 14:46:23 +08:00
Aparup Banerjee
79fc5f5294
Merge branch 'MDL-30643_master-log-speed' of git://github.com/tbannister/moodle
2012-11-12 14:29:45 +08:00
Matt Switlik
0a757cf033
MDL-36061 gradebook: grade_item->refresh_grades doesn't propagate $userid
2012-11-12 11:19:20 +08:00
Dan Poltawski
3c9b489820
Merge branch 'wip-MDL-35260-master' of git://github.com/marinaglancy/moodle
2012-11-12 11:04:23 +08:00
Dan Poltawski
2d910d0464
Merge branch 'w46_MDL-36487_m24_ieheaders' of git://github.com/skodak/moodle
2012-11-12 10:30:36 +08:00
Iñaki Arenaza
b98dd3ff31
MDL-25736 TinyMce Spellchecker French issues
...
GoogleSpell checker already returns data un UTF8, so there's no need
to use utf8_encode (in fact, using it completely mangles the string).
All credit goes to David Quintal for finding the issue and proposing
the fix.
2012-11-10 19:41:48 +01:00
Petr Škoda
791922735f
MDL-36487 do not use IE=edge header on pages that have custom X-UA-Compatible
...
Thanks Dan Poltawski for spotting this regression!
2012-11-10 11:47:09 +01:00
Marina Glancy
fdd4b9a50a
MDL-36048 Allow course formats to add course headers and footers
...
- Added functions in class format_base
- Added global functions in course/lib.php
- Added calling of course header/footer functions to the base theme
- output renderer checks if theme calls the coures content header/footer functions, if not calls them explicitly and displays a development warning
2012-11-10 15:39:01 +08:00
Marina Glancy
3776335ce2
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-10 15:34:29 +08:00
Tyler Bannister
63e0fe85b5
RFC-30643 - Added fifth table to speed up enrolment look ups.
2012-11-09 16:33:19 -05:00
Tyler Bannister
c0f00c5fba
MDL-30643 - Added statslib test file.
...
- Tests daily stats and daily stats related functions.
2012-11-09 16:27:25 -05:00
Tyler Bannister
4614b02905
MDL-30643 - Added definition for new temporary table to install.xml.
...
- Added code to generate tempoary tables from existing standard tables where possible.
2012-11-09 16:27:23 -05:00
Tyler Bannister
0934f5c304
MDL-30643 - Added temporary tables to store the stats results until generation is complete.
2012-11-09 15:34:01 -05:00
Tyler Bannister
9c1600f10f
MDL-30643 - Improved stats generation SQL queries.
...
- Added temporary log tables to reduce log search times.
- Added additional output to weekly and monthly stat generation
2012-11-09 15:33:48 -05:00
Petr Škoda
398862b92b
MDL-36487 send IE standards compatibility http headers
2012-11-09 17:27:29 +01:00
Petr Škoda
3c1405a1ee
MDL-36481 improve IE version sniffing
2012-11-09 15:23:22 +01:00