Matteo Scaramuccia
d4d2f27c7f
MDL-36360 Missing of cachestore_file::config_get_configuration_array()
2012-11-04 19:41:22 +01:00
Matteo Scaramuccia
7a65e286ca
MDL-36359 Typo prevents 'Cancel' action in 'Add instance' to work as expected
2012-11-04 18:52:43 +01:00
David Mudrák
4affa7242e
MDL-36209 Allow teachers to assess submissions during the grading evaluation phase
2012-11-04 08:47:21 +01:00
Petr Škoda
05f6da14f7
MDL-33017 add new function for quickly finding out if user sees at least on course
...
This will be used in navigation.
2012-11-04 11:08:25 +13:00
Sam Hemelryk
58b602da8e
MDL-33017 navigation: added current course and simplified loading
2012-11-04 11:06:49 +13:00
Tim Hunt
b5488ffdaa
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 18:36:13 +11:00
Jerome Mouneyrac
92fa81d387
MDL-35998 get_site_info return current_language()
2012-11-02 18:03:20 +08:00
Rajesh Taneja
cfa4a78b75
MDL-36303 Calendar: remove html special chars from event link in calendar block
2012-11-02 15:02:27 +08:00
Dan Poltawski
0875c405fd
Merge branch 'MDL-34270_master' of https://github.com/markn86/moodle
2012-11-02 14:52:33 +08:00
Mark Nelson
b291b59d6a
MDL-34270 blocks: adding new add block capabilities
2012-11-02 14:32:01 +08:00
Barbara Ramiro
f96d1aeffe
MDL-36338 Usability: New Edit icons in SVG and PNG formats
2012-11-02 14:03:12 +08:00
Marina Glancy
92d38668ac
MDL-35768 MDL-36017 code style corrections
2012-11-02 13:53:48 +08:00
Dan Poltawski
3bd6e74afd
Merge branch 'w42_MDL-35469_m24_geckover' of git://github.com/skodak/moodle
2012-11-02 12:07:11 +08:00
Andrew Robert Nicols
6caf3f5c74
MDL-33017 Show Currently viewed course in new node
2012-11-02 16:34:46 +13:00
Marina Glancy
695705f5d4
MDL-36317 Execute course format callback when course or module is set on page
2012-11-02 11:02:22 +08:00
Marina Glancy
e010b8503e
MDL-35769 Give more flexibility for course formats to extend course navigation
...
global_navigation::load_course_sections() now has more parameters and ensures
that current section and activity is loaded. This will allow course formats
to display hierarchical sections in navigation and have one callback for
overwriting whole course navigation
2012-11-02 10:58:21 +08:00
Marina Glancy
8bc345339a
MDL-36017 IMS-CC export does not filter result by numsections because it is now optional
2012-11-02 10:56:22 +08:00
Marina Glancy
0e984d9809
MDL-36017 Course now may have format-specific options, numsections and hiddensections are among them
2012-11-02 10:56:22 +08:00
Marina Glancy
b5cf83f080
MDL-36017 Fields numsections, hiddensections and coursedisplay are now format-specific options
...
- Fields added to format_legacy as default course format options;
- Upgrade script copies fields values from table course to course_format_options;
- Fields removed from table course;
- Fields removed from edit course form;
- Since front-page course has a 'numsections' setting, format_site defines it as it's option;
- Removed accessing those fields in core code unless we know that format supports them and in this
case instead of $course = $DB->get_record('course'); we use:
$course = course_get_format($courseorid)->get_course(); This way all format-specific options
are added to the $course object
2012-11-02 10:56:19 +08:00
Marina Glancy
7b7d2f4d12
MDL-36017 Added default fields to format_legacy::course_format_options()
...
Fields coursedisplay, numsections, hiddensections are now the default fields for formats being converted from Moodle 2.3 or earlier
2012-11-02 10:55:24 +08:00
Marina Glancy
d6cd57deb6
MDL-35768 Backup and restore of course format-specific options
2012-11-02 10:55:24 +08:00
Marina Glancy
0360443020
MDL-35768 Backup and restore of section format-specific options
2012-11-02 10:55:24 +08:00
Marina Glancy
aea2e3c30d
MDL-35768 Allow caching of section format options in course.sectioncache
2012-11-02 10:55:24 +08:00
Marina Glancy
fc79ede5a1
MDL-35768 Added format-specific options to edit course and section forms
...
- Course format may define additional fields (format options) to store for course and each section
- Edit course form allows to edit format-specific options and refreshes their list on format change
- Course format may provide it's own form for editing a section
- Default form for editing section allows to edit all format-specific fields
- Class section_info refactored, it defines magic methods such as __get() to access basic section
information and format-specific options (retrieved only on the first request)
- format_base::update_course_format_options() allows to watch pre-update state of the course,
format_legacy automatically copies the options with the same names between formats
2012-11-02 10:55:23 +08:00
Marina Glancy
29ac9fc1f8
MDL-35768 create table course_format_options, increase length of course.format field
2012-11-02 10:55:21 +08:00
Steve Bader
27e3057838
MDL-30921 navigation: Added aria-role to the navbar content
2012-11-02 10:58:23 +13:00
Sam Hemelryk
537ba512e5
MDL-30921 output: Added the main role to the main content area
2012-11-02 10:58:23 +13:00
Sam Hemelryk
5c4581fc08
MDL-30921 blocks: Better default aria role given
2012-11-02 10:58:23 +13:00
Sam Hemelryk
91d941c34c
MDL-30921 blocks: Added aria-labelledby and aria-label for blocks
2012-11-02 10:58:23 +13:00
Sam Hemelryk
697f7bd701
MDL-30921 blocks: Added a method to inject aria roles into block structure
2012-11-02 10:58:23 +13:00
Sam Hemelryk
b3def15507
MDL-34527 forum: Fixed up a couple of SQL queries causing issues in Oracle.
2012-11-02 10:49:50 +13:00
Nadav Kavalerchik
d0ec3a5564
MDL-36069 - Right align TEXTAREA "Format selector" listbox, when in RTL mode (theme/standard)
2012-11-01 20:17:15 +02:00
David Mudrák
54abf6df70
MDL-35421 Support the new conclusion field in backup and restore
2012-11-01 17:36:40 +01:00
David Mudrák
4c61fcd825
MDL-35421 Display the conclusion when the workshop is closed
...
There is a new task implemented for the teachers so they are expected to
provide the conclusion at the end of the assessment phase.
2012-11-01 17:36:40 +01:00
David Mudrák
5a49f825bd
MDL-35421 Make the new conclusion field editable via mod_form
2012-11-01 17:36:40 +01:00
David Mudrák
d898206247
MDL-35421 Add conclusion text fields into the workshop table
2012-11-01 17:36:40 +01:00
Adrian Greeve
24054bb28a
MDL-36112 - mod/data: Importing URLs no longer generates php warnings.
...
Also included a slight alteration of the URL field class to display the Choose a link button next to the right input area.
Made an alteration to the url field class
2012-11-01 16:47:38 +08:00
Adrian Greeve
eb6e0c613d
MDL-35961 - mod/data: Removed duplicate data_content join in simple searches. Thanks to Patrick Pollet (patrick.pollet@insa-lyon.fr) for his patch
2012-11-01 16:28:19 +08:00
Andrew Robert Nicols
21b678dbca
MDL-36023 AJAX Move the instantiation of the dialogue to display time
2012-11-01 07:54:58 +00:00
Andrew Robert Nicols
2757a205c8
MDL-36092 Course/AJAX Ensure that dropdown resource pickers are shown when JS is disabled
2012-11-01 07:50:41 +00:00
Mark Nelson
fdd375e1a4
MDL-36271 feedback: Fixed variable typo
2012-11-01 15:46:25 +08:00
Dan Poltawski
6109f2112c
weekly release 2.4dev
2012-11-01 14:52:00 +08:00
Dan Poltawski
fc43eaa133
Fix incorrect permissions
2012-11-01 14:51:29 +08:00
Dan Poltawski
4e90ac1598
weekly release 2.4dev
2012-11-01 14:15:24 +08:00
Dan Poltawski
fe74dad062
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-11-01 14:12:49 +08:00
Dan Poltawski
926f51436b
Revert "MDL-34332 completion: timeenrolled not always set correctly"
...
This reverts commit 154a72b002
.
2012-11-01 12:02:49 +08:00
Dan Poltawski
92c99211af
MDL-25290 MUC - add dbname to settings hash
2012-11-01 10:41:18 +08:00
Dan Poltawski
3b92a11098
Merge branch 'MDL-36315' of git://github.com/stronk7/moodle
2012-11-01 10:02:47 +08:00
Dan Poltawski
11b748f662
Merge branch 'MDL-34910_fix' of git://github.com/dmonllao/moodle
2012-11-01 09:56:46 +08:00
Eloy Lafuente (stronk7)
d4d7984308
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:40:56 +01:00