Brian Barnes
ea6763e421
MDL-47500 scorm: improved height calculation
2016-10-28 13:41:18 +13:00
Juan Leyva
65b2669d98
MDL-56307 course: Return time updated and times updated
2016-10-25 10:10:55 +01:00
Juan Leyva
02a73d767c
MDL-56307 course: New course_check_module_updates_since method
2016-10-25 10:10:52 +01:00
Dan Poltawski
693652b78d
MDL-55168 css: fix various errors detected by stylelint
...
Ignored properties, invalid propertiies, duplicates, invalid selectors..
Detected by stylelint rules:
http://stylelint.io/user-guide/rules/declaration-block-no-ignored-properties
http://stylelint.io/user-guide/rules/selector-type-no-unknown
http://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties
http://stylelint.io/user-guide/rules/max-line-length
http://stylelint.io/user-guide/rules/no-browser-hacks
2016-09-30 09:25:25 +01:00
Dan Poltawski
99fe296eb2
MDL-55168 css: remove 0-length units
2016-09-30 09:25:25 +01:00
Dan Poltawski
aea8eaecde
MDL-55168 css: use shorthand colour props when possible
2016-09-30 09:25:24 +01:00
Dan Poltawski
e90cef839c
MDL-55168 css: ignore some stylelint complains
...
1) Legacy css where it would not be a good use of time to
update.
2) Ignored some long lines and added todo
3) Fixed some line length issues
2016-09-30 09:25:24 +01:00
Dan Poltawski
bc33e9bd3f
MDL-55168 css: reformat plain css with stylefmt
2016-09-30 09:25:23 +01:00
Eloy Lafuente (stronk7)
b3823c4365
Merge branch 'MDL-56019-master' of git://github.com/dpalou/moodle
2016-09-28 20:08:31 +02:00
Frederic Massart
ed7844b5f4
MDL-55224 theme_noname: RTL adjustments for auto-flipping era
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Dani Palou
d33c67bc47
MDL-56019 ws: Use itemid null when getting modules intro
2016-09-19 11:33:55 +02:00
Dan Marsden
5d453ff40e
MDL-55820 scorm: use correct displayattempt default options
2016-09-01 13:19:35 +12:00
Dan Poltawski
6f9f149b04
MDL-44712 scorm: make upgrade match install.xml defintion
2016-08-22 12:40:03 +01:00
Dan Poltawski
ccee2dc2c5
MDL-44712 readme: fix trailing whitespace
2016-08-22 10:51:34 +01:00
Dan Marsden
b30a884bfa
MDL-44712 SCORM: Improve multi-sco activity completion.
2016-08-18 10:14:40 +12:00
Dan Poltawski
773a11519d
Merge branch 'MDL-55278_master' of https://github.com/dmonllao/moodle
2016-07-26 11:57:09 +01:00
David Monllao
837cec00f9
Merge branch 'wip-mdl-55091-m' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-26 10:14:30 +08:00
Rajesh Taneja
52f3e060e4
MDL-55091 phpunit: Following has been deprecated.
...
1. getMock()
2. setExpectedException()
3. checkForUnintentionallyCoveredCode renamed to beStrictAboutCoversAnnotation
4. beStrictAboutTestSize renamed to enforceTimeLimit
5. UnitTestCase class is now fully removed.
2016-07-26 10:11:30 +08:00
Frederic Massart
c685dfabdc
MDL-54989 scormreport_graphs: Use the new charting library
...
Part of MDL-54987 epic.
2016-07-25 10:42:52 +01:00
David Monllao
0bd8383a8b
MDL-55278 search: Updating references to area namespace
2016-07-21 18:38:18 +02:00
Andrew Nicols
5e47d5aee5
Merge branch 'MDL-54951-master' of git://github.com/jleyva/moodle
2016-07-05 09:41:31 +08:00
Dan Poltawski
1f0daa292e
Merge branch 'MDL-54976-master' of git://github.com/junpataleta/moodle
2016-07-04 14:51:59 +01:00
Juan Leyva
7ef49bd393
MDL-54951 webservice: Return intro text files in modules
2016-07-04 09:24:28 +01:00
Jun Pataleta
9f83ce7e0c
MDL-54976 mod_scorm: Add validation for availability dates
2016-07-01 14:50:20 +08:00
Davo Smith
3bc7382d10
MDL-55057 mod_scorm: fix handling of SCO identifiers with apostrophes
2016-06-29 08:44:24 +01:00
Dan Poltawski
926ac16ef3
MDL-54654 mod: fix forum/scorm invalid css
2016-06-16 20:52:04 +01:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
David Monllao
c827acae2d
MDL-53221 search: Renaming search areas
...
AMOS BEGIN
CPY [modulename,mod_folder],[search:activity,mod_folder]
CPY [modulename,mod_label],[search:activity,mod_label]
CPY [modulename,mod_page],[search:activity,mod_page]
CPY [modulename,mod_resource],[search:activity,mod_resource]
CPY [modulename,mod_url],[search:activity,mod_url]
AMOS END
2016-05-16 13:02:02 +08:00
Dan Marsden
d4f96fa397
MDL-53546 SCORM: Set window.opener to null
2016-05-06 09:27:24 +08:00
Willem Roes
96f56b6e29
MDL-52646 mod_scorm: fix missing launch_data for SCORM 2004
2016-03-21 09:00:50 +01:00
David Monllao
8454494abc
Merge branch 'm31_MDL-48680_Add_Score_Status_Events' of git://github.com/scara/moodle
2016-03-17 16:34:44 +08:00
Matteo Scaramuccia
beafa1c376
MDL-48680 mod_scorm: Fixed the missing keys when updating a record.
...
Thanks to Rajesh Taneja for his testing.
2016-03-16 23:39:16 +01:00
David Monllao
858ad11363
MDL-48680 scorm: Marking cmielement_submitted as abstract
2016-03-15 15:01:57 +08:00
Matteo Scaramuccia
f5bc19c877
MDL-48680 mod_scorm: Added new events: {scoreraw,status}_submitted.
...
Thanks to Ben Johnson and Josh Willcock for their contribution to this
patch.
2016-03-13 09:58:51 +01:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
David Monllao
e2be996171
MDL-31989 search: New search areas
...
Some search areas have been introduced as part of the initial search API
and search engine API implementation.
- Forum posts
- Glossary enties
- All moodle activities
2016-02-23 10:47:57 +00:00
Dan Poltawski
d330eb4342
Merge branch 'master_MDL-50620' of https://github.com/danmarsden/moodle
2016-02-16 09:09:08 +00:00
David Monllao
11ce3ffccc
Merge branch 'MDL-51839-master' of git://github.com/andrewnicols/moodle
2016-02-16 10:58:22 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Andrew Nicols
87d567d3c5
MDL-51839 mod: Remove really old logos in gif format
2016-02-10 16:20:29 +08:00
Dan Marsden
3e28364257
MDL-50620 mod_scorm: Add Mastery score override setting
...
Thanks to Nathan Lewis for the initial patch
2016-02-10 09:20:25 +13:00
Eloy Lafuente (stronk7)
fabe7ebd53
MDL-50620 mod_scorm: Preventive (on rewrite) version bump to current.
2016-01-29 10:15:28 +08:00
David Monllao
25dbed8b9e
Merge branch 'MDL-52459-master' of git://github.com/jleyva/moodle
2016-01-29 10:15:20 +08:00
David Monllao
33854a2968
MDL-52683 mod_scorm: Test for scorm_get_last_completed_attempt
2016-01-29 10:15:17 +08:00
David Monllao
0b8be05caf
Merge branch 'MDL-52683-master' of git://github.com/s-cenni/moodle
2016-01-29 10:15:16 +08:00
Sara Cenni
ee8a2e2ed9
MDL-52683 mod_scorm: Fix for Last completed attempt error with Oracle
2016-01-22 10:16:05 +01:00