7
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed complicated @media convertation. I.e. More... about 14 years ago
Added possibility to set 2 cursor properties (pointer/hand) More... about 14 years ago
Fixed buggy @font-face outputting More... about 14 years ago
Added unit test for multiple @font-face. More... about 14 years ago
Added @ before setlocale - to prevent stupid warnings More... about 14 years ago
Added fix for quotes in font-face format sub_value (see http://code.google.com/p/web-optimizator/issues/detail?id=280 for more details) More... about 14 years ago
Fixed parsing of font-family with several words (adding quotes if required) More... about 14 years ago
Added line-height:normal (why??? no trace in specification) if no line-height on font shorthand specified. More... about 14 years ago
Fixed PHP notice on undefined index More... about 14 years ago
Fixed minor bug in resolving font-property (numeric / negative / with dot). More... about 14 years ago
Separated shorthands optimization - font now enabled with value 2, font + background - with value 3. Value 1 is completely safe. More... over 14 years ago
Added font property resolving (works by default on optimize_shorthands=1). More... over 14 years ago
Fixed bug with resolving second negative background-position value. More... over 14 years ago
Added ctype_alpha (not very good, because of only English locale) 'clone' More... almost 15 years ago
Added unit tests for shorthands (padding / margin / font-weight / background) and properties (CSS1 / CSS2.0 / CSS2.1). More... almost 15 years ago
Added outline to unit_values, deleted position from there. w3.org: More... almost 15 years ago
Quotes behavior verified More... almost 15 years ago
Fixing problems with quotes in attributes selectors and quoted charset/import/namespace. No more problems with quotes detected More... almost 15 years ago
Added ctype functions emulation (to prevent failure on some environments) More... almost 15 years ago
Applying patch from ticket #2597191 More... almost 15 years ago
Applying patch from ticket #2509464 More... almost 15 years ago
added an isset() test to avoid notice in strict mode where empty multiple selectors exist (e.g., .class1, .class2 {} ) More... about 16 years ago
Added key More... about 16 years ago
- Updated French translation More... about 16 years ago
Also made DOCTYPEs selective since XHTML 1.1 should only be included if served as XML. More... about 16 years ago
- Added content negotiation to serve XHTML 1.1 as application/xhtml+xml where accepted (no need to change DOM, so JS can work ok too) More... about 16 years ago
Added html style (same as body style) for the sake of true XHTML More... about 16 years ago
- Fix small error of "URL window" to "URL bar" More... about 16 years ago
- Copy to clipboard for Firefox More... about 16 years ago
- Small grammatical clarification in English translation re: CSS validator More... about 16 years ago