summaryrefslogtreecommitdiff
path: root/modules/book.module
Commit message (Expand)AuthorAge
* 1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no comme...Dries Buytaert2003-08-15
* - Usability improvements based on Keith Instone's suggestions:Dries Buytaert2003-08-13
* - Help system improvements from Michael.Dries Buytaert2003-08-05
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Improvement: made it easier to translate the book outline. Patch #67 byDries Buytaert2003-07-08
* - Improvement: don't perform XSS checks for trusted users. Trusted usersDries Buytaert2003-07-01
* - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ...Dries Buytaert2003-06-19
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Bugfix: charset fixes/clean-up. Patch #52 by Al.Dries Buytaert2003-06-12
* Fixed some typoes...Steven Wittens2003-06-08
* - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.ch...Dries Buytaert2003-06-05
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
* - Updated Drupal to use "on output" filters. Derived from Gerhard's patch.Dries Buytaert2003-05-24
* - Fixed bug in book_prev(). Patch by Andy Colson.Dries Buytaert2003-05-18
* - Added a couple of checks to avoid pg_atoi problems using PostgreSQL.Dries Buytaert2003-05-13
* - Made the teaser work for HTML book pages. Patch by Nick.Dries Buytaert2003-05-13
* - The book_admin_orphan() function is using the table() function to renderDries Buytaert2003-05-13
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Bugfix: show the 'printer-friendly version' link for everybody not just forDries Buytaert2003-04-21
* - Made book_tree_recurse() emit code that validates as XHTML. Patch by NickDries Buytaert2003-04-14
* - Patch by Ax. Fixed some syntax errors:Dries Buytaert2003-04-04
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* Patch by Ax:Dries Buytaert2003-03-13
* - Committed Ax' book patch to "fix" the "next/prev" navigation.Dries Buytaert2003-03-10
* - Removing some trailing whitespace I forgot to clean up.Kjartan Mannes2003-03-09
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
* - This commit fixes URLs, and makes the "edit book outline" link at the bottomDries Buytaert2003-03-02
* - Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel...Dries Buytaert2003-02-26
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
* - Moved the filter()s back to the individual node modules as it used to be.Dries Buytaert2003-01-23
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
* - Made sure all table headers could be translated.Dries Buytaert2003-01-12
* - Clean URL patch.Dries Buytaert2003-01-06
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - Refactored the administration pages.Dries Buytaert2002-12-24
* - Fixed rendering bug in book module. Reported by vmole atDries Buytaert2002-12-22
* - Bugfix: printer-friendly book pages were not being displayed in the properDries Buytaert2002-12-22
* o Permission improvements:Dries Buytaert2002-12-10
* * Applied slightly modified version of Marco's taxonomy patch:Dries Buytaert2002-12-02
* - Applied Natrak's "create PHP content" patch.Dries Buytaert2002-11-18
* - Made "<root>" translatable. Patch by Stefan.Dries Buytaert2002-11-15
* - Some improvements to streamline book maintanance: weights and titles canDries Buytaert2002-11-10
* - Added printer-friendly links to the book pages.Dries Buytaert2002-11-09
* - Applied db_query() fix. Thanks Gerhard and Marco.Dries Buytaert2002-10-30
* - sort books by weight, then title in book_render().Kjartan Mannes2002-10-24
* - Updated the book module documentation a bit.Dries Buytaert2002-06-09