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
Eloy Lafuente (stronk7)
ff63a3ad58
Moodle release 2.3.3
2012-11-09 19:35:55 +01:00
Dan Poltawski
ce44bf4441
weekly release 2.3.2+
2012-11-09 17:58:34 +08:00
Dan Poltawski
53118fe1ea
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-09 17:53:20 +08:00
Aparup Banerjee
60c7fc96b2
Merge branch 'WIP-MDL-35512-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-11-09 14:15:07 +08:00
Aparup Banerjee
3d9514b363
Merge branch 'MDL-35510_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-11-09 14:11:42 +08:00
Aparup Banerjee
79d86ffcdb
Merge branch 'MDL-35571_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-11-09 10:27:32 +08:00
AMOS bot
c4d19c8789
Automatically generated installer lang files
2012-11-09 00:38:56 +00:00
Dan Poltawski
b99ee21bfc
Merge branch 'MDL-35349_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-08 18:55:10 +08:00
Dan Poltawski
bc7fdb4279
Merge branch 'w45_MDL-36196_m23_vercheck' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-08 15:13:18 +08:00
Dan Poltawski
282183647b
Merge branch 'MDL-36051_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2012-11-08 15:10:06 +08:00
Aparup Banerjee
edd4257a1a
Merge branch 'MDL-27824_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-08 13:32:27 +08:00
Rossiani Wijaya
a46405df3a
MDL-27824 course categories: remove trailing whitespace
2012-11-08 12:32:01 +08:00
Rossiani Wijaya
9bc298d287
MDL-27824 course categories: change isset() to empty()
2012-11-08 12:31:03 +08:00
Rossiani Wijaya
74b266a332
MDL-27824 course categories: Added @todo comments to remove the temporary fix
2012-11-08 12:31:03 +08:00
Rossiani Wijaya
eabdc81c40
MDL-27824 - course category: add check test for ->coursesperpage value.
2012-11-08 12:31:03 +08:00
Dan Poltawski
6211ff4c12
Merge branch 'MDL-36422-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-08 11:08:06 +08:00
Frederic Massart
8a73556f8d
MDL-36422 question: Fixed malformed HTML in manual marking
2012-11-08 10:26:44 +08:00
Rex Lorenzo
3bcff38015
MDL-36051 - Quick Grading in Assignment module does not turn on in some circumstances
...
* Fixed bug with quick grading when file submission is turned off
2012-11-07 16:28:02 -08:00
Itamar Tzadok
322965e245
MDL-36433 Forms lib - Added dash escaping to validation script getter.
2012-11-07 19:15:25 -05:00
Mark Nelson
d8e550e4ac
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:40 +01:00
Mary Evans
845cfc3389
MDL-36197 theme_fusion: Fix for "Your progress" overlaps completion tracking checkbox
2012-11-08 11:33:49 +13:00
Sam Hemelryk
62d543748d
Merge branch 'MDL-36271_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2012-11-08 11:06:58 +13:00
Nadav Kavalerchik
a5b62b8f31
MDL-35249 - Move Grading popmenu "userid" column after "scale" column (workaround)
...
Conflicts:
mod/assign/gradingtable.php
2012-11-08 11:00:49 +13:00
Adrian Greeve
9b025da732
MDL-35558 mod_data: Show only own entries while there are required pending.
2012-11-07 19:50:15 +01:00
Petr Škoda
da427d1e51
MDL-36196 hardcode the required PHP version in installer
2012-11-07 13:04:51 +01:00
Eloy Lafuente (stronk7)
f87d5a71ef
NOBUG: Trivial whitespace fix to quickly fix ongoing CI status.
2012-11-07 11:51:24 +01:00
Dan Poltawski
48fb811b4c
Merge branch 'MDL-36092-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-07 16:56:19 +08: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
Dan Poltawski
e4224a5ae1
Merge branch 'MDL-36346_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-11-07 09:27:53 +08:00
Paul Nicholls
c4851e8085
MDL-36346 - YUI2 SWF vulnerability, part 2
2012-11-07 14:09:20 +13:00
AMOS bot
04678efd11
Automatically generated installer lang files
2012-11-07 00:36:31 +00:00
Andrew Davis
84fad57f1c
MDL-35762 core_grade: altered the code that determines whether an activity is visible on the user report
2012-11-06 16:42:00 +01:00
Andrew Robert Nicols
3a8714c3c6
MDL-36023 AJAX Fix reference to chooserdiaogue jumplink
2012-11-06 10:16:28 +00:00
Dan Poltawski
cb2829dea3
Merge branch 'MDL-36346_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-11-06 16:20:14 +08:00
David Mudrák
77283f1812
MDL-36266 Improve update notification message subject
2012-11-06 11:59:48 +08:00
Paul Nicholls
c43e6006e7
MDL-36346 - YUI2 SWF vulnerability
2012-11-06 14:55:48 +13:00
Dan Poltawski
2dab9d1943
Merge branch 'wip-MDL-36379-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-11-06 09:50:23 +08:00
Dan Poltawski
485ddbd611
Merge branch 'MDL-36347_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-06 09:42:11 +08:00
Dan Poltawski
aafded3f42
Merge branch 'MDL-36023-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-11-06 09:36:08 +08:00
Sam Hemelryk
e3ac126161
MDL-36379 user_view: fixed issue with page layout when editing was on
2012-11-06 14:01:30 +13:00
Petr Škoda
89fbf2e874
MDL-35381 limit teachers to do permissions checks of enrolled users only
2012-11-06 00:49:25 +01:00
Sam Hemelryk
b733b0ac71
Merge branch 'MDL-31629-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
2012-11-06 10:08:31 +13: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
Dan Poltawski
a7e956b403
MDL-34527 - fix trailing whitespace
2012-11-05 13:27:35 +08:00
Dan Poltawski
44999a9ed2
Merge branch 'wip-MDL-34527-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-11-05 13:25:18 +08:00
Dan Poltawski
f7c197eddb
Merge branch 'WIP-MDL-36069-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-11-05 11:31:55 +08:00
Sam Hemelryk
f9e009a744
MDL-21625 question: Fixed phpdocs
2012-11-05 16:29:38 +13:00
Sam Hemelryk
18f6238b88
Merge branch 'MDL-21625_b_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-05 16:27:30 +13:00
Dan Poltawski
906ad7d27a
Merge branch 'MDL-33621_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-05 11:12:41 +08:00
Dan Poltawski
df79fff95b
Merge branch 'wip-mdl-35787-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-11-05 10:58:59 +08:00
Sam Hemelryk
a82535f068
Merge branch 'MDL-36107b-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2012-11-05 15:07:00 +13:00
Tim Hunt
917cea604c
MDL-36347 quiz: formchangechecker should not obstruct auto-submit.
...
When the quiz time limit runs out, the quiz should be submitted
automatically, withouth formchangechecker popping up a dialogue.
2012-11-03 22:34:53 +11:00
Matt Petro
2cae75aacc
MDL-36025 qtype calculated: Fix handling of "-0"
2012-11-02 12:11:01 -04:00
Mark Nelson
4aaac325f2
MDL-35349 paypal: Fixing return page so that it now declares page context
2012-11-02 15:33:59 +08:00
Dan Poltawski
0d79d96566
Merge branch 'w42_MDL-35469_m23_geckover' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-02 12:07:16 +08:00
Sam Hemelryk
561bd396c1
MDL-34527 forum: Fixed up a couple of SQL queries causing issues in Oracle.
2012-11-02 10:49:43 +13:00
Nadav Kavalerchik
c4b521116f
MDL-36069 - Right align TEXTAREA "Format selector" listbox, when in RTL mode (theme/standard)
2012-11-01 20:18:04 +02:00
Nadav Kavalerchik
152dbe5d52
MDL-35512 - Two left pointing arrows appear after clicking "left indent activity/resource" arrow, when in RTL mode
2012-11-01 20:12:37 +02: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
Andrew Robert Nicols
37ceb6cbed
MDL-36092 Course/AJAX Ensure that dropdown resource pickers are shown when JS is disabled
2012-11-01 07:51:33 +00:00
Mark Nelson
1139dff6ef
MDL-36271 feedback: Fixed variable typo
2012-11-01 15:47:26 +08:00
Dan Poltawski
d402e05ba7
weekly release 2.3.2+
2012-11-01 14:16:33 +08:00
Dan Poltawski
87ea3f04df
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-01 14:13:50 +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
Dan Poltawski
35ce18a8b1
Merge branch 'MDL-36315_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-11-01 10:03:19 +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
Eloy Lafuente (stronk7)
391f8b395a
MDL-36315 backup: reduce the DST tests failing-window
...
This reduces the period of time that some of the unit tests
for calculate_next_automated_backup() are failing right now
(from 1week to just some hours around the DST changes).
Note it's not the final solution because they will still fail
when New_York or Brussels DST changes are about to happen, but
to get this completely fixed we'll need to wait to switch from
current custom TZ/DST support to PHP built-in one.
2012-11-01 02:42:08 +01: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
AMOS bot
f1c3b5b3b3
Automatically generated installer lang files
2012-11-01 00:36:39 +00:00
Eloy Lafuente (stronk7)
b5b882df60
MDL-36304 - Left align "marked out of" in RTL Q preview
...
Credit goes to Nadav Kavalerchik for fixing it @ MDL-36033
2012-10-31 19:33:39 +01:00
Andrew Robert Nicols
1438358686
MDL-36022 AJAX Remove shim on chooser dialogues
2012-10-31 16:39:36 +00:00
Adam Olley
93efeb5352
MDL-36130: mod_assign: migrate logs when migrating from mod_assignment
2012-10-31 14:52:47 +08:00
Dan Poltawski
881d1d8aed
Merge branch 'MDL-28235-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-31 13:42:23 +08:00
Frederic Massart
9740e053f2
MDL-28235 form: Removed reference to unexisting close button in help popup
2012-10-31 13:00:12 +08:00
Frederic Massart
b27daf9e73
MDL-28235 form: Removed close icon of help icon popups
2012-10-31 13:00:08 +08:00
Frederic Massart
d0d6d5fc72
MDL-28235 form: Help button popup close accessibility improved
...
AMOS BEGIN
CPY [close,editor],[close,form]
AMOS END
2012-10-31 13:00:08 +08:00
Dan Poltawski
5aa4e27404
Merge branch 'wip-mdl-29762-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-31 10:50:53 +08: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
Aparup Banerjee
046c9872a6
Merge branch 'MDL-31708-moodle23' of git://github.com/StudiUM/moodle into MOODLE_23_STABLE
2012-10-31 10:05:26 +08:00
AMOS bot
edf170c341
Automatically generated installer lang files
2012-10-31 00:36:35 +00:00
Sam Hemelryk
ee8c1abcea
Merge branch 'MDL-31934_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-31 10:15:29 +13:00
Mary Evans
3fd76b3de5
MDL-31934 mod/forum: Added CSS fix to mod/forum/styles.css for unread forumposts also reversed a previous commit in theme/base/core.css.
2012-10-30 11:43:09 +00:00
Dan Poltawski
6f7eeb3775
Merge branch 'wip-MDL-32326-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-10-30 13:40:33 +08:00
Sam Hemelryk
3b6796e0f4
Merge branch 'MDL-28235-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-30 17:36:45 +13:00
Dan Poltawski
59d01f93cd
Merge branch 'wip-mdl-35489-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-30 12:11:52 +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
Sam Hemelryk
aa7d8ef61f
Merge branch 'MDL-35889-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-10-30 15:48:49 +13:00
Dan Poltawski
c64d22325e
Merge branch 'MDL-36015_23' of git://git.catalyst.net.nz/moodle-r2 into MOODLE_23_STABLE
2012-10-30 10:19:26 +08:00
Dan Poltawski
33abc6e173
Merge branch 'wip-mdl-35910-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-30 10:00:21 +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
Andrew Robert Nicols
272dfda3cf
MDL-35959 Correct footer for M.core.dialogue
2012-10-30 13:33:42 +13:00
Sam Hemelryk
e61d57b5c1
Merge branch 'WIP-MDL-36070-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
...
Conflicts:
mod/quiz/styles.css
2012-10-30 13:02:07 +13:00
Sam Hemelryk
1d6d520a5a
Merge branch 'MDL-36076_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-30 12:59:12 +13:00
Michael Aherne
41db2a5afc
MDL-36101 auth_shibboleth Show appropriate error message for suspended accounts
2012-10-30 12:55:26 +13:00
Sam Hemelryk
3b5513528e
Merge branch 'MDL-36103_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-30 12:51:44 +13:00
Charles Fulton
33407de5b6
MDL-36105 grades: use consistent icon classs
2012-10-30 12:34:54 +13:00
Sam Hemelryk
efd2f83e4a
Merge branch 'wip-mdl-36131-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-30 12:24:19 +13:00
Sam Hemelryk
b9697365a1
Merge branch 'MDL-36137_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-30 12:16:50 +13:00
Rossiani Wijaya
69a6b638a7
MDL-35530 Lesson Module: Add question text to facilitate grading
2012-10-29 17:03:15 +08:00
Dan Poltawski
6b0ada1e6e
Merge branch 'm23_MDL-35215' of git://github.com/totara/moodle into MOODLE_23_STABLE
2012-10-29 15:33:53 +08:00
Dan Poltawski
c2ef0e4982
Merge branch 'MDL-34363_m23' of git://github.com/merrill-oakland/moodle into MOODLE_23_STABLE
2012-10-29 15:21:48 +08:00
Dan Poltawski
35776aab75
Merge branch 'WIP-MDL-36033-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-29 14:59:57 +08:00
Dan Poltawski
9416bcf43d
Merge branch 'wip-MDL-36075_MOODLE_23_STABLE' of git://github.com/jason-platts/moodle into MOODLE_23_STABLE
2012-10-29 14:57:24 +08:00
Dan Poltawski
80311cabde
Merge branch 'MDL-35880-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-10-29 14:35:28 +08:00
Dan Poltawski
418a22905c
Merge branch 'MDL-34837-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-29 13:55:14 +08:00
Dan Poltawski
ff203527e7
Merge branch 'MDL-35297_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-10-29 09:54:12 +08:00
AMOS bot
c777ad2785
Automatically generated installer lang files
2012-10-28 00:34:02 +00:00
AMOS bot
502821bbcc
Automatically generated installer lang files
2012-10-27 00:34:37 +00: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
Andrew Robert Nicols
238d0ca1cd
MDL-35836 Rewrite doctonewwindow handling to use delegation instead of individual events
2012-10-26 09:10:45 +08:00
Andrew Robert Nicols
8516492cc4
MDL-36023 AJAX Move the instantiation of the dialogue to display time
2012-10-26 09:09:13 +08:00
Andrew Robert Nicols
1754dc2cb6
MDL-35836 Rewrite doctonewwindow handling to use delegation instead of individual events
2012-10-26 09:08:54 +08: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
AMOS bot
9b5de362cf
Automatically generated installer lang files
2012-10-25 00:34:52 +00: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
Eloy Lafuente (stronk7)
8be3d5ab03
MDL-35297 book: replay some steps lost when book landed to core
...
This commit replays, conditionally, all the upgrade steps from
MOODLE_19_STABLE to MOODLE_23_STABLE in the mod_book activity. That
guarentees that any site using the mod_book before landing to core,
no matter if it was the latest or an outdated one will upgrade
perfectly to the expected current version.
As a general rule, everytime one contrib plugin lands to core, its
complete upgrade code must be kept, at least until the core version
that introduced it, is out completely from the upgrade requirement
conditions.
In this case, with the missing upgrade code being added to 2.4, it
will be safe to delete the upgrade steps once 2.5 (or upwards) become
a requirement. Never always.
Conflicts:
mod/book/version.php
2012-10-21 17:58:10 +08:00
Mary Evans
db16ec2753
MDL-31934 theme_base: Adds highlight color to unread forum posts.
2012-10-21 01:39:30 +01:00
AMOS bot
691b9c81cb
Automatically generated installer lang files
2012-10-20 00:34:52 +00:00
AMOS bot
8434e7de85
Merge branch 'MOODLE_23_STABLE' into install_23_STABLE
2012-10-20 00:34:51 +00:00
Mary Evans
cd2ae155de
MDL-36137 theme_magazine: changed forum and description info from center to left aligned.
2012-10-19 23:49:16 +01:00
Mary Evans
d5fd21b6ef
MDL-35571 theme_magazine: RTL fixes - WIKI title headings, ajax frontpage category/course chooser, right align logo, left align course name, left align login & user info.
2012-10-19 22:29:47 +01:00
Eloy Lafuente (stronk7)
98197952cc
weekly release 2.3.2+ (fix!)
2012-10-19 19:56:32 +08:00
Rajesh Taneja
8648334966
MDL-36131 AJAX: Conditional activities will behave same as in non-ajax mode
2012-10-19 17:15:43 +08:00
Tim Hunt
2878842742
MDL-36103 tablelib: links to user profiles are wrong in courses.
2012-10-19 16:50:58 +08:00
Nadav Kavalerchik
00c7657edf
MDL-36033 - Left align Numeric value fields in Calculated and Numeric question, when in RTL mode
2012-10-19 10:24:46 +02:00
Nadav Kavalerchik
44da3c50fe
MDL-36070 - Points label hides UP and Down ordering arrows and Delete Icon on Quiz edit page, in RTL mode (theme/standard)
2012-10-19 10:20:54 +02:00
Rajesh Taneja
ea67a0679d
MDL-35910 Assignment 2.2: Fixed included files in assignment zip.
...
If Marking button is enabled, assignment is open and is not finalized, then don't add file to zip
2012-10-19 16:09:52 +08:00
Rossiani Wijaya
75441ef5b2
MDL-21625 Question bank: fixing whitespace
2012-10-19 15:46:09 +08:00
Aaron Barnes
3a15a7519c
MDL-36107 scorm: Fix non-static method call
2012-10-19 18:55:39 +13:00
Rossiani Wijaya
d2d17341e8
MDL-21625 Question bank: Add accessibility to table layout for viewing question list
2012-10-19 13:32:11 +08:00
AMOS bot
09725180cf
Automatically generated installer lang files
2012-10-19 00:35:15 +00:00
Mary Evans
c8ee9dde60
MDL-35510 theme_mymobile: RTL fixes for course and category names in style/jmobile11_rtl.css
2012-10-18 15:49:41 +01:00
Gilles-Philippe Leblanc
e2694e9dd6
MDL-31708 wiki: Wiki 2.0 non-group member can see edit option in navigation block
2012-10-18 08:51:51 -04:00
Aparup Banerjee
b1c5155cbc
weekly release 2.3.3+
2012-10-18 19:43:28 +08:00
Aparup Banerjee
1025a9123f
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-10-18 19:21:29 +08:00
Rajesh Taneja
4e15f69cb1
MDL-35489 users: Check added before using form data
2012-10-18 17:23:41 +08:00
David Tang
c034e59bee
MDL-31629 auth_shibboleth Use correct language string location
2012-10-18 08:53:11 +01:00
AMOS bot
dd5e3ac222
Automatically generated installer lang files
2012-10-18 00:34:55 +00:00
Tim Hunt
db05d59534
MDL-36076 qtype multichoice: validation fails on '0' answer.
2012-10-17 13:55:52 +08:00
Aparup Banerjee
dde33d64a2
Merge branch 'MDL-28965-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-10-17 10:40:03 +08:00
AMOS bot
6ab522802f
Automatically generated installer lang files
2012-10-17 00:34:38 +00:00
Jason Platts
9081825ea3
MDL-36075 Forms: Date selector in forms errors in IE7
2012-10-16 12:09:51 +01:00
Sam Hemelryk
777354509d
Merge branch 'MDL-35412-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-16 17:41:31 +08:00
Frederic Massart
456352585a
MDL-35412 phpunit: date_format_string() is case insensitive
2012-10-16 17:21:37 +08:00
Frederic Massart
335636f55d
MDL-35412 core: Moving get_string out of if statement
2012-10-16 17:21:36 +08:00
Frederic Massart
98268916ff
MDL-35171 Forms: Date selector always gets UTF-8 strings
2012-10-16 17:21:36 +08:00
Dan Poltawski
ac2b4fb66a
Merge branch 'wip-mdl-30691-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-16 16:27:51 +08:00
Dan Poltawski
e191c71d55
MDL-34228 - version.php - bump for new capability
2012-10-16 16:20:12 +08:00
Dan Poltawski
9d53135aaf
Merge branch 'MDL-34228-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-10-16 16:19:33 +08:00
Dan Poltawski
48a8f1c7a0
Merge branch 'wip-mdl-27309-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-16 14:59:15 +08:00
Dan Poltawski
760cab0695
Merge branch 'wip-mdl-32218-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-16 14:35:37 +08:00
Ankit Agarwal
16ab3642e7
MDL-35880 user: Adding a heading to profile edit page
2012-10-16 14:18:44 +08:00
Sam Hemelryk
1ffbad6404
MDL-33857 fixed up whitespace
2012-10-16 13:32:46 +08:00
Sam Hemelryk
4740c0a64f
Merge branch 'wip-MDL-33857-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-10-16 13:31:31 +08:00
Rajesh Taneja
672bea4cfe
MDL-29762 Blocks: Modified checks to show image in html block
2012-10-16 11:38:54 +08:00
Sam Hemelryk
c35fa27c89
Merge branch 'MDL-35198-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-10-16 11:23:02 +08:00
Dan Poltawski
d50d615d7f
Merge branch 'MDL-33815_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-10-16 11:09:06 +08:00
Adrian Greeve
0c09da65ce
MDL-35265 - blog - Update code for removing orphaned blog association data.
...
Conflicts:
version.php
2012-10-16 10:55:49 +08:00
Dan Poltawski
6244126d6d
Merge branch 'wip-MDL-32184-s23' of http://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-10-16 10:46:49 +08:00
Sam Hemelryk
52d2556ee5
Merge branch 'MDL-35664-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-16 10:42:42 +08:00
Sam Hemelryk
86606ad75d
Merge branch 'MDL-35892-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-16 10:31:51 +08:00
Dan Poltawski
25ba0f4839
MDL-21801 - mod_lesson: version bump
...
To reflect the new (ppt-less) state
2012-10-16 10:30:31 +08:00
Dan Poltawski
a83497790f
Merge branch 'MDL-21801_b_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-10-16 10:30:00 +08:00
Sam Hemelryk
5004ad85b7
Merge branch 'MDL-35726-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-10-16 10:16:19 +08:00
Adrian Greeve
caa0e70577
MDL-25275 - mod/data - Added a check box to eliminate date searches if desired.
2012-10-16 10:09:24 +08:00
Mark Nielsen
6e763244ed
MDL-34837 backup: Restore does not fail when some courses have the same name
2012-10-15 17:19:37 +08:00
Mark Nielsen
46ba9fded8
MDL-33621 rating: fixed view help error for global scale rating
2012-10-15 16:52:17 +08:00
Dan Poltawski
59d9b1b99d
Merge branch 'w42_MDL-35854_m23_usergenerator' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-15 16:03:59 +08:00
Dan Poltawski
2558abe170
Merge branch 'w42_MDL-35917_m23_cohortdoc' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-15 15:59:15 +08:00
Aparup Banerjee
60e1dfd078
Merge branch 'MDL-31010-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-10-15 15:53:40 +08:00
Aparup Banerjee
226398e7d0
Merge branch 'MDL-35986' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-15 14:16:06 +08:00
Dan Poltawski
0f46bd4550
Merge branch 'wip-MDL-35661-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-10-15 13:31:22 +08:00
Ankit Agarwal
4981d12420
MDL-35889 blocks: Adding a legend to the fieldset
2012-10-15 11:24:13 +08:00
Frederic Massart
4f977aea5e
MDL-35892 repository: prepare_listing recursively prepares the data
2012-10-15 09:46:00 +08:00
Frederic Massart
82525f5963
MDL-35664 filepicker: Filepicker knows about the current path and uses it
2012-10-15 09:45:59 +08:00
AMOS bot
887d6e175e
Automatically generated installer lang files
2012-10-15 00:34:57 +00:00
Eloy Lafuente (stronk7)
6738413b33
weekly release 2.3.2+
2012-10-15 00:20:33 +02:00
Eloy Lafuente (stronk7)
92e9c3d09f
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-10-15 00:07:39 +02:00
Eloy Lafuente (stronk7)
8d800a1b8e
Revert "MDL-31968 Make NTLM REMOTE_USER format configurable by the admin"
...
This reverts commit af861e14dc .
Note that MDL-31968 will be in charge of backporting this to stables
if everything goes well under master (once MDL-31968 is tested and closed)
2012-10-14 23:22:08 +02:00
Petr Škoda
b66c3031f6
MDL-35917 fix cohort phpdocs
...
Credit goes to Brian Kremer, thanks!
2012-10-13 17:55:59 +02:00
Petr Škoda
a4848f6ef7
MDL-35469 test for the new Gecko user agent handling
2012-10-13 10:00:05 +02:00
Petr Škoda
ad7d20c380
MDL-35469 fix Gecko based browser checks
...
The problem is that latest firefox versions stopped using dates because they lost the meaning over the time.
2012-10-13 10:00:05 +02:00
Petr Škoda
7358b1742f
MDL-35854 fix username generator
...
This eliminates infinite loop and also fixes potentially invalid email derived from usernames created from unicode first/last name.
2012-10-13 09:56:48 +02:00
Mary Evans
cc3f17d86d
MDL-35986 theme_canvas: add custommenu and block-region to layout files general.php, frontpage.php and report.php to fix regression in theme/serenity since MDL-33110.
2012-10-12 22:57:39 +01:00
Damyon Wiese
0e8aa5027e
MDL-35726: Use a different form identifier for each form when using "Save and next"
...
This prevents a bug where the next student feedback will default to the values that
were on the last submitted form. This is a similar case to having multiple instances
of the same form on the same page - each one needs a unique identifier to distinguish
between them. In this case I include the $rownum which changes as you go to each student
in the list.
2012-10-12 12:07:19 +08:00
Jonathan Harker
84b3cbab33
MDL-36015 lib/bennu: use static functions correctly.
2012-10-12 13:34:19 +13:00
Eloy Lafuente (stronk7)
f2c33d0b69
Merge branch 'MDL-35858-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-12 02:18:03 +02:00
Rossiani Wijaya
696527c0fe
MDL-21801 Lesson Module: Removing import power point functionality
2012-10-11 16:11:58 +08:00
Rossiani Wijaya
2c484717e1
MDL-33815 Online Users block: Add query condition to filter out deleted users and lastaccess date greater than now
2012-10-11 16:06:00 +08:00
Ankit Agarwal
0cb1a22cba
MDL-28965 administration: Updating description string for the setting navshowallcourses
2012-10-11 14:25:45 +08:00
Ankit Agarwal
437637a11d
MDL-31010 comments: setup_course should update if passed courseid is different from the cached one
2012-10-11 10:58:26 +08:00
Eloy Lafuente (stronk7)
5ba6db698d
Merge branch 'MDL-35715-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-10-11 01:54:17 +02:00
Aparup Banerjee
ca93b3af4e
Merge branch 'MDL-35231_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-10 13:03:23 +08:00
Aparup Banerjee
1778232f45
Merge branch 'w41_MDL-35839_m23_enroldeletecleanup' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-10 10:32:02 +08:00
AMOS bot
c5c735f00e
Automatically generated installer lang files
2012-10-10 00:34:20 +00:00
Simon Coggins
d01c6b269b
MDL-35581 lib: Help popups misaligned for right-to-left languages
2012-10-10 08:56:29 +13:00
Eloy Lafuente (stronk7)
86b1d0eb5f
MDL-35898 test reset: Tidyup comment
2012-10-09 11:59:46 +02:00
Eloy Lafuente (stronk7)
5553d3d60f
Merge branch 'w41_MDL-35898_m23_coursereset' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-09 11:58:35 +02:00
Aparup Banerjee
aedc642091
MDL-35587 fixed up whitespaces
2012-10-09 16:36:20 +08:00
Aparup Banerjee
e72606c83f
Merge branch 'MDL-35587_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2012-10-09 16:28:49 +08:00
Frederic Massart
ad87b3a2cc
MDL-35858 question: Fixed display of feedback in cloze questions
2012-10-09 16:13:33 +08:00
Petr Škoda
e22cff45ab
MDL-35898 include static course caches in test resets
2012-10-09 10:10:19 +02:00
Rajesh Taneja
18f9ad377f
MDL-35787 Mnet: If student role is not defined then throw error
2012-10-09 15:35:04 +08:00
Rajesh Taneja
add569ebe0
MDL-35787 Mnet: fixed php strict standards warnings
2012-10-09 15:35:03 +08:00
Aparup Banerjee
50cef6aa36
Merge branch 'wip-MDL-30754-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-10-09 14:32:31 +08:00
Aparup Banerjee
976a9da987
Merge branch 'WIP-MDL-35724-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-09 14:11:32 +08:00
Aparup Banerjee
34983250b1
Merge branch 'MDL-35776_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-09 11:53:43 +08:00
Aparup Banerjee
ae48ff8a17
Merge branch 'MDL-35837-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-09 10:25:33 +08:00
Rajesh Taneja
8715a53d90
MDL-30691 Adminstration: Added css to break long word in filter table
2012-10-09 10:02:45 +08:00
AMOS bot
5364f9c7cd
Automatically generated installer lang files
2012-10-09 00:34:42 +00:00
Eloy Lafuente (stronk7)
f5ba035015
Merge branch 'wip-MDL-26348-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-10-09 01:38:22 +02:00
Eloy Lafuente (stronk7)
5cb3d27681
Merge branch 'MDL-35141-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-10-09 00:47:11 +02:00
Eloy Lafuente (stronk7)
57ca2e4375
Merge branch 'wip-mdl-35397-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-09 00:40:14 +02:00
Eloy Lafuente (stronk7)
2689298c8f
Merge branch 'MDL-35395_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-09 00:26:49 +02:00
Iñaki Arenaza
af861e14dc
MDL-31968 Make NTLM REMOTE_USER format configurable by the admin
...
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu >
2012-10-09 00:17:35 +02:00
Eloy Lafuente (stronk7)
859d840627
Merge branch 'MDL-34794_M23' of git://github.com/raymondAntonio/moodle into MOODLE_23_STABLE
2012-10-09 00:08:26 +02:00
Eloy Lafuente (stronk7)
8b1cb823de
Merge branch 'wip-mdl-35047-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-10-08 23:57:11 +02:00
Eloy Lafuente (stronk7)
3e0e4917d8
Merge branch 'w41_MDL-35382_m23_reordertest' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-08 23:54:51 +02:00
Eloy Lafuente (stronk7)
7516f96676
Merge branch 'MDL-35519_book_cancel_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-08 23:08:02 +02:00
Eloy Lafuente (stronk7)
2ed34366f6
Revert "MDL-34894 course ws unit tests: fix windows problem."
...
This reverts commit 40d651bbbb .
With MDL-35714, each test gets gc_collect_cycles() called, so
no need to call it "manually".
2012-10-08 22:54:33 +02:00
Eloy Lafuente (stronk7)
85b1e97857
Merge branch 'w41_MDL-35714_m23_testgc' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-08 22:52:12 +02:00
Petr Škoda
2a3af105e6
MDL-35185 import Flowplayer 3.2.14
2012-10-08 19:25:42 +02:00
Nadav Kavalerchik
aae3d3445e
MDL-35724 - Move Question Marks block to the left (Question Bank page),in RTL mode
2012-10-08 11:35:59 +02:00
Nadav Kavalerchik
92bff8685c
MDL-35724 - Right align "Question Type" label in Quiz Editing page, when in RTL mode
2012-10-08 11:35:58 +02:00
Aparup Banerjee
c116bd70a0
Merge branch '23STABLE-wip-MDL-35694' of git://github.com/jennymgray/moodle into MOODLE_23_STABLE
2012-10-08 17:26:45 +08:00
Aparup Banerjee
e4feb70b66
Merge branch 'WIP-MDL-35723-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-08 17:16:12 +08:00
Aparup Banerjee
785bc3bca9
Merge branch 'w41_MDL-35739_m23_cliinstall' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-08 17:06:43 +08:00
Aparup Banerjee
e7afca9468
Merge branch 'wip-MDL-34448-MOODLE_23_STABLE' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
2012-10-08 15:28:37 +08:00
Adrian Greeve
768a2ceafd
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-08 14:50:27 +08:00
Marina Glancy
2741c017cb
MDL-35661 local plugins do not have general settings URL
2012-10-08 11:34:10 +08:00
Sam Hemelryk
cafabb5fd0
Merge branch 'MDL-35634-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-08 11:36:21 +13:00
Davo Smith
cd2a0bf715
MDL-35288 drag and drop upload - adjust error message text when attempting to upload a folder
2012-10-08 11:19:48 +13:00
Sam Hemelryk
fff33fd66d
Merge branch 'MDL-35211_M23' of git://github.com/kordan/moodle into MOODLE_23_STABLE
2012-10-08 11:02:33 +13:00
Sam Hemelryk
30939d2a9a
Merge branch 'MDL-35763-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-10-08 10:44:18 +13:00
Sam Hemelryk
8c2eca7d16
Merge branch 'MDL-33646-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-10-08 10:22:06 +13:00
Sam Hemelryk
f605b97aa4
Merge branch 'MDL-35667_extra_credit_loop_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-08 10:15:37 +13:00
Sam Hemelryk
b855945836
Merge branch 'MDL-35730_23' of https://github.com/aolley/moodle into MOODLE_23_STABLE
2012-10-08 10:06:12 +13:00
Sam Hemelryk
f062a78344
MDL-32326 dock: Clarified use of CSS rotation
2012-10-08 09:45:27 +13:00
Didier Raboud
67728fe717
MDL-30754: Make sure to always display breadcrumbs when browsing categories.
2012-10-08 09:37:37 +13:00
Sam Hemelryk
77957668cc
MDL-26348 tool_customlang: Fixed up SQL causing issues in Oracle
2012-10-08 09:22:24 +13:00
Petr Škoda
e9c9610f8b
MDL-35739 show langs on separate lines in CLI installer
...
This fixes column width issues and compatibility with RTL languages.
2012-10-07 21:04:57 +02:00
Petr Škoda
6f0f18a4d4
MDL-35839 fix invalid enrol instance delete cleanup
2012-10-06 19:26:37 +02:00
Nadav Kavalerchik
26d2edcc82
MDL-35245 - Missing scrollbar in Activity Chooser, when in RTL mode
2012-10-06 13:45:33 +02:00
Petr Skoda
f31ee1292a
MDL-35382 fix random course test failures
2012-10-06 13:28:27 +02:00
Petr Škoda
2104c9fdc3
MDL-35714 run gc before test reset
2012-10-06 10:04:32 +02:00
AMOS bot
7c6d4ed0a7
Automatically generated installer lang files
2012-10-06 00:34:00 +00:00
Mary Evans
33b59af020
MDL-35231 theme_serenity: fixed misalignment and styling of mod/assignment/action/edit by updating custommenu css in theme/serenity/style/core.css
2012-10-06 01:31:19 +01:00
Tim Hunt
eccf42746c
MDL-35395 formslib: a method to disable formchangechecker for a form.
2012-10-05 17:45:07 +01:00
Eloy Lafuente (stronk7)
562dbe408e
weekly release 2.3.2+
2012-10-05 13:38:50 +02:00
Eloy Lafuente (stronk7)
035997329a
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-10-05 13:33:02 +02:00
Eloy Lafuente (stronk7)
4abc5a1a2c
Revert "MDL-34257 quiz 'secure' mode: PAGE initialisation order issues."
...
This reverts commit d205afe662 .
2012-10-05 13:10:06 +02:00
Dan Poltawski
db8e84ae1a
Revert "MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability"
...
This reverts commit 60b6b6280b .
2012-10-05 16:20:52 +08:00
Jenny Gray
077fde5dc5
MDL-35694 logs: extend course log report downloads with action url
2012-10-05 09:05:18 +01:00
Jason Fowler
8cfc92afdd
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
2012-10-05 15:27:51 +08:00
Ankit Agarwal
5747c6bccd
MDL-33646 book: Adding a notice instead of error when there is no content in the book
2012-10-05 13:41:44 +08:00
sam marshall
5c3cb55b5d
MDL-34228 Completion: Add capability that controls if a user is shown in reports
2012-10-04 10:51:29 +01:00
Rajesh Taneja
d1085311c9
MDL-32218 Blocks: allowblockstodock is also checked for region dock status
2012-10-04 17:27:05 +08:00
Dan Poltawski
5e6f2cda64
Merge branch 'MDL-35767-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-10-04 16:57:57 +08:00
Ruslan Kabalin
e6b958d4db
MDL-35767 Fix missing target event group check
...
Prevent interfering between items from different groups (and no groups)
2012-10-04 09:52:38 +01:00
Rajesh Taneja
90c6925bdb
MDL-27309 Blocks: command node is taken from dockitem during restore
2012-10-04 15:26:22 +08:00
AMOS bot
0a1c7a188a
Automatically generated installer lang files
2012-10-04 00:35:00 +00:00
Tim Hunt
13815377b5
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the enrol UI.
2012-10-03 19:14:47 +01:00
Tim Hunt
ea29e3141a
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the user selector.
Conflicts:
user/selector/module.js
user/selector/search.php
2012-10-03 19:14:41 +01:00
Frederic Massart
1c409bfe80
MDL-35634 course: Restored alt attribute on module icons
2012-10-03 17:04:16 +08:00
Andrew Davis
113f51d7c9
MDL-35519 mod_book: fixed the cancel import redirect URL
2012-10-03 12:48:36 +08:00
Damyon Wiese
36c7b8665f
MDL-35763: Add ignoredirty class to drop down lists in assignment grading options form.
2012-10-03 11:57:25 +08:00
Dan Poltawski
aaed6d7800
Merge branch 'MDL-35754-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-03 10:26:22 +08:00
Frederic Massart
1e5b1d6dad
MDL-35754 libraries: openpopup() does not fail when window name is not set
2012-10-03 09:58:31 +08:00
Eloy Lafuente (stronk7)
a8d7f5cf15
Merge branch 'MDL-35744_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-03 00:40:35 +02:00
Sam Hemelryk
c67ed6adfe
Merge branch 'MDL-33829_23' of https://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-03 10:07:16 +13:00
Sam Hemelryk
9289c14e0c
Merge branch 'MDL-35654_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-03 09:53:11 +13:00
Nadav Kavalerchik
1c1455f29a
MDL-35723 - Align to center the "Quiz Feedback" label,when in RTL mode
2012-10-02 21:49:10 +02:00
Eloy Lafuente (stronk7)
9228a5d347
Merge branch 'm23_MDL-35227' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 21:40:58 +02:00
Eloy Lafuente (stronk7)
fc0f1c3cbc
Merge branch 'm23_MDL-35557' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 20:28:13 +02:00
Tim Hunt
db1052ce5c
MDL-35744 quiz: fix review options for Never submitted attempts
2012-10-02 15:53:59 +01:00
Eloy Lafuente (stronk7)
0a7db801f3
Merge branch 'm23_MDL-35562' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 15:59:09 +02:00
Ruslan Kabalin
1a2b345232
MDL-35715 course dragdrop Fix the ability to drag back to the empty section
2012-10-02 14:55:48 +01:00
Frederic Massart
80f497ea40
MDL-28235 form: Removed close icon of help icon popups
2012-10-02 14:36:30 +08:00
Frederic Massart
bbb553e077
MDL-28235 form: Help button popup close accessibility improved
...
AMOS BEGIN
CPY [close,editor],[close,form]
AMOS END
2012-10-02 14:36:30 +08:00
Rajesh Taneja
08363c5c80
MDL-35047 tool_xmldb: Added missing strings for xmldb
2012-10-02 14:21:01 +08:00
Dan Poltawski
845cc02904
Merge branch 'MDL-34570-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-02 13:57:00 +08:00
Rajesh Taneja
5735b5a2ac
MDL-35397 Administration: changed link for 'many other contributors'
...
Previously 'many other contributors' was pointing to http://docs.moodle.org/dev/Credits
now, it will point to http://moodle.org/dev .
2012-10-02 13:43:47 +08:00
Adam Olley
8c4fcc0e1a
enrol_manual: Set context correctly in manual enrolment user selector
2012-10-02 14:59:58 +09:30
Dan Poltawski
d9cada0a9d
Merge branch 'MDL-35370_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 12:09:36 +08:00
Dan Poltawski
d0154d2996
Merge branch 'MDL-35693_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 11:47:57 +08:00
Dan Poltawski
05ab3435c0
Merge branch 'MDL-35665' of git://github.com/raymondAntonio/moodle into MOODLE_23_STABLE
2012-10-02 11:45:32 +08:00
Dan Poltawski
09e49e5c6e
Merge branch 'MDL-35698_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 11:40:23 +08:00
Dan Poltawski
8aaf7adccb
Merge branch 'WIP-MDL-35708-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-02 11:36:56 +08:00
Dan Poltawski
e1361139d9
Merge branch 'w40_MDL-35619_m23_otheravatars' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-02 10:41:58 +08:00
Dan Poltawski
373d3178e4
Merge branch 'MDL-35680_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 09:52:35 +08:00
Jody Steele
bda487868e
MDL-33933 mod_forum: fix incorrect capability check
2012-10-02 09:44:19 +08:00
Dan Poltawski
2cbbf5d829
Merge branch 'MDL-33117_grade_display_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-02 09:33:09 +08:00
Eloy Lafuente (stronk7)
54dd6ee750
MDL-35669 gravatar amend and complete gravatar tests.
2012-10-02 01:35:50 +02:00
Eloy Lafuente (stronk7)
ba804c9ea9
MDL-35669 gravatar Fix secure image urls.
2012-10-02 01:35:40 +02:00
Sam Hemelryk
577777cf03
Merge branch 'm23_MDL-35472' of git://github.com/totara/moodle into MOODLE_23_STABLE
2012-10-02 11:10:24 +13:00
Sam Hemelryk
500ade05cb
Merge branch 'MDL-34257_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 10:45:51 +13:00
Michael Aherne
30c9794aec
MDL-35669 gravatar Provide default image URL to Gravatar
2012-10-01 23:44:31 +02:00
Sam Hemelryk
4891199f10
Merge branch 'MDL-30885_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 10:31:08 +13:00
Sam Hemelryk
50b252cdde
Merge branch 'MDL-35547_23' of git://github.com/enovation/moodle into MOODLE_23_STABLE
2012-10-02 10:15:30 +13:00
Eloy Lafuente (stronk7)
50e8e4d00b
Merge branch 'MDL-34931-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-01 13:37:12 +02:00
Eloy Lafuente (stronk7)
aa63be7f5f
Merge branch 'MDL-35637_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-10-01 13:19:22 +02:00
Eloy Lafuente (stronk7)
4df574f9e5
Merge branch 'wip-MDL-34234-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-10-01 13:10:06 +02:00
Jerome Mouneyrac
b843f7aee2
MDL-34971 PHPunit test: user/externallib.php
2012-10-01 12:56:41 +02:00
Eloy Lafuente (stronk7)
198178ff2a
Merge branch 'MDL-35644-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-10-01 12:46:26 +02:00
Eloy Lafuente (stronk7)
35e19e2acd
Merge branch 'MDL-34894_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-01 11:08:14 +02:00
Petr Škoda
50675bf549
MDL-35619 fix invalid avatars on other users page
2012-10-01 09:51:12 +02:00
Andrew Davis
7ad8f46848
MDL-35667 core_grade: added a new test for grade_category::apply_limit_rules()
2012-10-01 12:59:49 +08:00
Andrew Davis
410d0dc243
MDL-31782 core_grade: fixed a potential infinite loop
2012-10-01 12:59:27 +08:00
Nadav Kavalerchik
af277cc994
MDL-35708 - Right align user's information in quiz attempt review page , when in RTL mode (theme/standard & base)
2012-09-30 23:53:01 +02:00
Sam Hemelryk
194e79536e
MDL-34234 course: Fixed notice causing issues in JS when upgrade settings for 2.3+ not run
2012-10-01 09:57:58 +13:00
Tomasz Muras
d0bb10027b
MDL-35547 Fetch more sub-categories with one SQL query.
2012-09-30 19:29:54 +02:00
Tomasz Muras
2ade1b52f9
MDL-35547 Detect loops in question categories.
2012-09-30 19:29:53 +02:00
Tomasz Muras
24d9d1811f
MDL-35547 Detect question category pointing to itself as a parent.
2012-09-30 19:29:52 +02:00
Andrew Davis
88852071b5
MDL-33829 mod_glossary: added some smarts so glossary entries with an image in their description are classed as richhtml instead of plainhtml
2012-09-30 11:11:29 +08:00
Jason Fowler
d695785710
MDL-33829 - Glossary - Adding Rich Portfolio Export support
2012-09-30 11:11:29 +08:00
Tim Hunt
2d04a1fe31
MDL-35698 quiz cron: group overrides not computed correctly
...
Thanks to Matt Petro for finding the bug in this monster SQL statement.
2012-09-29 09:37:20 +01:00
AMOS bot
6b7cd710cd
Automatically generated installer lang files
2012-09-29 00:34:18 +00:00
Tim Hunt
0222cd9545
MDL-35693 question engine: set id when saving a new question_attempt
2012-09-28 15:29:57 +01:00
Raymond Wijaya
10839ace75
MDL-34794_M23: Add reset course feature in mod_assign (new assignment)
2012-09-28 16:25:55 +08:00
Raymond Wijaya
b865c07b69
MDL-35665: Cherry-pick MDL-35389 : Fix an error when changing locked state of a assignment is changed
2012-09-28 12:30:30 +08:00
Andrew Davis
60b6b6280b
MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability
2012-09-28 12:14:45 +08:00
Frederic Massart
d3187c299a
MDL-34570 Accessibility: Adding labels on text inputs and selects to questions
2012-09-28 11:39:32 +08:00
Rossiani Wijaya
daa3c5ff1b
MDL-34570 accessibility compliance for question: edit string label
2012-09-28 11:39:32 +08:00
Frederic Massart
7765e94f5e
MDL-34931 core_grade: Fixed grades hidden when activity is hidden
2012-09-28 11:39:20 +08:00
Mary Evans
14a695f607
MDL-35654 theme_anomaly: Added custom menu renderer to aid RTL styling of menu
2012-09-28 02:57:54 +01:00
Dan Marsden
31fabbdbaa
MDL-35562 enrol_database: enrolment_sync - don't halt sync on failed search for course.
2012-09-28 09:07:29 +12:00
Dan Marsden
add494f1af
MDL-35557 enrol/database: use distinct call when getting list of courses that should be added.
2012-09-28 09:05:52 +12:00
Dan Marsden
860c7e82bd
MDL-35227 SCORM: set completion in correct location.
2012-09-28 09:03:54 +12:00
Tim Hunt
28c9348405
MDL-35680 user selector: more usable when queries are slow.
...
The problem is to do when you pause a bit, so a search starts, and then
type a bit more before the search finishes. It was behaving like this:
1. Type a bit, then pause.
2. First search request sent.
3. Type a bit more, then pause.
4. Second search request sent.
5. First search request completes.
6. You try to select one result.
7. Second search request comples, overwriting what you are selecting.
This fix works by cancelling the first request before sending the
second.
2012-09-27 19:10:41 +01:00
Tim Hunt
40d651bbbb
MDL-34894 course ws unit tests: fix windows problem.
...
This fixes a weird windows-only failure, as explained in the tracker
issue.
2012-09-27 18:59:50 +01:00
Tim Hunt
022a3555d1
MDL-30885 quiz: use formchangechecker during quiz attempts.
...
To avoid the possiblity of dataloss if a student tries to navigate away
having changed some answers.
2012-09-27 14:15:37 +01:00
Tim Hunt
f0f2014316
MDL-35620 question engine: should distinguish NULL and 0.
...
This only matters in an obscure edge case, but it is an edge case we hit
with one of the OU question types.
This load data code is processing the results of a LEFT JOIN, so is_null
is the correct logic.
2012-09-27 12:35:55 +01:00
Tim Hunt
ad1a52e07c
MDL-35370 cloze qtype: distinguish wrong & unanswered subqs
...
This affects the subquestions that appear as an embedded text input box.
There are three cases:
1. Input for subq left blank
2. Input for subq was wrong, and matched by a * wildcard.
3. Input for subq was wrong, and did not match any answer.
2. and 3. should look identical, apart from any feedback in case 2.
1. is different. The state should be displayed as "Not answered" even
though the mark for this part is still shown as 0.
There are some new unit tests for these cases.
Also, we slighly improve handling of , for decimal point in multianswer,
although there are still issues.
While working on this, I made some minor clean-ups in shortanswer and
numerical qtypes.
2012-09-27 12:35:35 +01:00
Tim Hunt
d205afe662
MDL-34257 quiz 'secure' mode: PAGE initialisation order issues.
2012-09-27 12:34:51 +01:00
Dan Poltawski
9273bd1abb
weekly release 2.3.2+
2012-09-27 18:51:24 +08:00
Dan Poltawski
11d19d4cfb
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-09-27 18:47:34 +08:00
Jerome Mouneyrac
786b831653
MDL-35198 replace key_exists by array_key_exists
2012-09-27 15:34:48 +08:00
Mark Nelson
40755f9584
MDL-35637 group: Fix form submission error that occurs when GD version is not set.
2012-09-27 11:58:47 +08:00
Dan Poltawski
12f9c36df8
Revert "MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal"
...
This reverts commit a1db00dd1a .
2012-09-27 11:32:02 +08:00
AMOS bot
66652c60c0
Automatically generated installer lang files
2012-09-27 00:34:44 +00:00
Nadav Kavalerchik
20a1f8a9c5
MDL-35481 - Invert "search option" listbox "open" arrow, when in RTL mode (page: manual user course registration ) and Personal Blog page
2012-09-27 00:10:37 +02:00
Nadav Kavalerchik
2a8690dab5
MDL-35246 - Invert all action arrows in Question Bank categories management, when in RTL mode
2012-09-26 23:54:10 +02:00
Nadav Kavalerchik
68164ad218
MDL-35527 - Left justify CLOSE button on modal dialog boxes, when in RTL mode
2012-09-26 21:50:46 +02:00
Eloy Lafuente (stronk7)
249d073058
MDL-35578 - Also justify email2, used in signup
2012-09-26 19:49:26 +02:00
Nadav Kavalerchik
3147b59c8a
MDL-35578 - Left justify LTR Form input fields (email, idnumber, url, phone...), when in RTL mode
2012-09-26 19:37:43 +02:00
Dan Poltawski
0a99c77ede
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-26 15:21:36 +08:00
Marina Glancy
25878bcd22
MDL-35276 fix redirect to course/section pages
2012-09-26 15:17:14 +08:00
Jerome Mouneyrac
3f676aa5bd
MDL-35644 user_get_details: admin should be able to see description
2012-09-26 14:29:21 +08:00
Sam Hemelryk
41a5203c2a
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-26 15:13:33 +12:00
Marina Glancy
583c0cf67f
MDL-35276 fix redirect to course/section pages
2012-09-26 10:58:03 +08:00
Jason Fowler
f0f3338000
MDL-34476 - Blocks - Fixing context issue
2012-09-26 14:40:24 +12:00
Sam Hemelryk
678e90a080
Merge branch 'MDL-34573_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-09-26 10:10:23 +12:00
Sam Hemelryk
1172c2bd2f
Merge branch 'wip-MDL-34476-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-09-26 08:32:52 +12:00
Sam Hemelryk
792a3c4ea9
MDL-31976 course: Better alt for edit section icon
2012-09-26 08:24:06 +12:00
Sam Hemelryk
4c6962068a
Merge branch 'MDL-31976-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-26 08:20:37 +12:00
Dan Poltawski
2d39f72b59
Merge branch 'MDL-34328-MOODLE_23_STABLE-2' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-09-25 16:37:32 +08:00
Dan Poltawski
790ad23dd6
Merge branch 'MDL-34778_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-09-25 13:43:34 +08:00
Dan Poltawski
00d62e135d
Merge branch 'MDL-35252_M23' of git://github.com/raymondAntonio/moodle into MOODLE_23_STABLE
2012-09-25 13:14:45 +08:00
Dan Poltawski
700bbb5fb9
Merge branch 'MDL-34571_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-09-25 13:11:10 +08:00
Raymond Wijaya
ff61f14c04
MDL-35252: Fix a bug that creates unneccessary rows in grade_grades table when unchecking 'overridden' check box in gradebook update
2012-09-25 12:19:07 +08:00
Dan Poltawski
125759ddf4
Merge branch 'MDL-35202-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-09-25 11:43:05 +08:00
Dan Poltawski
df87119b5a
Merge branch 'MDL-35321-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
2012-09-25 11:32:34 +08:00
Nadav Kavalerchik
a2b837e5be
MDL-35576 - Right padding is missing on Date field/element, when in RTL mode (minor fix)
2012-09-25 01:17:28 +02:00
Nadav Kavalerchik
2bb3259fc3
MDL-35537 - Right align registration text on login page, when in RTL mode
2012-09-25 00:36:37 +02:00
Sam Hemelryk
6b69bf463a
MDL-34607 files: post integration version bump
2012-09-25 09:56:11 +12:00
Sam Hemelryk
8a7cc012fd
Merge branch 'MDL-34607-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-25 09:52:00 +12:00
Sam Hemelryk
fd0758da1b
Merge branch 'MDL-35375-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-09-25 09:23:27 +12:00
Dan Poltawski
675c2b8543
Merge branch 'wip-MDL-32184-s23' of http://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-09-24 15:36:04 +08:00
Dan Poltawski
7e0deaf3fd
Merge branch 'MDL-26940-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 15:32:31 +08:00
Frederic Massart
fede879cf2
MDL-31499 Javascript: Handle invalid window names in openpopup
2012-09-24 15:24:30 +08:00
Jason Fowler
a1db00dd1a
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
2012-09-24 15:04:06 +08:00
Dan Poltawski
bb6b275906
Merge branch 'wip-MDL-35542-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-24 14:37:49 +08:00
Damyon Wiese
b666bddae2
MDL-35375: Ensure the assignment grading table is always sorted by at least one unique column
...
Conflicts:
mod/assign/gradingtable.php
2012-09-24 12:38:24 +08:00
Sam Hemelryk
e1a809b36f
Merge branch 'MDL-35312-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 15:53:48 +12:00
Sam Hemelryk
1e112f8801
Merge branch 'MDL-35517_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-09-24 15:21:28 +12:00
Ruslan Kabalin
3e8d7ca16e
MDL-35442 Add settings and uninstall link for local plugins
2012-09-24 11:19:50 +08:00
Dan Poltawski
daccc92d9e
Merge branch 'MDL-35242-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 11:08:18 +08:00
Sam Hemelryk
3c6510c106
Merge branch 'MDL-30889-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-24 15:05:44 +12:00
Sam Hemelryk
91cb7bdab5
Merge branch 'MDL-35398-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-09-24 15:03:26 +12:00
Damyon Wiese
2b7024847d
MDL-35427: Remove resetting of $_POST - use $mform->setConstant to force update to rownum instead.
...
Conflicts:
mod/assign/locallib.php
2012-09-24 15:02:17 +12:00
Rex Lorenzo
e36ab38642
MDL-35587 - Display grouping name for Drag and Dropped resources
2012-09-23 01:15:11 -07:00
Andrew Robert Nicols
cffbc80ac7
MDL-34328 Correct usage of e.drop when catching missed drag/drop events
2012-09-21 15:25:29 +01:00
Paul Nicholls
3f6970bf92
MDL-34328: block dragdrop - disallow dragging from show/hide and dock icons
...
Tell the YUI drag/drop delegate that the show/hide and dock icons are not valid drag handles. Otherwise, a drag can be initiated by showing or hiding a block (probably not from docking one, but better safe than sorry). Not strictly related to MDL-34328, but likely to be encountered whilst testing - and closely related to another patch for MDL-34328.
Note that the "invalid" config option for the delegate takes a string - not an array - but can have multiple selectors separated by commas.
2012-09-21 15:25:29 +01:00
Paul Nicholls
65c8ccc02e
MDL-34328: block dragdrop - performance rewrite
...
Use YUI's DragDrop delegates for block dragdrop - one per block region - rather than initialising a Drag object for each individual block.
2012-09-21 15:25:29 +01:00
Paul Nicholls
a573a5157e
MDL-34328: course section "toolboxes" - performance rewrite
...
Use YUI event delegation to handle events in course section "toolboxes" (visibility and highlight toggles) rather than attaching event handlers to each individual button we care about. Also remove the (now unused) replace_button() function.
2012-09-21 15:25:29 +01:00
Paul Nicholls
e4db46b4d9
MDL-34328: course resource "toolboxes" - performance rewrite
...
Use YUI event delegation to handle events in course resource "toolboxes" (sets of editing icons) rather than attaching event handlers to each individual button we care about. Don't waste time setting the CSS cursor to what it already is, use .all() rather than replace_button() if we just need the node.
Section toolboxes could probably also be done this way to some extent, but the payoff may not be worth the effort - they're so minimal that they don't tend to cause issues.
2012-09-21 15:25:29 +01:00
Paul Nicholls
99cd723af5
MDL-34328: course dragdrop - performance rewrite
...
Use YUI's DragDrop delegates for course dragdrop, rather than initialising a Drag object for each individual section and each individual activity/resource. Also, clone a single drag handle for activities/resources, rather than repeatedly creating a whole new one with the same parameters for each activity/resource.
2012-09-21 15:25:28 +01:00
Jason Fowler
94167a2dee
MDL-34476 - Course Completeion, Blocks - Allowing teachers to access the Full Course Report from the Course Completion Block -- Initial patch provided by Nadav Kavalerchik
2012-09-21 15:21:18 +08:00
Ankit Agarwal
7cdb725081
MDL-30889 calendar: Adding focus and blur events to calendar renderer
2012-09-21 14:34:51 +08:00
Frederic Massart
05daea0f6d
MDL-31976 Accessbility: Action icons on course page do not need title attributes
2012-09-21 11:30:51 +08:00
Frederic Massart
6b15d50a60
MDL-35312 Web Services: Fixed typo in capability of course update
2012-09-21 09:57:45 +08:00
Frederic Massart
aa57854075
MDL-35242 Web Services: Removed translation causing error in add_to_log
2012-09-21 09:57:34 +08:00
Frederic Massart
7ae2136b3f
MDL-34607 Folder: Remove any sort order during upgrade
2012-09-21 09:56:52 +08:00
Frederic Massart
7be6c09db5
MDL-34607 File API: Removed ordering by sortorder in area tree
2012-09-21 09:56:52 +08:00
AMOS bot
58f8b73f26
Automatically generated installer lang files
2012-09-21 00:34:52 +00:00
Michael Aherne
7ab5b064a6
MDL-35321 course sections Enable reset of grouping access
2012-09-20 16:22:29 +01:00
Eloy Lafuente (stronk7)
2974030611
MDL-35517 course: Handle non-existing $course->maxbytes on course creation.
2012-09-20 10:20:21 +02:00
Marina Glancy
a7783bf260
MDL-35542 Fixed a bug when trying to directly link to a file from Dropbox
2012-09-20 15:50:28 +08:00
Marina Glancy
093825d81e
MDL-35001 added unit test for function convert_to_array()
2012-09-20 15:50:12 +08:00
Marina Glancy
7116aca6af
MDL-35001 removed cycle detection from convert_to_array because it causes error in data
2012-09-20 15:50:11 +08:00
Marina Glancy
ed7e6a7356
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-09-20 15:49:01 +08:00
Dan Poltawski
c366bea3cf
weekly release 2.3.2+
2012-09-20 14:10:34 +08:00
Dan Poltawski
33672ace5f
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-09-20 14:05:52 +08:00
AMOS bot
5fc1b61a88
Automatically generated installer lang files
2012-09-20 00:34:31 +00:00
Eloy Lafuente (stronk7)
2ed38452aa
MDL-33166 forum: fetch cmid to be used by capability checks.
2012-09-19 21:42:14 +02:00
Dan Poltawski
ed78617491
Merge branch 'wip-mdl-30833-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-19 09:52:18 +08:00
AMOS bot
9b65e5841e
Automatically generated installer lang files
2012-09-19 00:34:24 +00:00
Eloy Lafuente (stronk7)
b04027c0cf
MDL-33166 Forum: whitespace fix
2012-09-19 00:53:05 +02:00
Eloy Lafuente (stronk7)
e6084683c8
Merge branch 'wip-mdl-33166-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-19 00:39:08 +02:00
Simon Coggins
119b5fdc8b
MDL-35472: Prevent html tags appearing in page titles
...
Only a problem when formatstringstriptags is disabled
2012-09-19 09:07:33 +12:00
Eloy Lafuente (stronk7)
b437a680d2
Merge branch 'MDL-33198-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-18 20:06:03 +02:00
Eloy Lafuente (stronk7)
631aedabb4
Merge branch 'w38_MDL-32572_m23_authdbduplicates' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-18 19:51:38 +02:00
Petr Škoda
88fbc9a7ef
MDL-32572 fix notice when changing internal auth_db passwords
2012-09-18 13:18:18 +02:00
Petr Škoda
3f22e75663
MDL-32572 skip problematic users in auth_db sync
2012-09-18 12:41:07 +02:00
Rajesh Taneja
9ac00a5394
MDL-30833 Accessibility: Added aria-expanded attribute on navigation nodes
2012-09-18 17:29:00 +08:00
Petr Škoda
45a6d31c4f
MDL-32572 always lookpup passwords only in records from current auth plugin
...
This bug should not be creating any problems thanks to our design of login process, but it should be fixed anyway.
2012-09-18 10:38:29 +02:00
Damyon Wiese
ce86eb4d08
MDL-35202: Allow for language files that contain non-ascii for actions in assignment
2012-09-18 15:27:58 +08:00
Dan Poltawski
85aa469960
Merge branch 'MDL-30909-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-18 15:08:00 +08:00
Frederic Massart
6d3249780b
MDL-30909 Accessibility: Improved access to reply form in forums
2012-09-18 14:57:20 +08:00
Damyon Wiese
97b53d6c05
MDL-35398: Quick grading feedback is now pushed to the gradebook
2012-09-18 14:54:01 +08:00
Dan Poltawski
bb67dc33e1
Merge branch 'wip-mdl-30831-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-18 14:51:33 +08:00
Ankit Agarwal
ec5c45c4ed
MDL-33198 book: Adding h tags to book title to increase accessibility
2012-09-18 09:46:21 +08:00
Ankit Agarwal
58ee763bfb
MDL-33198 book: Adding h tags to book titles to increase accessibility while printing a book
2012-09-18 09:46:21 +08:00
Dan Poltawski
05165a7f60
Merge branch 'm23_MDL-34644' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-18 09:27:19 +08:00
Eloy Lafuente (stronk7)
0671db29ce
Merge branch 'MDL-32688-m23' of git://github.com/itamart/moodle into MOODLE_23_STABLE
2012-09-18 01:53:50 +02:00
Eloy Lafuente (stronk7)
c59d51b67d
Merge branch 'MDL-35419_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-18 01:28:46 +02:00
Eloy Lafuente (stronk7)
b050380df1
Merge branch 'MDL-32230-23' of https://github.com/mackensen/moodle into MOODLE_23_STABLE
2012-09-18 01:20:45 +02:00
Eloy Lafuente (stronk7)
0f5c4b8397
Merge branch 'MDL-34841_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-18 01:15:31 +02:00
Eloy Lafuente (stronk7)
a0a02f4e0d
Merge branch 'w38_MDL-35129_m23_dbmigration' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-18 01:12:34 +02:00
David Mudrák
1530136c20
MDL-35344 Ignore available updates info with invalid format
...
Previously when the server response validation had failed, the property
available_update_checker::recentresponse was left as NULL. This caused
problems in available_update_checker::compare_responses() that expects
proper arrays passed.
This patch makes invalid data being ignored by setting the property to
an empty array as if no data have been fetched yet. A debugging message
is thrown so the admins will be able to diagnose eventual problems in
the future.
2012-09-17 18:04:17 +02:00
Dan Poltawski
07a145dcfc
Merge branch 'MDL-33982-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-17 16:03:35 +08:00
Dan Poltawski
947d7759bb
Merge branch 'MDL-35376_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2012-09-17 12:47:53 +08:00
Dan Poltawski
4edc94cbf3
Merge branch 'MDL-30847_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-17 12:40:02 +08:00
Rossiani Wijaya
83fbe988f0
MDL-34571 accessibility compliance for report: Add label to select and input text form
2012-09-17 12:15:05 +08:00
Rossiani Wijaya
7a054265dc
MDL-34778 enrol: add a space
2012-09-17 12:14:22 +08:00
Rossiani Wijaya
b7f0b0b12b
MDL-34778 accessibility compliance for enrol: add label tag for input text
2012-09-17 12:14:20 +08:00
Dan Poltawski
614ac18b11
Merge branch 'MDL-34975-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-17 11:59:51 +08:00
Dan Poltawski
8673ce8201
Merge branch 'MDL-35374_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2012-09-17 11:47:35 +08:00
Dan Poltawski
7056f36f3c
Merge branch 'w38_MDL-35454_m23_bogusmaxsize' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-17 11:44:45 +08:00
Dan Poltawski
bde7deec36
Merge branch 'MDL-35163-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
2012-09-17 10:51:40 +08:00
Rajesh Taneja
29a33233fc
MDL-30831 Accessibility: Added aria role and attributes to dock block
2012-09-17 10:13:18 +08:00
Rex Lorenzo
fd7255ace0
MDL-33166 Forum: Adding capability mod/forum:allowforcesubscribe
...
Conflicts:
mod/forum/version.php
2012-09-17 10:07:28 +08:00
Frederic Massart
8e977618f8
MDL-34975 Accessibility: Collapsible areas captions can be clicked to expand/collapse
2012-09-17 09:45:36 +08:00
Frederic Massart
befd59097b
MDL-33982 TinyMCE: Media preview supports external URLs
2012-09-17 09:44:44 +08:00
David Monllao
e4c9460c0b
MDL-30847 core Adding ARIA attribute to help windows
2012-09-17 09:27:11 +08:00
Petr Škoda
28ac357f86
MDL-35454 ignore invalid $custombytes in get_max_upload_sizes()
...
This fixes installation and phpunit init regression.
2012-09-17 00:08:36 +02:00
Eric Merrill
1077bf7086
MDL-35411 assign Include plugin (submission/feedback) info, even when there is no user data.
...
assign_plugin_config data was only included in backups/imports if user data was included in
the backup. This patch moves it out with the standard structure of the assign backup.
2012-09-16 17:57:26 -04:00
Petr Škoda
fe5a985c0e
MDL-35129 implement new export_table_recordset()
...
This is necessary because MySQL get_recordset_sql() stores the data in memory, unfortunately the alternative resultset iteration blocks concurrent access - that is why we need new method for export.
2012-09-15 12:03:24 +02:00
Petr Škoda
250b340003
MDL-35129 add missing recordset closing in db transfer
2012-09-14 23:54:56 +02:00
Itamar Tzadok
e7f72fb5d6
MDL-32688 My Moodle - Fixed fatal error in guest access to My Moodle
2012-09-14 15:12:17 -04:00
Eloy Lafuente (stronk7)
32efb09e62
weekly release 2.3.2+
2012-09-14 19:10:43 +02:00
Eloy Lafuente (stronk7)
b5b8aac98a
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-09-14 19:03:20 +02:00
Michael Aherne
6b3177344d
MDL-35163 quiz Make quiz report options available to attempts form
2012-09-14 10:17:17 +01:00
Eloy Lafuente (stronk7)
b92083421c
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit b4271570c6 .
2012-09-14 10:38:17 +02:00
Eloy Lafuente (stronk7)
77393dec21
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit fa501712c7 .
2012-09-14 10:38:12 +02:00
AMOS bot
9844498b0a
Automatically generated installer lang files
2012-09-14 00:34:18 +00:00
Tim Hunt
c21f901559
MDL-35419 question manual grading: valdiation must handle 0,5
...
Yet another , as decimal separator issue!
To fix this nicely, I refactored some code into question_utils.
2012-09-13 16:40:02 +01:00
Simon Coggins
a698454089
MDL-34644 SCORM fix completion when only completion on view is selected.
2012-09-13 14:39:12 +12:00
AMOS bot
b3557ac52d
Automatically generated installer lang files
2012-09-13 00:34:33 +00:00
Kanika Goyal
fa501712c7
MDL-32125 mod_forum: updating subscription mode not reflected
2012-09-13 11:27:48 +12:00
Kanika Goyal
b4271570c6
MDL-32125 mod_forum: updating subscription mode not reflected
2012-09-13 11:27:47 +12:00
Sam Hemelryk
77ef5e06f9
Merge branch 'wip-mdl-30667-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-13 11:18:20 +12:00
Sam Hemelryk
cdf30c74d8
Merge branch 'MDL-29872_c_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-09-13 11:12:47 +12:00
Tim Hunt
5df0a6b47e
MDL-34841 error importing questions with long names.
...
The problem was with the non-UTF-8-safe way that a question name
was being constructed from the question text.
I have done a proper fix with methods in the base class to
carefully construct a question name that is reasonable, and
which will fit in the database column. Then I have changed all
importers to use the new methods.
I also remembered not to break the lesson in the process.
2012-09-12 17:38:40 +01:00
Eloy Lafuente (stronk7)
bd390545b1
Merge branch 'MDL-34082_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-12 17:20:48 +02:00
Tim Hunt
b06143c5c2
MDL-34082 course restrict modules: typo in MDL-19125 upgrade code.
2012-09-12 16:15:38 +01:00
David Monllao
7737d24b92
MDL-35264 mod_chat Bigger frame for text input
2012-09-12 14:54:16 +08:00
Sam Hemelryk
561cbb8967
Merge branch 'wip-MDL-34223-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-12 10:33:35 +12:00
Sam Hemelryk
bdd6847fc2
Merge branch 'MDL-30829-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-12 10:27:54 +12:00
Rex Lorenzo
102d0bd05b
MDL-35376 - Shortcut/alias not working for Private file repo
2012-09-11 14:24:02 -07:00
Rex Lorenzo
6b43759eff
MDL-35374 - Cannot delete blocks off frontpage
2012-09-11 12:28:18 -07:00
Eloy Lafuente (stronk7)
6588886965
Merge branch 'MDL-34984_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-09-11 16:30:44 +02:00
Jason Fowler
e0c567c3be
MDL-29463 - Chat - Change socket_setopt to socket_set_options
2012-09-11 14:49:33 +08:00
Sam Hemelryk
d5e317882d
Merge branch 'MDL-35190-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-09-11 16:45:45 +12:00
Frederic Massart
ceed31ad6b
MDL-34765 Course: Fixed missing argument in course reordering
2012-09-11 16:41:37 +12:00
Sam Hemelryk
6ab9c3e2ad
Merge branch 'MDL-34765-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-11 15:31:20 +12:00
Sam Hemelryk
bbd89d7b10
Merge branch 'MDL-30018_23' of https://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-09-11 15:21:59 +12:00
Sam Hemelryk
08153276ac
Merge branch 'MDL-10259_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-11 15:18:40 +12:00
Sam Hemelryk
d27a76c3e3
Merge branch 'MDL-30857_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-11 15:10:48 +12:00
Sam Hemelryk
6d661aa2f1
Merge branch 'm23_MDL-34755' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-11 15:02:26 +12:00
Marina Glancy
1ab628b72e
MDL-34223 increased performance in forum_get_file_info() for admins
2012-09-11 10:48:21 +08:00
Marina Glancy
c84b70456a
MDL-33857 Increase performance of queries for Server files repository
...
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation;
- all core classes extending file_info have their implementation of those methods;
- class repository_local_file used for caching get_children() results is removed;
- class repository_local rewritten to use new methods from file_info;
- added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
2012-09-11 10:48:13 +08:00
Eloy Lafuente (stronk7)
11a3dd0c0e
Merge branch 'MDL-35134_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-09-11 02:50:29 +02:00
Eloy Lafuente (stronk7)
a59f0f25cd
Merge branch 'm23_MDL-35156' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-11 02:48:22 +02:00
Eloy Lafuente (stronk7)
35eb1a0f0c
Merge branch 'MDL-35171_m23' of git://github.com/merrill-oakland/moodle into MOODLE_23_STABLE
2012-09-11 02:44:56 +02:00
Eloy Lafuente (stronk7)
7189c6102f
MDL-34338 mod_folder: delete unused $browser var.
2012-09-11 02:20:17 +02:00
Eloy Lafuente (stronk7)
2e4678332a
Merge branch 'wip-MDL-34338-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-11 02:19:48 +02:00
Sam Hemelryk
cb3a1e355b
Merge branch 'm23_MDL-35255' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-11 12:10:55 +12:00
Raymond Wijaya
cfe32be822
MDL-34660: Fix SQL error in assignments module with Oracle Database I by replacing 'offline' with 'nosubmissions'
2012-09-11 02:08:54 +02:00
Sam Hemelryk
654338074e
Merge branch 'MDL-34916_M23' of git://github.com/kordan/moodle into MOODLE_23_STABLE
2012-09-11 12:06:14 +12:00
Eloy Lafuente (stronk7)
c0eee4898a
Merge branch 'm23_MDL-35123' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-11 02:03:10 +02:00
Eloy Lafuente (stronk7)
3a3120e206
Merge branch 'm23_MDL-35208' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-11 01:57:21 +02:00
Eloy Lafuente (stronk7)
f34cb5797c
Merge branch 'MDL-35257' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-09-11 01:53:35 +02:00
Eloy Lafuente (stronk7)
8146d3f12d
Merge branch 'w37_MDL-35270_m23_oracohort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-11 01:48:55 +02:00
Sam Hemelryk
74fae5244c
Merge branch 'MDL-27786-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:15:25 +12:00
Sam Hemelryk
1595c976dd
Merge branch 'MDL-33374-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:10:26 +12:00
Sam Hemelryk
5a05aa9633
Merge branch 'MDL-35007-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:07:25 +12:00
David Mudrák
babf5f522e
MDL-35272 Fix typo in qformat_blackboard_six.php
...
Credit goes to German Valero for spotting and reporting this.
2012-09-11 01:03:22 +02:00
Adrian Greeve
919105e5d1
MDL-32785 - lib - Ignorning hard frozen fields when submitting data.
2012-09-11 10:48:07 +12:00
Charles Fulton
cc17d246e4
MDL-32230 block_rss_client: remove extra cleaning step
2012-09-10 12:31:39 -07:00
Eloy Lafuente (stronk7)
ab88177b5e
Merge branch 'w37_MDL-35289_m23_tinymcelangs' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-10 19:53:24 +02:00
Eloy Lafuente (stronk7)
f58585807c
Merge branch 'MDL-35343_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-10 16:41:56 +02:00
Tim Hunt
817fcbb549
MDL-35343 JavaScript visible in multichoice choice feedback.
...
Also, Match correct answer, and calculated multi and multianswer
feedback.
2012-09-10 13:08:14 +01:00
Frederic Massart
5371fa1928
MDL-30829 Accessibility: Docking a block disables the accessible anchors
2012-09-10 17:22:17 +08:00
Aparup Banerjee
6c990952c9
Merge branch 'MDL-34944-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-10 17:15:31 +08:00
Aparup Banerjee
1b1c35541a
Merge branch 'MDL-35223-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-10 17:00:47 +08:00
David Monllao
360769aa0f
MDL-30857 block_community Removing comments hardcoded height
2012-09-10 15:00:46 +08:00
Aparup Banerjee
49d9947914
Merge branch 'MDL-35264_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 14:39:01 +08:00
Aparup Banerjee
4ad7bc830e
Merge branch 'MDL-27398_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 14:30:57 +08:00
David Monllao
799de15145
MDL-27398 mod_chat Removing PAGE references
2012-09-10 14:10:26 +08:00
David Monllao
f4dfb810c8
MDL-27398 mod_chat Adding file basic doc
2012-09-10 14:10:26 +08:00
David Monllao
c8cac02c99
MDL-27398 mod_chat Removing deprecated calls and moving dependencies
...
Credit to Jorge Villalon
2012-09-10 14:10:18 +08:00
David Monllao
879c31c1ba
MDL-27398 mod_chat Adding CLI_SCRIPT to chat daemon
...
Credit to Jorge Villalon
2012-09-10 14:09:57 +08:00
Aparup Banerjee
9111b11b7b
Merge branch 'MDL-34068_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 13:42:36 +08:00
Eloy Lafuente (stronk7)
8722439751
MDL-30018 restore: better answer matching. Credit goes to Tyler Bannister, thanks!
...
On backup, contents are cleaned to be safe utf8. That was leading to
some matching problems on restore against not cleaned DB contents (for
already existing questions). This commit adds one fallback method to
perform the match against cleaned DB contents.
2012-09-09 20:30:02 +02:00
Petr Škoda
bafffec181
MDL-35270 fix ambiguously defined column
...
Credit goes to Sara Arjona, thanks.
2012-09-08 10:49:49 +02:00
Petr Škoda
9cd1f8ffe6
MDL-35289 add missing charmap usage info string
2012-09-07 10:30:24 +02:00
Rossiani Wijaya
cd029574b6
MDL-29872 Dropbox repository: add message handler to filepicker header and add message to logout from dropbox.
...
When user clicked on logout button from dropbox repository, it will also logging them out from dropbox site through a popup window
2012-09-07 15:44:08 +08:00
Rossiani Wijaya
14d15f125e
MDL-34573 - add label for search tag input text
2012-09-07 15:43:44 +08:00
Rossiani Wijaya
2afda054e8
MDL-34573 Tag: update label for suggested tag
2012-09-07 15:43:44 +08:00
Rossiani Wijaya
5c0c094f3c
MDL-34573 accessibility compliance for tag: Add forform input text and select tag
2012-09-07 15:43:43 +08:00
Rossiani Wijaya
689a3bcd17
MDL-34984 admin setting: fixed labeling and shortname display for admin setting
2012-09-07 15:43:09 +08:00
Frederic Massart
d37de5e0df
MDL-34765 Course: Re-sorting courses uses natural order
2012-09-07 14:13:50 +08:00
David Monllao
a08d03a2c0
MDL-34068 mod_chat Sending text/html headers when sending the messages frame output for the first time
2012-09-07 12:11:11 +08:00
David Monllao
a2d928b143
MDL-35264 mod_chat Changing the input frame of chat daemon method to a embedded page layout
2012-09-07 12:08:15 +08:00
David Monllao
2904faa0eb
MDL-10259 core Adding a search courses box if there are too many courses
2012-09-07 11:29:44 +08:00
Dan Poltawski
bd916ad1ee
MDL-35257 lib: if $CFG->logguests is disabled, avoid some log actions
...
This is for performance, else there can be great contention on the guest
user record as we've seen on moodle.org.
2012-09-07 10:24:50 +08:00
Ankit Agarwal
e81507f6b6
MDL-27786 calendar: Changing the eventname string for accessibility
2012-09-07 10:22:02 +08:00
Ankit Agarwal
800abd6faf
MDL-33374 profile: Use correct text for buttons when creating a new user
2012-09-07 10:19:34 +08:00
Ankit Agarwal
bb7f95f830
MDL-34944 book: Implementing reset framework for book
2012-09-07 10:17:13 +08:00
Ankit Agarwal
41b997b1ff
MDL-35007 book: Adding rule to parse links to book chapters from 1.9 backups
...
Conflicts:
mod/book/version.php
2012-09-07 10:13:09 +08:00
Ankit Agarwal
6d89ac64ab
MDL-35223 book: use chapter names in page titles
2012-09-07 10:09:52 +08:00
Marina Glancy
f4671476ff
MDL-34338: renderer for mod_folder should not use file_info
2012-09-07 09:36:19 +08:00
Dan Marsden
fa3a1652bf
MDL-35123 SCORM: cleaner version of get_last_attempt and get_last_completed_attempt, fixes support for MS Sql driver
2012-09-06 18:45:43 +12:00
Jerome Mouneyrac
a66863c357
MDL-35190 random failures in course externallib test
2012-09-06 11:30:43 +08:00
Dan Marsden
4d48a65159
MDL-35255 mod_assign plagiarism api shift update_status call to after header has been printed.
2012-09-05 12:45:52 +12:00
Kordan
e765d3c396
MDL-34916 theme_formal_white: added support for relative path of logos
2012-09-04 09:49:51 +02:00
Kordan
2f9ac3fe1e
MDL-35211 theme_formal_white: updated descriptions involved in MDL-34916
2012-09-04 09:11:01 +02:00
Simon Coggins
b91833db8a
MDL-34755 SCORM: pop-up not loading in IE7/IE8 compat mode
2012-09-04 13:12:34 +12:00
Dan Marsden
70c2ec0ba2
MDL-35208 mod_choice: respect order of options when running backup
2012-09-04 11:02:15 +12:00
Rajesh Taneja
2f2242efa2
MDl-30667 Course: Maxbytes list will show current value, if it's lower then maxbytes
2012-09-03 14:44:23 +08:00
Dan Marsden
43b135e598
MDL-35156 remove references to non-existant options
2012-09-03 12:42:26 +12:00
Eric Merrill
e0b818cde0
MDL-35171 formslib Updating date config array to fix problems with month jumping.
...
Based on https://bugs.php.net/bug.php?id=49115 , if you request a month, but do not
specify a date, it will use your current date, which may be beyon a date in the month
requested, causing the return of the next month. This patch specifies the date (1st).
2012-09-01 10:14:51 -04:00
sam marshall
d6d63941d7
MDL-35141 Filelib: No icon for epub filetype
2012-08-30 12:20:44 +01:00
Paul Nicholls
130dd42130
MDL-35134: course/format/weeks: remove trailing comma in object definition
...
IE doesn't like trailing commas in object (or array) definitions, and will cease processing JavaScript when it hits one.
2012-08-30 11:25:35 +12:00
Eric Merrill
35870a76db
MDL-34363 gradebook Adding check to prevent incorrect override when a blank feedback is submitted.
2012-08-21 00:26:55 -04:00