Andre Rodrigues
8b12331a84
Merge
...
--HG--
branch : 1.x
2011-06-09 15:51:47 -07:00
Andre Rodrigues
7e55628867
#17912 : Using dependencies instead of priority now that the autofac order has been reversed.
...
--HG--
branch : 1.x
2011-06-09 15:50:45 -07:00
Andre Rodrigues
4521f0d1c4
#17925 : Setup service was still setting the current theme to be the theme machine. Not doing that. Recipes explicitly set the current theme. Fixing small issue on themes page if no theme is set. Extending safe theme to include minimum zones to make the core recipe homepage look "decent" / usable.
...
--HG--
branch : 1.x
2011-06-09 15:36:03 -07:00
Renaud Paquay
4c44f51988
Merge
...
--HG--
branch : 1.x
2011-06-09 13:59:10 -07:00
Andre Rodrigues
6e25797b28
#17928 : Using same filtering criteria for both the search and the search count.
...
--HG--
branch : 1.x
2011-06-09 13:38:39 -07:00
Andre Rodrigues
b1a1dd969c
Backed out changeset: d54601a73fa8
...
--HG--
branch : 1.x
2011-06-09 13:07:31 -07:00
Renaud Paquay
aec045e77c
Merge
...
--HG--
branch : 1.x
2011-06-09 12:54:17 -07:00
Renaud Paquay
e4e359e5c1
#17923 : Modules from ~/Bin and ~/Core have higher priority
...
Because of the way ASP.NET BuildManager works(*), we can't enable
dynamic compilation of a module if the module is already
present in ~/bin.
(*) When invoking the compiler, BuildManager automatically adds
references to all assemblies present in ~/bin. So, if you have module
"X" in "~/bin", there is no way to enable dynamic compilation of
module "X" by compiling "X.csproj", as there will be tons of
compilation errors with equivalent types defined in multiple
assemblies.
--HG--
branch : 1.x
2011-06-09 12:53:33 -07:00
Dave Reed
fb21eaad2d
#17917 : jQueryEffects_Core Recursive Dependency
...
--HG--
branch : 1.x
2011-06-09 12:43:58 -07:00
Renaud Paquay
5a4f0ed1f3
Merge
...
--HG--
branch : 1.x
2011-06-09 09:18:26 -07:00
Renaud Paquay
340c2bdbc2
#17728 : Workaround asp.net bug loading incorrect version of System.
...
Some of our assemblies in "~/bin" reference "System, Version=2.0.0.0".
During the first time site compilation in the command line scenario,
asp.net will sometimes decide to load that version of the assembly
from disk (from the GAC), even though the application is configured
to run on .NET 4.0. The workaround is to remove a couple of web.config
elements, so that ASP.NET will load the correct version of those
assemblies at startup.
Work Item: 17728
--HG--
branch : 1.x
2011-06-09 09:07:41 -07:00
Renaud Paquay
3bcbcb4f04
#17920 : Fix multi-threading issue
...
Work Item: 17920
--HG--
branch : 1.x
2011-06-09 08:38:16 -07:00
Andre Rodrigues
145031473d
Replacing label for a div
...
--HG--
branch : 1.x
2011-06-08 13:55:26 -07:00
Andre Rodrigues
746509a4b8
Convert pagesize to UL Li and using jquery to convert it back to a select. Use gets instead of posts.
...
--HG--
branch : 1.x
2011-06-08 11:50:32 -07:00
Andre Rodrigues
2e37106000
Fixing setup spec flow by adding missing warmup module that is required by default recipe.
...
--HG--
branch : 1.x
2011-06-07 13:24:50 -07:00
Suha Can
7dbc363757
Merge integration -> contributions.
...
--HG--
branch : contributions
2011-06-07 11:19:34 -07:00
Renaud Paquay
5549d0dfe5
Merge 1.x => integration
...
--HG--
branch : integration
2011-06-06 11:53:01 -07:00
Renaud Paquay
88174a2b9b
Merge 1.x => integration
...
--HG--
branch : integration
2011-06-04 14:03:26 -07:00
Sebastien Ros
0fff11e8cf
Merge
...
--HG--
branch : 1.x
2011-06-03 17:45:32 -07:00
Sebastien Ros
a605420d11
Updating Warmup UI
...
--HG--
branch : 1.x
2011-06-03 17:44:46 -07:00
Sebastien Ros
2dda95fbf4
#17828 : Fixing background covering links in admin menu
...
Work Items: 17828
--HG--
branch : 1.x
2011-06-03 17:43:20 -07:00
Renaud Paquay
2396b57d4e
Merge
...
--HG--
branch : 1.x
2011-06-03 17:41:23 -07:00
Renaud Paquay
44800c2b00
#17773 : bug fix
...
Work Item: 17773
--HG--
branch : 1.x
2011-06-03 17:34:38 -07:00
Andre Rodrigues
a446088fc3
Fixing UT.
...
--HG--
branch : 1.x
2011-06-03 11:10:58 -07:00
Andre Rodrigues
84dfae22ac
#17816 : Caching sitesettings.
...
--HG--
branch : 1.x
2011-06-03 10:54:26 -07:00
Dave Reed
cf69b8b2ae
#17899 : AdminMenuPart fails when Default Position is for a previously unused position
...
--HG--
branch : 1.x
2011-06-03 10:09:34 -07:00
Renaud Paquay
886d3454d4
Fix UTs
...
--HG--
branch : 1.x
2011-06-03 00:34:58 -07:00
Renaud Paquay
c20d722ee9
Allow disabling parallel behavior through HostComponents.config
...
Safety net...
--HG--
branch : 1.x
2011-06-02 17:23:14 -07:00
Renaud Paquay
1d5fd306b9
Merge
...
--HG--
branch : 1.x
2011-06-02 17:14:47 -07:00
Renaud Paquay
f0f7100837
#17901 : Missing attribute value
...
Work Item: 17901
--HG--
branch : 1.x
2011-06-02 17:13:08 -07:00
Sebastien Ros
bbe6a420f3
Fixing tagged content items view order
...
--HG--
branch : 1.x
2011-06-02 15:54:18 -07:00
Sebastien Ros
3006f0ef45
Adding unit test for multi tenancy
...
--HG--
branch : 1.x
2011-06-02 15:53:51 -07:00
Nathan Heskew
e1b9eb60bd
Updating the Common feature's XmlRpcHandler to set CreatedUtc to the posted date (when/if it's given)
...
--HG--
branch : 1.x
2011-06-02 15:43:53 -07:00
Sebastien Ros
0bb96b5633
Fixing specflow tests
...
--HG--
branch : 1.x
2011-06-02 14:13:52 -07:00
Sebastien Ros
94d54408f9
Fixing css discrepencies in admin for text boxes
...
--HG--
branch : 1.x
2011-06-02 12:15:03 -07:00
Sebastien Ros
c435aea775
#17757 : Fixing multi-tenancy when more than one tenant
...
Work Items: 17757
--HG--
branch : 1.x
2011-06-02 12:11:29 -07:00
Renaud Paquay
ea11dbf606
PERF: Collect extension modification dates in parallel
...
Lots of file I/O, runs faster in parallel.
--HG--
branch : 1.x
2011-06-02 10:35:05 -07:00
Renaud Paquay
53f84b3cbc
PERF: Compact list of tokens for cache entries
...
Due to the way we nest cache context implicitly, there were cases
where we had 1,500+ tokens with only 200+ unique ones.
We now call "distinct" on the tokens when after an entry is created.
This decreases memory usage and also improve performance on cache
hits (fewer tokens to go though each time).
--HG--
branch : 1.x
2011-06-02 10:34:01 -07:00
Renaud Paquay
2a43983151
PERF: Build shape table in parallel
...
We have lots of file I/O to scan directories for templates,
so it was a good candidate to run in parallel.
--HG--
branch : 1.x
2011-06-02 10:31:46 -07:00
Nathan Heskew
6755e88686
Merge
...
--HG--
branch : 1.x
2011-06-01 15:29:01 -07:00
Nathan Heskew
86c2f66488
#17894 Making sure the AntiForgeryAuthorizationFilter makes a good attempt at getting the name ("area" value) of the currently executing module
...
work item: 17894
--HG--
branch : 1.x
2011-06-01 15:28:15 -07:00
Renaud Paquay
43b3d45348
Merge
...
--HG--
branch : 1.x
2011-06-01 14:39:17 -07:00
Renaud Paquay
dda45b654e
PERF: Revert previous change.
...
Using file system directly is 4x times faster.
--HG--
branch : 1.x
2011-06-01 14:38:55 -07:00
Nathan Heskew
172e53dbde
#17897 : Removing a (featureless) ResourceManifest registration from setup
...
Also tidying up some of the related resource usage.
work item: 17897
--HG--
branch : 1.x
2011-06-01 14:07:59 -07:00
Suha Can
7d26298c4a
Merge
...
--HG--
branch : 1.x
2011-06-01 13:37:03 -07:00
Suha Can
34755f6205
Adding field name and field type name information to PartFieldDefinitionBuilder to allow field settings to be used and persisted correctly. Naively written code in external modules such as DateTimeField,ImageField drivers
...
can be updated. Also removed previous workaround.
--HG--
branch : 1.x
2011-06-01 13:36:33 -07:00
Sebastien Ros
5d08a6fe44
#17826 : SiteSettings lose encryption keys when edited
...
Work Items: #17826
--HG--
branch : 1.x
2011-06-01 12:50:20 -07:00
Renaud Paquay
a721f20802
Remove extra ";"
...
--HG--
branch : 1.x
2011-06-01 11:59:18 -07:00
Renaud Paquay
1c400dbd69
Merge
...
--HG--
branch : 1.x
2011-06-01 11:09:45 -07:00
Andre Rodrigues
e353220ecf
Fixing broken UT.
...
--HG--
branch : 1.x
2011-06-01 01:12:01 -07:00