summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
The Great Git Migration [Fri, 25 Feb 2011 02:09:55 +0000]
Stripping CVS keywords
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.
Richard Burford [Sun, 1 Feb 2009 12:15:18 +0000]
#358847 by Garrett Albright: Refactored beautify_htmltidy_test to fix open_basedir restriction errors.
Richard Burford [Tue, 13 Jan 2009 10:15:11 +0000]
Removing receive processed html permission.
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.
Richard Burford [Fri, 9 Jan 2009 23:47:02 +0000]
Added info string.
Richard Burford [Fri, 9 Jan 2009 23:46:47 +0000]
Fixed hook_requirements to use correct naming.
Richard Burford [Fri, 9 Jan 2009 12:32:43 +0000]
Fixing problem with head processing of htmLawed beautify option. Now flattens head as expected.
Richard Burford [Tue, 6 Jan 2009 17:58:17 +0000]
Code style improvements and modifying comments. Moving changed into branch.
Richard Burford [Tue, 6 Jan 2009 15:47:30 +0000]
Changed all textual references to HTMLTidy to HTML Tidy.
Richard Burford [Tue, 6 Jan 2009 15:42:54 +0000]
Changed the name of Options to Mode for more intutive interface.
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.