Menu

Code Commit Log


Commit Date  
[r61] by brettz9

1) $num = ($_REQUEST['template']) ? intval($_REQUEST['template']) : 1;

changed to the following to avoid a notice:

$num = (isset($_REQUEST['template'])) ? intval($_REQUEST['template']) : 1;

2) <html xmlns="http://www.w3.org/1999/xhtml"" xml:lang="en" lang="en">

to

<html xmlns="http://www.w3.org/1999/xhtml"" xml:lang="<?php echo $l; ?>" lang="<?php echo $l; ?>">

3) Added JS feature testing for add to clipboard and give an alert message if not supported

4) Localized the few remaining items: copy to clipboard, back to top, for bugs, etc...contact me..., and added a few more

5) Added a textbox for formatted output (to be able to copy and paste for those of us with browsers not supporting the 'copy to clipboard' function), and in the process separated the cssparse.css also into a new file, cssparsed.css, in order to make another textbox for the CSS used to style the CSS).

6) Removed the <pre> tags to do this with CSS.

7) Added checkbox to output CSS code as whole HTML doc

2007-08-01 07:14:25 Tree
[r60] by brettz9

Allowed set_cfg to be set with one value: an associative array of properties and values

2007-08-01 07:11:28 Tree
[r59] by floele

Should be ready for the last 1.3 release now

2007-07-10 08:21:55 Tree
[r58] by floele

FS#146 - Quotes

2007-07-06 17:19:25 Tree
[r57] by floele

FS#147 - Universal selector before classes, IDs and attribute selectors

2007-07-02 18:02:41 Tree
[r56] by floele

[ 1745894 ] @media merge strangeness (cssTidy.exe version)

2007-07-02 17:26:54 Tree
[r55] by floele

FS#150 - Wrong trasformation of a big integer value

2007-06-30 11:03:41 Tree
[r54] by floele

[ 1739162 ] crash when dealing with a simple example

2007-06-30 10:22:11 Tree
[r53] by floele

FS#144 — !important rule

2007-04-03 18:20:04 Tree
[r52] by floele

FS#140: Fixing Values of Invalid properties

2007-03-16 07:18:45 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.