Petr Škoda
dc5496f2ae
MDL-36685 add missing TinyMCE string
2012-12-06 13:18:29 +01:00
Petr Škoda
ee152c0104
MDL-36731 fix E_STRICt issue when creating new groups in user upload
2012-12-06 13:16:14 +01:00
Petr Škoda
835ed7014e
MDL-36701 add composer to phpunit readme
...
Thanks Aparup for reminding me!
2012-12-06 13:08:55 +01:00
Petr Škoda
1dd64dae7b
MDL-36701 support for PHPUnit installation via Composer packaging system
...
See http://getcomposer.org/doc/00-intro.md
2012-12-06 13:08:54 +01:00
Adrian Greeve
c154ce5a7f
MDL-37026 - lib: The function user_can_assign() returns true for admins.
2012-12-06 11:07:20 +08:00
David Mudrák
783fcd0951
MDL-37003 Fix repeated line in update notification email
...
There was a problem experienced after 2.4.0 release because the version
of the 2.4.0 release was the same as 2.5dev release. So the version
value matched twice in the loop and the line was repeated in the email.
2012-12-06 00:03:25 +01:00
David Mudrák
5800832af8
MDL-36943 Do not notify about already installed updates
...
Before this patch, the available_update_checker::cron_notifications()
method accessed the availableupdates property. But for plugins, that property
basically contains the most recent version available. So we were missing
the check against the actual version installed.
The fix was simple - obtain available updates via the available_updates()
method that performs the check.
2012-12-05 23:47:54 +01:00
Jason Fowler
56f9a51bc3
MDL-35979 - Commenting - Adding an empty alt attribute to the javascript generated delete icon for comments
2012-12-05 10:04:04 +08:00
Jason Fowler
e0971d8b42
MDL-36110 - Blocks - Community finder icon alt attribute is now empty
2012-12-04 15:17:55 +08:00
Jerome Mouneyrac
22e9de0ffd
MDL-29805 add REQUIRE_CORRECT_ACCESS define + return error code when AJAX_SCRIPT fails
2012-12-04 13:43:54 +08:00
Eloy Lafuente (stronk7)
99584654ce
weekly release 2.3.3+
2012-12-03 23:26:00 +01:00
Eloy Lafuente (stronk7)
b5cef3b9f5
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-12-03 23:24:56 +01:00
Jason Fowler
4769f19ccd
MDL-31824 - Calendar - Fixing HTML classes fopr calendar month view - patch provided by Mark Ward
2012-12-03 15:30:20 +08:00
Dan Poltawski
b17858f991
Merge branch 'MDL-36914-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-03 14:45:49 +08:00
Jerome Mouneyrac
c7a0750b8c
MDL-35593 core_webservice_get_site_info returns version number set to PARAM_TEXT and PARAM_FLOAT
2012-12-03 10:17:03 +08:00
AMOS bot
b052fa8da1
Automatically generated installer lang files
2012-12-01 00:43:07 +00:00
Tim Hunt
557d890cbb
MDL-36954 question bank: stop centring question name.
...
This was a regression caused by MDL-21625. These CSS changes
put the display back to how it was, while leaving the table
cell as a TD for accessibility.
2012-11-30 16:33:54 +00:00
Tim Hunt
a0a83bd0bf
MDL-36942 xml question import: don't add spaces.
...
They are not necessary anyway, there is a \n character at the end of
each line.
Thanks to Richard Lobb for fining the problem and how to fix it.
2012-11-30 15:53:30 +00:00
Tim Hunt
50c88ad26c
MDL-36897 quiz: redirect teachers from summary to review page.
...
There is already logic like this at the top of attempt.php. If the
teacher arrives at one of these pages for a student's attempt, for
example by clicking a link in the logs, then they should be redirected
to the review page to see the students attempt in its current state.
2012-11-30 15:53:12 +00:00
Tim Hunt
832b653627
MDL-36845 excel export: don't output invalid sheet names.
...
We should clean any proposed worksheet name, to remove the characters
that Excel does not allow.
2012-11-30 15:52:54 +00:00
Tim Hunt
66a56d2548
MDL-36742 question bank: get rid of flicker during page load.
...
Thanks to Frédéric Massart for working out the fix to this.
2012-11-30 15:52:34 +00:00
Tim Hunt
5d0f5f861d
MDL-36732 Cloze qtype: review marks should not depend on feedback.
...
The various review options should be independent.
2012-11-30 15:52:14 +00:00
Tim Hunt
94215aa40d
MDL-35404 question export: make it work with slasharguments off.
...
Thanks to Brian King for working out the problem and how to fix it. I am
just committing his patch.
2012-11-30 15:51:33 +00:00
Eloy Lafuente (stronk7)
2a0ec98d6e
Satisfy version checker requirements
...
In stable branches, 8 first digits of the backup version
must be >= than the 8 first digits of the main version.
2012-11-30 13:35:48 +01:00
Eloy Lafuente (stronk7)
c5e41c035e
weekly release 2.3.3+
2012-11-30 13:25:29 +01:00
Eloy Lafuente (stronk7)
0139100af5
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-30 12:48:29 +01:00
Damyon Wiese
40c1230f1f
MDL-36263 Assignment: Do not count submissions of unenrolled users
2012-11-30 15:36:11 +08:00
Jerome Mouneyrac
d872b3dc16
MDL-30961 get_course_contents: returned activity name should not be check against PARAM_TEXT, it could be anything
2012-11-30 14:24:22 +08:00
Damyon Wiese
46c678ab33
MDL-36908 Assignment: Additional fixes for preventing empty submissions
...
Conflicts:
mod/assign/assignmentplugin.php
mod/assign/locallib.php
mod/assign/renderer.php
2012-11-30 12:46:25 +08:00
Dan Poltawski
4d1383bcf4
MDL-36778 course - prevent undefined index warnings
...
When logged in as a guest the mform didn't set userid.
2012-11-30 12:28:56 +08:00
Dan Poltawski
dceeeb29e0
MDL-36887 quiz: reorder upgrade.txt's
2012-11-30 11:44:33 +08:00
Andrew Davis
b10a46738a
MDL-36761 core_grade:shifted a call to count() out of a loop
2012-11-30 11:09:58 +08:00
Jerome Mouneyrac
b64f16a6fb
MDL-36773 timezone inconsistency => some number support decimal other don\'t - Original patch author: Nathan Mares
2012-11-30 10:13:25 +08:00
Adrian Greeve
691cd371f0
MDL-36915 - mod/data: A database with no entries no longer displays the export to portfolio button.
2012-11-30 10:09:48 +08:00
Damyon Wiese
4f6e4a5b75
MDL-36835 Assignment: Do not show javascript warning when toggling quickgrading
2012-11-30 10:05:40 +08:00
Dan Poltawski
96b96229f1
Revert "MDL-36838 moodle->mahara mnet SSO failure in FF17"
...
Firefox have now decided to reverse their UA change (since integration)
and this patch has some minor drawbacks.
This reverts commit 166d3b60d3
.
2012-11-30 09:25:10 +08:00
Kevin Wiliarty
d3da4d8c1a
MDL-35221 mod_feedback: replace checkbox with advcheckbox for all requirable feedback question types
2012-11-29 12:30:20 -05:00
Andrew Robert Nicols
be56898193
MDL-36601 Ensure that reports remember all days setting
...
All Days was set as the nothing value, but this nothing value was used.
Additionally, an insufficient comparison meant that the selecteddate then
became Today.
2012-11-29 09:57:09 +00:00
Damyon Wiese
16d31e2376
MDL-36914: Assignment upgrade. Clean up patch to include outcomes in the upgrade
...
Thanks to Nathan Mares for reporting this issue.
2012-11-29 16:11:04 +08:00
Nathan Mares
fb9c26d092
MDL-36914: Re-associate all grade_item records when upgrading assignments to prevent data loss
2012-11-29 16:11:03 +08:00
Rossiani Wijaya
e8dd799570
MDL-36905 accessibility for assignment grading: add label for grading actions and operations select options
2012-11-29 15:11:34 +08:00
Adrian Greeve
85094b8fa4
MDL-36906 - mod_data: Latitude and Logitude error fix.
...
Thanks to Marcus Boon for providing a patch for this issue.
mod/data/field/latlong/kml.php was missing a context variable.
This was causing an error when trying to download a kml file for
google earth. This variable has now been included.
2012-11-29 14:50:16 +08:00
Dan Marsden
1c951c4649
MDL-36858 SCORM: improve lang help for attempts grading to warn about failed status.
2012-11-29 12:53:51 +08:00
Sam Hemelryk
a5af780bce
MDL-36878 course: fixed issue with module metadata cache
...
Credit goes to Sam Chaffee.
2012-11-29 12:57:31 +13:00
Dan Poltawski
78601ea6fe
Merge branch 'MDL-36838-FF17-MNETSSO-23' of git://github.com/peterbulmer/moodle into MOODLE_23_STABLE
2012-11-28 17:36:09 +08:00
Dan Poltawski
a38a5cefb3
Merge branch 'MDL-35966-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-11-28 14:15:41 +08:00
Damyon Wiese
8abd89f17e
MDL-36591 Assignment - rewrite image urls in online text summaries
2012-11-28 10:19:47 +08:00
Dan Poltawski
ab690341b2
Merge branch 'MDL-36752-MOODLE_23_STABLE-2' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-28 09:41:30 +08:00
Andrew Davis
8d3b868068
MDL-36680 core_grade: fixed grade_report::blank_hidden_total() and added unit tests
2012-11-28 09:12:14 +08:00
Sam Hemelryk
0b7a458885
Merge branch 'MDL-36336_MOODLE_23_STABLE' of git://github.com/moodlerooms/moodle into MOODLE_23_STABLE
2012-11-28 11:47:53 +13:00