Eloy Lafuente (stronk7)
a7029b542e
Merge branch 'MDL-41362-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:02:11 +01:00
Frederic Massart
ff66e9daa8
MDL-41767 themes: Support for parent-specific sheets in plugins
2014-01-20 13:31:58 +01:00
Frederic Massart
b12cc0679f
MDL-41688 gradebook: Improved grading layout on bootstrapbase themes
2014-01-20 10:43:10 +01:00
Tony Butler
cfd4b8a3f5
MDL-43632 mod_feedback: Use SSL for reCAPTCHA API request if Moodle is using it
2014-01-20 17:14:38 +08:00
Rajesh Taneja
ee7bb53ccd
MDL-43766 reports: Fixed wrong string variable
2014-01-20 16:47:01 +08:00
Dan Poltawski
5f074a6bb0
Merge branch 'wip-MDL-41062-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-20 15:29:21 +08:00
Dan Poltawski
4f02d0074a
Merge branch '42682-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 15:25:49 +08:00
Dan Poltawski
1605660ad2
Merge branch 'MDL-43690_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-20 14:24:44 +08:00
Damyon Wiese
62415470ae
MDL-43760 Potential fix for fletcher scott issues with fullname.
2014-01-20 13:39:19 +08:00
Damyon Wiese
e35e70f83d
Merge branch 'MDL-42495-m26' of git://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-01-20 13:21:34 +08:00
Dan Poltawski
8a073e4364
Merge branch 'MDL-42980_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 12:56:20 +08:00
Marina Glancy
8de9100136
MDL-41062 gradebook: corrections to grade_item upgrade script, more tests
2014-01-20 12:25:56 +08:00
Damyon Wiese
b53af0f2a6
Merge branch 'MDL-39683-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 11:29:21 +08:00
Damyon Wiese
5b860c69a2
Merge branch '43675-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 10:56:34 +08:00
Dan Poltawski
37b0d3adad
Merge branch 'MDL-43671_message_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-01-20 10:53:53 +08:00
Dan Poltawski
da2e9d519b
Merge branch 'MDL-40139-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-20 10:33:38 +08:00
Ankit Agarwal
6cfed595c9
MDL-43725 report_loglive: Fixing undefined variable error
...
AMOS BEGIN
CPY [page,report_log],[page,report_loglive]
AMOS END
2014-01-20 10:23:55 +08:00
Damyon Wiese
df25d33379
Merge branch 'MDL-43733_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-20 10:13:54 +08:00
Andrew Davis
9fade08632
MDL-43671 message: removed an overly cautious check
2014-01-20 10:06:27 +08:00
Dan Poltawski
e53eb2a208
Merge branch 'wip-mdl-43306-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-01-20 09:45:44 +08:00
David Monllao
2998a4cb30
MDL-43743 mod_scorm: Adding package disclaimer
...
As the package is licensed under CC 3.0 we should
be compliant with attribution.
2014-01-20 09:32:17 +08:00
Dan Poltawski
0b8749c892
Merge branch 'MDL-40752-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 09:26:12 +08:00
AMOS bot
e1882ddaef
Automatically generated installer lang files
2014-01-20 00:41:22 +00:00
AMOS bot
bb2e1de1c2
Automatically generated installer lang files
2014-01-19 00:41:56 +00:00
Tim Hunt
4c4fc6d629
MDL-43733 use any auto-saved responses when questions are finished.
...
Before this, autosave was only working to save data when a student went
back in to continue an attempt. If the student, having crashed out,
never went back in and continued the attempt, their auto-saved responses
were not used when the attempt was automatically finished. That was a
rather bad oversight, which should now be fixed.
2014-01-17 17:17:49 +00:00
Tim Hunt
217d839ded
MDL-43690 quiz_question_tostring missing s().
...
This meant that the edit quiz page sometimes had invalid HTML.
2014-01-17 10:47:00 +00:00
David Monllao
cd554c4287
MDL-43743 behat: Lightweight scorm package
...
The previous used package were adding a second iframe
inside the scorm iframe and was slow loading it;
this patch replaces it for a simple one without any
extra iframe.
2014-01-17 17:43:25 +08:00
Dan Poltawski
15fac63956
MDL-41062 gradebook: remove sortorder duplicates
...
* Upgrade function to remove duplicates from the grade item duplicates
column. Duplicates were causing sorting to fail in some cases.
* Add some unit tests which simulate sort order duplicate data and
verify that they have been removed.
2014-01-17 17:36:37 +08:00
rwijaya
dc842aaa36
MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.
2014-01-17 16:14:14 +08:00
David Monllao
ef967ae424
MDL-43480 behat: Adding @_file_upload and @_alert tags
...
Keeping the previous @_only_local and @_alerts as
this is a stable branch.
2014-01-17 10:42:22 +08:00
David Monllao
8279060aca
MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
2014-01-17 10:42:22 +08:00
David Monllao
2ab17fbdeb
MDL-43717 behat: Replacing 2050 for a date eariler than the max timestamp 32bit limit
...
All credit goes to Michael de Raadt.
2014-01-17 10:37:27 +08:00
AMOS bot
4a45541511
Automatically generated installer lang files
2014-01-17 00:48:06 +00:00
Sam Hemelryk
9b93e7b472
MDL-43714 blocks: fixed notice when moving to an empty region
2014-01-17 10:47:23 +13:00
Sam Hemelryk
aafc6872e4
MDL-43675 navigation: courses branch is now recognised as expandable
2014-01-17 10:27:05 +13:00
Sam Hemelryk
d073c81248
MDL-42682 theme_bootstrapbase: fixed styling of discussion selector
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-17 10:25:26 +13:00
Sam Hemelryk
74aa973e8e
MDL-42682 theme_bootstrapbase: fixed forum search alignment
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-17 10:25:24 +13:00
Eloy Lafuente (stronk7)
9c1c9d8954
weekly release 2.6.1+
2014-01-16 18:51:19 +01:00
Eloy Lafuente (stronk7)
40e8488c8d
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-16 18:51:14 +01:00
AMOS bot
9a57b4bc0b
Automatically generated installer lang files
2014-01-16 00:43:16 +00:00
Eloy Lafuente (stronk7)
ba541f01b6
Merge branch 'm26_MDL-43222' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-01-15 22:02:29 +01:00
Dan Marsden
64156342ad
MDL-43222 SCORM: Fix invalid sql
2014-01-16 09:49:36 +13:00
Rajesh Taneja
ebc09cc3ad
MDL-43306 restore: Fix grade_item sortorder after restoring course
...
While restoring course/activity, restore will blindly insert grade_item
sortorder. Which cause dulicate sortorder and lead to unpredicatble sorting
results.
Now we will call grade_item::fix_duplicate_sortorder() after restore is finished
to fix duplicate sortorder and order grade items to the closest order possible
2014-01-15 13:31:57 +08:00
Damyon Wiese
5af6a32866
Merge branch 'MDL-43621_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-01-15 13:30:58 +08:00
Adrian Greeve
cbfbe43604
MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields.
2014-01-15 12:05:40 +08:00
Yuliya Bozhko
f0040e7daf
MDL-43621 badges: Fix has_awards() result when deleted users are the only recipients of a badge
2014-01-15 16:25:48 +13:00
Eloy Lafuente (stronk7)
893139fd12
Merge branch 'MDL-43439_26-dateformat' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-15 04:01:11 +01:00
Damyon Wiese
f5d810b4f3
Merge branch 'MDL-43461_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-15 09:38:46 +08:00
David Monllao
e5ee31453a
MDL-43439 behat: Dir date without - separators
2014-01-15 09:18:55 +08:00
Dan Poltawski
05297cc0a8
Merge branch 'MDL-43619-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-01-15 08:20:39 +08:00