Closed (won't fix)
Project:
Beautify HTML
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Feb 2009 at 20:07 UTC
Updated:
3 Aug 2022 at 14:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
psynaptic commentedLooks good but can you reroll with spaces instead of tabs? Patch looks wonky. Cheers
Also, could you use this syntax:
$requirements['beautify_htmltidy'] =
and just return it at the bottom?
Apart from those thing I would be happy to commit.
Comment #2
Garrett Albright commentedI think a wise man once said something profound about beggars and choosers… :P
It never made sense to me to declare a variable if you're just going to return it unmodified immediately after the declaration, but I'll play along.
EDIT: This patch is missing a semicolon… I thought I re-added it and saved before rolling the patch, but I guess not. Unfortunately I can't delete files from comments.
Comment #3
Garrett Albright commentedTry this one instead.
Comment #4
psynaptic commentedAre you interested in being a co-maintainer? You seem to be showing a lot of interest :)
BTW: Patch looks cool. Thanks a lot for rerolling. I'll wait for your reply on the above before committing.
Comment #5
Garrett Albright commentedI might be able to help, though frankly I'm only interested in the minification aspects of this module. Two-thirds of the module seems to be dedicated to making the code look prettier instead of compacting it, and I'm not really interested in that.
Now if the module were split into two, a "make pretty" module and a "make compact" module…
Comment #6
mikeytown2 commentedAll you need to do is switch the REQUIREMENT_WARNING & REQUIREMENT_ERROR around
Before
After
Comment #7
mikeytown2 commentedOption to turn off the notice would be ideal.
Comment #8
matthieuscarset commentedClosing this issue as not relevant anymore.