Fork: MinifyUpdate

commits

date

comment

07c3d49c7cb9
by rossisdead
Oct 20 2010
12:32 AM
default tip

Changed JavaScriptHandler's StripWhitespace function to use the much faster AjaxMin library.
Also, any script can be minified can now just add the "minify=" query to the end of the script path that uses the js.axd handler.

96b8a1d12d82
by rtur
Oct 17 2010
2:51 AM

Merge with Javascript security improvements

2e2be3624222
by rtur
Oct 17 2010
2:47 AM

- Design/style improvements in admin UI
(1.6.2.17)

a1ecc4a38a10
by rossisdead
Oct 15 2010
9:11 PM

Added an additional setting for limiting the file size of remote file downloads.

9b8b0c197eaa
by rossisdead
Oct 15 2010
2:39 AM

This is a fix for a possible security hole in JavascriptHandler and CssHandler. An attacker could conceivably tie up a server by using eithe of the handler's abilities to download and cache remote files. Read the class comments on RemoteFile.cs for more information.
-Added AllowServerToDownloadRemoteFiles and RemoteFileDownloadTimeout settings to BlogSettings.
-Added those settings to new "Security" sections on the admin Advanced settings page. Labels were added for these, but someone will have to do the translations for them.
-Utils.DownloadWebPage, along with most WebClient calls, has been replaced with a new class called RemoteFile that should be used instead.
-Standardized the way CssHandler and JavscriptHandler do their loading and processing of files.
-Fixed CssHandler ignoring the RemoveWhitespaceInStyleSheets setting when processing a file.
-Reduced the time it takes JavascriptHandler.StripWhitespace to almost 20% of how it originally performed.
-Misc refactoring.

eff960013291
by rtur
Oct 13 2010
3:44 AM

- Default theme reset to Standard
(1.6.2.16)

0a0c1b33625c
by rtur
Oct 13 2010
3:32 AM

Merge with container bug fix

1f9923424335
by rtur
Oct 13 2010
3:31 AM

Merge with widget container

84ae5c28ece6
by rossisdead
Oct 13 2010
1:29 AM

Fixed bug in DefaultWidgetContainer.

25605a8b64b9
by rossisdead
Oct 13 2010
1:21 AM

Added support for theming the container that wraps WidgetBase instances, and also reverts plippard's
changes(changeset 2636edfaf74c) of WidgetBase back to its previous version.
The previous WidgetBase's Render method rendered a lot of extra empty div container markup for the purpose of
theming. A good idea, but for most themes the extra markup was going unused.
Notes on this version:
1) WidgetBase no longer renders any extra container markup.
2) Theme creators now have more flexibility. They can just plop a WidgetContainer.ascx user control in their
theme directory and be all set to go. Users no longer have to customize and recompile WidgetBase in order to
edit this.
3) There's backwards compatiblity for all existing themes that do not contain a WidgetContainer. An internal
class, DefaultWidgetContainer, is used for rendering when a custom WidgetContainer can't be found. WidgetBase's
original rendering implementation has been moved to this class instead.
4) Added WidgetContainer.ascx to the Standard theme to show its basic implementation details.

d5f3b3bb2bc7
by rtur
Oct 13 2010
3:27 AM

Merge with expression builder fixes

3688bd10019f
by williamforney
Oct 12 2010
8:07 AM

Fixed wrong namespace/assembly reference in ExpressionEditor attributes

f81cb5a9614b
by rtur
Oct 13 2010
3:24 AM

- IPublishable public interface restored
- Fixed case bug in admin/comments/spam
- IsScalar public interface restored

e19b384a5bbb
by Ben Amada
Oct 12 2010
7:01 AM

- Added support for SQL CE 4.0, instructions and files in setup\SQL_CE folder.
- Adjustments to DB Blog/Membership/Role providers - replaced datareader's HasRows with Read() to determine if rows exist (for SQL CE compatibility)
- Fixes to DbRoleProvider to prevent errors when multiple roles for user exist.
- Minor typo/casing fixes on User/Profile markup/template pages leading to missing querystring value and property names not matching up.
- Copied "expressionBuilders" section from web.config to the sample DB web.config files.
(1.6.2.15)

e594368b5350
by rtur
Oct 10 2010
6:28 AM

- (1.6.2.14)

f17aeb1390d7
by rtur
Oct 10 2010
6:09 AM

Merge - more linq/resharper improvements

26a3eebb73b2
by rtur
Oct 10 2010
6:02 AM

- Resolving merge conflict

331407f1be2d
by williamforney
Oct 3 2010
11:04 AM

Cleaned up new Avatar class

9fb8e7593c1b
by williamforney
Oct 3 2010
10:39 AM

version update to resolve links extension

1015c9cf57da
by williamforney
Oct 3 2010
10:00 AM

Updated files from last batch of changesets.

5ce4e8cef86c
by williamforney
Oct 3 2010
9:35 AM

Moved some text to resources, updated some pages' namespaces, fixed event ordering.
You guys need to read http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx because you are violating the viewstate usage rules all over the place.

d6addede877c
by williamforney
Oct 3 2010
8:15 AM

Added ASP.NET build expressions with configuration and used one in the Add_entry.aspx file.

0f87648be5c7
by williamforney
Oct 3 2010
12:40 AM

Namespace updates, moved web service code to code behind classes.

15a8d88041ce
by williamforney
Oct 3 2010
12:39 AM

Namespace updates, moved web service code to code behind classes.

f459c1b3afb1
by williamforney
Oct 2 2010
7:59 AM

Moved Role class from code behind into its own file.