Menu

/trunk/css_optimiser.php Commit Log


Commit Date  
[r77] (16.9 kB) by brettz9

Reconciled my copyright change with Sined_'s optimizations/magic quotes fix

2007-08-03 20:17:30 View
Download
[r76] (15.8 kB) by sined_

Fixed a bug in custom templates when magic_quotes_gpc were on.
Fixed a small security problem.

2007-08-02 12:13:00 View
Download
[r71] (15.5 kB) by brettz9

Added identity tests (for speed and accuracy) in cases where I knew it would be as safe as an equality test

2007-08-02 03:10:06 View
Download
[r67] (15.3 kB) by brettz9

Whoops, sorry... fixes to my additions/debugging

2007-08-01 07:47:26 View
Download
[r66] (15.3 kB) by brettz9

Fixed small bug in cookie setting (had also made an earlier change here to avoid custom templates showing up forever)

2007-08-01 07:33:27 View
Download
[r61] (15.4 kB) 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 View
Download
[r51] (14.2 kB) by floele

[1622635] Suggestion: COPY TO CLIPBOARD button and BACK TO TOP link

Note: Copy to clipboard only working for IE by default

2007-03-15 22:27:36 View
Download
[r40] (14.3 kB) by floele

Changes for CSSTidy 1.2 final (PHP) and Chinese translation (thanks to Liang-Bin Hsueh)

2006-05-16 15:55:53 View
Download
[r39] (14.2 kB) by floele

- added seperate selectors feature to C++
- added a timestamp feature to C++ and PHP

2006-03-13 20:00:28 View
Download
[r38] (13.9 kB) by floele

- Fixed a bug for PHP4
- Corrected settings for C++

2006-03-10 16:28:35 View
Download
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.