Eloy Lafuente (stronk7)
1bfc006d96
Moodle release 2.3.5
2013-03-08 20:01:23 +01:00
Eloy Lafuente (stronk7)
d461ecf772
MDL-38378 Take rid of harcoded db prefix and bump.
2013-03-08 00:20:28 +01:00
Eloy Lafuente (stronk7)
2ab86289de
weekly release 2.3.4+
2013-03-07 16:23:20 +01:00
Eloy Lafuente (stronk7)
48cafb2b24
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-03-07 16:16:27 +01:00
Frederic Massart
173a201f90
MDL-37852 repository: Admins can't access user instances settings
2013-03-07 16:35:27 +08:00
Frederic Massart
d5a3a92267
MDL-37852 repository: Prevent user from deleting a site-wide instance
2013-03-07 14:37:56 +08:00
Rossiani Wijaya
646059869e
MDL-37411 Note Module: additional patch to fixed undefined property for stable branches
2013-03-07 11:09:17 +08:00
Damyon Wiese
38fd297dc7
Revert "MDL-38055 course: fixed print_overview use of title attribute"
...
This reverts commit 905ee48370 .
This reverts commit 45dbcbec5f .
This issue has failed testing and will be delayed.
2013-03-07 10:28:30 +08:00
Eloy Lafuente (stronk7)
71db4e58d7
MDL-38173 Swap conditions to make CI servers happy.
...
The alternatives were:
1) wrap the whole block within a "standard" upgrade step, indenting
everything one more level.
2) Change (relax) the savepoints checker in the CI servers, not
good in general.
So at the end, swapping conditions seemed to be the easier
and better alternative. After all, "&&" is commutative, lol.
2013-03-06 18:53:15 +01:00
Eloy Lafuente (stronk7)
5379574a7d
Merge branch 'MDL-38173-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-03-06 17:54:42 +01:00
Eloy Lafuente (stronk7)
c5c1f07453
Merge branch 'MDL-38352-en_fix_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-03-06 17:28:35 +01:00
Helen Foster
40d9932aa3
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:57:18 +01:00
Damyon Wiese
a954624bc8
MDL-38173 Courselib: Make the distinct clause in the upgrade step more cross DB.
2013-03-06 23:04:04 +08:00
Damyon Wiese
6369652f17
MDL-38173 Courselib: Improvements to the upgrade step for this issue.
...
Set the upgrade step to only run for affected versions correctly (use a
range of affected versions) and make the query to find affected sections DISTINCT.
Also rename aliases and variables to use cm and cmid.
2013-03-06 21:07:20 +08:00
Damyon Wiese
fcf890aa2b
MDL-38173 Courselib: Improve the performance of the upgrade step by joining on course and only running for affected sites.
2013-03-06 20:41:01 +08:00
Damyon Wiese
2b0b5a203d
MDL-38173 Course: Fix DB from regression when adding a (new) course module to a section.
...
Updated to remove performance fix from first upgrade step.
2013-03-06 20:41:01 +08:00
Russell Smith
14c2bada33
MDL-38173 Course: Use the correct module id's when adding to a section
...
When course completion is on, $mod->id is the instance, not the
course_module id. In add_to_section $mod->coursemodule must be used.
2013-03-06 20:41:01 +08:00
Tim Hunt
8a7bc6c3d8
MDL-38311 question manual grading: comment fixes.
2013-03-06 10:37:38 +01:00
AMOS bot
47e93e02cf
Automatically generated installer lang files
2013-03-06 00:36:58 +00:00
Eloy Lafuente (stronk7)
ee7251689f
Merge branch 'MDL-38311_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-03-06 01:24:22 +01:00
Rossiani Wijaya
1b628c489d
MDL-37411 Notes: unset courseid and userid when updating the note to prevent accidental changes. Thank you Sam Hemelryk for suggesting an alternative solution.
...
Conflicts:
notes/edit.php
2013-03-06 09:40:16 +13:00
Eloy Lafuente (stronk7)
9aa0a709cd
Merge branch 'MDL-37642-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-03-05 18:00:31 +01:00
Eloy Lafuente (stronk7)
76cab144c8
Merge branch 'MDL-38119_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-03-05 16:46:05 +01:00
Tim Hunt
0d1fccaf15
MDL-38311 questions: manual grading API should accept commentformat
...
Comment format (FORMAT_...) was correctly being processed when the
manual grading happened as the result of a form submission. It was only
when done using the question_usage or question_attempt API method that
there was no way to specify the format. (Although I think the only place
this API as used was in the unit tests.)
Note that question_attempt::manual_grade API had to change, but I don't
think that is a real API change. Calling code should be using
question_usage::question_attempt, which is backwards compatible.
Note that now, if you don't pass format, then no error is generated, but
a developer debugging message is generated.
2013-03-05 11:57:42 +00:00
Aparup Banerjee
b30fea4e05
Merge branch 'wip-MDL-34775-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2013-03-05 17:04:05 +08:00
Frederic Massart
4a8da21c62
MDL-37852 repository: Prevent undesired access to repositories settings
2013-03-05 09:56:15 +01:00
Damyon Wiese
18329cbf1e
Merge branch 'MDL-38282_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-03-05 16:14:55 +08:00
Damyon Wiese
0622ef3aa5
Merge branch 'MDL-38279_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-03-05 15:37:13 +08:00
Aparup Banerjee
792dab0f75
Merge branch 'MDL-30481_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-03-05 12:56:40 +08:00
Damyon Wiese
db66ab7898
Merge branch 'wip-MDL-38055-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-03-05 11:40:02 +08:00
Frederic Massart
55b330e6d8
MDL-34284 library: Import ZF2012-01 security patch for Zend
2013-03-05 10:32:36 +08:00
Sam Hemelryk
c2cef5809e
Merge branch 'wip-MDL-37901_M23' of git://github.com/gjb2048/moodle into MOODLE_23_STABLE
2013-03-05 15:23:09 +13:00
Eloy Lafuente (stronk7)
c6014dccd9
Merge branch 'wip-MDL-36215-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-03-05 01:28:15 +01:00
Sam Hemelryk
180e1b2fe9
Merge branch 'MDL-38101-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-03-05 09:29:35 +13:00
Eloy Lafuente (stronk7)
d47f3d499c
Merge branch 'MDL-37522-published-attachment_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-03-04 20:47:15 +01:00
Eloy Lafuente (stronk7)
a366e1282a
Merge branch 'wip-MDL-33013-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-03-04 20:17:12 +01:00
Eloy Lafuente (stronk7)
48f3a2495b
Merge branch 'MDL-36380-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-03-04 18:00:15 +01:00
Eloy Lafuente (stronk7)
328b5eab5c
Merge branch 'wip-MDL-37983-23' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2013-03-04 16:43:09 +01:00
Eloy Lafuente (stronk7)
c3dd18842b
Merge branch 'MDL-38170-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-03-04 16:26:25 +01:00
Sam Hemelryk
ac19bd186a
Merge branch 'MDL-35350_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-03-04 16:12:43 +13:00
Sam Hemelryk
fa5509b73c
Merge branch 'MDL-35127-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-03-04 16:07:51 +13:00
Frederic Massart
ded4050f1b
MDL-36426 repository: Prevent login_as() users to access
2013-03-04 02:38:29 +01:00
Sam Hemelryk
c3a1ea1843
Merge branch 'MDL-37625-m23' of https://github.com/jfilip/moodle into MOODLE_23_STABLE
2013-03-04 14:18:19 +13:00
Sam Hemelryk
8e7afd6bf5
Merge branch 'MDL-36128-moodle23' of https://github.com/StudiUM/moodle into MOODLE_23_STABLE
2013-03-04 13:59:21 +13:00
Frederic Massart
0e94caf991
MDL-37681 repository_webdav: improved form handling when configuring an instance
2013-03-04 13:45:04 +13:00
Sam Hemelryk
fb3f9c4a50
Merge branch 'MDL-38168-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-03-04 13:34:47 +13:00
Frederic Massart
ca2a7956b2
MDL-37507 repositories: improved formatting of external resources
2013-03-04 13:28:31 +13:00
Mark Nielsen
2c7cdbb3b0
MDL-36901: Remove system paths from exceptions
...
Replaces any server paths, like dataroot, with a token
in exception messages and debug info.
Conflicts:
lib/tests/setuplib_test.php
2013-03-04 00:16:55 +01:00
Frederic Massart
c7eea4e585
MDL-37481 user: fixed bug when logged in as guest
2013-03-04 11:18:05 +13:00
Sam Hemelryk
0897b1eab1
Merge branch 'MDL-32125-moodle23' of git://github.com/StudiUM/moodle into MOODLE_23_STABLE
2013-03-04 10:30:24 +13:00
Sam Hemelryk
905ee48370
MDL-38055 course: fixed print_overview use of title attribute
2013-03-04 09:48:45 +13:00
Andrew Davis
69313ec423
MDL-38149 core_grade: added a guard for when there are no old grades
2013-03-03 11:16:25 +08:00
Gareth J Barnard
92eeecdc07
MDL-37901 format_topics & format_weeks: Fix drag icon tooltip after move.
2013-03-02 13:05:12 +00:00
Tim Hunt
106269b393
MDL-39282 quiz: always allow removal of bogus questions.
2013-03-01 17:34:24 +00:00
Tim Hunt
02a88f802e
MDL-38279 questions: must have default mark positive.
2013-03-01 15:22:21 +00:00
sam marshall
e97baa19ca
MDL-38170 SimplePie: Cannot read https feeds through proxy
2013-03-01 10:35:31 +00:00
AMOS bot
cc9c8c3672
Automatically generated installer lang files
2013-03-01 00:42:20 +00:00
Sam Hemelryk
45dbcbec5f
MDL-38055 navigation: fixed ampersand use within titles
2013-03-01 10:09:42 +13:00
Sam Hemelryk
459bb94a47
MDL-36215 navigation: fixed blog URL within courses using groups
2013-03-01 10:08:33 +13:00
Sam Hemelryk
240a2ee20c
MDL-33013 navigation: fixed expansion limit issue hiding nodes
2013-03-01 10:08:10 +13:00
Jean-Philippe Gaudreau
ac0cb8d956
MDL-36128 grade: Import outcomes error
2013-02-28 13:30:56 -05:00
Tim Hunt
3583718ce8
MDL-37847 / MDL-38119 question engine: document API change.
2013-02-28 18:26:55 +00:00
David Mudrák
ce5940cc94
MDL-37522 Serve images from published submissions
...
If the user is allowed to see the published submission, she must be also
able to see images in it (both embedded into the text as well as
attached to the submission). See the logic in submission.php as a
reference.
2013-02-28 18:50:46 +01:00
Gilles-Philippe Leblanc
d6c3051a52
MDL-32125 mod_forum: Updating subscription mode not reflecting subscribers
2013-02-28 11:57:15 -05:00
Eloy Lafuente (stronk7)
215c1897a4
weekly release 2.3.4+
2013-02-28 15:49:56 +01:00
Eloy Lafuente (stronk7)
119d68fa19
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-02-28 15:40:45 +01:00
Michael de Raadt
ab882a67c6
MDL-34775 - Forum, RSS - Fixing RSS entries option to be disabled if RSS is not enabled
2013-02-28 15:50:58 +08:00
Michael de Raadt
fce2121e19
MDL-35350 Advanced uploading assignment: add submission timestamp on assignment index page
2013-02-28 14:05:31 +08:00
Frederic Massart
9845d1bf52
MDL-36380 stats: Issue with DST and monthly statistics
2013-02-28 13:56:36 +08:00
Frederic Massart
52f9841809
MDL-36380 stats: No more duplicated entries when viewing monthly stats
2013-02-28 13:56:36 +08:00
Damyon Wiese
7215ff4efa
MDL-35127 Assignment - declare the variables in the outer scope (for readability)
2013-02-27 10:09:33 +08:00
Damyon Wiese
a6c54ab297
Merge branch 'MDL-35127_m23' of git://github.com/merrill-oakland/moodle into MDL-35127-23
2013-02-27 09:49:55 +08:00
Eric Merrill
7ef965ce50
MDL-35127 mod_assign More efficient use of expensive database queries
...
Moving two relatively expensive DB queries so they are only executed when needed
instead of on every function call. They will still only execute once, and not
repeatedly during execution of the loop.
2013-02-26 09:51:07 -05:00
Eloy Lafuente (stronk7)
c4d0c8ada2
Merge branch 'wip_MDL-35641_m23_flowbackport' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-02-26 12:43:42 +01:00
Rossiani Wijaya
6fe4e3c02b
MDL-30481 Advanced upload assignment: Fixed assignment available date string to appropriately identify past or future availability
2013-02-26 17:41:53 +08:00
Adrian Greeve
f3f1f5d3d0
MDL-30669 - blocks: Added a warning when deleting blocks that have multiple displays set.
...
Also added a fix to the function course_page_type_list(). It was making a call to
get_context_info_array() which will generate an error if $currentcontext is not set.
2013-02-26 09:50:24 +01:00
Sam Hemelryk
a515bc1b58
Merge branch 'wip-MDL-38144-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2013-02-26 14:25:16 +13:00
Marina Glancy
7a3e11d5b5
MDL-38144 categories are created in reverse sort order in externallib
2013-02-26 11:30:45 +11:00
Damyon Wiese
65403fcf15
MDL-28692 Base theme - Version bump for css change
2013-02-25 13:56:45 +08:00
Damyon Wiese
24773be403
Merge branch 'MDL-28692_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-25 13:36:31 +08:00
Dan Poltawski
7d37889b31
Merge branch 'wip-MDL-38091-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2013-02-25 11:00:19 +08:00
Dan Poltawski
637611a7b3
Merge branch 'MDL-38061-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-02-25 10:21:05 +08:00
Damyon Wiese
b53e905618
Merge branch 'MDL-35175_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2013-02-25 09:53:46 +08:00
AMOS bot
85ee7e13ff
Automatically generated installer lang files
2013-02-25 00:39:47 +00:00
Marina Glancy
f1cd94b679
MDL-38091 fixed bug with SQL query on Oracle
2013-02-23 12:22:14 +11:00
sam marshall
29c7332585
MDL-38168 Filelib: Curl class does not honour proxybypass option
2013-02-22 14:24:07 +00:00
Damyon Wiese
a09484cf77
weekly release 2.3.4+
2013-02-22 10:58:57 +08:00
Damyon Wiese
b2c16779d2
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-02-22 10:50:07 +08:00
Damyon Wiese
9b8afa9b55
MDL-38061 Assignment - Use $CFG->showuseridentity to add extra fields to the assignment grading table/user summary.
...
Conflicts:
mod/assign/gradingtable.php
mod/assign/locallib.php
mod/assign/renderable.php
mod/assign/renderer.php
2013-02-22 10:29:59 +08:00
Sam Hemelryk
84cf3cce0b
MDL-37224 backup-import: better handling of search button
2013-02-21 08:24:30 +13:00
sam marshall
cb3a696c05
MDL-37642-m23 Course: Remove unnecessary performance warning on first view
2013-02-20 11:54:28 +00:00
Dan Poltawski
e2e65d25f5
Revert "MDL-36380 stats: No more duplicated entries when viewing monthly stats"
...
This reverts commit e30af43f40 .
2013-02-20 17:05:12 +08:00
Frederic Massart
3c509fdc04
MDL-35622 files: Fixed typo in galleryitem extension
2013-02-20 14:28:44 +08:00
AMOS bot
51b7049d70
Automatically generated installer lang files
2013-02-20 00:45:27 +00:00
Eloy Lafuente (stronk7)
feb843633d
MDL-37894 Amend tests with new openclose rule.
2013-02-20 01:37:30 +01:00
Eloy Lafuente (stronk7)
5d719ed8ec
Merge branch 'wip-MDL-37224-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-02-20 00:49:04 +01:00
Eloy Lafuente (stronk7)
c5d3cf1da3
Merge branch 'wip-MDL-34298-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-02-20 00:46:29 +01:00
Eloy Lafuente (stronk7)
a5c0643a1d
Merge branch 'MDL-37894_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-20 00:40:32 +01:00
Eloy Lafuente (stronk7)
a6a1b51259
Merge branch 'MDL-37967_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2013-02-20 00:34:58 +01:00
Eloy Lafuente (stronk7)
f8ecf7f7de
Merge branch 'wip-MDL-38075-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-02-20 00:08:03 +01:00
sam marshall
1716b4a54b
MDL-38101 Completion: Error when teacher/admin marks activity complete
2013-02-19 16:58:38 +00:00
Eloy Lafuente (stronk7)
00f5a12de7
MDL-32620 whitespace + comment fixes.
2013-02-19 13:23:47 +01:00
Mark Nielsen
fe8b7cd677
MDL-32620: Fixing up white space in comment
2013-02-19 13:23:40 +01:00
Chris Scribner
78f3381eb4
Fixing an issue with not sending the launch_presentation_return_url
2013-02-19 13:23:34 +01:00
Eloy Lafuente (stronk7)
f5d26c95e8
Merge branch 'MDL-38033_dnd_uppercase_extn_23' of git://github.com/davosmith/moodle into MOODLE_23_STABLE
2013-02-19 12:24:41 +01:00
Dan Poltawski
aa38d80df4
Merge branch 'w07_MDL-38059_m23_cachedir' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-02-19 14:07:33 +08:00
Sam Hemelryk
c4a799ecde
MDL-38000 css: fixed handling of CSS files by outputlib.
2013-02-19 13:48:26 +08:00
Dan Poltawski
5affcb30bc
Merge branch 'MDL-38048-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-02-19 13:44:55 +08:00
Dan Poltawski
e9328f579e
Merge branch 'm23_MDL-37449_Reports_ORA-00918_column_ambiguously_defined' of https://github.com/scara/moodle into MOODLE_23_STABLE
2013-02-19 13:42:07 +08:00
Dan Poltawski
cb7da8e091
Merge branch 'MDL-37749_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-19 12:26:03 +08:00
Dan Poltawski
eb6dcde62d
Merge branch 'MDL-38051_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2013-02-19 11:23:56 +08:00
Dan Poltawski
c3724a7002
Merge branch 'MDL-37934_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2013-02-19 10:56:47 +08:00
AMOS bot
d5e9e15e54
Automatically generated installer lang files
2013-02-19 00:44:36 +00:00
Sam Hemelryk
768fdcb979
MDL-34298 course: fixed course search output validation issue
2013-02-19 11:04:13 +13:00
Sam Hemelryk
5c70a6ec3c
MDL-37224 backup: fixed bug when searching for a course to import
2013-02-19 09:32:29 +13:00
Tim Hunt
a2eeb58422
MDL-37894 Show the quiz close date even if the quiz is not open yet.
...
People care a lot about deadlines!
2013-02-18 10:29:11 +00:00
Dan Poltawski
15cc42fb9c
Merge branch 'MDL-38039_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-18 16:00:07 +08:00
Jean-Michel Vedrine
c814b84573
MDL-37967 Improve XML question import format handling of duplicated files
2013-02-18 07:58:50 +01:00
Dan Poltawski
0ca9918428
Merge branch 'MDL-37396_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-02-18 14:27:51 +08:00
Dan Poltawski
9f4cd940b1
Merge branch 'MDL-36380-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-02-18 14:18:46 +08:00
Rossiani Wijaya
7e89587526
MDL-37396 Enrollmen: pass $perpage as optional_param and set default perpage variable in quickenrolment.js
2013-02-18 13:41:13 +08:00
Damyon Wiese
bf78144a45
Merge branch 'MDL-37939-m23' of https://github.com/andrewnicols/moodle into MOODLE_23_STABLE
...
Conflicts:
lib/db/upgrade.php
2013-02-18 13:31:40 +08:00
Dan Poltawski
45c8baafd0
Merge branch 'MDL-35336_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-02-18 12:24:23 +08:00
Frederic Massart
e4594f737e
MDL-35622 files: Add support for SMART Notebook MIME types
...
- The MIME type for Notebook files is: application/x-smarttech-notebook
- The MIME type for Gallery files is also: application/x-smarttech-notebook
Refs: http://exchange-forum.smarttech.com/forums/p/5152/11945.aspx#11945
Original author: Matteo Scaramuccia <moodle@matteoscaramuccia.com >
Fixed by: Paul Holden <pholden@greenhead.ac.uk >
Conflicts:
lib/db/upgrade.php
version.php
2013-02-18 11:35:31 +08:00
Dan Poltawski
d623842807
Merge branch 'MDL-34800_ajax_submit_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-02-18 11:07:48 +08:00
Rossiani Wijaya
1989bb2ed8
MDL-37396 User Enrollment: fixed missing user from enrolment sub-menu
2013-02-18 10:25:01 +08:00
Rossiani Wijaya
9f2be81a8e
MDL-35336 report (course overview): check the setting for enablestats before printing out the node for setting > site admin > reports
2013-02-18 10:23:26 +08:00
Rossiani Wijaya
39239e299b
MDL-35336 Report (course overview): fixed redirect url to enable statistics setting page when statistics is disable
2013-02-18 10:23:26 +08:00
Mary Evans
8b6a3b4e11
MDL-28692 theme_base: Added background-color to admin settings form overridden in base/style/admin.css
2013-02-18 01:54:23 +00:00
Adrian Greeve
156b8e3c9d
MDL-37983 - my home / navigation: $CFG->forcelogin is no longer affecting default home page redirects.
2013-02-18 08:55:56 +08:00
Sam Hemelryk
fe0ce21840
MDL-38075 csslib: fixed coding error when working with an array of styles
2013-02-18 08:22:15 +13:00
Jean-Michel Vedrine
f60f3b6c39
MDL-38051 Annihilate all the CRLFs present in some questions/fixtures...
2013-02-16 14:47:07 +01:00
Petr Škoda
0bf47bc403
MDL-38059 explain that cachedir must be shared in cluster
2013-02-16 14:46:19 +01:00
Matteo Scaramuccia
2ceaefb420
MDL-37449 Incorrect doubled 'u.email' field in the SQL query (Oracle error: ORA-00918)
2013-02-15 21:27:59 +01:00
Andrew Robert Nicols
0c9e550def
MDL-37939 Course: Add unit test to ensure module moves are correct
2013-02-15 20:06:08 +00:00
Andrew Robert Nicols
31db9c51a2
MDL-37939 Course: Correct broken sequence data
2013-02-15 18:50:07 +00:00
Andrew Robert Nicols
4bcf7d3e74
MDL-37939 Course: Ensure that the cm->section is set when moving modules
2013-02-15 18:50:07 +00:00
Frederic Massart
e30af43f40
MDL-36380 stats: No more duplicated entries when viewing monthly stats
2013-02-15 15:03:21 +08:00
Frederic Massart
e0f5cb19a3
MDL-38048 documentation: Typo in README file
2013-02-15 13:15:07 +08:00
Eloy Lafuente (stronk7)
41eb312243
MDL-38040 Clean core from CRLFs
2013-02-15 02:25:36 +01:00
Mary Evans
9cf21fc4e3
MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE.
2013-02-15 01:13:03 +00:00
Rex Lorenzo
99a2923de2
MDL-35175 - Lesson shows no attempts if associated with a grouping
2013-02-14 15:22:43 -08:00
Davo Smith
7d7b959bd6
MDL-38033 dndupload - ignore case when comparing dropped file extensions with those supported by activity modules
2013-02-14 20:24:12 +00:00
Jean-Michel Vedrine
a56ced75e7
MDL-37934 Blackboard_six question import fails in some cases
...
Import fails if the same image is used several times
in the same field of the same question.
2013-02-14 14:50:41 +01:00
Damyon Wiese
bbcf8dab4f
weekly release 2.3.4+
2013-02-14 14:05:42 +08:00
Damyon Wiese
212fa54826
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-02-14 14:04:18 +08:00
AMOS bot
5f68421b93
Automatically generated installer lang files
2013-02-14 00:49:58 +00:00
Mary Evans
856e1568d6
MDL-37749 theme_mymobile: Removed redundant JS and CSS code for Collapsed Topic contributed plugin.
2013-02-12 17:25:53 +00:00
Eloy Lafuente (stronk7)
dafe3db606
MDL-37893 Take rid of old comment.
2013-02-12 10:04:48 +01:00
Eloy Lafuente (stronk7)
79cccda3a9
Merge branch 'MDL-37893-grouped-empty_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-02-12 10:04:40 +01:00
Dan Poltawski
fff248b163
Merge branch 'wip-mdl-37633-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-02-12 15:50:10 +08:00
Rajesh Taneja
37010cc708
MDL-37633 Forum: Allow fronpage user to have forum:allowforcesubscribe capability by default
...
Conflicts:
mod/forum/db/upgrade.php
mod/forum/version.php
2013-02-12 15:02:42 +08:00
Andrew Davis
46c9d980e5
MDL-34800 core_grade:switched from hiding the submit button to disabling it if ajax is enabled
2013-02-12 14:55:06 +08:00
Dan Poltawski
35f7e66ed7
Merge branch 'MDL-32076_unlimited2_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-02-12 14:42:43 +08:00
Dan Poltawski
0225b635c4
Merge branch 'MDL-37074-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-02-12 13:40:04 +08:00
Dan Poltawski
ac45271157
Merge branch 'MDL-37924_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-12 13:36:15 +08:00
Dan Poltawski
a8bf41cec6
Merge branch 'MDL-37964_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2013-02-12 12:27:02 +08:00
Dan Poltawski
35f667d850
Merge branch 'wip-MDL-34798_M23-2' of git://github.com/gjb2048/moodle into MOODLE_23_STABLE
2013-02-12 10:34:23 +08:00
Dan Poltawski
f81a08b491
Merge branch 'MDL-37952_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2013-02-12 09:46:28 +08:00
Eloy Lafuente (stronk7)
bced529e0e
Merge branch 'MDL-37943_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-12 01:21:12 +01:00
Eloy Lafuente (stronk7)
596881dbaf
Merge branch 'MDL-37896_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-12 01:14:43 +01:00
David Mudrák
473b153982
MDL-37919 Let PHPUnit display the content of $a even if the error string is not found
2013-02-12 01:08:44 +01:00
Eloy Lafuente (stronk7)
c27b257b14
Merge branch 'MDL-35037-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2013-02-12 01:00:16 +01:00
Frederic Massart
a3ded4c023
MDL-37961 webservice: PARAM_BOOL with PARAM_DEFAULT accepts boolean default
2013-02-12 00:44:42 +01:00
Gareth J Barnard
d26cc0a022
MDL_34798 format_topics and format_weeks: Adjust section names when moving up.
2013-02-11 13:56:54 +00:00
Petr Škoda
9ba2682e38
MDL-37964 very basic support for enrolments in data generator
2013-02-11 17:29:00 +08:00
Dan Poltawski
731ff94a87
Merge branch 'MDL-37039-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-02-11 14:33:36 +08:00
Dan Poltawski
ffad867dd0
Merge branch 'MDL-37797_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-02-11 13:58:56 +08:00
David Mudrák
ed1f5a1f25
MDL-37774 Do not pass trailing slash if the method does not want it
2013-02-10 08:59:27 +01:00
David Mudrák
e2f455b8ca
MDL-37774 Make moodle1_file_manager::migrate_directory() support trailing slash in rootpath
...
As the $rootpath is concatenated with the $relpath, we would end with a
path like course_files//file.txt. Such a path is detected as not-valid
later and an error would be thrown.
So the patch makes sure that the trailing slash is cut off.
2013-02-10 08:59:19 +01:00
David Mudrák
68c1945a8e
MDL-37774 Add unit test to illustrate the problem with the trailing slash
...
The patch introduces two new tests for moodle1_file_manager::migrate_directory().
The second test with the trailing slash reveals the trouble here.
The expected behaviour is that the method would deal with the trailing
slash. Debugging message for the developer should be displayed though.
2013-02-10 01:54:41 +01:00
AMOS bot
a0b9816e8b
Automatically generated installer lang files
2013-02-10 00:41:41 +00:00
Eloy Lafuente (stronk7)
1a3487fc6e
MDL-37952 make helper descendants abstract
2013-02-09 16:19:15 +01:00
Tim Hunt
e429c2c386
MDL-37924 quiz settings: change wrong 'fix' => 'adv'.
2013-02-08 12:50:23 +00:00
Tim Hunt
772979e593
MDL-37896 qtype_essay: correct PARAM_CLEANHTML -> PARAM_RAW.
...
It turns out that you should almost never use PARAM_CLEANHTML.
2013-02-08 12:50:05 +00:00
Tim Hunt
abbda1f869
MDL-37943 upgrade: logic error in upgrade_plugins_blocks.
...
Derek Woolhead tracked down the problem and what needed to be fixed. I
just made the patch.
The problem was that if $plugin->cron had changed in version.php, then
the version number in the database could end up wrong after the upgrade,
and so the upgrade would immediately run a second time.
2013-02-08 12:44:03 +00:00
Damyon Wiese
e09f33df1b
MDL-37039 Assignment - Do not apply filters to grading table for offline assignments
...
Because the filters do not make sense for offline assignments, they are hidden. But if the active filter
prevents you from seeing any assignments you cannot change it. This change makes it so the filters are
also not applied when the assignment is an offline assignment.
2013-02-08 15:49:17 +08:00
Damyon Wiese
80dbc147de
MDL-37074 Assign theming: Use addClass/removeClass instead of setAttribute to preserve existing classes
2013-02-08 15:20:34 +08:00
Damyon Wiese
c1921325d4
weekly release 2.3.4+
2013-02-08 11:22:42 +08:00
Damyon Wiese
6337a60521
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-02-08 10:59:37 +08:00
Eloy Lafuente (stronk7)
fa3ca744ea
MDL-37893 Always notify pending starts before dispatching chunk
2013-02-08 01:49:21 +01:00
David Mudrák
2bbe8443cc
MDL-37893 Allow elements with no final tags to form a grouped path
2013-02-08 01:49:21 +01:00
David Mudrák
d446475d67
MDL-37893 Add unit test to demonstrate the issue
2013-02-08 01:49:20 +01:00
AMOS bot
1924628001
Automatically generated installer lang files
2013-02-08 00:45:18 +00:00
Dan Poltawski
0dcf51a8b3
MDL-35037 tags: dont display blog entries when blogging disabled
2013-02-07 12:36:24 +08:00
Andrew Robert Nicols
72ffbbad46
MDL-37566 AJAX Fix issues with minimum height and centring
...
Conflicts:
lib/yui/chooserdialogue/chooserdialogue.js
2013-02-07 01:12:22 +01:00
Andrew Davis
cd536c6be5
MDL-32076 core_grade: fixed handling of unlimited grades
2013-02-06 15:57:48 +08:00
Rajesh Taneja
377d577f2d
MDL-30144 Assignmnet 2.2: fixed context retrival
2013-02-06 13:22:27 +08:00
Eloy Lafuente (stronk7)
9cb6ecd9aa
Merge branch 'MDL-37854_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2013-02-05 11:24:11 +01:00
Mark Nelson
9efe2ca244
MDL-37854 phpunit: replaced occurrence of non-existent function assertFail
2013-02-05 18:04:29 +08:00
David Mudrák
c90c4f7775
MDL-37870 Fix the number of parameters when calling the parent constructor
2013-02-05 10:20:04 +01:00
Howard Miller
3c21fdc9ce
MDL-37797 HTML block: add contextid to block_positions query and make it more unique.
2013-02-05 16:24:26 +08:00
Damyon Wiese
0da3d58ebd
MDL-36206 Unit tests - Cleanup whitespace issues from previous patch
2013-02-05 14:14:25 +08:00
Jason Fowler
afe9c36843
MDL-36206 - Unit Test - Create unit test for pagination bar
2013-02-05 14:14:19 +08:00
Dan Poltawski
e04ddf75cb
Merge branch 'MDL-37800_23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
2013-02-05 12:43:24 +08:00
Dan Poltawski
9aa9fbd0d0
MDL-37357 - fix trailing whitespace
2013-02-05 09:58:51 +08:00
Dan Poltawski
d80a777866
Merge branch 'MDL-37357_hidden_rank_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-02-05 09:58:41 +08:00
Dan Poltawski
8e8a6b78d0
MDL-37574 - Fix navigation tests: remove title
...
We are no longer setting it, to improve accessibility
2013-02-05 08:38:50 +08:00
Eloy Lafuente (stronk7)
d86b640958
Merge branch 'MDL-37566-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-02-05 01:14:27 +01:00
Davo Smith
4b74b9d617
MDL-37801 mod_glossary - encode / decode links to 'showentry' pages during backup & restore
2013-02-05 01:03:44 +01:00
Eloy Lafuente (stronk7)
dc5957d568
Merge branch 'MDL-37775_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-05 00:57:40 +01:00
Eloy Lafuente (stronk7)
da46d05239
Merge branch 'MDL-37785_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-05 00:36:24 +01:00
Eloy Lafuente (stronk7)
93f09e3ba8
Merge branch 'MDL-37523_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-05 00:28:41 +01:00
Eloy Lafuente (stronk7)
34c5ea24f3
Merge branch 'MDL-37847_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-04 22:56:24 +01:00
Tim Hunt
53291c7256
MDL-37847 plain text essays were screwing up HTML special chars.
...
This was incorrect use of PARAM_CLEANHTML for these inputs.
This fix also adds some unit tests to try to verify that this does not
break again in future.
2013-02-04 13:08:26 +00:00
Mary Evans
fe24496193
MDL-37523 theme_mymobile: Removed a renderer from mymobile/renderers.php and added it to theme/mymobile/renderers/mod_choice_renderer.php. Then added a conditional statement to theme/mymobile/renderers.php in order to call mymobile/renderers/mod_choice_renderer.php.
2013-02-04 11:40:29 +00:00
Damyon Wiese
e20455a5ae
Merge branch 'MDL-37781-workshop-schedule_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-02-04 16:19:51 +08:00
Dan Poltawski
7c67ab3c14
Merge branch 'MDL-37574-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-02-04 16:14:22 +08:00
Dan Poltawski
32a579e30b
Revert "MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests"
...
This reverts commit f5eaec8646 .
2013-02-04 15:13:00 +08:00
Dan Poltawski
b4f52cf9af
Merge branch 'MDL-32076_unlimited2_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-02-04 14:31:01 +08:00
Michael Hughes
ac3fe66f06
MDL-30144 Assignment 2.2: Download all as zip should only contain submission from active enroled users
2013-02-04 13:55:38 +08:00
Dan Poltawski
1a5f2cf058
Merge branch 'MDL-37646-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-02-04 13:49:42 +08:00
Dan Poltawski
6f4c3571b8
Merge branch 'MDL-37635-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-02-04 11:57:25 +08:00
Dan Poltawski
567fdbfa33
Merge branch 'MDL-37746_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-02-04 10:17:56 +08:00
Dan Poltawski
1a305ff1b9
Merge branch 'MDL-25853-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-02-04 10:14:07 +08:00
Andrew Robert Nicols
8e3b8a617d
MDL-37574 Remove default link title from navigation items
2013-02-01 11:35:00 +00:00
Andrew Robert Nicols
ce8cde8b45
MDL-37566 AJAX Only set max-height for chooser dialogues
...
If we set height as well as max-height then there is a potential for
whitespace to be shown at the bottom of the list of choices.
This commit stops removing the height option so that we only rely upon
max-height for dialogue heigh calculation.
2013-02-01 11:26:43 +00:00
Andreas Grabs
c962e3f112
MDL-37800 mod_feedback - item "information" does not appear correctly
2013-02-01 11:40:11 +01:00
Damyon Wiese
7d054079c5
MDL-37635 Assign: Prevent errors when viewing a feedback when there is no grade_item in the gradebook
2013-02-01 13:44:46 +08:00
Andrew Davis
4e6cffa180
MDL-37357 core_grade: fixed the showing and hiding of rank on the overview report
2013-02-01 10:54:47 +08:00
Andrew Davis
f5eaec8646
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-01 08:52:30 +08:00
Tim Hunt
24ed210069
MDL-37746 qtype_shortanser: avoid normalizer_normalize dangers.
...
When an error occurs, normalizer_normalize just silently returns null,
which is dangerous. Here, we wrap it in a safe helper function.
2013-01-31 11:33:02 +00:00
David Mudrák
5e5dfabd4a
MDL-37781 Allocate workshop submissions without waiting for cron
...
Now we are checking for the need to execute the allocator every time the
main view.php is displayed to any user. Previously this was done by cron
only.
2013-01-31 11:35:07 +01:00
David Mudrák
4ab0bf0f31
MDL-37781 Check for switching the workshop phase without waiting for cron
...
Now we are checking for the need to switch the phase when the main
view.php is displayed to any user (previously this was done via cron
only). To give our subplugins (such as the scheduled allocation method)
a chance to do what they need to do, the workshop_viewed event is
triggered before the phase is actually switched.
2013-01-31 11:33:45 +01:00
Eloy Lafuente (stronk7)
5e3412d94d
weekly release 2.3.4+
2013-01-31 11:04:15 +01:00
Mary Evans
31235aa431
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
2013-01-31 08:28:41 +00:00
Dan Poltawski
e17b0a6a8c
Merge branch 'm23_MDL-34231' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2013-01-31 10:15:00 +08:00
Mary Evans
533064b86a
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:22:27 +00:00
Dan Marsden
8bdac11f11
MDL-34231 SCORM: use correct calculation of attemptsleft
2013-01-31 11:12:43 +13:00
Sam Hemelryk
07f3c79dd4
Merge branch 'MDL-13805_others_messages_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-01-31 08:45:32 +13:00
Andrew Davis
db30e0b00a
MDL-13805 core_message: fixed some problems caused by a hasty backport
2013-01-30 18:34:02 +08:00
Frederic Massart
8a2c41aa28
MDL-25853 calendar: Fixed broken previous/next links
2013-01-30 09:02:51 +08:00
Eloy Lafuente (stronk7)
2cc9648555
Merge branch 'w04_MDL-37734_m23_marshack' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-30 01:23:44 +01:00
Petr Škoda
06ffb6544b
MDL-37767 allow empty host in enrol_database which is required for default pg socket
2013-01-30 00:57:26 +01:00
Eloy Lafuente (stronk7)
6e607d44c0
Merge branch 'MDL-37533-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-29 15:35:20 +01:00
Petr Škoda
9834ef146e
MDL-37734 add one more recordset isolation test
2013-01-29 10:19:58 +01:00
Petr Škoda
1d65791467
MDL-37734 use prefetching workaround for MARS transaction problems
2013-01-29 10:19:51 +01:00
Rajesh Taneja
aebbfda077
MDL-34190 Course: Role with student archtype should be selected as default in user list
2013-01-29 16:54:17 +08:00
ppichet
b05659dde4
MDL-29691 Improve numerical format in multianswer
...
Allow the use of , as decsep in multianswer numerical subquestions
2013-01-29 16:30:36 +08:00
Damyon Wiese
86cc12d5f3
MDL-37646 Assign: Quickgrading fix when using grading filters or lots of students.
2013-01-29 14:43:34 +08:00
Dan Poltawski
87db6e272e
Merge branch 'MDL-37694_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-29 11:54:51 +08:00
Sam Hemelryk
7b86ac4bbc
Merge branch 'MDL-37476-stable23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2013-01-29 15:23:35 +13:00
Dan Marsden
9e9b69fff9
MDL-37696 SCORM css: don't include style.css multiple times
2013-01-29 10:34:40 +13:00
Sam Hemelryk
09a8ba4aa6
Merge branch 'MDL-37697-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-29 09:02:32 +13:00
Sam Hemelryk
c5b346dc13
Merge branch 'MDL-37350-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-29 08:54:42 +13:00
Sam Hemelryk
3134895c01
Merge branch 'MDL-36881-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-29 08:51:20 +13:00
Sam Hemelryk
8108e113b3
Merge branch 'MDL-34671-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-29 08:39:08 +13:00
Sam Hemelryk
04093db18a
Merge branch 'MDL-37668-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-01-29 08:33:01 +13:00
Sam Hemelryk
adf01e854b
Merge branch 'm23_MDL-34321' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2013-01-29 08:27:23 +13:00
sam marshall
9fb8d1f275
MDL-37668 Accessibility: Help popup should be easy to close using keyboard
2013-01-28 10:57:42 +00:00
Andrew Robert Nicols
7efab51a7e
MDL-34671 Stop browser receiving escape keydown in modal dialogues
...
In certain modal dialogues, we listen on the Escape key to close a
dialogue. However, this is still passed to the browser. As a result, if the
browser is in full screen mode and that browser respects the escape key as
a means to exit full screen.
As a result, we need to ensure that we listen for the escape key at keydown
rather than keyup, and additionally prevent the default browser behaviour.
This is a workaround to http://yuilibrary.com/projects/yui3/ticket/2532616
and, should that issue be fixed, it should be removed.
2013-01-28 10:49:42 +00:00
Sam Chaffee
b19ecdb38d
MDL-36881 Handle poorly behaved modname_get_types functions better
...
The modname_get_types function is not always well implemented by
third-party plugins and some return poor data. This in turn leads to
incorrect module definitions, and can lead to problems in both the
'Add an activity...' dropdowns and the Activity chooser.
This will also prevent display of plugins which legitimately can have
subtypes but where no subtypes were found. Since such plugins cannot be
used in this fashion in any case, this is also beneficial.
Signed-off-by: Andrew Robert Nicols <andrew.nicols@lancaster.ac.uk >
2013-01-28 10:23:08 +00:00
Andrew Robert Nicols
f9681cffa4
MDL-37350 Detach listeners when hiding the 'Add roles' popup
...
If the submit event listener is not correctly closed, then the submit event
calls the relevant callback multiple times incorrectly.
When hiding the Add role dialogue, we need to detach any event listeners
which are applied to it.
2013-01-28 09:59:01 +00:00
Andrew Robert Nicols
f4b106ee59
MDL-37697 Use the user selected editor format for new course forums
2013-01-28 09:56:22 +00:00
Dan Marsden
9de3aac748
MDL-34231 SCORM: Lock after final attempt when using skip content structure or direct navigation to player.php
2013-01-28 21:21:18 +13:00
Sam Hemelryk
ab9008ffb0
Merge branch 'w04_MDL-37713_m23_testdir' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-28 17:53:29 +13:00
Sam Hemelryk
c01e5b0cd6
Merge branch 'MDL-37548-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-28 17:45:50 +13:00
Sam Hemelryk
b0610c8bca
Merge branch 'wip-MDL-29723_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-01-28 17:34:40 +13:00
Sam Hemelryk
c2e15c4619
Merge branch 'MDL-37172_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
...
Conflicts:
question/format/learnwise/format.php
2013-01-28 17:28:54 +13:00
Sam Hemelryk
d6fdc727ea
Merge branch 'MDL-13805_others_messages_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-01-28 16:06:49 +13:00
Andrew Davis
eae7b4d189
MDL-13805 core_message: fixed the admin's ability to read another users messages
2013-01-28 10:33:28 +08:00
Sam Hemelryk
ac9b9f152c
Merge branch 'MDL-37634_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2013-01-28 13:44:45 +13:00
Sam Hemelryk
7ec3fd667a
Merge branch 'MDL-37628-23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
2013-01-28 13:41:44 +13:00
Sam Hemelryk
a83ce21dfb
Merge branch 'MDL-37629-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-28 12:02:35 +13:00
Sam Hemelryk
b5fe549a3c
Merge branch 'MDL-19069_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-01-28 11:32:32 +13:00
Petr Škoda
1892098bf0
MDL-37713 let phpunit bootstrap create test dataroot if necessary
2013-01-26 15:00:31 +01:00
Andreas Grabs
7fdb36f523
MDL-37628 feedback - Coding error in Recent Activity
2013-01-26 11:23:30 +01:00
Jean-Michel Vedrine
0acd374832
MDL-37172 Hardcoded strings in some question imports formats
...
AMOS BEGIN
CPY [unknownorunhandledtype,qformat_blackboard_six],[unknownorunhandledtype,question]
AMOS END
2013-01-25 23:10:00 +01:00
Tim Hunt
1ec9eeadae
MDL-37694 move quiz unit tests to the right place.
...
Follow-on from MDL-37684.
2013-01-25 12:16:42 +00:00
Dan Poltawski
913084399a
MDL-37684 - phpunit add missing definitions to phpunit.xml.dist
2013-01-25 16:32:08 +08:00
Dan Poltawski
b7e9856937
weekly release 2.3.4+
2013-01-25 15:58:46 +08:00
Dan Poltawski
11c1663d71
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-01-25 15:58:26 +08:00
Dan Poltawski
4b081e7037
Merge branch 'MDL-37473b-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2013-01-25 12:36:26 +08:00
Aaron Barnes
d4d06686f7
MDL-37473 completion: Add missing cap checks to tracked users functions
...
Namely get_num_tracked_users and is_tracked_user()
2013-01-25 17:12:48 +13:00
Andrew Robert Nicols
0bbbabb550
MDL-37548 Show the incorrect value in a colour picker after validation
2013-01-24 10:11:59 +00:00
Stephen Bourget
db2a65bfa9
MDL-37533 Assign: Fix grading filters to show only assignments needing grading
...
Conflicts:
mod/assign/gradingtable.php
2013-01-24 11:16:29 +08:00
Damyon Wiese
45e9749984
MDL-37533 Assign: Use the constant for the submitted status in the query (and parameterize the query)
2013-01-24 11:16:03 +08:00
Stephen Bourget
5ac332392a
MDL-37533 Assign: assign_print_overview does not correctly display assignments that need grading
...
Conflicts:
mod/assign/lib.php
2013-01-24 11:15:55 +08:00
AMOS bot
16441ae878
Automatically generated installer lang files
2013-01-24 00:46:51 +00:00
Jerome Mouneyrac
30e2ad8b85
MDL-37476 course_create unit test fails if course completion is enabled
2013-01-23 14:15:00 +08:00
David Monllao
7ce10d15d6
MDL-37634 lesson: readquestion visibility to protected
2013-01-23 09:52:36 +08:00
Jean-Philippe Gaudreau
eed5149f1f
MDL-37629 assign: Fix from regression MDL-37244
2013-01-23 09:25:52 +08:00
Mary Evans
9044b7fadf
MDL-29723 mod/quiz: Modified show/hide button in edit.php and added some extra CSS rules to styles.css to make Question bank block more compatible/adaptable with themes.
2013-01-23 01:05:24 +00:00
Damyon Wiese
5cf0388b84
MDL-37619 Assign - Fix regression assign_print_overview caused by MDL-37527
2013-01-23 08:42:02 +08:00
Sam Hemelryk
3ad0ab4e67
Merge branch 'MDL-34435-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
...
Conflicts:
version.php
2013-01-23 11:07:40 +13:00
Eloy Lafuente (stronk7)
24430c5aad
Merge branch 'wip-MDL-15930-23' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2013-01-22 20:40:56 +01:00
Justin Filip
57951b86df
MDL-37625 auth_radius Updated to latest version (1.5.0) of included PEAR Crypt_CHAP library.
2013-01-22 10:41:20 -05:00
Aparup Banerjee
e88dfd38bd
Merge branch 'wip-mdl-37339-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-22 16:28:53 +08:00
Dan Poltawski
38f688108d
Merge branch 'wip-mdl-32526-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-22 14:00:42 +08:00
Dan Poltawski
166cb23ea4
Merge branch 'MDL-27164-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
2013-01-22 12:52:08 +08:00
Dan Poltawski
6042f30d5f
Merge branch 'MDL-37275_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-22 12:46:23 +08:00
Dan Poltawski
9e4c326caf
Merge branch 'MDL-37375_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-01-22 12:44:07 +08:00
Dan Poltawski
49042e1c8c
Merge branch 'MDL-37430-23' of github.com:damyon/moodle into MOODLE_23_STABLE
2013-01-22 11:53:57 +08:00
Dan Poltawski
0302aca4ec
Merge branch 'MDL-35357_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-01-22 11:48:26 +08:00
Dan Poltawski
211fa38ca5
Merge branch 'MDL-37599_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-22 11:40:28 +08:00
Dan Poltawski
e21f9dd982
Merge branch 'MDL-37473-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2013-01-22 11:14:42 +08:00
Aparup Banerjee
72455fca5a
Merge branch 'MDL-37540-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-22 11:00:05 +08:00
Aparup Banerjee
c90b8f82a8
Merge branch 'MDL-37543-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-22 10:56:54 +08:00
Dan Poltawski
a932d0c4cc
Merge branch 'MDL-37355-stable23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2013-01-22 09:06:44 +08:00
Eloy Lafuente (stronk7)
b210380b4e
Merge branch 'MDL-36104_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-22 01:20:06 +01:00
Eloy Lafuente (stronk7)
19740fe4a6
Merge branch 'MDL-37539-23' of github.com:damyon/moodle into MOODLE_23_STABLE
2013-01-22 01:06:23 +01:00
Eloy Lafuente (stronk7)
4e3f4bd9be
Merge branch 'MDL-28512_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-22 01:02:34 +01:00
Aaron Barnes
c208efa04c
MDL-37473 completion: Add missing cap checks to tracked users functions
...
Namely get_num_tracked_users and is_tracked_user()
2013-01-22 11:27:21 +13:00
Sam Hemelryk
8f3ae32b88
Merge branch 'MDL-37563-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-22 09:10:23 +13:00
Eloy Lafuente (stronk7)
9d2f74684c
Merge branch 'MDL-37577_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-21 20:01:56 +01:00
Eloy Lafuente (stronk7)
ee7411c4b6
Merge branch 'MDL-35924_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-21 19:44:27 +01:00
Eloy Lafuente (stronk7)
fd843c7f22
Merge branch 'MDL-34050_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-01-21 16:47:45 +01:00
Tim Hunt
5f9a56011e
MDL-37577 quiz overdue handling: optimise database query
...
This is the standard trick of adding a redundant WHERE clause to a
subquery to help the database realise that it does not have to inspect
so many rows.
2013-01-21 13:24:01 +00:00
Tim Hunt
fb5819b13c
MDL-37599 question import: add missing string.
...
AMOS BEGIN
MOV [matcherror,question],[invalidgrade,question]
AMOS END
2013-01-21 12:12:50 +00:00
Michael de Raadt
54a25a2f88
MDL-35357 Lesson Module: fixed undefined property for $answerformat
2013-01-21 15:42:52 +08:00
Aparup Banerjee
d971df89b1
Merge branch 'w03_MDL-37559_m23_otherusers' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-21 15:26:51 +08:00
Rossiani Wijaya
93a91776f6
MDL-37375 Report: fixed blog post link from course activity report
2013-01-21 14:57:05 +08:00
Mark Nelson
55ab55ba5c
MDL-36104 mod_assign: added hidden labels to the feedback input fields
2013-01-21 12:52:58 +08:00
Andrew Davis
65ac28683e
MDL-37352 core_grade:fixed some ajax display issues
...
Conflicts:
grade/report/grader/styles.css
2013-01-21 12:31:53 +08:00
Rossiani Wijaya
28497b53b3
MDL-19069 RSS feed block: Removed link for remote RSS feeds on navigation
2013-01-21 12:02:31 +08:00
Dan Poltawski
812ea3aae2
Merge branch 'wip-mdl-36674-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-21 10:15:31 +08:00
Dan Poltawski
b0da482ae0
Merge branch 'MDL-35074_23_2' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2013-01-21 10:09:07 +08:00
Dan Poltawski
176bb7570b
Merge branch 'MDL-37527-23' of github.com:damyon/moodle into MOODLE_23_STABLE
2013-01-21 10:04:04 +08:00
Damyon Wiese
7a6d23ef25
MDL-37563 Assignment upgrade: Upgrade conditional activity settings.
...
Conflicts:
mod/assign/upgradelib.php
2013-01-21 09:13:21 +08:00
Dan Poltawski
0d674390c3
Merge branch 'm23_MDL-36421' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2013-01-21 09:01:26 +08:00
AMOS bot
7e1f3dda3b
Automatically generated installer lang files
2013-01-21 00:44:55 +00:00
Sam Hemelryk
a2400fcf71
Merge branch 'MDL-37295-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2013-01-21 10:18:10 +13:00
Sam Hemelryk
cf7ace8a37
Merge branch 'MDL-35817_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2013-01-21 09:46:01 +13:00
Sam Hemelryk
cfdc33bf08
Merge branch 'MDL-36757_hidden_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-01-21 09:31:12 +13:00
Petr Škoda
bb92d9053c
MDL-37559 fix display of multiple roles of other users
...
Credit goes to Tyron Delean, thanks.
2013-01-19 16:52:03 +01:00
Tim Hunt
af8ce622b0
MDL-28512 qtype essay: clean up properly when a question is deleted.
2013-01-18 11:52:33 +00:00
Mark Nelson
a12d510c35
MDL-35924 filemanager: added label for the input field when creating a new folder
2013-01-18 15:35:48 +08:00
Mark Nelson
c56248f14b
MDL-37275 webservices: ensure a webservice function is chosen before attempting to add to service
2013-01-18 15:33:46 +08:00
Dan Poltawski
e61f96c55b
weekly release 2.3.4+
2013-01-18 14:32:02 +08:00
Dan Poltawski
fa0218be0e
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-01-18 14:31:25 +08:00
Ankit Agarwal
a518f7eff5
MDL-37295 forum: Parse old log entries during restore
2013-01-17 14:33:21 +08:00
Rajesh Taneja
b61ab6193b
MDL-35873 Blocks: Fixed roles icon
2013-01-17 14:04:16 +08:00
Dan Poltawski
92a3802c39
Merge branch 'wip-mdl-29534-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-17 13:48:42 +08:00
Rajesh Taneja
532da94d0e
MDL-29534 Forum: Fixed userfrom reference problem
2013-01-17 13:49:11 +08:00
Rossiani Wijaya
e99486c448
MDL-35817 login: convert html tag to use html_writer and change <a> tag id to be more specific to login
2013-01-17 13:06:58 +08:00
Rossiani Wijaya
a59dc25d6d
MDL-35817 Login: set page focus to error message for login error
2013-01-17 13:06:50 +08:00
Damyon Wiese
508f42e2f1
MDL-37539 Assignment upgrade: Disable submission comments if allow notes was not enabled.
...
For advanced upload of files only - this setting was stored in var2.
Conflicts:
mod/assign/submission/comments/locallib.php
2013-01-17 12:17:38 +08:00
Damyon Wiese
f20d185c87
MDL-37540 Assignment upgrade: Upgrade setting "Hide description before due date"
...
Advanced upload of files has this setting which is stored in var3.
2013-01-17 11:57:10 +08:00
Rajesh Taneja
4c4ade1ca9
MDL-35780 Administration: current user email should be always displayed on participants page
2013-01-17 11:57:07 +08:00
Andrew Davis
f86473cebc
MDL-36757 course: avoid accidently overwriting the hidden/visible values set on grade items
2013-01-17 11:37:09 +08:00
Damyon Wiese
5be632e8b6
MDL-37543 Assignment upgrade: convert advanced upload files "Send for marking" setting
...
Advanced upload files assignment type has "Enable send for marking" setting instead
of "Allow resubmissions". Needs special handling in upgrade code to convert to
"Require students click submit button".
Conflicts:
mod/assign/submission/file/locallib.php
2013-01-17 11:29:58 +08:00
Dan Poltawski
5919718019
Merge branch 'MDL-37374_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-17 10:23:15 +08:00
Eloy Lafuente (stronk7)
d10ca0e697
MDL-37555 Apply realpath() 2 CFG->phpunit_dataroot
2013-01-16 20:54:57 +01:00
Tim Hunt
0ad7caf4c3
MDL-31616 blocks: ensure showinsubcontexts is only 0 or 1 in the DB.
2013-01-16 19:15:44 +01:00
Tim Hunt
4ca741e456
MDL-37374 questions: fix property_exists calls.
2013-01-16 11:21:03 +00:00
Rajesh Taneja
2ed251d007
MDL-32526 Course: After creating course user should be redirected to newly created course
...
After creating a new course if user has capability to enrol users then
enrol user page should be visible else user should see newly created course
2013-01-16 16:30:02 +08:00
Rajesh Taneja
178d99677b
MDL-35873 Blocks: Made alt-text on block control icons more descriptive
...
Conflicts:
lib/blocklib.php
2013-01-16 18:28:33 +13:00
Damyon Wiese
c5c330babc
MDL-37527 Assignment - Change query for print_overview so it uses an index (postgres)
...
Reported by Mark Neilsen.
Conflicts:
mod/assign/lib.php
2013-01-16 13:18:16 +08:00
Davo Smith
1d8066e2d0
MDL-31484 backup - repeated restores with anonymised users now works correctly
2013-01-16 11:45:57 +08:00
Dan Poltawski
50dcac01eb
Merge branch 'MDL-36412-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-01-16 09:57:01 +08:00
Rajesh Taneja
b3f92c0ab7
MDL-37339 Administration: Unique custom profile should not be checked if it's empty.
...
Currently we have two options for custom profile fields 'Unique' and 'Required'
If value s not entered for unique and not required field then we should allow
duplicate empty values. If value is entered then we should check for unique input.
In case field is unique and required then it should be always checked as required
field can't be empty.
2013-01-16 09:47:07 +08:00
Dan Poltawski
1962821cf5
MDL-37313 question: fix trailing whitespace
2013-01-16 09:40:32 +08:00
Dan Poltawski
cd0523a78e
Merge branch 'MDL-37313_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2013-01-16 09:40:07 +08:00
AMOS bot
31f183fd73
Automatically generated installer lang files
2013-01-16 00:43:45 +00:00
Sam Hemelryk
9bc178f3e6
Merge branch 'wip-MDL-35818-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2013-01-16 11:03:09 +13:00
Eloy Lafuente (stronk7)
7cf0504ac6
Merge branch 'MDL-37173-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-15 21:56:49 +01:00
Eloy Lafuente (stronk7)
5d112775e9
Merge branch 'MDL-37354-stable23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2013-01-15 21:51:38 +01:00
Eloy Lafuente (stronk7)
5a3aaea503
Revert "MDL-33117 grade: adding unit tests for the user report function inject_rowspans()"
...
This reverts commit b65bd8b658 .
2013-01-15 21:35:02 +01:00
Eloy Lafuente (stronk7)
34db04595e
Revert "MDL-33117 Whitespace fixes"
...
This reverts commit 5696c69b3b .
2013-01-15 21:34:41 +01:00
Eloy Lafuente (stronk7)
5f2d7b3009
Merge branch 'MDL-31616_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-15 20:16:29 +01:00
Eloy Lafuente (stronk7)
09ebf8386a
Merge branch 'wip-mdl-37062-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-15 20:06:26 +01:00
Eloy Lafuente (stronk7)
d7b3cced54
NOBUG: 1 more whitespace, was hurting my eyes all the time.
2013-01-15 19:19:04 +01:00
Eloy Lafuente (stronk7)
5696c69b3b
MDL-33117 Whitespace fixes
2013-01-15 19:11:48 +01:00
Eloy Lafuente (stronk7)
4090cd2b92
Merge branch 'MDL-34883_unit_tests_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-01-15 18:21:35 +01:00
Eloy Lafuente (stronk7)
dc43bfe372
Merge branch 'MDL-37395-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-01-15 18:17:33 +01:00
sam marshall
f84e58d809
MDL-34612 Grade condition range validation allows impossible conditions
2013-01-15 12:48:30 +00:00
Ben Johnson
e6b9308a23
MDL-36421 SCORM: fix SCORM course format new window popups
2013-01-15 23:18:22 +13:00
Dan Poltawski
ded1043407
Merge branch 'MDL-37162_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2013-01-15 13:34:02 +08:00
Dan Poltawski
b175cf2c72
Merge branch 'MDL-37374_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-15 12:59:54 +08:00
Jason Fowler
0da02e0a20
MDL-30316 - Libraries - improving pagination output to allow a shifting start page for displays of less than 18 pages -- original code provided by Martha (martha dot morelos at gmail dot com)
2013-01-15 12:50:05 +08:00
Dan Poltawski
25ad1dea0e
Merge branch 'MDL-29835_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2013-01-15 12:42:09 +08:00
Dan Poltawski
58a52d66b0
Merge branch 'MDL-36616-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-15 11:48:30 +08:00
Rossiani Wijaya
091a0b7b00
MDL-34050 Lesson Module: Fixed spacing and removed array_unique() for responses
2013-01-15 11:22:05 +08:00
Damyon Wiese
f017aa4bd5
MDL-37430 Course - Make modules created in hidden sections visible when section is made visible.
...
Conflicts:
course/lib.php
2013-01-15 11:21:44 +08:00
Dan Poltawski
9376a1e59b
Merge branch 'MDL-37413-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-15 10:58:47 +08:00
Dan Poltawski
a89c9384fa
Merge branch 'MDL-37194-stable23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2013-01-15 10:43:44 +08:00
Eloy Lafuente (stronk7)
8784a3b2a2
Merge branch 'MDL-37431_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-15 00:16:34 +01:00
Eloy Lafuente (stronk7)
1ed7c77347
Merge branch 'MDL-37485_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-14 23:22:03 +01:00
Sam Hemelryk
e5f6a755e7
Merge branch 'MDL-37378_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-15 10:42:36 +13:00
Rajesh Taneja
e48cbfc594
MDL-36674 Administration: out_as_local_url will check for both http and https url's
...
out_as_local_url will first check if url passed in wwwroot, if it's not then it will check
if loginhttps is enabled and url is httpswwwroot
2013-01-14 16:02:09 +08:00
Dan Poltawski
a07dccc1c5
Merge branch 'wip-MDL-30797-23' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2013-01-14 15:26:25 +08:00
Adrian Greeve
e25a7aa27e
MDL-30797 - backup groups: Added a parameter to the groups_assign_grouping function.
...
$timeadded has now been included so that the backup / restore functions can now use
this API rather than duplicating the code.
2013-01-14 15:15:19 +08:00
Adam Olley
a2bbc96b3e
MDL-30797 backup: Use correct API call for mapping groups to groupings on import/restore
2013-01-14 15:15:05 +08:00
Dan Poltawski
4012fc4994
Merge branch 'wip-mdl-29534-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-14 14:59:41 +08:00
Anthony Borrow
b31f52340c
MDL-15930 - admin: reorganize logic to allow ->fullnamedisplay to be used as default sort.
2013-01-14 10:39:05 +08:00
Jason Fowler
3c9148d6d1
MDL-35818 - Enrolment - Changing all enrolment method icon alt text attributes to include the name of the course
2013-01-14 09:47:21 +08:00
Sam Hemelryk
0aa5236143
Merge branch 'MDL-37048-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2013-01-14 14:08:02 +13:00
Davo Smith
bdc678a409
MDL-35568 course dndupload - resources created with the same visibility as the section they are dragged onto
2013-01-14 13:55:55 +13:00
Sam Hemelryk
3434298385
Merge branch 'wip-MDL-35885-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2013-01-14 13:39:43 +13:00
Sam Hemelryk
7fa6857c3b
Merge branch 'MDL-36095-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-01-14 12:23:37 +13:00
Sam Hemelryk
39bad86b14
Merge branch 'MDL-36511-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2013-01-14 12:12:30 +13:00
Sam Hemelryk
e824c58aa8
Merge branch 'wip-MDL-36335-23' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2013-01-14 11:43:29 +13:00
Sam Hemelryk
096bb297f7
Merge branch 'MDL-37397-m23' of git://github.com/andrewnicols/moodle into MOODLE_23_STABLE
2013-01-14 11:04:28 +13:00
Sam Hemelryk
571c2784d6
Merge branch 'wip-mdl-35780-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-14 10:59:23 +13:00
Tim Hunt
6fc65ae5c3
MDL-31616 block editing: show in subcontexts does not work on category pages.
...
Thanks to Ian David Wild for pointing to the proper fix.
2013-01-11 22:01:04 +00:00
Eloy Lafuente (stronk7)
2713f92d62
Moodle release 2.3.4
2013-01-11 22:21:52 +01:00
Tim Hunt
d7f4c9c3f5
MDL-37485 plugins overview: require_login before _capability.
2013-01-11 13:03:42 +00:00
Tim Hunt
3daceb9d5c
MDL-37431 question preview: cron performance problem.
...
This query was performing badly. The solution seems to be to add a
redundant JOIN and WHERE to the subquery.
I renamed the table aliases in the subquery to avoid name collisions
elsewhere. I am afraid that makes the diff rather unhelpful. The
AND subq_qu.component = :qubacomponent2
line is new. The other lines have just had subq_ added.
2013-01-11 13:03:28 +00:00
Tim Hunt
df0c2e5fd3
MDL-37378 quiz restore: timecheckstate not in old backups.
...
We need to avoid a notice. If the value is missing, setting it to 0 is
fine. It will get sorted out the next time cron is run.
2013-01-11 13:03:10 +00:00
Tim Hunt
7d9ce8864a
MDL-37374 questions: use property_exists rather than isset
...
$a->field = null; isset($a->field) returns false, which is typical PHP.
I also improve the error handling a bit.
2013-01-11 13:02:55 +00:00
Andrew Robert Nicols
86132c35ad
MDL-37397 Test for a valid select in formautosubmit
...
Ideally we shouldn't get into this situation, but in cases where the
generated select element is incorrectly configured, we should try and
handle it gracefully with a warning.
2013-01-11 11:50:27 +00:00
Eloy Lafuente (stronk7)
dbee98b2e6
weekly release 2.3.3+
2013-01-11 12:33:07 +01:00
Michael Aherne
5a701d1fbe
MDL-27164 groups Do not show multiple instances of the same role as multiple
2013-01-11 11:17:11 +00:00
Eloy Lafuente (stronk7)
039cd4a52a
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-01-11 12:16:51 +01:00
Eloy Lafuente (stronk7)
0eda863c21
MDL-37420 rework pg schema (partial backport take2)
2013-01-11 11:36:48 +01:00
Eloy Lafuente (stronk7)
fa02465c54
MDL-37420 rework pg schema (partial backport of 92b00c3)
2013-01-11 10:34:19 +01:00
Jean-Michel Vedrine
517f7729ca
MDL-37313 Sample files with images for XML import
2013-01-11 09:44:56 +01:00
Jean-Michel Vedrine
eed2721b71
MDL-37313 Moodle XML import format should use draft file areas, not arrays
2013-01-11 09:44:55 +01:00
Andrew Robert Nicols
0a7c94b3d1
MDL-37413 Use correct variable in chooserdialogue
2013-01-11 08:20:14 +00:00
Ashley Holman
a34209d566
MDL-36616 repository: Fix direct linking to images in Flickr Public.
2013-01-11 15:33:37 +08:00
Jason Fowler
6df2ead050
MDL-35885 - Wiki - add a legend element to the search wikis form
2013-01-11 15:30:13 +08:00
Rossiani Wijaya
7f5290099f
MDL-34050 Lesson Module: improved matching question logic for checking user response. This patch will also resolved MDL-36343.
2013-01-11 13:51:13 +08:00
Rossiani Wijaya
f7109ce6d8
MDL-34050 Lesson module: Fixed undefined variable for $qtype
2013-01-11 13:50:29 +08:00
Joseph Rézeau
0fabd97928
MDL-34050: Lesson module: fixed matching answer format to use text
2013-01-11 13:50:20 +08:00
Damyon Wiese
975b2f7145
MDL-32341 calendar: get_file_by_hash() expects a hash
2013-01-11 11:56:46 +08:00
Rajesh Taneja
a786cf469d
MDL-35780 Administration: email display on user profile view page will respect user capability
2013-01-11 10:22:12 +08:00
Eloy Lafuente (stronk7)
72cb5eda5c
Merge branch 'MDL-37467-blogs_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-01-10 18:13:27 +01:00
David Mudrák
40440a5847
MDL-37467 Do not provide blog posts via RSS when blogging is disabled
2013-01-10 17:04:23 +01:00
Eloy Lafuente (stronk7)
b15e5d7252
Merge branch 'MDL-36741_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-10 11:14:07 +01:00
Mark Nelson
6f003159a2
MDL-36741 mod_forum: fixed the function forum_rss_newstuff that was using count_records_sql incorrectly as well as generating RSS content when no data exists
2013-01-10 18:00:16 +08:00
Frederic Massart
ab4cb125e4
MDL-34435 reports: Log category actions
...
Conflicts:
course/lib.php
version.php
2013-01-10 15:14:18 +08:00
Andrew Robert Nicols
6b16846e83
MDL-36600 Add missing sesskey check when previewing the message
2013-01-10 10:20:36 +08:00
Dan Poltawski
8b9929247e
Revert "MDL-xxxx show appropriate instance status on user enrolments page"
...
This was incorrectly integrated
This reverts commit 0431cc0e16 .
2013-01-10 09:40:19 +08:00
Rajesh Taneja
20b556afa1
MDL-29534 Forum: if forum_replytouser is not set then send forum email using noreplyaddress.
2013-01-09 14:54:07 +08:00
Isaac Marco Blancas
3d68b9e954
MDL-29534 Forum: If forum_replytouser is not set then don't display from user email"
2013-01-09 14:54:06 +08:00
Jerome Mouneyrac
96ace848cc
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 14:00:48 +08:00
Aaron Barnes
7de454919b
MDL-36511 course: Save "completion starts on enrolment" disabled state
2013-01-09 15:36:38 +13:00
Dan Poltawski
fdd6de9177
Merge branch 'wip-MDL-36367-s23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2013-01-09 09:50:54 +08:00
Eloy Lafuente (stronk7)
cd7802517f
Merge branch 'w51_MDL-37420_m23_pgschema' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-09 01:33:20 +01:00
Paul Nicholls
1d15d41073
MDL-37162: Use CSS to make mod show/hide icons not look "clickable" in hidden sections
...
Previously, the resource toolbox initialiser was using JS to find the show/hide icon, then find its section ancestor, then check if the section was hidden - only to pointlessly set pointer:auto if it was. That didn't meet the aim stated in the comments ("Disable" show/hide icons (change cursor to not look clickable) if section is hidden), but this patch meets that goal with a single CSS rule.
2013-01-09 11:30:13 +13:00
Andrew Robert Nicols
0cc875b7d0
MDL-36600 user: improve course messaging checks
2013-01-09 09:22:37 +13:00
Eloy Lafuente (stronk7)
a2eaf8896d
Merge branch 'w51_MDL-37152_m23_smtp' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 18:02:51 +01:00
Petr Škoda
090c684838
MDL-37420 add support for more PostgreSQL schemas
2013-01-08 17:46:54 +01:00
sam marshall
52f37ef475
MDL-37395 Add .jar filetype so Moodle doesn't incorrectly call it a zip file
2013-01-08 12:51:24 +00:00
Jerome Mouneyrac
845ef47ccd
MDL-37194 activity chooser displays entire list of default activities/resources
2013-01-08 18:05:28 +08:00
Andrew Robert Nicols
b8438776db
MDL-37173 Stop attempting to set User-Agent from core JS
...
This leads to some browsers throwing warnings that it is unsafe to set the
User-Agent. It doesn't help us in any way particularly either.
2013-01-08 09:57:17 +00:00
Dan Poltawski
7c333e0c6c
Merge branch 'MDL-32639-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-08 14:46:34 +08:00
Petr Škoda
0431cc0e16
MDL-xxxx show appropriate instance status on user enrolments page
2013-01-08 14:22:59 +08:00
Jason Fowler
a201a0ff4e
MDL-36620 - Blog, RSS - Preventing Guests from viewing the RSS of site level blogs
...
Conflicts:
blog/rsslib.php
2013-01-08 14:07:53 +08:00
Adrian Greeve
6990c10576
MDL-36335 - course: Orphaned activities no longer show a notice.
2013-01-08 12:25:09 +08:00
Joseph Rézeau
ea8e60c6f8
MDL-36335 - course: Orphaned activities no longer show a notice.
2013-01-08 12:24:06 +08:00
Dan Poltawski
27b92b4a71
Merge branch 'w51_MDL-37191_m23_plugindelete' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 11:17:05 +08:00
Paul Nicholls
18a5b8c72e
MDL-29835: filemanager - zero means zero, not unlimited
...
The form_filemanager constructor was using empty() rather than !isset(),
so overwrote maxfiles=0 with the default (-1). In addition, the JS UI
treated 0 as unlimited - but the non-JS fallback UI treated it as zero.
This would result in a file manager which allowed files to be
chosen/uploaded, which would then vanish into the void when the backend
saw that the maximum number of files was 0.
2013-01-08 16:01:04 +13:00
Dan Poltawski
3de2dc19e1
Merge branch 'MDL-31641_drag_drop_help_23' of git://github.com/davosmith/moodle into MOODLE_23_STABLE
2013-01-08 10:54:24 +08:00
Charles Fulton
3ee53f7e7f
MDL-35130 shibboleth: remove hard-coded string
2013-01-08 10:51:25 +08:00
Dan Poltawski
b943d77cd2
Merge branch 'MDL-36456-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-08 10:31:10 +08:00
Dan Poltawski
c7ad6f4504
Merge branch 'w51_MDL-37301_m23_coursecatinfoas' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 10:27:12 +08:00
Dan Poltawski
053f6ebc42
Merge branch 'w51_MDL-37254_m23_courseinfoas' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 10:24:21 +08:00
Sam Hemelryk
b7af1eee2d
Merge branch 'wip-mdl-36958-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2013-01-08 14:06:36 +13:00
David Mudrák
53499f8d35
MDL-36977 Be more picky when it comes to migrating files in moodle1 backups
2013-01-08 08:54:29 +08:00
David Mudrák
02a6f3b04f
MDL-36977 Add more unit tests for moodle1 backup conversion
2013-01-08 08:54:29 +08:00
Paul Nicholls
330686c9fb
MDL-35074: grader report - Ease limit on number of students per page
...
The limit imposed by max_input_vars "applies only to each nesting level of
a multi-dimensional input array"
(http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars ).
Turning the grader report fields into arrays (they were all top-level form
fields, i.e. elements of the top-level array) makes the number of students
become the only limiting factor, thereby allowing us to relax the limit on
number of students per page greatly (to 1 less than max_input_vars, for
safety).
2013-01-08 12:55:56 +13:00
Eloy Lafuente (stronk7)
5050a19ff7
Merge branch 'MDL-35794_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-07 22:38:48 +01:00
Eloy Lafuente (stronk7)
0858993db8
Merge branch 'MDL-35792_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-07 22:36:29 +01:00
sam marshall
b12d8cd881
MDL-36095 Section availability: Make behaviour consistent with activities
2013-01-07 15:55:12 +00:00
Davo Smith
db529c2346
MDL-31641 filemanager - display help message when drag and drop upload is not supported
2013-01-07 08:16:35 +00:00
Didier Raboud
7db20e0073
MDL-37157: Normalize short answers before comparison
...
This ensures that ambiguous Unicode representations can be compared sanely.
Also add some tests to ensure it keeps working.
Thanks to Tim Hunt for the syntax check.
2013-01-07 14:00:26 +08:00
Dan Poltawski
1f1dc87fc1
Merge branch 'w51_MDL-37128_m23_rssrestore' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-07 13:57:10 +08:00
Dan Poltawski
d068c79e48
Merge branch 'w51_MDL-36893_m23_mnetestrict' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-07 13:53:29 +08:00
Dan Poltawski
b0c49cea12
Merge branch 'MDL-27884-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2013-01-07 13:30:43 +08:00
Andrew Davis
b65bd8b658
MDL-33117 grade: adding unit tests for the user report function inject_rowspans()
2013-01-07 12:00:16 +08:00
Damyon Wiese
7e57119342
MDL-37244 Assignment: Submission comments plugin does not implement comments callbacks.
...
This allows anyone to view or modify anyone elses submission comments.
2013-01-07 10:49:20 +08:00
Ankit Agarwal
77a7ed6535
MDL-33340 completion: Incorrect logic in hidden field check
...
Credit to Jody Steele
2013-01-07 10:37:38 +08:00
Simon Coggins
1e8335fb82
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:10:32 +08:00
Rajesh Taneja
9d40987c6d
MDL-37062 Course: Show one 'Add new course' button
...
Currently if there is no course and admin/course creator go to create course, he/she see two
'Add new course' buttons.
2013-01-07 09:48:26 +08:00
Dan Poltawski
523dafe824
Merge branch 'MDL-36667-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2013-01-07 09:45:15 +08:00
Sam Hemelryk
fc77cb3d85
Merge branch 'MDL-37161-moodle23' of https://github.com/StudiUM/moodle into MOODLE_23_STABLE
2013-01-07 14:14:28 +13:00
Sam Hemelryk
178a5b4102
Merge branch 'w51_MDL-36212_m23_entities' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-07 13:44:36 +13:00
Sam Hemelryk
52817fdbbc
Merge branch 'MDL-37068_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2013-01-07 13:39:52 +13:00
Sam Hemelryk
757376d7dd
Merge branch 'w51_MDL-37281_m23_othersnav' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-07 13:33:45 +13:00
Sam Hemelryk
a68bc19fa6
Merge branch 'MDL-36855-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2013-01-07 12:04:51 +13:00
Charles Fulton
c1fcc89f71
MDL-4781 forum: show discussion link when user has ability to view discussion
...
Conflicts:
mod/forum/lib.php
2013-01-07 11:17:58 +13:00
Davo Smith
318b859ac8
MDL-35887 course dndupload - correct default used for completion tracking when resources created by drag and drop
2013-01-07 11:07:45 +13:00
Sam Hemelryk
d9402acd03
Merge branch 'MDL-16730-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2013-01-07 10:14:54 +13:00
Mark Nelson
70badb4824
MDL-37359 groups: fixing typo in the web service function create_groupings_parameters
2013-01-07 09:47:49 +13:00
Sam Hemelryk
a3a84720d3
Merge branch 'MDL-29327_none_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2013-01-07 09:34:52 +13:00
Sam Hemelryk
a589b0dc77
Merge branch 'MDL-36741_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-07 09:15:34 +13:00
Jean-Philippe Gaudreau
d71792da4f
MDL-37161 Backup: Database error caused by grade book settings when importing or restoring a course
2013-01-04 09:53:03 -05:00
Damyon Wiese
3f1b2800ae
MDL-36712: Assignment - Do not always send feedback available emails when grade is created
...
The entry in the assign_grades table contains grades feedback and other settings such as locked.
Only send the student an email about new feedback if it is actually grades or feedback that
has been added. This is done by using another state for the mailed flag (2) which means "unset".
Conflicts:
mod/assign/feedback/file/importziplib.php
mod/assign/feedback/file/locallib.php
mod/assign/feedback/offline/locallib.php
mod/assign/locallib.php
2013-01-04 15:02:50 +08:00
Jerome Mouneyrac
7441838054
MDL-37355 Fix the REST server that didn't send back the cleaned values
2013-01-04 14:39:10 +08:00
Andrew Davis
d674a0e16f
MDL-29327 core_grade: removing some code that is messing up the categories and items screen when no grade categories are used
2013-01-04 08:58:25 +08:00
Ankit Agarwal
7f7e18c3a2
MDL-36855 scorm: update to api get_scorm_question_count()
...
get_scorm_question_count() should return 0 not 1 when no attempt is made in a scorm by any student
2013-01-03 14:42:18 +08:00
Ankit Agarwal
2e505a05d1
MDL-27884 Implement proper username validation during csv import
2013-01-02 14:10:16 +08:00
Ankit Agarwal
f439b4242c
MDL-27884 blocks: Correcting config title string
...
AMOS BEGIN
CPY [configtitle,block_html],[configtitle,block_tags]
AMOS END
Conflicts:
blocks/tags/edit_form.php
blocks/tags/lang/en/block_tags.php
2013-01-02 10:54:51 +08:00
AMOS bot
c2f393b2b5
Automatically generated installer lang files
2013-01-01 00:43:01 +00:00
Eloy Lafuente (stronk7)
10ad21dc9a
weekly release 2.3.3+
2012-12-30 01:05:13 +01:00
Petr Škoda
00f9bca84a
MDL-36893 fix mnet E_STRICT issue
2012-12-27 14:33:37 +01:00
Petr Škoda
575d91977e
MDL-37128 fix E_STRICT rss restore issue
2012-12-27 13:41:20 +01:00
Petr Škoda
a340e04df7
MDL-37301 fix missing AS in select
...
This was breaking pg 8.3. Credit goes to Thomas Robb, thanks.
2012-12-26 22:27:34 +01:00
Dan Poltawski
48d53d9fd6
Merge branch 'MDL-35569-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-12-24 11:43:41 +08:00
Dan Poltawski
cd665c200d
Merge branch 'w51_MDL-37233_m23_skype' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-24 11:34:55 +08:00
Dan Poltawski
1cb195dabc
Merge branch 'wip-MDL-37290-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-12-24 10:55:37 +08:00
Dan Poltawski
ca0cbfd4db
Merge branch 'w51_MDL-37283_m23_spell' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-24 10:35:47 +08:00
Sam Hemelryk
76dee48562
MDL-37290 course: fixed up navbar when editing categories
2012-12-24 13:06:25 +13:00
Sam Hemelryk
185eff01fa
Merge branch 'wip-MDL-35833-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-24 11:43:37 +13:00
Sam Hemelryk
fec305739d
Merge branch 'MDL-36966-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-24 11:16:07 +13:00
Sam Hemelryk
2c292b48da
Merge branch 'wip-MDL-35653-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-12-24 09:40:36 +13:00
Petr Škoda
a3243760c2
MDL-37283 import tinymce spellchecker 2.0.6.1
2012-12-22 16:48:13 +01:00
Tim Hunt
18651b0bfa
MDL-37068 qformat_learnwise: fix UTF8 and other issues.
2012-12-22 15:15:20 +00:00
Thanh Le
e349d18435
MDL-35794 quiz: config for whether Outcomes are advanced settings
2012-12-22 15:15:13 +00:00
Thanh Le
5b8d9521ee
MDL-35792 question preview: way to update options without restarting.
...
It is useful, and possible, to update the display options without
restarting the question. You now only have to restart if you are
changing the maximum mark or the behaviour.
2012-12-22 15:15:06 +00:00
Petr Škoda
8d5769593d
MDL-37281 fix other users current navigation node
2012-12-22 14:59:40 +01:00
Petr Škoda
92fc5a670d
MDL-37152 remove bogus $mail->IsSMTP() breaking non-smtp mailing
...
Credit goes to Aurelijus Bruzas, thanks.
2012-12-22 14:48:47 +01:00
Petr Škoda
c92a386ba4
MDL-37254 add missing AS keyword
2012-12-22 14:13:19 +01:00
Petr Škoda
7ea870a33e
MDL-37233 do not show skype status icon on https sites
...
Funny that the same company that implemented the IE security warnings is unable to set up SSL on the Skype status server…
2012-12-21 17:28:05 +01:00
Petr Škoda
8cc55f3058
MDL-37191 do not timeout when uninstalling plugins
2012-12-21 16:00:59 +01:00
Petr Škoda
ea0f9a277c
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:49:20 +01:00
Eloy Lafuente (stronk7)
4a76321356
weekly release 2.3.3+
2012-12-20 21:12:09 +01:00
Eloy Lafuente (stronk7)
e84b8c3f5c
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-12-20 20:57:28 +01:00
Jason Fowler
0fa9c9ff12
MDL-35833 - Blocks - Adding alt and title attributes to the docked-block panel close button
2012-12-20 10:41:47 +08:00
Tim Hunt
c0267dc549
MDL-32245 question bank: update URL after moving question between categories.
...
Also, improve the URL when you go to edit the questions in a category.
2012-12-20 12:12:37 +13:00
Andrew Robert Nicols
1365b07390
MDL-36934 Only set the autosubmit class on selects when required
...
The url_select class can optionally show a button (much like the non-JS
fallback). In this case, the autosubmit nature of the form shouldn't be
enforced and it should only submit on the button.
2012-12-19 12:27:17 +00:00
Adrian Greeve
eb883f0fa4
MDL-35653 - mod/wiki: Force format now lets users edit wiki pages.
...
Thanks to Tõnis Tartes for part of this solution.
When force format was selected in the options, trying to view the
wiki would redirect to the front page with a message saying that
you do not have permission to edit this page. Students had no way
of viewing any entries or creating the first page.
When in force format it skips a page , which would be considered
uncessary for students, but this means that the group id is not set
and this is what is causing most of the problems.
I also have included a check to see if the title is default and whether
the user has permission to view all groups. In these situations the
intermediate page is displayed.
2012-12-19 08:54:12 +08:00
Eloy Lafuente (stronk7)
9af7c81879
Merge branch 'w50_MDL-36245_m23_convert' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-18 23:43:06 +01:00
Andrew Robert Nicols
5eadb30e07
MDL-35569 AJAX Move auto-submitting selects to separate YUI module
...
sam note: Some changes removed from 2.4 version (deprecation warning, lib/upgrade.txt).
2012-12-18 13:56:26 +00:00
Matt Oquist
d032ed7b0c
MDL-36958 Forum: Replaced hard-coded numbers with proper defines
2012-12-18 17:24:34 +08:00
Dan Poltawski
2ea7723c53
Merge branch 'MDL-37014_webdav_folders_23' of git://github.com/davosmith/moodle into MOODLE_23_STABLE
2012-12-18 14:52:41 +08:00
Dan Poltawski
568349fee7
MDL-36259 - change case of table alias to match definition
2012-12-18 14:27:13 +08:00
Dan Poltawski
60b5ffebf5
Merge branch 'MDL-36259_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-18 14:26:10 +08:00
Dan Poltawski
8d8158ea9c
Merge branch 'MDL-30899_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-12-18 09:11:31 +08:00
Raymond Wijaya
4c1d7cf9b6
MDL-36966 Assignment: Bug - Student submission appears graded by themselves.
...
Fix a bug when a student editing his submission after it has been graded, it changes the 'graded by' details to the student's name in the feeback summary
2012-12-18 08:47:14 +08:00
Dan Poltawski
2e791b966d
Merge branch 'MDL-35740-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-18 08:45:48 +08:00
Eloy Lafuente (stronk7)
af794e19f3
Merge branch 'MDL-36842_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-18 00:19:55 +01:00
Eloy Lafuente (stronk7)
877960cfdf
Merge branch 'w50_MDL-37171_m23_outdatedexcel' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-18 00:14:04 +01:00
Adrian Fish
2ad0b3a12a
MDL-37035 Pass user locale after course locale.
2012-12-18 10:32:29 +13:00
Sam Hemelryk
59fc0958d6
Merge branch 'w50_MDL-37111_m23_forumsinglefirst' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-18 10:24:32 +13:00
Sam Hemelryk
b3f46160b4
Merge branch 'MDL-37176_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-12-18 10:12:11 +13:00
Sam Hemelryk
5c65ad28b4
Merge branch 'MDL-35530_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-12-18 10:07:03 +13:00
Sam Hemelryk
6c9a77ba0c
Merge branch 'wip-MDL-35056-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-18 09:56:58 +13:00
Sam Hemelryk
20da16bb77
Merge branch 'MDL-32245_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-18 09:51:30 +13:00
Sam Hemelryk
f6a3850949
MDL-36812 grader_report: Fixed whitespace on integration
2012-12-18 09:48:06 +13:00
Nadav Kavalerchik
e83a4dcdd8
MDL-36812 - Enabling grade_report_fixedstudents, shows the user's list on the left side of the page, in RTL mode (theme/standard)
2012-12-18 09:48:05 +13:00
Sam Hemelryk
c20213441e
Merge branch 'MDL-29733_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-12-18 09:42:06 +13:00
Tim Hunt
f4564374d7
MDL-37098 quiz: event handler fails deleting group with no overrides
...
This was a regression from MDL-35717.
2012-12-17 17:01:05 +00:00
Dan Poltawski
2144749571
MDL-35717|NOBUG - fix trailing whitespace problems
2012-12-17 17:01:04 +00:00
Matt Petro
30ef79639c
MDL-35717 quiz: fix overdue attempt processing
2012-12-17 17:00:52 +00:00
David Monllao
1a4bfac4db
MDL-30899 moodle-enrol-notification Overridding default footer padding
2012-12-17 15:36:40 +08:00
David Monllao
49ca31880c
MDL-30899 moodle-enrol-notification Adding close button title for accessibility
2012-12-17 15:36:33 +08:00
Dan Poltawski
c3e3fd380d
Merge branch 'w50_MDL-36493_m23_mysql' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-17 15:29:18 +08:00
Dan Poltawski
4dd80797b5
Merge branch 'MDL-37114_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-17 15:25:30 +08:00
Andrew Davidson
139d78a828
MDL-37034 - Added appropriate name to category settings navigation node
2012-12-17 15:22:07 +08:00
Dan Poltawski
5c7c78db26
Merge branch 'w50_MDL-36597_m23_courselang' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-17 13:53:33 +08:00
Dan Poltawski
8e81a8eb2c
Merge branch 'MDL-29334_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-12-17 13:48:25 +08:00
Dan Poltawski
160d3c6b8a
Merge branch 'wip-mdl-36736-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-12-17 12:09:46 +08:00
Dan Poltawski
0869ef50f0
Merge branch 'wip-MDL-25928-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-12-17 12:05:19 +08:00
Dan Poltawski
12a3697281
Merge branch 'wip-MDL-35874-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-17 11:53:08 +08:00
Dan Poltawski
f28b5664eb
Merge branch 'wip-MDL-35979-s23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-17 11:48:47 +08:00
Dan Poltawski
bda079183e
Merge branch 'MDL-37078-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-12-17 11:37:10 +08:00
Dan Poltawski
71c3eff427
Merge branch 'MDL-37165-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-17 11:30:35 +08:00
Sam Hemelryk
5f9106b7f2
MDL-25928 course: Fixed course info on the combo list to be a popup
2012-12-17 16:03:42 +13:00
Petr Škoda
a530b69dd5
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:41:02 +01:00
Petr Škoda
91438d7894
MDL-36245 add tests for the buggy utf-8 to utf-8 conversion
2012-12-15 11:51:21 +01:00
Petr Škoda
f16a143872
MDL-36245 try to workaround buggy iconv() when converting text from utf-8 to utf-8
2012-12-15 11:51:21 +01:00
Petr Škoda
84b9192875
MDL-36493 improve timeout handling in mysql upgrade
...
Credit goes to Mark Nielsen, thanks.
2012-12-15 11:44:55 +01:00
Petr Škoda
4df8d1924d
MDL-36493 improve performance of mysql unsigned/lob upgrade
2012-12-15 11:44:55 +01:00
Petr Škoda
372bfa208c
MDL-37111 copy first post files in single type forum using intro options
...
This patch also removed the delete button from the first post in single
discussion type forum.
Edit button in the first post leads to the forum edit page now, this should
prevent other problems throwing first post and intro out of sync.
2012-12-15 11:24:56 +01:00
Petr Škoda
fb5d7df075
MDL-36597 strip '_utf8' from all course.lang fields
2012-12-15 11:18:59 +01:00
Joseph Rezeau
d057719e98
MDL-37114 quiz form validation: feedback boundaries.
...
The feedback boundaries must either be a number or a percentage.
We were not correctly validating the non-percentage case.
2012-12-15 10:07:58 +00:00
Thanh Le
defbd5dd2c
MDL-36259 course short names: ensure it displays when enabled in admin
...
Fixed 5 Moodle pages that does not display the course short name even if "Display extended course names" setting is on. In fixing this, search.php also included related minor code to change to minimise DB calls to improve performance.
2012-12-15 10:07:40 +00:00
Tim Hunt
c49b83bccc
MDL-32245 question bank: fix coding style in categories.php
2012-12-15 10:07:09 +00:00
Thanh Le
99231022af
MDL-32245 question bank: fix moving categories between contexts.
2012-12-15 10:07:08 +00:00
AMOS bot
188c725387
Automatically generated installer lang files
2012-12-15 00:42:08 +00:00
Eloy Lafuente (stronk7)
cdfb784e52
MDL-37176 timezones: updated to 2012j
2012-12-14 20:08:45 +01:00
Eloy Lafuente (stronk7)
7d2c5cd0a0
weekly release 2.3.3+
2012-12-14 13:30:25 +01:00
Eloy Lafuente (stronk7)
4e6157ca5f
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-12-14 13:20:49 +01:00
Frederic Massart
50cff3c0cb
MDL-36456 repository: S3 handles errors in a nicer way
2012-12-14 17:57:02 +08:00
Damyon Wiese
63fd639d85
MDL-37165 Assignment: Oracle fix for count_submissions_with_status (and friends).
...
Oracle does not like the use of AS after a join.
2012-12-14 15:16:06 +08:00
Dan Poltawski
271bfb48b8
Merge branch 'MDL-36263-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-13 17:43:21 +08:00
Damyon Wiese
6a1bcbfdab
MDL-36263 Assignment: Fix backport for counting submissions of unenrolled students
2012-12-13 17:41:17 +08:00
Eloy Lafuente (stronk7)
87e9ea1f67
Merge branch 'MDL-30700-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-13 10:32:38 +01:00
Jason Fowler
e98a1a118e
MDL-35874 - Blocks - Adding a label to the 'Add a block' block's select field
2012-12-13 15:10:18 +08:00
Jason Fowler
d4f5439de2
MDL-35056 - Backup/Restore - Converting the 'Unmet Dependencies' Message to be a Developer Debug message to make moodle less confusing to the average user
2012-12-13 11:11:29 +08:00
Damyon Wiese
4d8125b1c7
MDL-30700 tablelib: Fixed get_sort_for_table to work with text sorting columns for oracle
...
This change stores the list of columns that require text sorting in the session,
so the static function "get_sort_for_table" can work without any additional parameters.
2012-12-13 09:59:04 +08:00
Dan Poltawski
137d63fe96
Merge branch 'MDL-36897_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-13 09:55:07 +08:00
sam marshall
c520e08653
MDL-37078: Restore - section restore fails with multiple availability conditions
2012-12-12 12:19:59 +00:00
Davo Smith
4615b7b6ff
MDL-37014 repository_webdav - strip the server URL from file & folder paths returned by webdav lib (if present)
2012-12-12 08:46:59 +00:00
Tim Hunt
d8a7ef0e42
MDL-36897 quiz review: fixup previous commit.
2012-12-12 08:13:43 +00:00
Frederic Massart
03f8841d9b
MDL-32639 files: Zipping a folder does not overwrite existing files
2012-12-12 14:41:08 +08:00
Frederic Massart
aa4d973436
MDL-32639 files: Improved File Manager download and zip support
...
Conflicts:
lib/filestorage/zip_packer.php
2012-12-12 14:41:04 +08:00
Mark Nelson
f2f5a5fc0e
MDL-29334 mod_data: if site-wide presets created in <= 1.9 exist convert them to 2.x
2012-12-12 13:07:03 +08:00
Dan Poltawski
9391d2f4cf
Merge branch 'wip-MDL-33448-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-12-12 09:38:03 +08:00
Cathal O'Riordan
18a0b829a4
MDL-36644 Assignment: prepend the course upload limit to the options array
...
Ensure that the course upload limit is the first option in the list of available choices for the Maximum submission size select.
2012-12-12 08:57:21 +08:00
Dan Poltawski
8869233e26
Merge branch 'm23_MDL-35737' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-12-12 08:44:13 +08:00
AMOS bot
bdefe732c5
Automatically generated installer lang files
2012-12-12 00:41:20 +00:00
Sam Hemelryk
3ad9a3fda3
Merge branch 'MDL-27619_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-12-12 11:09:32 +13:00
Eloy Lafuente (stronk7)
106c4841a7
Merge branch 'MDL-32880_23_3' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-12-11 22:50:08 +01:00
Sam Hemelryk
27f4a337a0
MDL-29805 redirect: added check REQUIRE_CORRECT_ACCESS is true
2012-12-12 09:47:00 +13:00
Sam Hemelryk
1b39edd662
Merge branch 'MDL-29805-23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-12-12 09:45:03 +13:00
Sam Hemelryk
09fc0fde35
Merge branch 'MDL-35593-23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-12-12 09:38:27 +13:00
Sam Hemelryk
6e89cdb35f
Merge branch 'wip_23_mdl-37088_bad_operator_ldap_sync_user' of https://github.com/iarenaza/moodle into MOODLE_23_STABLE
2012-12-12 09:34:31 +13:00
Sam Hemelryk
eb49335150
Merge branch 'MDL-36321_message_participants_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-12-12 09:28:58 +13:00
Eloy Lafuente (stronk7)
ecdee4a925
Merge branch 'MDL-30700-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-11 19:58:19 +01:00
Dan Poltawski
def1725853
Merge branch 'w49_MDL-36447_m23_gdtest' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 17:54:51 +08:00
Dan Poltawski
7350e439bf
Merge branch 'MDL-36243_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2012-12-11 16:24:34 +08:00
Dan Poltawski
eba170d8fc
Merge branch 'wip-MDL-36108-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-11 16:03:41 +08:00
Damyon Wiese
c8aa33ea2c
MDL-35740 Assignment: Show students the status of own submission on overview page.
...
This is a minimal patch just for backporting to 23.
2012-12-11 16:01:23 +08:00
Jason Fowler
a5dbb601ce
MDL-36108 - Blocks - Online User block's user image's alt attribute is now empty to prevent repetition of text for screen readers
2012-12-11 15:49:27 +08:00
Damyon Wiese
0887f75587
MDL-30700 Assignment 2.2: Added text_sorting function to tablelib
...
Allows oracle to sort by text (clob) columns (should be used sparingly).
2012-12-11 15:41:56 +08:00
Dan Poltawski
f2190bac6c
Merge branch 'MDL-36712-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-11 14:01:14 +08:00
Dan Poltawski
1ff0a314c9
Merge branch 'MDL-36591-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-11 13:57:11 +08:00
Dan Poltawski
556f228a9e
Merge branch 'MDL-36897_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 13:54:23 +08:00
Dan Poltawski
a2f2dbb5dc
Merge branch 'w49_MDL-36685_m23_tablecells' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 13:44:01 +08:00
Dan Poltawski
f55f2e48ca
Merge branch 'MDL-34791-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-12-11 13:23:08 +08:00
Dan Poltawski
1c570f9096
Merge branch 'MDL-36808-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-12-11 12:19:46 +08:00
Petr Škoda
1d2b58b5dd
MDL-36983 fix incorrect test method name
...
Credit goes to David Scotson, thanks.
2012-12-11 12:10:43 +08:00
Dan Poltawski
a2577a7cc3
Merge branch 'w49_MDL-36892_m23_enrolreadme' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 12:07:22 +08:00
Dan Poltawski
957dfed5f2
Merge branch 'MDL-36845_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 11:58:54 +08:00
Aparup Banerjee
4e66b8908c
Merge branch 'w49_MDL-36817_m23_composer' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 11:54:53 +08:00
Dan Poltawski
f95ba651fc
Merge branch 'MDL-36828_23' of https://github.com/aolley/moodle into MOODLE_23_STABLE
2012-12-11 11:44:40 +08:00
Dan Poltawski
10c8b7390c
Merge branch 'wip-MDL-36110-s23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-11 11:33:22 +08:00
Dan Poltawski
5d1dff532e
Merge branch 'wip-MDL-35884-s23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-12-11 11:17:43 +08:00
Jason Fowler
2874baa411
MDL-35884 - Course - Fixing bad whitespace/character return
2012-12-11 11:12:17 +08:00
Jason Fowler
4885064053
MDL-35884 - Course - Remove text from ALT attribute for activity chooser
2012-12-11 11:11:49 +08:00
Sam Hemelryk
39a36d7d7b
Merge branch 'MDL-36650_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 16:11:08 +13:00
Dan Poltawski
3f358a021b
Merge branch 'MDL-36025-negative-zero-MOODLE_23_STABLE' of git://github.com/mpetrowi/moodle into MOODLE_23_STABLE
2012-12-11 11:07:43 +08:00
Sam Hemelryk
b54470f497
Merge branch 'w49_MDL-36731_m23_uploadestrict' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 16:04:13 +13:00
Sam Hemelryk
237ea8768c
Merge branch 'MDL-36905_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-12-11 15:44:32 +13:00
Dan Poltawski
b2fa6cfa93
Merge branch 'MDL-34052-23' of https://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-11 10:39:42 +08:00
Dan Poltawski
8f647f1d3a
Merge branch 'w49_MDL-31424_m23_paypalcase' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-11 10:31:44 +08:00
Sam Hemelryk
2e6538382a
Merge branch 'MDL-36942_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 15:04:17 +13:00
Sam Hemelryk
b74804c8a8
Merge branch 'MDL-36954_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 14:59:50 +13:00
Dan Poltawski
14802ee558
Merge branch 'MDL-36773-23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-12-11 09:56:47 +08:00
Petr Škoda
702ac0ce02
MDL-37061 always validate lang when setting session user
...
This should resolve problems with TinyMCE langs and some unknown MUCH caching issue.
2012-12-11 14:44:41 +13:00
Andrew Davis
72754427b6
MDL-36321 core_message: made the course participants list correctly show if course participants are contacts or not
2012-12-11 08:55:25 +08:00
Petr Škoda
f6ca5cf303
MDL-29442 add missing utf-8 to entity html encoding and decoding
2012-12-11 10:23:12 +13:00
Sam Hemelryk
3c805e592c
Merge branch 'MDL-36263-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-11 10:10:07 +13:00
Sam Hemelryk
f1cf05cbbe
Merge branch 'MDL-36601-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-12-11 09:41:49 +13:00
Sam Hemelryk
667dfa5e7c
Merge branch 'MDL-36805-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-12-11 09:14:59 +13:00
Iñaki Arenaza
c31d0566d7
MDL-37088 auth_ldap: bad operator in ldap sync_user() method
2012-12-10 16:48:14 +01:00
Andrew Robert Nicols
53e1e390f3
MDL-34791 AJAX Update a graded activity's title in the gradebook on rename
2012-12-10 14:15:27 +00:00
Andrew Robert Nicols
8fdecaa51a
MDL-36805 Correct docs for workshop_grade_item_update in mod_workshop
...
The documentation suggested that the modname field should be present on the
$workshop parameter when this is not required. It is not used in any point
in the function and the $workshop variable is never passed to another
function which may use it.
2012-12-10 12:27:30 +00:00
Dan Poltawski
1423ab3709
Merge branch 'w49_MDL-36737_m23_glossstrict' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-10 19:37:41 +08:00
Vadim Dvorovenko
4dcae0d897
MDL-32639 files: Removing '0' start folder in archives created with filemanager
...
Signed-off-by: Vadim Dvorovenko <vadimon@mail.ru >
2012-12-10 18:10:58 +08:00
Dan Poltawski
ae4e512f66
Merge branch 'MDL-36167-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-10 17:32:30 +08:00
Dan Poltawski
b0473b9bf0
Merge branch 'MDL-36732_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-10 15:18:24 +08:00
Dan Poltawski
8bd7536090
Merge branch 'MDL-36742_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-10 14:41:48 +08:00
Dan Poltawski
870d2fff8e
Merge branch 'MDL-36549_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-12-10 14:19:10 +08:00
Dan Poltawski
66586db224
Merge branch 'MDL-36835-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-12-10 14:02:24 +08:00
Dan Poltawski
d4d6cce500
Merge branch 'MDL-36538_webdav_memory_23' of git://github.com/davosmith/moodle into MOODLE_23_STABLE
2012-12-10 13:13:11 +08:00
Dan Poltawski
6078f84d9f
Merge branch 'w49_MDL-35456_m23_paypal' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-12-10 12:03:33 +08:00
Dan Poltawski
8ffe246d69
Merge branch 'MDL-35404_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-10 11:36:49 +08:00
Sam Hemelryk
a9269beb9c
Merge branch 'MDL-30961-23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-12-10 14:59:31 +13:00
Dan Poltawski
1197b6163a
Merge branch 'MDL-36680_hidden_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-12-10 09:57:10 +08:00
Sam Hemelryk
e4a2de510c
Merge branch 'MDL-34592_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-12-10 14:28:24 +13:00
Sam Hemelryk
15e9d4c64a
Merge branch 'MDL-36608_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-12-10 14:24:10 +13:00
Sam Hemelryk
b35e30e5bc
Merge branch 'MDL-36978_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-12-10 14:21:08 +13:00
Mark Nielsen
ccca91bd9e
MDL-36579: Adding missing fields in mod/lti backup
2012-12-10 14:16:36 +13:00
Sam Hemelryk
1f0e0ab503
Merge branch 'MDL-36607_dndBlocks' of https://github.com/moodlerooms/moodle into MOODLE_23_STABLE
2012-12-10 14:12:24 +13:00
Mary Evans
564b28731c
MDL-34592 theme_magazine: Fixes the report grader fixed column misalignment in magazine/style/core.css theme, plus fixes all CORE themes with minor adjustment to grade/report/grader/style.css
2012-12-10 00:06:03 +00:00
Sam Hemelryk
2353df33a7
Merge branch 'MDL-36433' of git://github.com/itamart/moodle into MOODLE_23_STABLE
2012-12-10 12:13:10 +13:00
Dan Poltawski
8d0a31e6cf
MDL-36764 ddl/oracle: fix misleading comment
2012-12-10 11:55:08 +13:00
Sam Hemelryk
f382da5bf9
Merge branch 'MDL-36778-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-12-10 11:51:20 +13:00
Sam Hemelryk
0d76053893
Merge branch 'MDL-36887-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-12-10 11:47:44 +13:00
Sam Hemelryk
46210e38e8
Merge branch 'MDL-36640-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-12-10 11:42:35 +13:00
Andrew Robert Nicols
0c7f592819
MDL-36918 Decode HTML entities on ajax update title
2012-12-10 11:15:07 +13:00
Sam Hemelryk
532577bb97
Merge branch 'message_nav_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-12-10 10:58:50 +13:00
Sam Hemelryk
5b2b3bdaf8
Merge branch 'MDL-36761_loop_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-12-10 10:54:00 +13:00
Sam Hemelryk
b88caf890d
Merge branch 'MDL-34591_23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
2012-12-10 10:48:33 +13:00
Sam Hemelryk
45fd888c52
Merge branch 'wip-MDL-35221-MOODLE_23_STABLE' of git://github.com/kwiliarty/moodle into MOODLE_23_STABLE
2012-12-10 10:41:20 +13:00
Sam Hemelryk
f384987ead
Merge branch 'wip-MDL-36906-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-12-10 10:33:33 +13:00
Sam Hemelryk
4dd8a25f5d
Merge branch 'wip-MDL-36915-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-12-10 10:27:07 +13:00
Sam Hemelryk
289f5e85e7
Merge branch 'wip-MDL-37026-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-12-10 10:23:35 +13:00
Sam Hemelryk
cf0451133f
Merge branch 'MDL-33125_23' of git://github.com/aolley/moodle into MOODLE_23_STABLE
2012-12-10 10:19:22 +13:00
Petr Škoda
0f4db4574c
MDL-36447 skip file preview test if GD not available
2012-12-09 19:23:52 +01:00
Andreas Grabs
a0212e54f5
MDL-34591 - paypal does not allow unenrol
2012-12-09 19:08:17 +01:00
Mary Evans
bf5886726f
MDL-36978 theme_standardold: fixes misplaced block region check in layout/frontpage.php which, with hindsight should have been fixed in MDL-23226.
2012-12-08 22:53:36 +00:00
Jean-Michel Vedrine
f62c457ece
MDL-36243 question->questiontext and question->generalfeedback should always be strings
2012-12-08 20:47:32 +01:00
Petr Škoda
b03f7353d0
MDL-36737 fix random glossary E_STRICT issue
2012-12-08 14:45:31 +01:00
Petr Škoda
408ef58fed
MDL-31424 compare PayPal emails case-insensitively
...
Credit goes to Chris Follin, thanks!
2012-12-08 13:17:53 +01:00
Petr Škoda
df93e51dcf
MDL-35456 use HTTP 1.1 for PayPal IPN
2012-12-08 11:59:41 +01:00
Eloy Lafuente (stronk7)
5fa7d72064
weekly release 2.3.3+
2012-12-08 02:55:28 +01:00
Eloy Lafuente (stronk7)
ac10ff2459
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-12-08 02:49:16 +01:00
Petr Škoda
0c1115480e
MDL-36936 require phpunit as composer --dev only
2012-12-07 18:21:56 +01:00
Petr Škoda
3b3b7e68ab
MDL-36892 delete outdated enrol info
2012-12-07 17:17:21 +01:00
Davo Smith
fdf3274ff2
MDL-36538 repository_webdav - save files directly to local filesystem, rather than buffering in memory
2012-12-07 09:25:23 +00:00
AMOS bot
0935f03d7d
Automatically generated installer lang files
2012-12-07 00:40:52 +00:00
Sam Hemelryk
467c1ad18d
MDL-33448 enrol_manual: Reduced JS get_string calls for the yui widget
2012-12-07 09:52:55 +13:00
Sam Hemelryk
5c5b2999cb
MDL-33448 enrol_manual: Reordered things to improve JS performance when enrolling users
2012-12-07 09:52:55 +13:00
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
Sam Hemelryk
01afb8024f
Merge branch 'wip-mdl-36238-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-11-28 11:41:35 +13:00
Sam Hemelryk
03af084b52
Merge branch 'wip-MDL-34530_MOODLE_23_STABLE' of git://github.com/jason-platts/moodle into MOODLE_23_STABLE
2012-11-28 11:24:56 +13:00
Sam Hemelryk
4254a7495c
Merge branch 'MDL-36012-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-11-28 11:12:30 +13:00
Andrew Robert Nicols
1ca16a9b59
MDL-36752 Be more specific about tooltip selectors
2012-11-27 14:51:05 +00:00
sam marshall
8b6aeff8ea
MDL-36808 Completion: Incorrect escaping for activity name in completion tickbox
2012-11-27 12:54:23 +00:00
Aparup Banerjee
f6183fa162
Merge branch 'MDL-36865_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-27 16:26:08 +08:00
Damyon Wiese
2dd7131e1e
MDL-35966 Assignment - Localisation issue - use userdate not strftime
...
This is causing a database error (reported on MySQL) when strftime returns
non-utf8 characters. This occurs when sending assignment notifications.
This was reported and a solution provided by Chien Wen-Chang(簡文章).
2012-11-27 16:18:15 +08:00
Mark Nelson
47acfc3db9
MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers
2012-11-27 16:00:09 +08:00
David Monllao
429a5a5b33
MDL-30899 moodle-enrol-notification Adding focus to non modal windows
2012-11-27 14:57:07 +08:00
David Monllao
a3fc03f616
MDL-30899 moodle-enrol-notification Adding H1 to notifications headers
2012-11-27 14:57:07 +08:00
David Monllao
99b8393174
MDL-30899 block_community Changing from overlay to panel references
2012-11-27 14:57:07 +08:00
David Monllao
2a88835d5a
MDL-30899 modchooser Changing from overlay to panel references
2012-11-27 14:57:07 +08:00
David Monllao
64cd465f13
MDL-30899 moodle-enrol-notification Replacing Y.Overlay for Y.Panel
...
References to lightbox are still there to maintain the same
external API but are converted to a modal attribute internally,
same with closeButton, not it uses the Y.Panel close button
2012-11-27 14:57:06 +08:00
Aparup Banerjee
7cde2573d7
Merge branch 'MDL-36841_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-27 14:56:36 +08:00
Dan Poltawski
c9368a425a
Merge branch 'MDL-34695_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-27 14:23:44 +08:00
Dan Poltawski
db7f46ad3a
Merge branch 'MDL-36302-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-11-27 14:10:06 +08:00
Damyon Wiese
520b7df1a5
MDL-36302 course: Set correct URL on settings page for navigation.
2012-11-27 14:04:07 +08:00
Dan Poltawski
89ac5e8782
Merge branch 'MDL-36184-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-11-27 13:58:29 +08:00
Luke Tucker
42e0a59d5b
MDL-34052 assignment - Disable submission and feedback plugins based on assign type when upgrading
2012-11-27 13:39:53 +08:00
Dan Poltawski
148c786f7c
Merge branch 'MDL-36752-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-27 13:32:47 +08:00
Dan Poltawski
6ac0d92d5b
Merge branch 'MDL-36806_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-27 13:26:46 +08:00
Mark Nelson
487ec8a912
MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error
2012-11-27 12:41:58 +08:00
Aparup Banerjee
f441ec2564
Merge branch 'wip-mdl-36767-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-11-27 12:20:25 +08:00
Rajesh Taneja
e006de414e
MDL-36767 Administration: user_filter_yesno use different name for sql filter
...
user_filter_yesno extends user_filter_simpleselect, so if user bulk action filter has both
user_filter_simpleselect and user_filter_yesno, they use the same filter name but counter is
different as they are different classes. Hence using different filter name will avoid confilts
2012-11-27 11:55:57 +08:00
Aparup Banerjee
4505720f3e
Merge branch 'MDL-36305-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-27 11:53:09 +08:00
Peter Bulmer
166d3b60d3
MDL-36838 moodle->mahara mnet SSO failure in FF17
...
In MDL-36838 Firefox 17 users are unable to sso from moodle to mahara.
Firefox 17 uses a different user agent (UA) string for Moodle sites than it
does for Mahara or other sites.
This patch relaxes the check which previously required that the UA string
being presented to the SP on landing matched the UA string presented to the IP
when jumping.
Likewise, checks associated with logout calls have been relaxed
2012-11-27 16:19:38 +13:00
Sam Hemelryk
13669ef4d8
Merge branch 'wip-MDL-36795-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-11-27 11:21:55 +13:00
Sam Hemelryk
77f3688b2f
Merge branch 'MDL-35760_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-27 11:10:25 +13:00
Sam Hemelryk
4c14127cdb
Merge branch 'MDL-36760_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-27 10:40:57 +13:00
Paul Nicholls
134ede3476
MDL-27619: Prevent teachers from turning course Outcomes into site-wide ones
...
Similar to the issue which allowed teachers to create site-wide scales by editing a course-specific scale (MDL-24682), teachers could also promote a course-specific scale to a site-wide (standard) by editing it. As with MDL-24682, removing the course ID check (leaving just the capability check) prevents this unauthorised creation of site-wide (standard) outcomes.
2012-11-27 09:48:16 +13:00
Adrian Greeve
d22b5faae8
MDL-36795 - lib / administration: maxsections now limits the default setting for numsections.
...
In the default course settings, setting the maximum number topics / weeks to 0 would not
change the default number of sections on the same page as any other number would.
A more appropriate check has been put in place.
This also incorporates a fix for MDL-28584. The course edit screen now also checks to see
if maxsections is set or numeric. If it is not set or numeric then it defaults to 52.
2012-11-26 15:54:49 +08:00
Adam Olley
63945c8de2
MDL-36828: mod_scorm: Allow deletion of scorm modules if no scorm_scoes data exists
2012-11-26 15:33:16 +10:30
Adam Olley
69b0d17436
MDL-33125: core_backup: Prevent import/activity duplication from duplicating manual grade items
2012-11-26 12:28:00 +10:30
Sam Hemelryk
55f8a9c766
Merge branch 'MDL-36609_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-26 14:57:57 +13:00
Sam Hemelryk
f9fa262aa9
Merge branch 'wip-MDL-36551-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-11-26 14:44:27 +13:00
Sam Hemelryk
8f718da437
Merge branch 'MDL-36763-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-26 11:42:13 +13:00
Sam Hemelryk
703b86eefb
Merge branch 'MDL-35963-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
2012-11-26 10:31:57 +13:00
AMOS bot
2afa81e6de
Automatically generated installer lang files
2012-11-24 00:42:52 +00:00
Tim Hunt
36ab57f922
MDL-36806 question files: fix unnecessary require_login call.
...
quiz_question_pluginfile later does the correct check. Doing this
other check first means you get an error about changing $PAGE->context.
2012-11-23 15:56:46 +00:00
Tim Hunt
500c73ba1e
MDL-36760 formslib: fix frozen elements with [] in name.
...
This was a regression caused by MDL-30845 or, to be precise, the related
issue MDL-32785.
Form elements with names like multipier[0] require special handling,
such as is present in HTML_QuickForm_element::_prepareValue. I have
added equivalent handling to MoodleQuickForm::exportValues. I am afraid
that I could not think of a way to do this reliably without duplicating
code.
2012-11-23 11:31:20 +00:00
Tim Hunt
d4eec64dc6
MDL-36650 don't change question timecreated or timemodified on restore.
2012-11-23 10:50:26 +00:00
Mark Nelson
6e726489e7
MDL-36741 mod_forum: fixed SQL that was generated when either timed posts or groups were enabled
2012-11-23 17:03:10 +08:00
Dan Poltawski
5f1d8f2a8f
weekly release 2.3.3+
2012-11-23 15:20:23 +08:00
Dan Poltawski
0d80d00494
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-23 15:12:29 +08:00
Dan Poltawski
cc00f721d1
Merge branch 'MDL-36204-files-with-spaces_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2012-11-23 11:20:04 +08:00
David Mudrák
045053f641
MDL-36204 Improve moodle1 conversion of embedded files
...
URL of files referenced in HTML fields via $@FILEPHP$@ are usually
encoded if they were linked using the HTML editor. So if they contain
spaces or plus signs in the name, their URL is encoded to use %20 and
%2B respectively.
Sometimes, for example when the HTML was edited manually in 1.9 without
the editor, non-encoded file names may be put into the HTML text. Such a
link used to work in 1.9 so we add an explicit support for it, too.
However, we do not support partially encoded URLs (e.g. only spaces are
encoded while plus signs are not). Such links are unmodified and will
rely on Legacy files support.
2012-11-23 03:51:55 +01:00
Paul Nicholls
d09fffbefb
MDL-32880: Add moodle1 backup converter for rss_client block.
...
Creates a shell rss_client.xml file, which contains no feeds. This makes it behave the same as restoring a Moodle 1.9 backup into a different 1.9 site - the block is created, its title is as per the original course, but it has no feeds selected (and none are added to the site's feed list).
2012-11-23 09:01:59 +13:00
Paul Nicholls
6eb4a954a6
MDL-32880: Add moodle1 backup converter for html block.
...
This converter processes the HTML block's content, migrating any referenced files.
2012-11-23 09:01:47 +13:00
Paul Nicholls
afaabdaf27
MDL-32880: moodle1 backup converter: add generic block handler
...
This handler will automatically be used for any block which does not provide its own handler, and should be subclassed by any block which needs to do anything extra (or different).
This commit incorporates contributions from Mike Churchward and API design suggestions from David Mudrak.
2012-11-23 09:01:35 +13:00
Andrew Robert Nicols
0e88b7d94f
MDL-35819 Improve performance of help tooltip
...
Rather than using an event handler for each help link, we add the
'helpicon' class to them and delegate the display function.
In order for this to work, we modify the way that Y.io fetches the help to
use the intended target of the anchor rather than a value provided in the
add call. We also no longer modify this URL and instead add the ajaxurl
parameter to it using the Y.io data parameter.
This change is backwards compatible with people calling it without using
the help icon renderer.
2012-11-22 11:45:34 +00:00
Andrew Robert Nicols
355b4f9dfa
MDL-36763 Remove onclick event when creating activity left indent link
...
The left indent onclick is now handled by a Y.delegate so there is no need
for a seperate event handler.
2012-11-22 10:56:20 +00:00
AMOS bot
f4a048d771
Automatically generated installer lang files
2012-11-22 09:05:24 +00:00
Rajesh Taneja
aae9605228
MDL-36736 course: Availability information should not be visible for hidden modules
...
If user is viewing hidden module, availability information should only be visible to
user when editing and module is visible. If editing and module is hidden, then hide
availablilty information as it's invalid.
When user is not editing and activity is hidden then don't add availability information.
2012-11-22 15:13:26 +08:00
Rajesh Taneja
c1ac572d9c
MDL-36736 course: Availability information will use hide class for hidding
2012-11-22 15:13:26 +08:00
Dan Poltawski
64ae757ee5
Merge branch 'wip-MDL-36668-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-11-22 10:33:15 +08:00
Petr Škoda
2b78a895fe
MDL-36753 fix invalid sectionid in backup tests
2012-11-21 12:40:17 +01:00
Damyon Wiese
dba42c3390
MDL-36712: Assignment grading with custom scale is affected by the current language
2012-11-21 15:35:44 +08:00
Dan Poltawski
bbeafdbed1
Merge branch 'w47_MDL-36547_m23_sectiongen' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-21 15:34:22 +08:00
Dan Poltawski
105562e682
Merge branch 'MDL-30884_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-21 15:19:24 +08:00
Damyon Wiese
85b5e20cde
MDL-35963: Assignment - do not accept empty submissions
...
Conflicts:
mod/assign/locallib.php
2012-11-21 13:53:34 +08:00
Mark Nelson
03e403414e
MDL-35760 filemanager: ensuring the dnd arrow displays in the center of the filemanager for all supported browsers
2012-11-21 12:03:54 +08:00
Damyon Wiese
80238a3cc2
MDL-36012: Assignment, Accessibility - Add user information to alt text for grade icon in grading table.
...
Conflicts:
mod/assign/lang/en/assign.php
2012-11-21 12:03:45 +08:00
Dan Poltawski
c41d292bce
Merge branch 'MDL-35675-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-21 12:02:58 +08:00
Dan Poltawski
19d964e07a
Merge branch 'MDL-36289-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-11-21 12:01:03 +08:00
Dan Poltawski
8fb4c6e7c3
Merge branch 'MDL-30377_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-21 11:53:21 +08:00
Dan Poltawski
97c7facfe0
Merge branch 'MDL-36170_m23' of https://github.com/jfilip/moodle into MOODLE_23_STABLE
2012-11-21 11:47:39 +08:00
Rossiani Wijaya
879766ade2
MDL-36549 Lesson module: fixed strict standards errors
2012-11-21 11:32:42 +08:00
Damyon Wiese
fbd336f810
MDL-36184: Assignment quickgrading should only update lastmodified dates for modified submissions
2012-11-21 11:14:29 +08:00
Adrian Greeve
0c5bd8349d
MDL-36551 - mod_data: Onsite presets now retain the advanced search template.
...
Presets that were saved to the site would lose the advanced search template when being used.
The previous check was put in place to see if the advanced search template existed or not (presets pre 1.9),
This checked external files properly but not onsite files.
Now checks are being done on both internal and external preset files.
2012-11-21 10:03:00 +08:00
Damyon Wiese
7cc7277064
MDL-36167: Assignment quickgrading fix when there is no grade (ensure feedback still saves)
...
This patch modifies the previous on by Luke Tucker so that the lastmodified hidden field
is always added to the quickgrading form even if there is no grade for the assignment. This
ensures that the lastmodified checks still work (to prevent teachers overwriting each
others feedback) and feedback is saved when there is no grade.
Conflicts:
mod/assign/locallib.php
2012-11-21 09:33:14 +08:00
Luke Tucker
9e494233b0
MDL-36167: Update all users in assignment quickgrade form to ensure feedback is saved
2012-11-21 09:31:20 +08:00
Sam Hemelryk
fa99332779
Merge branch 'MDL-25552_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-21 09:00:17 +13:00
Justin Filip
0c665d0063
MDL-36170 - mod/data - Don't display the blocks editing button within table HTML, use a standard API to create it.
2012-11-20 09:04:34 -05:00
Tim Hunt
a9258e46ae
MDL-30884 quiz: ARIA attribute for the coutdown timer.
2012-11-20 12:14:27 +00:00
Mark Nelson
13f8c06414
MDL-25552 mod_lesson: changing filepicker element to filemanager to allow the deletion of a file
2012-11-20 17:42:28 +08:00
Aparup Banerjee
8626068001
Merge branch 'wip-mdl-36707-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-11-20 16:28:00 +08:00
Dan Poltawski
3ec8f9f74a
Merge branch 'MDL-33863_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-20 16:16:41 +08:00
Dan Poltawski
728b702f4e
Merge branch 'MDL-36022-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-20 16:04:19 +08:00
Dan Poltawski
a91c6103f3
Merge branch 'MDL-30731-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-20 15:31:38 +08:00
Dan Poltawski
0299d83bc0
Merge branch 'MDL-36646_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-20 15:12:00 +08:00
Dan Poltawski
254d78b75f
Merge branch 'MDL-36571_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-20 15:01:38 +08:00
Frederic Massart
ac247b4e84
MDL-30731 calendar: Fixed display of images in event descriptions
2012-11-20 14:59:23 +08:00
Dan Poltawski
21082f7aed
Merge branch 'MDL-36548_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-11-20 14:45:04 +08:00
Dan Poltawski
d7aec7342d
Merge branch 'wip-MDL-36453-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-11-20 14:32:05 +08:00
Frederic Massart
f54b485abc
MDL-36305 theme: Forum reply button is not removed using MyMobile
2012-11-20 13:57:03 +08:00
Rajesh Taneja
84e47a8a3b
MDL-36707 Course: set conditionalhidden class properly, so it doesn't overlap with dimmed class
2012-11-20 13:45:11 +08:00
Dan Poltawski
d338726097
Merge branch 'MDL-36204_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-11-20 12:45:32 +08:00
Dan Poltawski
81d1026d1c
Merge branch 'm23_MDL-36168' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-11-20 12:38:33 +08:00
Dan Poltawski
aaf19f1ca3
Merge branch 'MDL-35158-23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
2012-11-20 12:28:59 +08:00
Dan Poltawski
042a79870c
Merge branch 'MDL-32865_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2012-11-20 12:05:46 +08:00
Dan Poltawski
e81c1ad987
Merge branch 'MDL-30871-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-20 11:47:26 +08:00
Dan Poltawski
04821272ab
Merge branch 'MDL-26439_message_search_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-11-20 11:20:51 +08:00
Eloy Lafuente (stronk7)
c7dcaf1324
Merge branch 'MDL-36683_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-20 01:33:49 +01:00
Jean-Michel Vedrine
e2ba9a1d70
MDL-33863 question restore: better hint identification.
...
This is very similar to what MDL-30018 did for question_answers.
2012-11-19 23:29:32 +00:00
Tim Hunt
f88bd546eb
MDL-36683 qtype match restore: better subq indentification.
...
This is very similar to what MDL-30018 did for question_answers.
2012-11-19 23:06:16 +00:00
Tim Hunt
4c1a35e34c
MDL-36571 qtype multichoice: don't corrupt unicode characters.
...
It seems that \s includes non-breaking space, and the typical one-byte
representation of that is the same as some parts of multibyte unicode
characters. Therefore, you need to include the u modifer on the regular
expressions.
Also, remove any number of <br /> at the end of the answer.
Thanks to Joseph Rézeau and Jean-Michel Vedrine for working out what the
problem was, and how to fix it.
2012-11-19 18:20:38 +00:00
Dan Poltawski
358f8debde
Merge branch 'MDL-36696-MOODLE_23_STABLE' of git://github.com/mrverrall/moodle into MOODLE_23_STABLE
2012-11-20 00:03:56 +08:00
Paul Verrall
4ca66b68f8
MDL-36696 - filepicker: remove superfluous comma
...
It causes problems with older versions of IE.
2012-11-19 15:48:23 +00:00
Mark Nelson
302808a37f
MDL-36609 javascript: ensure HTML element exists before attempting to perform JS functionality
2012-11-19 15:43:12 +08:00
Dan Poltawski
21c255093d
Merge branch 'MDL-36655-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-11-19 15:01:54 +08:00
Dan Poltawski
682661d87a
Merge branch 'MDL-34204_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-19 10:33:31 +08:00
Adrian Greeve
92aa8fe491
MDL-36668 - mod/data: Removed duplicate data_content join in simple searches.
...
Thanks to Patrick Pollet (patrick.pollet@insa-lyon.fr ) for his patch
2012-11-19 10:13:04 +08:00
Sam Hemelryk
99072482f6
Merge branch 'MDL-36589_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-19 14:55:22 +13:00
Jean-Michel Vedrine
58310f8845
MDL-32865 CLOZE Questions imported from another course end up with broken image links
2012-11-17 16:45:40 +01:00
Andreas Grabs
8199b8748e
MDL-35158 - Random Glossary block returns an error when you delete the linked glossary
2012-11-17 12:03:58 +01:00
Petr Škoda
2ded89d564
MDL-36547 fix section handling in precreate_course_module()
2012-11-17 09:06:12 +01:00
Petr Škoda
996db2f7ac
MDL-36547 add test for section number when generating modules
2012-11-17 09:06:11 +01:00
Andrew Robert Nicols
a0dd5e65b9
MDL-36640 Logging: Correct testing of log->info.
...
log->info sometimes contains additional information which can be looked up
from other tables. This should only be attempted if the field is numeric,
but the CSV, XLS, and ODS outputs were not making this check.
There is an additional case for the print_mnet_log function which has not
been covered - this is because the mnet logging is currently broken beyond
the scope of this bug rendering this section untestable. These issues are
raised in MDL-36642.
2012-11-16 11:18:05 +00:00
Dan Poltawski
6548ce0915
weekly release 2.3.3+
2012-11-16 15:36:21 +08:00
Dan Poltawski
099c7f61da
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-16 15:32:33 +08:00
Frederic Massart
0b674ddb42
MDL-26660 libraries: Improved XML validation before parsing
2012-11-16 12:14:04 +08:00
Damyon Wiese
62d70e07bc
MDL-36655: Assignment - do not add empty group to grading form when there is only one student
2012-11-16 11:00:05 +08:00
AMOS bot
01944afa45
Automatically generated installer lang files
2012-11-15 21:29:40 +00:00
Tim Hunt
877b243fed
MDL-36646 unit tests should not assume number of contexts.
2012-11-15 14:36:32 +00:00
Tim Hunt
1b36a754d0
MDL-34204 grader report: static call to non-static method.
2012-11-15 13:47:36 +00:00
Mary Evans
a94316030f
MDL-36608 theme_sky_high: Fixes missing background in sdmin pages by removing incorrect CSS in style/admin.css
2012-11-15 11:22:31 +00:00
Dan Poltawski
153f5eb3c7
MDL-36061 - remove master-only unit tests
2012-11-15 15:19:28 +08:00
Dan Poltawski
43c6aa915e
Merge branch 'MDL-36331_redirect_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-11-15 14:40:56 +08:00
Dan Poltawski
f73a131980
Merge branch 'MDL-36061_userid_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-11-15 14:32:59 +08:00
Andrew Davis
168a941104
MDL-36061 core_grade: added some unit tests related to refresh_grades()
2012-11-15 11:19:34 +08:00
Matt Switlik
76ab64b07e
MDL-36061 gradebook: grade_item->refresh_grades doesn't propagate $userid
2012-11-15 11:19:20 +08:00
Andrew Davis
11694f391e
MDL-36331 core_grade: fixed up 2 incorrect default return URLs
2012-11-15 10:48:50 +08:00
Dan Poltawski
05c7471b5c
Merge branch 'wip-MDL-36576-m23' of git://github.com/amygroshek/moodle into MOODLE_23_STABLE
2012-11-15 08:57:02 +08:00
Adrian Greeve
f6cdef58cb
MDL-36453 - mod_data: Presets now load in a Windows environment.
...
Thanks to Michael de Raadt for this patch.
2012-11-15 08:56:15 +08:00
Mark Nielsen
c85164da32
MDL-36607: Improve block drag and drop
...
* Adding support for subpage
* Adding support for regions that do not start with "side-"
2012-11-14 15:35:14 -08:00
Paul Nicholls
bdc69570f5
MDL-36204: moodle1 backup converter: add unit test to cover this issue
2012-11-15 11:16:31 +13:00
Paul Nicholls
0dfc910131
MDL-36204: moodle1 backup converter: urldecode filenames from links
...
If filenames are not run through urldecode(), those that contain spaces (or other url-encoded characters) will not be handled, as they can't be found in the backup file.
2012-11-15 11:09:58 +13:00
Amy Groshek
02e5529bd5
MDL-36576 - change generalbox classname to generaltable to fix rounded corners on the table background color
2012-11-14 12:32:30 -06:00
Mark Nielsen
c9af37c4ab
MDL-36336: Prevent duplicate grade items on restore
...
During restore, lti_add_instance() was being called
and this could generate a grade item. This would
produce a duplicate item because the restore
process would automatically generate the grade item.
2012-11-14 09:38:42 -08:00
Mark Nelson
73d13b1e43
MDL-30377 forum: do not allow users to view not yet started or expired discussions
2012-11-14 21:01:19 +08:00
Rossiani Wijaya
effbfda526
MDL-36589 Lesson Module: set correct answer_jump to next page in question import.
2012-11-14 16:18:00 +08:00
Dan Poltawski
f5c074b60a
Merge branch 'w46_MDL-36283_m23_cohortmembers' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-14 11:26:05 +08:00
Dan Poltawski
89a55cd9e0
Merge branch 'MDL-35358_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-14 11:17:00 +08:00
Dan Poltawski
83ee1d4a43
Merge branch 'MDL-26660-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-14 10:33:54 +08:00
Dan Poltawski
40a639fa62
Merge branch 'MDL-34520-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-11-14 09:56:03 +08:00
Amy Groshek
e0fa7911e2
MDL-36540 - Survey language pack typo
2012-11-14 09:45:51 +08:00
Aparup Banerjee
b459897d8f
MDL-24736 anotating tinymce changes to readme
2012-11-14 09:41:34 +08:00
Dan Poltawski
b1a7fcf2b3
Merge branch 'wip-MDL-36413-MOODLE_23_STABLE' of https://github.com/nicolasconnault/moodle into MOODLE_23_STABLE
2012-11-14 09:18:33 +08:00
Aparup Banerjee
4093331bad
Merge branch 'wip_23_mdl-25736_tinymce_spellchecker_frech_issues' of https://github.com/iarenaza/moodle into MOODLE_23_STABLE
2012-11-14 09:13:30 +08:00
Michael Aherne
b622d36f13
MDL-34762 course Hide system archetypes from mod chooser
2012-11-14 09:06:33 +08:00
Paul Nicholls
04fa1da315
MDL-36548: Major performance boost to Detail (list) view in file picker
...
Pass the data (filelist) into the DataTable when initialising it, rather than rendering an empty DataTable and then pushing all of the data into it via addRows().
It's also slightly more efficient to just pass the node in, rather than fetching the node and passing its ID in, as DataTable.render() will just re-select the node if given the ID. [Spotted by Andrew Nicols]
2012-11-14 12:40:08 +13:00
Dan Poltawski
5ac25e0ccb
MDL-30545 messaging - remove DISTINCT from union statement
2012-11-13 22:35:35 +08:00
Dan Poltawski
675ea3231c
MDL-30545 - messagelib: use $DB->sql_concat()
2012-11-13 15:09:14 +08:00
Dan Poltawski
1f5205b344
MDL-30545 tests - use mod_assignment data generator
...
mod_assign doens't exist yet..!
2012-11-13 14:13:37 +08:00
Petr Škoda
95f6a022ca
MDL-30545/ MDL-36199 reset plugin manager singletons
2012-11-13 14:08:28 +08:00
Dan Poltawski
af698e64d2
Merge branch 'w46_MDL-36169_m23_enrolsort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-13 13:40:28 +08:00
Dan Poltawski
3517201801
Merge branch 'MDL-30545_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-13 13:22:47 +08:00
Damyon Wiese
dc99b426e9
MDL-36509: Assignment grading table rownum offset is wrong by one.
2012-11-13 09:59:11 +08:00
David Mudrák
03d9c19db9
MDL-35422 Fix the confusing submit button label
2012-11-12 10:36:41 +08:00
AMOS bot
073ba0c872
Automatically generated installer lang files
2012-11-12 00:35:49 +00:00
Petr Škoda
de06ba901f
MDL-36283 use accesscontext when assigning cohort members
2012-11-10 20:44:38 +01:00
Iñaki Arenaza
6cd89c8fd2
MDL-25736 TinyMce Spellchecker French issues
...
GoogleSpell checker already returns data un UTF8, so there's no need
to use utf8_encode (in fact, using it completely mangles the string).
All credit goes to David Quintal for finding the issue and proposing
the fix.
2012-11-10 20:02:03 +01:00
AMOS bot
9b213b3b5f
Automatically generated installer lang files
2012-11-10 00:36:24 +00:00
Petr Škoda
3952908d5c
MDL-36169 fix enrolled users sorting by alphanumerical column
...
Credit goes to Nicholas Koeppen, thanks!
2012-11-09 19:49:57 +01:00
Itamar Tzadok
322965e245
MDL-36433 Forms lib - Added dash escaping to validation script getter.
2012-11-07 19:15:25 -05:00
Nicolas Connault
3522c1dca4
MDL-36413 Added "this->" to exclude variable assignment
...
The this-> keyword was missing from the $exclude = array() statement.
2012-11-07 14:52:09 +08:00
Frederic Massart
9e5fea4d2d
MDL-35675 forms: Remove constrain to viewport for popup calendar
2012-11-05 16:43:22 +08:00
Didier Raboud
0e892b8b65
MDL-35675 forms: Popup calendar is not constrained any more
2012-11-05 16:43:22 +08:00
Matt Petro
2cae75aacc
MDL-36025 qtype calculated: Fix handling of "-0"
2012-11-02 12:11:01 -04:00
Huy Hoang
71ff0a2f85
MDL-34695 Wiki Module: add prevention to create new record when userid is 0
2012-11-01 17:42:45 +08:00
Ankit Agarwal
95b877b9b1
MDL-34520 gradebook: Missing droplow setting in gradebook backup
2012-11-01 15:53:23 +08:00
Rajesh Taneja
05d1f6cb9d
MDL-36238 Blocks: Logs page close session write, so editing is set before
2012-11-01 12:17:33 +08:00
Jonathon Fowler
ec07ff69f2
MDL-34695 wiki: ensure the correct individual subwiki is used/created for a user
2012-11-01 11:49:17 +08:00
Andrew Davis
b4a8ab2daa
MDL-36162 core_message: removed the unnecessary and confusing course URL parameter as well as fixing the broken breadcrumb
2012-11-01 09:44:51 +08:00
Andrew Davis
b32086390f
MDL-26439 core_message: switched the message search over to displaying smallmessage instead of fullmessage which contains boilerplate we dont want
2012-11-01 08:47:50 +08:00
Andrew Robert Nicols
1438358686
MDL-36022 AJAX Remove shim on chooser dialogues
2012-10-31 16:39:36 +00:00
Damyon Wiese
5f845b3e66
MDL-36289: Assignment - Prevent feedback files being copied to the next user when using "Save and next".
...
Conflicts:
mod/assign/feedback/file/locallib.php
2012-10-31 10:37:42 +08:00
Michael de Raadt
254fef3a9c
MDL-35358 Lesson Module: fixed teacher grade essays display when lesson is only available for group members only
2012-10-30 11:05:50 +08:00
Frederic Massart
440dec9c27
MDL-30871 enrol: Flat file does not fail when notifications are enabled
2012-10-30 11:03:44 +08:00
Frederic Massart
1dfcc6eade
MDL-26660 libraries: Do not try to parse non-valid XML
2012-10-30 09:23:40 +08:00
Andrew Davis
b7b04c2dfe
MDL-29733 grade: SQL and comment cleanup
2012-10-30 09:02:41 +08:00
Jonathan Champ
c2539fc41d
MDL-29733 grade: Query for Identifying Grade Grades to Precreate is SLOW
2012-10-30 09:02:06 +08:00
Rossiani Wijaya
69a6b638a7
MDL-35530 Lesson Module: Add question text to facilitate grading
2012-10-29 17:03:15 +08:00
Dan Marsden
64100280a0
MDL-35737 SCORM: when scorm_parse is called and external scorm manifest use always update the package.
2012-10-26 15:36:03 +13:00
Dan Marsden
b7ed59c326
MDL-36168 SCORM: fix reset of course completion settings.
2012-10-25 17:15:38 +13:00
Andrew Davis (andyjdavis)
06661a5541
MDL-30545 messaging prefs: add Andy's extra unit tests.
2012-10-25 10:46:30 +08:00
Tim Hunt
20d10190d7
MDL-30545 messaging prefs: show all relevant message providers.
...
Some message providers have an associated capability. For example
the mod/quiz:emailconfirmsubmission capability. At the moment,
we only show the preferences for the capabilities that the user
has in the system context.
That does not work for the example capability above. Typically
the capability will be overridden in one quiz, to allow for
Students, and the user will have the Student role in the course
context. Therefore, this message type does not appear on the
preferences page.
This fix corrects the logic, so that all message types that are
to the current user are displayed.
2012-10-25 10:46:17 +08:00
Jason Platts
b44d2b689a
MDL-34530 Calendar: Can create an event for any group, but cannot view
...
it
2012-10-23 09:50:23 +01:00
Petr Škoda
2a3af105e6
MDL-35185 import Flowplayer 3.2.14
2012-10-08 19:25:42 +02:00