Commit Graph

1960 Commits

Author SHA1 Message Date
Renaud Paquay
4988dbff06 Fix issue with virtual paths
~/Foo is the same as /Foo only if the application virtual
path is "/". Otherwise, "~/Foo" is equal to "/AppPath/Foo".

--HG--
branch : dev
2010-07-16 22:04:07 -07:00
Renaud Paquay
4924728321 Fix issue with virtual paths
~/Foo is the same as /Foo only if the application virtual
path is "/". Otherwise, "~/Foo" is equal to "/AppPath/Foo".

--HG--
branch : dev
2010-07-16 22:00:23 -07:00
Renaud Paquay
f0b2a7da30 Merge
--HG--
branch : dev
2010-07-16 19:30:56 -07:00
Renaud Paquay
96182da2c5 Update MsDeploy manifest to force .NET 4.0 runtime
This will also make MsDeploy pick the right default AppPool

--HG--
branch : dev
2010-07-16 19:28:41 -07:00
Renaud Paquay
510621f1bc Update MsDeploy package to include module binaries
--HG--
branch : dev
2010-07-16 18:17:34 -07:00
Sebastien Ros
0acd1f3e91 Corrected unique slugs management
- Two different blogs can have a blog post with the same slug
- Other routable items can have the same slug if hte whole path is unique (e.g. Page)

--HG--
branch : dev
2010-07-16 17:27:01 -07:00
Sebastien Ros
9ac4209127 Corrected malformed Manage Content admin link
- Forced Id to null as it could use the value of the currently displayed model, when listing items of a content type

--HG--
branch : dev
2010-07-16 16:57:04 -07:00
Nathan Heskew
95f2eee912 Added container scoping to the admin content item list
--HG--
branch : dev
2010-07-16 16:37:12 -07:00
Sebastien Ros
416ca95395 Added some validation to content type creation
--HG--
branch : dev
2010-07-16 16:18:16 -07:00
Sebastien Ros
97c5439d30 Notifier didn't work with DevTools for data migration
--HG--
branch : dev
2010-07-16 15:40:12 -07:00
Sebastien Ros
444d1219be Merge
--HG--
branch : dev
2010-07-16 15:05:45 -07:00
Sebastien Ros
c0dc7becf3 Ignore invalid manifest files, and cache available extensions
--HG--
branch : dev
2010-07-16 15:05:16 -07:00
Renaud Paquay
ec7237ebb1 Update msdeploy manifest
Setup proper ACL on App_Data and Media...

--HG--
branch : dev
2010-07-16 14:33:46 -07:00
Nathan Heskew
5484386737 Adding bulk actions (publish, unpublish and remove) to the admin content list
--HG--
branch : dev
2010-07-16 14:27:27 -07:00
Renaud Paquay
f6d5cd69f3 Include *.cs and *.csproj files of modules in MsDeploy package
--HG--
branch : dev
2010-07-16 14:22:38 -07:00
Sebastien Ros
c6e025895e Corrected duplicated notification messages
--HG--
branch : dev
2010-07-16 14:18:52 -07:00
Sebastien Ros
1bc19bdff0 Simplified syntax for clob fields
--HG--
branch : dev
2010-07-16 13:51:07 -07:00
Renaud Paquay
38aeba67dc Exclude directories which are not modules...
--HG--
branch : dev
2010-07-16 13:45:15 -07:00
Sebastien Ros
bd50d68644 Improved a unit test
--HG--
branch : dev
2010-07-16 13:42:07 -07:00
Renaud Paquay
b1b10f31d4 Fix zip creation for MsDeploy file
--HG--
branch : dev
2010-07-16 13:03:40 -07:00
Renaud Paquay
241e11a58d Start work on creating proper MsDeploy package
SqlCe binaries uncluded properly
New MsDeploy staging directory
Modules are still not properly copied in the pacakge...

--HG--
branch : dev
2010-07-16 12:56:10 -07:00
Sebastien Ros
97ad881995 Corrected 4000 chars clob limit in SqlCe with NHibernate
- Created a new class overriding the default type resolution for SqlCe, in the Provider class
- Added some unit tests for this bug

--HG--
branch : dev
2010-07-16 12:05:00 -07:00
Nathan Heskew
1f632119c0 Fixed content publishing on creation
--HG--
branch : dev
2010-07-16 11:40:22 -07:00
Nathan Heskew
3cb376b929 Fixed content item page display (a part display template was typed incorrectly)
--HG--
branch : dev
2010-07-16 10:47:09 -07:00
Nathan Heskew
7d6b76d7f5 Getting content publishing/unpublishing hooked up (from the content item list)
- moved publishing control to the Contents module
- included some prep for adding bulk actions and filtering to the content item list
- publish, unpublish and remove actions need downlevel interstitial pages (functionality only workes w/ JS at the moment)

