Ruslan Kabalin
f81d63553e
MDL-33546: course: Fix current week hightlighting after dragging the section
2013-06-18 13:01:18 +10:00
Sam Hemelryk
540a8f8499
Merge branch 'MDL-40109_master' of git://github.com/dmonllao/moodle
2013-06-18 11:08:45 +12:00
Dan Poltawski
3873f6aa60
Merge branch 'MDL-39449' of git://github.com/timhunt/moodle
2013-06-11 14:09:12 +08:00
David Monllao
af248633f5
MDL-40109 format_weeks: Removing extra space
2013-06-10 13:30:10 +08:00
Eloy Lafuente (stronk7)
32ce8b6803
Merge branch 'wip-MDL-21097-master' of git://github.com/marinaglancy/moodle
2013-06-05 01:43:03 +02:00
Eloy Lafuente (stronk7)
79452da1c8
Merge branch 'MDL-39723-master' of git://github.com/sammarshallou/moodle
2013-06-04 17:47:45 +02:00
Eloy Lafuente (stronk7)
aed9401e14
MDL-39764 style: phpdoc changed to inline comments
2013-06-04 01:41:58 +02:00
Gareth J Barnard
86f590b45f
MDL-39764 course_format: Allow courses to have numsections > maxsections.
2013-06-03 23:36:32 +01:00
Marina Glancy
53dda4f2fc
MDL-21097 Allow user to change current section if he does not have any other manageing capability
2013-05-31 13:18:12 +10:00
sam marshall
a260245739
MDL-39723 Remove unnecessary queries for COURSE, SITE
2013-05-28 13:14:55 +01:00
Frederic Massart
31f4725932
MDL-39542 course: Return to right section when JS is off
2013-05-08 11:32:25 +08:00
Tim Hunt
6382060daf
MDL-39450 course formats: add static cache to get_format_or_default
...
This function gets called hundreds of times on every page, often with
exactly the same input, so I added a static cache.
2013-05-02 16:38:52 +01:00
Tim Hunt
7dce02fd28
MDL-39449 course view.php: don't require forum lib.php
...
As far as I can see, it is not used, except in social course format, so
I moved the include there.
2013-05-02 16:38:22 +01:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Gareth J Barnard
3f435f899d
MDL-39099 course_format: Allow section_summary() to be overridden.
2013-04-30 16:56:55 +01:00
Marina Glancy
b1c2fc65e4
MDL-39145 add text in upgrade.txt about functions deprecated in MDL-37085
2013-04-16 11:50:19 +10:00
Damyon Wiese
c2bb7f6007
MDL-38907 Course: Remove unused CSS causing jump menu to be center aligned.
2013-04-08 16:45:44 +08:00
Gareth J Barnard
d46e26f682
MDL-34917 course: Jump to section navigation for 'One section per page'.
2013-03-23 17:01:32 +00:00
Gareth J Barnard
dafa91279f
MDL-37901 format_topics & format_weeks: Fix drag icon tooltip after move.
2013-03-02 12:38:29 +00:00
Dan Poltawski
6065652f24
Merge branch 'wip-MDL-37976-master' of git://github.com/marinaglancy/moodle
2013-02-12 16:13:48 +08:00
Marina Glancy
2333bfa7e8
MDL-37976 fixed missing global
2013-02-12 12:59:35 +11:00
Gareth J Barnard
cbddba1887
MDL_34798 format_topics and format_weeks: Adjust section names when moving up.
2013-02-11 13:43:42 +00:00
Sam Hemelryk
c8d3475e17
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle
2013-01-15 16:30:36 +13:00
Marina Glancy
9a36be7361
MDL-37085 Properly deprecated functions print_xxx() from course/lib.php
...
- get_print_section_cm_text()
- print_section_add_menus()
- print_section()
- make_editing_buttons()
2013-01-14 15:01:28 +11:00
Marina Glancy
9a6aa5c17d
MDL-37085 Substitute function print_section_add_menus() with core_course_renderer::course_section_add_cm_controls()
2013-01-14 15:01:23 +11:00
sam marshall
e81da1540a
MDL-36095 Section availability: Make behaviour consistent with activities
2013-01-07 15:57:00 +00:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Dan Poltawski
2c59d2ca8c
Merge branch 'MDL-36550-master' of git://github.com/FMCorz/moodle
2012-11-27 10:36:59 +08:00
Frederic Massart
e40bd74620
MDL-36550 usability: CSS updates on course page
2012-11-26 17:00:29 +08:00
Adrian Greeve
341bfedf90
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 14:41:50 +08:00
Sam Hemelryk
82053086bc
Merge branch 'wip-MDL-28583-master' of git://github.com/marinaglancy/moodle
2012-11-21 09:15:34 +13:00
Frederic Massart
06b7ed0a45
MDL-36415 usability: Use new up/down and ordering icons
2012-11-16 12:47:09 +08:00
Marina Glancy
3584d60abe
MDL-28583 Redirect in Scorm course format before output
2012-11-15 15:00:48 +08:00
Dan Poltawski
21dfaa0133
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
2012-11-15 13:51:07 +08:00
Marina Glancy
399ad6bf3b
MDL-35770 Include file defining base class in order to work correctly in cron
2012-11-15 13:26:28 +08:00
Dan Poltawski
f315d159c8
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
course/format/lib.php
2012-11-15 10:59:17 +08:00
Marina Glancy
081c8f7fe0
MDL-36594 Add function format_base::is_section_current()
...
- added function format_base::is_section_current()
- overwritten in format_weeks::is_section_current()
- deprecated function format_section_renderer_base::is_section_current()
2012-11-14 15:54:13 +08:00
Marina Glancy
1b2581f430
MDL-35770 Moved format_weeks_get_section_dates() to format_weeks::get_section_dates()
2012-11-14 14:31:07 +08:00
Marina Glancy
0f070867b8
MDL-35770 Converted weeks format to new course formats API
2012-11-14 13:58:40 +08:00
Marina Glancy
222cd9c996
MDL-35770 Converted topics format to new course formats API
2012-11-14 13:58:35 +08:00
Marina Glancy
62a3f7ef46
MDL-35770 Created class format_weeks as copy of format_legacy
2012-11-14 13:58:34 +08:00
Marina Glancy
2fb8c9a2e9
MDL-35770 Created class format_topics as copy of format_legacy
2012-11-14 13:58:34 +08:00
Marina Glancy
bf1a9494a4
MDL-35770 Converted social format to new course formats API
2012-11-14 13:58:28 +08:00
Marina Glancy
cad5cba676
MDL-35770 Converted scorm format to new course formats API
2012-11-14 13:58:21 +08:00
Marina Glancy
5ef23705f6
MDL-36048 Allow course formats to add course headers and footers
...
- Added functions in class format_base
- Added global functions in course/lib.php
- Added calling of course header/footer functions to the base theme
- output renderer checks if theme calls the coures content header/footer functions, if not calls them explicitly and displays a development warning
2012-11-14 13:50:10 +08:00
Frederic Massart
bb128107e3
MDL-36449 usability: Normalising icons on course page
2012-11-14 11:38:06 +08:00
Dan Poltawski
2d0d36f219
Merge branch 'wip-MDL-36048-master' of git://github.com/marinaglancy/moodle
2012-11-14 09:58:27 +08:00
Marina Glancy
fdd4b9a50a
MDL-36048 Allow course formats to add course headers and footers
...
- Added functions in class format_base
- Added global functions in course/lib.php
- Added calling of course header/footer functions to the base theme
- output renderer checks if theme calls the coures content header/footer functions, if not calls them explicitly and displays a development warning
2012-11-10 15:39:01 +08:00
Marina Glancy
3776335ce2
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-10 15:34:29 +08:00
Dan Poltawski
4b5a6b1327
Merge branch 'wip-MDL-36317-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
course/format/lib.php
2012-11-07 16:41:53 +08:00