moodle/course/format/weeks
Dan Poltawski b6283a4970 MDL-33307 format_weeks - sort out week date display
* Introduce function format_weeks_get_section_dates which is used
  as the consistent place to calculate the current section start and
  end date

* Rework callback_weeks_get_section_name to not use the above function
  rather than do crazy needless looping through all sections to work
  out the current week title.

* Change the just introduced is_current renderer function to share
  the format_weeks_get_section_dates function to ensure both the title
  and 'current week' are using the same dates to do their job
2012-05-24 23:10:28 +08:00
..
lang/en MDL-32508 course/formats: Respect single page course display mode 2012-05-04 10:53:01 +08:00
config.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
format.js MDL-33146 - course - Changed weekdates to sectionname to fix a JavaScript error 2012-05-23 16:13:32 +08:00
format.php MDL-32508 course/formats: Respect single page course display mode 2012-05-04 10:53:01 +08:00
lib.php MDL-33307 format_weeks - sort out week date display 2012-05-24 23:10:28 +08:00
renderer.php MDL-33307 format_weeks - sort out week date display 2012-05-24 23:10:28 +08:00
styles.css themes MDL-21862 Implements base theme and standard theme. 2010-03-25 06:38:21 +00:00
version.php MDL-32508 course/formats: Respect single page course display mode 2012-05-04 10:53:01 +08:00