Andrew Davis
f2f5e4dd44
MDL-36090 core_grade: added logging of overriding of student grades
2013-06-05 08:58:26 +08:00
Dan Poltawski
32f2cceecc
Merge branch 'MDL-38824-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2013-04-17 14:38:18 +01:00
Damyon Wiese
35c4301b2c
Merge branch 'wip-MDL-38055-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2013-04-16 15:14:19 +08:00
sam marshall
39525889eb
MDL-38824 Activity completion: Automatic completion quotes not escaped
2013-04-08 14:55:51 +01:00
Damyon Wiese
2dc4d19f79
Merge branch 'MDL-38703-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2013-04-02 13:05:28 +08:00
Damyon Wiese
482823f2b6
Merge branch 'MDL-38700-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2013-04-02 12:31:52 +08:00
Dan Poltawski
470730c86b
MDL-38703 course: moving a hidden course module unhides it
...
When moving to a non-hidden section because visibleold was not
being correctly set. visibleold should only be differnet from visible
when a CM is changed by section visibility
2013-03-26 15:48:28 +08:00
Charles Fulton
ba7c052171
MDL-38700 course: only change visibility if a module moves to a different section
2013-03-26 15:10:44 +08:00
Rajesh Taneja
44ee5acee4
MDL-36882 course: Added aria-live for manual completion
...
This is required so that assistive technologies can notify user about change on completion status
2013-03-26 10:28:27 +08:00
Sam Hemelryk
4688b27ab3
MDL-38055 course: fixed double encoding of title properties
...
Conflicts:
lib/navigationlib.php
Conflicts:
blocks/course_overview/renderer.php
lib/navigationlib.php
2013-03-20 17:35:24 +13: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
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
Sam Hemelryk
905ee48370
MDL-38055 course: fixed print_overview use of title attribute
2013-03-04 09:48:45 +13: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
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
Sam Hemelryk
768fdcb979
MDL-34298 course: fixed course search output validation issue
2013-02-19 11:04:13 +13: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
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
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
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
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
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
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
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
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
Frederic Massart
ab4cb125e4
MDL-34435 reports: Log category actions
...
Conflicts:
course/lib.php
version.php
2013-01-10 15:14:18 +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
8d8158ea9c
Merge branch 'MDL-30899_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-12-18 09:11:31 +08: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
David Monllao
49ca31880c
MDL-30899 moodle-enrol-notification Adding close button title for accessibility
2012-12-17 15:36:33 +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
Petr Škoda
a530b69dd5
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:41:02 +01: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
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
1f0e0ab503
Merge branch 'MDL-36607_dndBlocks' of https://github.com/moodlerooms/moodle into MOODLE_23_STABLE
2012-12-10 14:12:24 +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
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
sam marshall
8b6aeff8ea
MDL-36808 Completion: Incorrect escaping for activity name in completion tickbox
2012-11-27 12:54:23 +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
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
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
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
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
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
Andrew Robert Nicols
238d0ca1cd
MDL-35836 Rewrite doctonewwindow handling to use delegation instead of individual events
2012-10-26 09:10:45 +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
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