| /[drupal]/contributions/modules/beautify/beautify.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#358847 by Garrett Albright: Refactored beautify_htmltidy_test to fix open_basedir restriction errors.
Remove receive processed html permission.
#358847 by Garrett Albright: Refactored beautify_htmltidy_test to fix open_basedir restriction errors.
Removing receive processed html permission.
Function user_access is not defined by the time hook_init is called. Remove for now, seems to work fine without it.
Stop processing output for authenticated users until we figure out a work around to the problems on node/add.
Fixing problem with removing 2 spaces or more in built-in flatten mode. Now replaces with a single space.
Backport to Drupal 5.
Fixing problem with head processing of htmLawed beautify option. Now flattens head as expected.
Code style improvements and modifying comments. Moving changed into branch.
Code style improvements and modifying comments.
Changed all textual references to HTMLTidy to HTML Tidy.
Changed the name of Options to Mode for more intutive interface.
Initial commit of Beautify module. This module buffers the HTML output of Drupal and processes it through HTMLTidy, htmLawed or a set of built-in functions for beautifying (auto-indentation), flattening (removing indentations) and compacting the source code output to the browser.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |