| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-11-08 | massive update to javascript and css file loading. main aim is to reduce the ↵ | Max Kremmel | 1 | -3/+1 | |
| number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work. | |||||
| 2007-04-04 | move all style related code to BitThemes to further clean up the mess. all ↵ | Max Kremmel | 1 | -6/+6 | |
| style related methods are now called using BitThemes instead of BitSystem | |||||
| 2005-08-07 | merge recent changes from R1 to HEAD | Max Kremmel | 1 | -6/+8 | |
| 2005-08-01 | merge recent changes with HEAD - R1 and HEAD are identical now | Max Kremmel | 1 | -3/+3 | |
| 2005-06-28 | Merge recent changes from R1 into HEAD | Christian Fowler | 1 | -0/+9 | |
| 2005-06-19 | IMPORT TikiPro CLYDE FINAL | bitweaver.org | 1 | -0/+21 | |
