moodle/mod/book
Michael Brown 37fdff573b MDL-60115 mod_book: Book Resource Cancel Button Redirect Bug
When the user creates a book but adds no chapters, hitting cancel on
 the chapter creation page would redirect you right back to the same
 page with no explanation. This solution redirects to the course page
 when canceling chapter creation when no chapters are present.
2018-04-02 04:01:34 +00:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-59950 analytics: Use cognitive depth and social breadth constants 2017-10-27 10:48:42 +02:00
db MDL-59159 upgrade: clean < 3.1.0 upgrade steps 2017-12-04 01:18:57 +01:00
lang/en MDL-60130 mod_*: removed unused 'tagtitle' string 2017-09-19 14:54:39 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests Merge branch 'MDL-55356-master' of https://github.com/sammarshallou/moodle 2017-10-12 11:28:04 +08:00
tool MDL-60764 versions: bump all versions and requires near release 2017-11-10 02:52:53 +01:00
delete.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
edit.php MDL-60115 mod_book: Book Resource Cancel Button Redirect Bug 2018-04-02 04:01:34 +00:00
edit_form.php MDL-57457 mod_book: Chapters are not userdata plus some improvements 2017-04-21 10:06:09 +08:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-60129 mod_book: added reset tags functionality 2017-10-03 12:50:37 +08:00
locallib.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
mod_form.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
move.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README.md
settings.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
show.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css MDL-55071 css: reformat some css files we touch with stylefmt 2016-09-23 10:57:36 +01:00
upgrade.txt MDL-51580 upgradelib: Delete stuff used by removed upgrade steps 2016-02-15 18:38:21 +01:00
version.php MDL-60764 versions: bump all versions and requires near release 2017-11-10 02:52:53 +01:00
view.php MDL-59785 mod_book: all navigation styles must mark as completed 2017-08-10 16:11:33 +08: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