| Change Set |
Date |
Downloads |
Comment |
56701
by
Shandem
|
Thu at
11:51 AM
|
11 |
Fixed up test project
|
56662
by
Shandem
|
Mar 16 at
11:29 PM
|
1 |
Updated assembly info
|
56644
by
Shandem
|
Mar 16 at
12:19 PM
|
1 |
Updated logger interface for better logging support.
|
56643
by
Shandem
|
Mar 16 at
12:06 PM
|
1 |
Fixes composite file caching issues when clients support different content encoding. (issue #10264). Output caching is now varied also by encoding type supported and ETag assignment is better handled based on file dependency.
|
56642
by
Shandem
|
Mar 16 at
10:34 AM
|
0 |
Moved the enableCompositeFiles config property into the provider as it makes more sense to have this controlled by the provider. the property has also been renamed in the config to persistFiles. Moved the compositeFilePath property into the provider as well instead of global. Now the dependency handler does all of it's processing based on the default composite file provider instead of global properties.
The demo app has been updated. You'll need to modify your configuration when upgrading to this version. See the demo app to see the exact changes required.
|
56640
by
Shandem
|
Mar 16 at
9:33 AM
|
0 |
Removed the global isDebug flag. isDebug is now set explicitly per provider which simplifies things (and makes a lot more sense). This fixes bug: 10320. I've also updated the forced providers demo which forces all 3 providers to load with more description.
|
56291
by
Shandem
|
Mar 3 at
8:56 PM
|
0 |
Updated composite files and file map to be machine specific, this will fix any issues with load balanced/nas environments.
|
56288
by
slace
|
Mar 3 at
8:47 PM
|
0 |
Fixing System.Web.Extensions version
|
56287
by
Shandem
|
Mar 3 at
8:46 PM
|
0 |
Removed reflection to set max_age header, will revisit this later.
|
55990
by
Shandem
|
Feb 23 at
5:57 AM
|
4 |
removed reference to page header in loader control provider.
|
55757
by
Shandem
|
Feb 15 at
12:57 PM
|
4 |
Fixed up logging
|
55754
by
slace
|
Feb 15 at
9:54 AM
|
3 |
Missing logger file
|
55430
by
slace
|
Feb 6 at
11:19 PM
|
4 |
Logging within the framework and handling null responses
|
55290
by
Shandem
|
Feb 3 at
11:43 PM
|
3 |
fixed a couple of bugs relating to the removal of DoNotOptimize and InvokeJavaScriptMethodOnLoad
|
49561
by
Shandem
|
Dec 1 2009 at
10:42 AM
|
17 |
Completely removed DoNotOptimized and InvokeJavascriptMethodOnLoad
|
49558
by
Shandem
|
Dec 1 2009 at
10:27 AM
|
6 |
Created a new provider: LoaderControlProvider which allows the developer to have control over exactly where the scripts and css tags are rendered in the HTML. This provider will render the script/css tags in exactly the same place that you place your ClientDependencyLoader control. This is now the default provider.
Removed a couple of properties from IClientDependencyFile: InvokeJavascriptMethodOnLoad and DoNotOptimize. Both of these properties don't need to exist as JS scripts can be invoked on load (even when using the LazyLoadProvider by simply creating another JS file containing those scripts to be included the a priority 1 above the initial script to load. DoNotOptimize is legacy, if scripts/css files are not to be optimized them, then include them as per normal html.
|
44940
by
Shandem
|
Oct 14 2009 at
10:11 AM
|
20 |
minor issue fix with semi colon
|
44903
by
Shandem
|
Oct 13 2009 at
12:05 PM
|
25 |
Added JS and CSS minification
|
44200
by
Shandem
|
Sep 28 2009 at
2:22 PM
|
7 |
Added functionality to dynamically generate ClientDependency paths (for use in JavaScript libs, etc...). Added Versioning!
|
43390
by
Shandem
|
Sep 16 2009 at
2:56 PM
|
8 |
Added the ability to Force a provider to render a dependency from an attribute, control or dynamically in code. Added another test/demo page.
|
42647
by
Shandem
|
Sep 8 2009 at
3:29 PM
|
8 |
Added more robust configuratoin. Added provider model based composite file processing so you can customize how files are combined, compressed and output if you need to change the default behaviour. Updated namespaces.
|
39289
by
Shandem
|
Aug 10 2009 at
10:07 AM
|
6 |
Fixed Lazy Loader Added more examples/tests Updated some naming conventions Fixed start-up scripts
|
38150
by
Shandem
|
Aug 4 2009 at
9:10 AM
|
15 |
Added initial web test project
|
38087
by
Shandem
|
Aug 4 2009 at
5:21 AM
|
9 |
Initial Commit of ClientDependency project
|