Dan Poltawski
0fd08fc7e5
Merge branch 'MDL-35628' of https://github.com/mr-russ/moodle
2016-06-16 09:04:12 +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
Frederic Massart
ac032e0e09
MDL-41922 mod_quiz: Don't report quiz due when an attempt was finished
2016-06-03 14:52:34 +08: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
Stephen Bourget
412bde6fad
MDL-54133 Behat: tests for the course overview block
2016-05-13 21:40:34 -04:00
Devang Gaur
f58c96f6b0
MDL-52338 blocks: message link should not appear when set false
2016-04-11 08:28:31 +05:30
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Andrew Davis
ef38a7286b
MDL-49885 core_blocks: fixed course_overview block applicable_formats()
2015-06-08 05:42:18 +08:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Dave Cooper
81d7de1aa1
MDL-48936 lang: Changed "My Home" to "Dashboard".
...
Part of MDL-45774
2015-04-10 17:16:27 +08:00
Helen Foster
428330da1c
MDL-49241 lang: Merge English strings from the en_fix language pack
2015-02-24 11:15:15 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Helen Foster
7c8edb452e
MDL-40351 course overview block: improved strings
2014-10-10 08:30:58 +01:00
Marina Glancy
d512e5f833
MDL-40351 block_course_overview: minor corrections
2014-10-06 09:36:58 +08:00
Julien Boulen
076109dfbe
MDL-40351 Blocks, My home: Course Categories on the My Home Page
2014-10-06 09:32:13 +08:00
Marina Glancy
1302bb08f6
MDL-43739 block_course_overview: allow resorting of big number of courses
...
previously an exception was thrown if the user preference exceeds 1333 chars
2014-09-08 14:01:06 +08:00
Dan Poltawski
11a325c673
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-12 17:42:14 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Andrew Nicols
af64bc6179
MDL-33099 Javascript: Deprecate the ajaxenabled function
2014-02-17 14:11:21 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Rajesh Taneja
ca85839fd3
MDl-42261 My Home: Fixed string key to show all courses
2013-10-25 11:26:58 +08:00
Rajesh Taneja
bcf725398a
MDL-42261 My Home: Fixed strings to match moodle standards
2013-10-24 16:55:27 +08:00
Rajesh Taneja
6fb0760827
MDL-42261 My Home: Added link to show all courses on my home page
...
If not forced by admin, user can see all courses by clicking on link
2013-10-24 16:55:26 +08:00
James Henestofel
9d82f6a836
MDL-37558 Block course_overview/course_list use setting courselistshortname to show shortname and fullname
2013-09-24 10:38:44 -04:00
Marina Glancy
4a3fb71c4f
MDL-41436 Removing references to fields course.modinfo, sectioncache
...
Also add the field cacherev to the lists of default fields in course retrieval functions
2013-09-10 14:11:51 +10:00
Sam Hemelryk
f05ea82cdc
Merge branch 'MDL-40662_master' of https://github.com/markn86/moodle
2013-08-07 15:19:49 +12:00
Mark Nelson
a739ff73da
MDL-40662 block_course_overview: added addinstance capability string
2013-08-07 11:14:48 +08:00
Sam Hemelryk
c3aefeb5a6
Merge branch 'MDL-40662_master' of https://github.com/markn86/moodle
2013-08-06 14:39:49 +12:00
Marina Glancy
a9881c1750
MDL-34785 performance improvement with big list of courses
2013-08-05 10:13:19 +10:00
Mark Nelson
33d8af6668
MDL-40662 block_course_overview: added addinstance capability to remove debugging message due to system context being used on the 'Default My home page'
2013-08-01 12:54:51 +08:00
Damyon Wiese
dc6b786446
MDL-40260 Course overview: code tidy for previous commit
...
Moving this check inside the following if makes it clear which code
branch it applies to.
2013-07-22 16:12:26 +08:00
Daniel Myers
e1d4d14c6e
MDL-40260 block_course_overview: prevent MNET courses from being dimmed
2013-07-15 13:52:57 +12:00
Dan Marsden
d32f3eeba8
MDL-37968 course_overview: add dim class to hidden courses for teachers.
2013-06-07 14:38:13 +12:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Sam Hemelryk
1d8a1a87de
MDL-38055 course: fixed double encoding of title properties
2013-03-20 17:27:08 +13:00
Damyon Wiese
3d231eda76
Revert "MDL-38055 block_courseoverview: fixed formatting of course fullname"
...
This reverts commit a9ff59979fbda8d26214013eb8da7440614d2bd5.
This reverts commit 4e83302f6f6b95504cc33e7a75e3694750b5621e.
This issue has failed testing and will be delayed
2013-03-07 10:30:37 +08:00
Eloy Lafuente (stronk7)
641577eb32
Merge branch 'MDL-38352-en_fix' of git://github.com/mudrd8mz/moodle
2013-03-06 17:26:37 +01:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Sam Hemelryk
a9ff59979f
MDL-38055 block_courseoverview: fixed formatting of course fullname
2013-03-04 09:31:35 +13:00
Rajesh Taneja
9e1d4eda65
MDL-36619 My Home: Fixed course movement when JS is turned off
2013-01-24 13:57:26 +08:00
Sam Hemelryk
46c02a6a91
Merge branch 'wip-mdl-37017' of git://github.com/rajeshtaneja/moodle
2012-12-11 14:54:16 +13:00
Dan Poltawski
303cccc5a6
MDL-36755 course_overview block: fix for fix.
...
I will stop commiting now.
2012-12-10 19:45:19 +08:00
Dan Poltawski
36508a201a
MDL-36755 course_overview block: fix idiot version
...
I will shoot the programmer responsible for this mess.
2012-12-10 19:41:16 +08:00
Dan Poltawski
91c5477606
Merge branch 'MDL-36755_master' of git://github.com/markn86/moodle
...
Conflicts:
blocks/course_overview/version.php
2012-12-10 19:32:10 +08:00
Rajesh Taneja
7d0eaf7414
MDL-37017 My Moodle: Course name should be fullname of course
2012-12-07 11:35:47 +08:00
Mark Nelson
7428077d4b
MDL-36755 blocks: the course overview block can only be added to the My Moodle page so removing unnecessary addinstance cap
2012-11-30 15:11:49 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Frederic Massart
3b59311047
MDL-36624 theme: Better look and feel on my page
2012-11-19 14:13:42 +08:00
Mark Nelson
70c9c1956d
MDL-34270 blocks: Adding clonepermissionsfrom to the new capability definitions
2012-11-05 12:28:09 +08:00
Mark Nelson
b291b59d6a
MDL-34270 blocks: adding new add block capabilities
2012-11-02 14:32:01 +08:00