0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added unit test for multiple @font-face. Fixed explicit line-height: normal (on font dissolving). Fixed multiple @font-face constructions (with fake counter internally, removing on output printing). 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... over 14 years ago
Fixed parsing of font-family with several words (adding quotes if required) More... over 14 years ago
Added line-height:normal (why??? no trace in specification) if no line-height on font shorthand specified. More... over 14 years ago
Fixed PHP notice on undefined index More... over 14 years ago
Fixed minor bug in resolving font-property (numeric / negative / with dot). A bit improved background-position (now also handles dots in numbers). More... over 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). Tuned unit tests with settings. Added unit test about multiple font-family. 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). Need to add shorthand for 'font' Value: [ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit More... almost 15 years ago
Added outline to unit_values, deleted position from there. w3.org: 'position' Value: static | relative | absolute | fixed | inherit 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 https://sourceforge.net/tracker/?func=detail&aid=2597191&group_id=148404&atid=771415 Thx to blueyed More... almost 15 years ago
Applying patch from ticket #2509464 https://sourceforge.net/tracker/?func=detail&aid=2509464&group_id=148404&atid=771415 thx to blueyed 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... over 16 years ago
- Updated French translation More... over 16 years ago
Also made DOCTYPEs selective since XHTML 1.1 should only be included if served as XML. More... over 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... over 16 years ago
Added html style (same as body style) for the sake of true XHTML More... over 16 years ago
- Fix small error of "URL window" to "URL bar" More... over 16 years ago
- Copy to clipboard for Firefox More... over 16 years ago
- Small grammatical clarification in English translation re: CSS validator More... over 16 years ago
- separated German from English to be consistent - removed trailing ?> - added entry (in English) for each language re: clipboard in Firefox - added note about orphaned array slots - changed test for languages to in_array in order to be more maintainable in the future with additional languages More... over 16 years ago
- Small XHTML 1.0 Strict formatting fix - Added option in Firefox to copy to clipboard (depends on having a preference set) and added a warning about security concern when not enabled More... over 16 years ago
Extra documentation for CSSTidy testing suite. More... over 16 years ago