moodle/mod/book
Mikel Martín 3b8c9fd410 MDL-75669 theme_boost: Fix incorrect .row BS5 class usages
In BS5 all .row classes are intended to contain elements with any .col class
There were some cases where the .row class was being used only for display flex
purposes, so they where replaced.
2025-02-14 10:58:36 +01:00
..
backup MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
classes MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
db MDL-83705 core: Update subplugins.json relative to plugin 2024-12-19 09:03:00 +07:00
lang/en MDL-81872 course: Improve the summary page for reset 2024-05-27 16:18:54 +02:00
pix NOBUG: Fixed SVG browser compatibility 2024-08-16 08:37:01 +07:00
templates MDL-75669 theme_boost: Fix incorrect .row BS5 class usages 2025-02-14 10:58:36 +01:00
tests MDL-83696 core_tag: Added behat for book chapter and glossary entry tags 2024-12-17 10:04:12 +08:00
tool NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
delete.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
deprecatedlib.php MDL-81326 mod_book: Deprecate book_get_nav_classes 2024-04-02 17:11:23 +02:00
edit.php MDL-83306 book: Book section return fix 2024-12-09 10:19:24 +13:00
edit_form.php MDL-69048 book: Sanitize previous chapter value in add new chapter page 2020-09-08 08:54:26 +02:00
index.php MDL-82349 core_courseformat: new get_generic_section_name method 2024-11-12 12:22:25 +01:00
lib.php MDL-82211 mod_book: Update SVG icons and remove deprecated ones 2024-08-13 07:22:42 +02:00
locallib.php MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
mod_form.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
move.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README.md
settings.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
show.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css MDL-80383 mod_book: Make book content use full width on small screens 2024-01-08 15:36:39 +12:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
view.php MDL-76982 mod_book: Make previous/next buttons sticky 2023-08-18 18:53:10 +12:00

Book module for Moodle (http://moodle.org/) - Copyright (C) 2004-2011 Petr Skoda (http://skodak.org/)

The Book module makes it easy to create multi-page resources with a book-like format. This module can be used to build complete book-like websites inside of your Moodle course. This module was developed for Technical University of Liberec (Czech Republic). Many ideas and code were taken from other Moodle modules and Moodle itself

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: http://www.gnu.org/copyleft/gpl.html

Created by:

  • Petr Skoda (skodak) - most of the coding & design
  • Mojmir Volf, Eloy Lafuente, Antonio Vicent and others

Intentionally omitted features:

  • more chapter levels - it would encourage teachers to write too much complex and long books, better use standard standalone HTML editor and import it as Resource. DocBook format is another suitable solution.
  • TOC hiding in normal view - instead use printer friendly view
  • PDF export - there is no elegant way AFAIK to convert HTML to PDF, use virtual PDF printer or better use DocBook format for authoring
  • detailed student tracking (postponed till officially supported)
  • export as zipped set of HTML pages - instead use browser command Save page as... in print view