Rossiani Wijaya
34e0b4a71e
MDL-30816 choice module: fixed accessibility for responses table and make it easier for screenreader to read it
2012-07-05 12:19:57 +08:00
Sam Hemelryk
6019d2b2f3
Merge branch 'MDL-32614_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-07-04 13:15:03 +12:00
Eloy Lafuente (stronk7)
ccef7fe8d0
MDL-32614 lti: on restore, clean any typeid to convert the tool to selfcontained.
...
This is known to be imperfect, awaiting for MDL-34161 to fix the whole thing. Also,
unrelated, there are some basiclti => lti replacements.
2012-07-04 02:15:02 +02:00
Chris Scribner
f2b7928df7
MDL-32614: Removing code which disassociated LTI instances from their tool types upon restore.
2012-07-04 02:14:56 +02:00
Dan Poltawski
9f6f18d2c2
MDL-31692 mod_lti - ensure that various mforms are used properly
...
* typesettings.php and instructor_edit_tool_type.php are tided
up properly to ensure proper use for form data
* An incorrect PARAM type is corrected for typename
2012-07-04 10:08:13 +12:00
Frederic Massart
3e1648723f
MDL-33828 Portfolio: prevent notices while exporting to portfolios
2012-07-03 16:35:48 +12:00
Dan Poltawski
741543e9a7
Merge branch 'master_MDL-33938' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
...
Conflicts:
mod/scorm/db/upgrade.php
2012-07-03 12:18:29 +08:00
Damyon Wiese
8ad459ed58
MDL-33499: Display final grade on the grading form with a link to the grader report
...
AMOS BEGIN
CPY [currentgrade,mod_assignment],[currentgrade,mod_assign]
AMOS END
2012-07-03 02:28:49 +02:00
Eloy Lafuente (stronk7)
cf5b51af0e
Merge branch 'wip-MDL-33521-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-07-03 01:59:22 +02:00
Frederic Massart
bd9ecafba9
MDL-33796 Glossary: removed unused missing string
2012-07-03 01:05:19 +02:00
Davo Smith
5200c254a1
MDL-34029 update mod/upgrade.txt to include course drag and drop upload
2012-07-03 10:55:48 +12:00
Damyon Wiese
5809f6912b
MDL-33848: Prevent file listings in the assignment module having an ugly border
2012-07-03 10:21:19 +12:00
Marina Glancy
dff8438e50
MDL-33948 mod_forum correctly passes files options to file_save_draft_area_files()
2012-07-02 17:44:43 +08:00
Tim Hunt
2b1b2017a6
MDL-34109 quiz cron: timelimit are timeclose of 0 are special.
...
If the timelimit or timeclose of a quiz are 0, this means 'no
restriction', rather than '1970' or '0 seconds'. We need to handle these
special cases correctly in the code that looks for quiz attempts that
might be in the wrong state.
2012-07-02 16:44:35 +08:00
Tim Hunt
592443f4e1
MDL-34109 quiz cron: change whitespace before applying the fix.
...
This commit just changes the white-space, but does not change any of the
actual code. This is so that the commit I am about to make, which will
change the code, will be easier to understand.
2012-07-02 16:44:29 +08:00
Dan Poltawski
039089f3aa
Merge branch 'MDL-34025_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
2012-07-02 16:28:12 +08:00
Rossiani Wijaya
41c548bb23
MDL-33030 Lesson module: fixed progress bar
2012-07-02 16:20:40 +08:00
Dan Poltawski
9cb942820c
Merge branch 'MDL-33924_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-02 16:19:19 +08:00
Dan Marsden
0ba1ee1dd2
MDL-33914 SCORM show scrollbar on TOC if too long.
2012-07-02 16:14:23 +08:00
Dan Poltawski
6253f69246
Merge branch 'm23_MDL-33053_AICC_flattened_TOC' of git://github.com/scara/moodle into MOODLE_23_STABLE
2012-07-02 15:50:18 +08:00
Frederic Massart
c7132d7c93
MDL-9073 Glossary: uncategorised entries are printable
2012-07-02 15:34:06 +08:00
Kanika Goyal
d9b9bfd288
MDL-31203 mod_forum: advanced search posts must be newer older than date, reverts date
2012-07-02 15:24:10 +08:00
Rossiani Wijaya
ec70cf6ef1
fixed the ->spacer <br> param
2012-07-02 15:20:43 +08:00
Mark Nielsen
a6b0b36cdc
fixed undefined variable
2012-07-02 15:20:37 +08:00
Dan Poltawski
3e839bd513
Merge branch 'MDL-31987_assignment_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-02 15:12:47 +08:00
Tim Hunt
564b878840
MDL-34054 quiz reports: missing context.
...
quiz_report_should_show_grades needs to know the context, so pass it
through.
2012-07-02 14:57:29 +08:00
Rossiani Wijaya
4b0e6f38fa
MDL-31987 Assignment module: fixed upgrade version
2012-07-02 14:51:47 +08:00
Dan Poltawski
fb978df0f0
MDL-31987 Assignment module: fix sql for postgres.
2012-07-02 14:49:29 +08:00
Rossiani Wijaya
45353da409
MDL-31987 Assignment module: Assignment count submissions correctly.
...
For advanced upload assignment, store file count of each submission
into assignment_submissions.numfiles
When counting submissions, if the assignment is open and tracking
drafts, only submissions which has send for marking are counted.
Otherwise, submissions which has numfiles > 0 are counted.
Also change a hardcoded 'submitted' to ASSIGNMENT_STATUS_SUBMITTED.
This patch was originally written by: Sunner Sun <sunner@gmail.com>.
I made some modifation to fixed count_real_submissions() query (ref: MDL-32207) in /mod/assignment/type/upload/assignment.class.php file
2012-07-02 14:49:29 +08:00
Dan Marsden
800fb7533e
MDL-33978 SCORM activity completion - don't tiggere completion update state on creation of SCORM
2012-07-02 13:44:35 +08:00
Andreas Grabs
e9aa190a37
MDL-33932_master - added array_unique()
2012-07-02 14:32:09 +12:00
Sam Hemelryk
abfc9e2512
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
2012-07-02 11:34:53 +12:00
Sun Zhigang
8b3d60557c
MDL-31201 wiki: fix a hardcoded string
2012-06-30 22:01:08 +02:00
Aparup Banerjee
b574c078a6
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:37:01 +08:00
Tim Hunt
e5ff0d3278
MDL-33924 quiz: incorrect foreign key definition.
...
Thanks to Jean-Michel Vedrine for spotting this.≈
2012-06-27 08:26:26 +01:00
Mark Nelson
faca708484
MDL-34025 - quiz secure window: fix popup closing
2012-06-27 14:31:03 +08:00
Dan Marsden
e0d90c54c0
MDL-33938 SCORM use consistant naming for maxattempt setting - match setting name with db field name to help when matching default settings
2012-06-22 21:51:04 +12:00
Damyon Wiese
99467a9f7f
MDL-33853: Prevent locking an assignment submission from putting a grade of 0 in the gradebook
2012-06-22 11:12:06 +08:00
Damyon Wiese
dd9247adfe
MDL-33954: Assignment "submissionreceipthtml" Language change
...
Add the missing word: "see"
2012-06-22 09:03:18 +08:00
Aparup Banerjee
7cacb2ef08
Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle
2012-06-21 17:34:57 +08:00
Dan Poltawski
75c8a109e5
Merge branch 'MDL-33878' of git://github.com/netspotau/moodle-mod_assign
2012-06-21 15:21:13 +08:00
Dan Poltawski
22b0514e27
Merge branch 'MDL-33860' of git://github.com/netspotau/moodle-mod_assign
2012-06-21 14:56:07 +08:00
Damyon Wiese
caff10a0b0
MDL-33850: Assignment: Change text to "Add submission" before anything has been submitted
...
AMOS BEGIN
CPY [addsubmission,mod_assignment],[addsubmission,mod_assign]
AMOS END
2012-06-21 14:48:53 +08:00
Damyon Wiese
7056953a1c
MDL-33860: Use get_string for All option in assignment grading table
2012-06-21 14:48:28 +08:00
Dan Poltawski
334de6b691
Merge branch 'MDL-33877' of git://github.com/netspotau/moodle-mod_assign
2012-06-21 10:04:29 +08:00
Sam Hemelryk
5f17311f52
MDL-27675 mod_feedback: Fixed up white space
2012-06-21 11:40:38 +12:00
Sam Hemelryk
d2448b8bd2
Merge branch 'MDL-27675_master' of git://github.com/grabs/moodle
2012-06-21 11:25:07 +12:00
Damyon Wiese
1f417de84a
MDL-33877: Prevent duplicate records in grade items table after running assignment upgrade tool
...
The cause was multiple calls to set_field on the same table. Changed to update_record.
2012-06-20 14:33:33 +08:00
Dan Poltawski
b1c43c3f64
Merge branch 'w25_MDL-33831_m23_glossestrict' of git://github.com/skodak/moodle
2012-06-20 13:57:26 +08:00
Damyon Wiese
14c46e24a9
MDL-33878: Assignment - prevent error when removing overridden flag in gradebook
...
This error only occurs when there is a submission but no grade in the assignment
and the feedback comments plugin is enabled.
2012-06-20 13:11:19 +08:00