project/beautify.git
2 years agoStripping CVS keywords 6.x-1.x
The Great Git Migration [Fri, 25 Feb 2011 02:09:55 +0000]
Stripping CVS keywords

2 years agoUsing include_once instead of include so external calls to beautify functions dont...
Balazs Dianiska [Tue, 26 Oct 2010 14:43:55 +0000]
Using include_once instead of include so external calls to beautify functions dont result in duplicate include.

4 years ago#358847 by Garrett Albright: Refactored beautify_htmltidy_test to fix open_basedir...
Richard Burford [Sun, 1 Feb 2009 12:15:18 +0000]
#358847 by Garrett Albright: Refactored beautify_htmltidy_test to fix open_basedir restriction errors.

4 years agoRemoving receive processed html permission.
Richard Burford [Tue, 13 Jan 2009 10:15:11 +0000]
Removing receive processed html permission.

4 years agoStop processing output for authenticated users until we figure out a work around...
Richard Burford [Sat, 10 Jan 2009 10:56:27 +0000]
Stop processing output for authenticated users until we figure out a work around to the problems on node/add.

4 years agoAdded info string.
Richard Burford [Fri, 9 Jan 2009 23:47:02 +0000]
Added info string.

4 years agoFixed hook_requirements to use correct naming.
Richard Burford [Fri, 9 Jan 2009 23:46:47 +0000]
Fixed hook_requirements to use correct naming.

4 years agoFixing problem with head processing of htmLawed beautify option. Now flattens head...
Richard Burford [Fri, 9 Jan 2009 12:32:43 +0000]
Fixing problem with head processing of htmLawed beautify option. Now flattens head as expected.

4 years agoCode style improvements and modifying comments. Moving changed into branch.
Richard Burford [Tue, 6 Jan 2009 17:58:17 +0000]
Code style improvements and modifying comments. Moving changed into branch.

4 years agoChanged all textual references to HTMLTidy to HTML Tidy.
Richard Burford [Tue, 6 Jan 2009 15:47:30 +0000]
Changed all textual references to HTMLTidy to HTML Tidy.

4 years agoChanged the name of Options to Mode for more intutive interface.
Richard Burford [Tue, 6 Jan 2009 15:42:54 +0000]
Changed the name of Options to Mode for more intutive interface.

4 years agoInitial commit of Beautify module. This module buffers the HTML output of Drupal...
Richard Burford [Tue, 6 Jan 2009 15:29:55 +0000]
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.