--HG--
branch : dev
2010-07-16 00:49:24 -07:00
Nathan Heskew
fd3d722860 Cleaned up the admin blog list metadata UI a little
--HG--
branch : dev
2010-07-15 23:16:32 -07:00
Nathan Heskew
5de6784fca Fixed the blog "Remove" link in the admin blog list
--HG--
branch : dev
2010-07-15 22:56:27 -07:00
Nathan Heskew
b11fe1033c Fixed a bug in content creation where all of the handlers were being called twice
- had two UpdateEditorModel calls in the create action

--HG--
branch : dev
2010-07-15 22:44:28 -07:00
Renaud Paquay
281fe09d12 Switch stage folder to "Stage\Orchard" for WebDeploy support
--HG--
branch : dev
2010-07-15 20:28:28 -07:00
Renaud Paquay
94a7311c4b Merge
--HG--
branch : dev
2010-07-15 17:53:57 -07:00
Renaud Paquay
348933ac1d Simplify configuration cache code
Don't throw an exception and log a warning if the hash has changed.

--HG--
branch : dev
2010-07-15 17:51:59 -07:00
Sebastien Ros
6ba6892e39 Better data migration scaffolding and some unit tests for it
--HG--
branch : dev
2010-07-15 17:46:25 -07:00
Renaud Paquay
baebaec05d Dynamic compilation bug fix
Symptom: One the first modification to a source file starts a dynamic
compilation. After that, changes are ignored.

Fix: The problem was that we need to override the "FileHash" value returned
for csproj files to include the hash of all source files. This is so that
any changes to any source file will notify ASP.NET that the .csproj file
needs to be recompiled using a the corresponding build provider.

--HG--
branch : dev
2010-07-15 17:30:07 -07:00
Nathan Heskew
4fb3c51dff Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating
- + blog posts get translation functionality

--HG--
branch : dev
2010-07-15 16:06:40 -07:00
Jonathan Wall
bab693c084 Fixed title on Manage Content page try #2.
--HG--
branch : dev
2010-07-15 15:45:23 -07:00
Renaud Paquay
fe35cc634a Merge
--HG--
branch : dev
2010-07-15 15:00:10 -07:00
Renaud Paquay
3982bbdb87 Simplify caching of NHibernate configuration
--HG--
branch : dev
2010-07-15 14:59:17 -07:00
Nathan Heskew
3538ce33a9 Better display text for content items
--HG--
branch : dev
2010-07-15 14:02:09 -07:00
Sebastien Ros
24bc2c6a54 Merge
--HG--
branch : dev
2010-07-15 13:54:13 -07:00
Sebastien Ros
c32418a2c3 Azure to handle SqlCe
--HG--
branch : dev
2010-07-15 13:53:53 -07:00
Renaud Paquay
ea6d5849ec Fix dynaic compilation
When a new set of assemblies is enabled, we need to invalidate the
nhibernate serialized configuration (since it contains not only types
names for records, but also assembly names)

--HG--
branch : dev
2010-07-15 13:43:11 -07:00
Jonathan Wall
4483e9f635 Fixed font size on list of tenants view. Added CSS file.
--HG--
branch : dev
2010-07-15 13:14:36 -07:00
Jonathan Wall
12b9e87948 Fixed title on Manage Content page and made module install textbox longer.
--HG--
branch : dev
2010-07-15 12:06:22 -07:00
Sebastien Ros
5d11debc61 Corrected indexing bugs with SqlCe
--HG--
branch : dev
2010-07-15 11:56:24 -07:00
Sebastien Ros
5a9cb277a5 Updated Azure build script
- Removed Sqlite dependencies

--HG--
branch : dev
2010-07-15 11:47:16 -07:00
Renaud Paquay
c6a3edc05c Fix or ignore remaining failing unit tests
We should now finally be back to a clean build!

--HG--
branch : dev
2010-07-15 10:57:21 -07:00
Renaud Paquay
5b7a755d5d Merge
--HG--
branch : dev
2010-07-15 10:43:05 -07:00
Renaud Paquay
d5d3326635 Fix SpecFlow tests
--HG--
branch : dev
2010-07-15 10:42:50 -07:00
Nathan Heskew
22b4172341 Fixing the routable part editor container path for new items w/out a container (rememoved extra "/")
--HG--
branch : dev
2010-07-15 09:50:39 -07:00
Nathan Heskew
dbb9b4eb3f Getting the routable container path to show up when creating a new content item
--HG--
branch : dev
2010-07-14 23:03:46 -07:00