Damyon Wiese
b29da693b6
Merge branch 'MDL-23566_26' of https://github.com/aolley/moodle into MOODLE_26_STABLE
2014-05-19 12:43:45 +08:00
Marina Glancy
709f70145f
Merge branch 'wip-MDL-45483-MOODLE_26_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_26_STABLE
2014-05-19 12:38:47 +08:00
Damyon Wiese
9d14dcd64e
Merge branch 'MDL-44634-26' of https://github.com/dbezborodovrp/moodle into MOODLE_26_STABLE
2014-05-19 12:20:38 +08:00
Frederic Massart
da14c5dff1
MDL-45527 cron: Already deleted unconfirmed users are ignored
2014-05-19 12:06:49 +08:00
Damyon Wiese
d38ef5cfe0
Merge branch '43995-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-19 11:53:34 +08:00
Sam Hemelryk
e6e58c7a92
MDL-38923 theme_bootstrapbase: pre-integration fixups
...
* Fixed the way we added the block class to the dock panel in dock.js
* Added a class to the h2 that is used to test dock title width
* Fixed RTL alignment issues as best I could at present
* Fixed overlap of dock + navbar on small screens
* Fixed the docked block width to be constrained to the available space
* Fixed hidden actions on docked blocks
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-19 15:28:00 +12:00
Damyon Wiese
eba90af0d3
MDL-45605 Phpunit: Do not call gc_collect_cycles as part of reset.
...
This takes 25% of the time in running tests and there is no benefit. The
behaviour of destructors is the same before/after the patch.
2014-05-19 10:38:39 +08:00
Sam Hemelryk
14f40dcc9c
Merge branch 'MDL-45561-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-19 13:37:19 +12:00
Sam Hemelryk
8758f4464f
MDL-44974 admin: repositioned call to initialise renderer
2014-05-19 08:41:23 +12:00
Sam Hemelryk
9fb8de4cd1
MDL-44711 navigation: better handling of course expansion exception
2014-05-19 08:41:08 +12:00
Sam Hemelryk
0720ecb621
MDL-38923 dock: allowed for space before first time
2014-05-19 08:40:16 +12:00
Sam Hemelryk
6ae3b201cc
MDL-38923 theme_bootstrapbase: tidied up dock implementation
...
Also:
* Changed to a CSS based compacting solution
* Converted dock colours to variables
* RTL fixes for the dock
2014-05-19 08:40:16 +12:00
Bas Brands
056b54ff63
MDL-38923 theme bootstrapbase: theme clean: enable docking
2014-05-19 08:40:13 +12:00
Eric Merrill
6a7348df5c
MDL-45603 cache Fix the mappingsonly option to work as advertised.
2014-05-17 23:55:10 -04:00
Tim Hunt
fc36e18fb1
MDL-44333 quiz reports: use consitent name for user pref
...
The Marks for each question setting was not being saved properly as a
user preference.
2014-05-17 15:10:55 +01:00
Marina Glancy
3febb9e672
MDL-34914 cohorts: more understandable filter of user list by cohort
2014-05-16 17:17:36 +08:00
Andrew Nicols
ed065ceb93
MDL-41109 dndupload: Add missing error string
2014-05-16 13:50:19 +08:00
Dan Marsden
26143abeaf
MDL-45583 badges: check parent contexts consistantly when checking required role.
2014-05-16 13:54:05 +12:00
Tim Hunt
9b3b40c1ab
MDL-45455 quiz cron must rollback transaction on error.
2014-05-15 15:08:12 +01:00
Tim Hunt
b7acb1f0e8
MDL-43833 quiz reports: persist states settings between pages.
2014-05-15 15:07:38 +01:00
Jetha Chan
c7f36a87b3
MDL-45561 themes: horizontal scroll in RTL base
2014-05-15 15:49:28 +08:00
Damyon Wiese
ba05f573ca
weekly release 2.6.3+
2014-05-15 15:34:13 +08:00
Damyon Wiese
967fe8ef0d
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-05-15 15:34:09 +08:00
Simey Lameze
60b664a624
MDL-45323 grade: Unit test for grade_get_grade_items_for_activity()
2014-05-15 15:05:40 +08:00
Simey Lameze
b52ea3664e
MDL-45323 grade: Fix query errors on grade_get_grade_for_activity method.
2014-05-15 15:05:40 +08:00
Damyon Wiese
9bbe953b68
MDL-41383 Filepicker: whitespace fix
2014-05-15 13:35:33 +08:00
Jetha Chan
5389652d3c
MDL-41383: RTL fix for base when zoomed out
2014-05-15 13:29:32 +08:00
Dan Poltawski
247946725c
MDL-44323 admin: use correct css class for warning
...
The notifyproblem notification is consistent with the rest of
the warnings we report.
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-15 12:22:04 +08:00
Damien Bezborodov
649356958e
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 11:47:03 +09:30
Damien Bezborodov
19602ce718
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 10:51:39 +09:30
sam marshall
d355d1f796
MDL-45535 CSS chunking breaks media rules if CSS invalid (IE)
...
Invalid CSS with extra } symbols, which previously (by fluke)
worked, was broken by recent chunking improvements. This change
makes the chunking code robust against this (stupid) situation.
2014-05-14 12:19:10 +01:00
sam marshall
449693fc43
MDL-45477 Behat: List of steps takes too long to load, times out
...
Increase time limit to 300 seconds (5 minutes).
2014-05-14 10:59:49 +01:00
Marina Glancy
2538062907
Merge branch 'MDL-36670_26' of git://github.com/jleyva/moodle into MOODLE_26_STABLE
2014-05-14 16:35:59 +08:00
Frederic Massart
ada3d03f67
MDL-45546 mod_forum: Login the user before getting its context
2014-05-14 16:17:09 +08:00
Frederic Massart
e505b12188
MDL-45545 csslib: Chunking handles commas in media query definitions
2014-05-14 15:27:37 +08:00
Jetha Chan
9a6a761e1c
MDL-41383 theme: filepicker zoom resiliency (base)
...
Fixed an issue that broke the file picker on base when initial zoom level is less than 100%.
2014-05-14 14:36:01 +08:00
Juan Leyva
a9d792433f
MDL-36670 logging: action parameter length restricted to 40 chars
2014-05-13 16:13:56 +02:00
Dan Poltawski
70dce3f450
MDL-44027 groups: remove some junk html
2014-05-13 16:19:53 +08:00
Damyon Wiese
3d5413d89a
Merge branch 'MDL-41383-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-13 15:56:12 +08:00
Jetha Chan
2c638ccb24
MDL-45525 themes: minor forum improvements
...
Fixed an RTL style that wasn't kicking in properly.
2014-05-13 14:35:20 +08:00
Dan Poltawski
5016d9f4b7
MDL-37838 block_courseoverview: fix pluaralisation logic
...
Note that this kind of handling of plurals is extremely limited, see:
https://moodle.org/mod/forum/discuss.php?d=85897
http://search.cpan.org/~petdance/Locale-Maketext-1.12/lib/Locale/Maketext/TPJ13.pod
However, this is a simple fix to the existing logic
2014-05-13 14:18:38 +08:00
Jetha Chan
9814a667ba
MDL-41383 theme: filepicker zoom resiliency
...
Fixed an issue that broke the file picker on bootstrapbase when zooming in and out.
2014-05-13 14:12:13 +08:00
Adrian Greeve
5be375c379
MDL-45512 comments: Added full date to comment details.
2014-05-13 10:43:46 +08:00
Daniel Neis Araujo
c5d0fcbf1f
MDL-32543 (backport) Make sure the action and url fields of log table have correct sizes
2014-05-12 12:21:49 -03:00
Daniel Neis Araujo
3414e35610
Merge remote-tracking branch 'moodle/MOODLE_26_STABLE' into MOODLE_26_STABLE
2014-05-12 12:18:51 -03:00
Dan Poltawski
c16cb40555
MDL-45135 mod_glossary: fix RTL alignment of table
...
Tablelib has a specific 'hook' to allow alignment to be corrected for
RTL languages, but needs to be specified direction in lowercase.
2014-05-12 17:09:43 +08:00
Frederic Massart
33c4973c67
MDL-45380 theme_bootstrapbase: Restore config override highlight
...
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-12 15:52:43 +08:00
Michael Aherne
72fcbcd444
MDL-45496 core Added space to logged in as line
2014-05-12 08:51:06 +01:00
Rajesh Taneja
167136718e
MDL-45514 behat: Fixed should_not_exist timout param
2014-05-12 14:14:35 +08:00
Kevin Wiliarty
7d80ee4455
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-12 00:00:18 -04:00