Project:Drupal core
Version:x.y.z
Component:book.module
Category:feature request
Priority:normal
Assigned:Tobias Maier
Status:closed (fixed)

Issue Summary

As I looked for this issue into the code of the book.module i realized that there are a lot of hardcoded html in it
and this is now what i want to fix.
Beside this the only(!) themeable function in book.module is theme_book_navigation() and has far too much hardcoded

I will release a patch within this day...

greets tobias

Comments

#1

Status:active» needs review

and here it is :D

I cleaned up theme_book_navigation()
now it does what it promises it makes just the book navigation

I introduced a new themeable function theme_book_export_html()

there are more unthemed html tags. but i think these are to minor to be themed...

AttachmentSizeStatusTest resultOperations
issue33220_book.module.patch3.72 KBIgnored: Check issue status.NoneNone

#2

the theme_export function looks good ... to me, it makes sense to keep breadcrumb generation out of theme function. thats semantic, not presentation.

#3

Status:needs review» reviewed & tested by the community

has anyone concern about it?
I think it is not that overcomplicated patch so I set it to ready to be commited

#4

Status:reviewed & tested by the community» needs work

Haven't looked or reviewed this patch but clearly, it no longer applies against HEAD.

#5

Status:needs work» reviewed & tested by the community

CVS HEAD...

AttachmentSizeStatusTest resultOperations
book.module_11.patch3.71 KBIgnored: Check issue status.NoneNone

#6

Status:reviewed & tested by the community» fixed

Committed to HEAD.

#7

Status:fixed» closed (fixed)
nobody click here