David Mudrák
069c29b987
MDLSITE-2455 Do not throw coding exception when the activity is not found
...
Under certain conditions, coding exception is thrown when fetching items from
the navigation bar. The patch prevents them. See more details in the tracker.
2013-11-08 16:08:39 +08:00
Dan Poltawski
46af039925
Merge branch 'MDL-42743' of git://github.com/timhunt/moodle
2013-11-08 16:08:20 +08:00
Dan Poltawski
dbb68d7779
Merge branch 'wip-mdl-42777' of https://github.com/rajeshtaneja/moodle
2013-11-08 16:05:06 +08:00
David Mudrák
1d93c9ae07
MDL-42711 import learnmoodle fixes: Fix the broken links in RSS feed block
...
If the <description> of the feed contains URLs longer than 30 characters, the
URL is split because of the break_up_long_words(). When combined with the
filter that converts URLs to links, this produces broken links.
The proper solution would be to improve break_up_long_words() so that it does
not modifies URLs at all. As a temporary solution for our purpose now is to
call format_text() prior to break_up_long_words() as it will not modify the
inner content of the <a> tag.
This should be fixed upstream. See also discussion at
https://moodle.org/mod/forum/discuss.php?d=34947
2013-11-08 15:35:54 +08:00
Dan Poltawski
d06d812c51
Merge branch 'wip-MDL-40883-master' of git://github.com/marinaglancy/moodle
2013-11-08 15:32:11 +08:00
Rajesh Taneja
be3d6de5aa
MDL-42777 courses: Added behat to test ajax on course view page
2013-11-08 14:44:04 +08:00
Damyon Wiese
2bdd5ff4aa
MDL-36224 LTI: Fix up docs, add plugininfo class and create subplugin folder.
2013-11-08 14:35:32 +08:00
Mark Nielsen
8cf7670e58
MDL-36224: Improving lti_get_types
...
If there are no LTI source plugins that
need to be added to the activity chooser
menu, then fallback to the default
activity chooser display.
2013-11-08 14:35:31 +08:00
Mark Nielsen
4d7a2c9e1c
MDL-36224: Minor updates to LTI
...
* No debug display on service.php
* Send a 400 header on error
2013-11-08 14:35:31 +08:00
Chris Scribner
fdbf2f229c
MDL-36224: Adding subplugins.php
2013-11-08 14:35:31 +08:00
Chris Scribner
976b5bca31
MDL-36224: Add support for pluggable extensions to add new LTI services
2013-11-08 14:35:31 +08:00
Rajesh Taneja
428a1bbdb1
MDL-42777 courses: removed unneeded category check
...
On course view manage page, JS was not getting initalised as category-listing
is not visible, initialiseCourses is doing unnessary check for category as
it takes care of empty category so it should not return on empty category
2013-11-08 14:08:46 +08:00
Frederic Massart
4bceea11be
MDL-42772 upgrade: Force alternate fields in session user
2013-11-08 14:01:39 +08:00
Marina Glancy
2e84b4b323
Merge branch 'MDL-42775-master' of git://github.com/danpoltawski/moodle
2013-11-08 16:37:55 +11:00
Frederic Massart
13d888771d
MDL-42043 theme: Use $theme instead of $OUTPUT for pix_url()
2013-11-08 13:15:31 +08:00
Aparup Banerjee
b661e76c3f
MDL-42711 hide course theme option for non bootstrapbase based themes. some other minor fixes too.
2013-11-08 13:10:40 +08:00
Jason Fowler
d37ec4b6a7
MDL-42684 TinyMCE: Including details of patch in moodle-readme.txt
2013-11-08 12:57:46 +08:00
Jason Fowler
762a29690e
MDL-42684 TinyMCE: make tinymce start at full width
2013-11-08 12:57:46 +08:00
Dan Poltawski
356d33a866
MDL-42775 dml: remove invalid unit test assertion
2013-11-08 12:25:49 +08:00
Adrian Greeve
b63f542d21
MDL-42762 administration: Fixed additional names section from being missing.
...
When an additional name field is not enabled in the admin settings the
text box should still be available to fill out in a section further down
the page (Additional names).
2013-11-08 12:05:53 +08:00
Jerome Mouneyrac
1f802c17c0
MDL-42184 bootstrapbase: popup should have no header
2013-11-08 11:58:56 +08:00
Damyon Wiese
c8868cefe2
MDL-42679 Scorm: Remove stale yui shifted css files.
2013-11-08 11:54:48 +08:00
Damyon Wiese
16fd6fb6d7
Merge branch 'w46_MDL-42769_m26_admineditor' of https://github.com/skodak/moodle
2013-11-08 11:43:10 +08:00
Damyon Wiese
13f04e7c91
Merge branch 'MDL-42679-master' of git://github.com/andrewnicols/moodle
2013-11-08 11:23:00 +08:00
Marina Glancy
61d1e9c44d
Merge branch 'MDL-41586-master' of git://github.com/ankitagarwal/moodle
2013-11-08 14:13:24 +11:00
Dan Poltawski
f9dc4bd78b
MDL-42704 quiz statistics: make test more tolerant
2013-11-08 11:11:31 +08:00
Dan Poltawski
379cbb459a
Merge branch 'MDL-42704-master' of git://github.com/jamiepratt/moodle
2013-11-08 11:11:28 +08:00
Marina Glancy
9fec5cb333
Merge branch 'MDL-42760-master' of git://github.com/mouneyrac/moodle
2013-11-08 14:10:41 +11:00
Dan Poltawski
7925c3b45c
MDL-42666 repository_boxnet: fix broken version
...
The last commit here looked like Fred had broken the version,
but it was my mistake. I owe Fred a beer at the next available
opportunity.
2013-11-08 11:02:35 +08:00
Ankit Agarwal
6cff6350df
MDL-41586 libaries: Fix issues with scale in sqlsrv libraries
...
0 is a valid value
null is the default scale we set in other DBs
2013-11-08 10:49:35 +08:00
Marina Glancy
a9d11e3cd0
MDL-40883 ddl: unittest for objects name length
2013-11-08 13:17:47 +11:00
Jason Fowler
46f763ed4a
MDL-42660 TinyMCE: Ensure upgrade is only performed when possible
...
Conflicts:
lib/editor/tinymce/db/upgrade.php
2013-11-08 09:49:02 +08:00
Marina Glancy
dcde391b44
MDL-40883 ddl: make sure object name never exceeds max length
...
Many thanks to Ray Bon for finding the problem
2013-11-08 11:58:35 +11:00
Damyon Wiese
d25e988d08
Merge branch 'MDL-40975-editinstructions' of git://github.com/andrewnicols/moodle
2013-11-08 08:45:11 +08:00
AMOS bot
c09786a9b9
Automatically generated installer lang files
2013-11-08 00:43:04 +00:00
Petr Škoda
8213007c7f
MDL-42769 use only text area editor before install completed
2013-11-07 23:51:59 +01:00
Jamie Pratt
ec477ba1bb
MDL-42704 quiz statistics : SQL Errors under MSSQL
2013-11-07 18:05:10 +07:00
Tim Hunt
a568785223
MDL-42743 improve wording of the CBM summary on quiz review
2013-11-07 10:30:06 +00:00
Dan Poltawski
5b5447fa83
MDL-41615 question: fix unit tests
...
Heading levels have been changed.
2013-11-07 18:10:55 +08:00
Tim Hunt
a289a2b51c
MDL-42540 quiz manual grading should have setType
2013-11-07 09:44:24 +00:00
Dan Poltawski
0967c74a3d
Merge branch 'MDL-42737-master' of git://github.com/andrewnicols/moodle
2013-11-07 17:21:54 +08:00
Dan Poltawski
48fe93fa26
Merge branch 'MDL-41615_c' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 17:17:32 +08:00
Yuliya
be2b37cf4b
MDL-39923 badges: Fix unit tests
2013-11-07 21:48:01 +13:00
Andrew Nicols
5bf8e9ae5e
MDL-40975 Course: Ensure that editinstructions line up with activity rename again
2013-11-07 16:46:34 +08:00
Marina Glancy
d1cfb36b59
Merge branch 'MDL-42748-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 19:31:52 +11:00
Damyon Wiese
a79cea102d
Merge branch 'MDL-42668-master' of git://github.com/FMCorz/moodle
2013-11-07 16:20:53 +08:00
Jerome Mouneyrac
eb11ae0d5c
MDL-42760 EditPDF: sometimes the dropdown or search comment appear below the editpdf
2013-11-07 16:11:51 +08:00
Andrew Nicols
1ef33d5914
MDL-42679 mod_scorm: Include gallery-sm-treeview for https support
2013-11-07 15:58:22 +08:00
Frederic Massart
ab1658fb17
MDL-42666 repository_boxnet: Do not run the upgrade multiple times
2013-11-07 15:53:59 +08:00
Frederic Massart
def961fd0d
MDL-42668 portfolio_boxnet: Do not run upgrade multiple times
2013-11-07 15:35:24 +08:00